Skip to content

Commit e119c8b

Browse files
authored
Changed to DOxygen comment
1 parent dfcb6f7 commit e119c8b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

sbncode/BeamSpillInfoRetriever/getFOM.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ namespace sbn {
8181
else
8282
return -1;
8383

84-
85-
//when creating ntuples for pot counting script the variables are filled with -999
86-
//this could create a difference when passing events with FOM>1 since
87-
//events with missing BPM data would get FOM=2, while events with BPM set to -999 will get FOM=0
88-
//bad or missing MWR data gets FOM 4 in either case
84+
/**
85+
* @brief when creating ntuples for pot counting script the variables are filled with -999
86+
* this could create a difference when passing events with FOM>1 since
87+
* events with missing BPM data would get FOM=2, while events with BPM set to -999 will get FOM=0
88+
* bad or missing MWR data gets FOM 4 in either case
89+
*/
8990
if (hptg2.empty()) hptg2.push_back(-999);
9091
if (hptg1.empty()) hptg1.push_back(-999);
9192
if (hp875.empty()) hp875.push_back(-999);

0 commit comments

Comments
 (0)