Jpp in_tag_pdf_generation
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. | |
double | getLength () |
Get length of veto time range. | |
bool | operator() (const JCoincidenceSN &in) const |
Determines if a coincidence is vetoed. | |
Private Attributes | |
JTimeRange | timeRange |
JModuleSet | moduleSet |
Auxiliary class to define a veto time window on a set of optical modules.
Definition at line 151 of file JSupernova.hh.
|
inline |
Default constructor.
event | DAQ event |
hitRouter | hit router as source of hit time calibration |
Definition at line 165 of file JSupernova.hh.
|
inline |
Get length of veto time range.
Definition at line 186 of file JSupernova.hh.
|
inline |
Determines if a coincidence is vetoed.
in | coincidence under test |
Definition at line 194 of file JSupernova.hh.
|
private |
Definition at line 154 of file JSupernova.hh.
|
private |
Definition at line 155 of file JSupernova.hh.