Jpp
16.0.3
the software that should make you happy
|
Auxiliary class to define a veto time window on a set of optical modules. More...
#include <JSupernova.hh>
Public Member Functions | |
JVeto (const JDAQEvent &event, const JDAQHitRouter &hitRouter) | |
Default constructor. More... | |
double | getLength () |
Get length of veto time range. More... | |
bool | operator() (const JCoincidenceSN &in) const |
Determines if a coincidence is vetoed. More... | |
Private Attributes | |
JTimeRange | timeRange |
JModuleSet | moduleSet |
Auxiliary class to define a veto time window on a set of optical modules.
Definition at line 80 of file JSupernova.hh.
|
inline |
Default constructor.
event | DAQ event |
hitRouter | hit router as source of hit time calibration |
Definition at line 94 of file JSupernova.hh.
|
inline |
Get length of veto time range.
Definition at line 115 of file JSupernova.hh.
|
inline |
Determines if a coincidence is vetoed.
in | coincidence under test |
Definition at line 123 of file JSupernova.hh.
|
private |
Definition at line 83 of file JSupernova.hh.
|
private |
Definition at line 84 of file JSupernova.hh.