Skip to content

Commit

Permalink
Fixed more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianaT27 committed Jul 2, 2024
1 parent f41b895 commit bcdfb1c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/iguana/algorithms/clas12/LeptonIDFilter/Algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bcdfb1c

Please sign in to comment.