Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnana
sbnana
SBNAna
Cuts
TimingCuts.cxx
Go to the documentation of this file.
1
#include "
sbnana/SBNAna/Cuts/TimingCuts.h
"
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
}
TimingCuts.h
ana
process_name opflashCryoW ana
Definition:
stage0_icarus_light_only.fcl:60
Generated by
1.8.5