All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TimingCuts.cxx
Go to the documentation of this file.
2 
3 #include "sbnanaobj/StandardRecord/Proxy/SRProxy.h"
4 
5 /// Beam spill duration is 1.6 microseconds
6 /// TO DO: Change numbers to reflect reality:
7 /// Where the beam spill actually starts after the beam trigger?
8 
9 //currently unused, 23 Nov 2020
10 //const double kBeamWindowMinMicroSec = 0;
11 //const double kBeamWindowMaxMicroSec = 1.6;
12 
13 namespace ana
14 {
15 
16  // const SpillCut kInBeamSpill(
17  // [](const caf::SRSliceProxy* slc)
18  // {
19  // const double t = slc->meantime;
20  // return (t >= kBeamWindowMinMicroSec && t <= kBeamWindowMaxMicroSec);
21  // }
22  // );
23 
24 }
process_name opflashCryoW ana