File tree Expand file tree Collapse file tree
sbncode/BeamSpillInfoRetriever Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments