diff --git a/src/iguana/algorithms/clas12/LeptonIDFilter/Algorithm.h b/src/iguana/algorithms/clas12/LeptonIDFilter/Algorithm.h index 9b088cf3..5c776923 100644 --- a/src/iguana/algorithms/clas12/LeptonIDFilter/Algorithm.h +++ b/src/iguana/algorithms/clas12/LeptonIDFilter/Algorithm.h @@ -78,14 +78,6 @@ namespace iguana::clas12 { /// @returns bool, true if score>=cut, false otherwise bool Filter(double score) const; - - private: - - - /// `hipo::banklist` - hipo::banklist::size_type b_particle; - hipo::banklist::size_type b_calorimeter; - //Create TMVA reader TMVA::Reader *readerTMVA = new TMVA::Reader(); @@ -122,6 +114,16 @@ namespace iguana::clas12 { readerTMVA->BookMVA( "BDT", o_weightfile_fullpath ); + + private: + + + /// `hipo::banklist` + hipo::banklist::size_type b_particle; + hipo::banklist::size_type b_calorimeter; + + + /// pid of the lepton int o_pid;