Jpp
|
Auxiliary class to build the supernova trigger dataset. More...
#include <JSupernova.hh>
Public Member Functions | |
JDataSN (double window, int threshold=4) | |
Default constructor Configures the trigger with a time window and the pretrigger threshold. More... | |
void | operator() (vector< JHitR0 > in, int moduleID) |
Builds coincidences from calibrated hit data and loads them in the internal vector. More... | |
void | operator() (const JDAQTimeslice *timeslice, const JModuleRouter &moduleRouter) |
Builds coincidences from a timeslice and loads them into the internal vector. More... | |
Public Attributes | |
int | frameIndex |
JDAQUTCExtended | timeUTC |
Private Attributes | |
int | TMax_ns |
int | multiplicityThreshold |
Auxiliary class to build the supernova trigger dataset.
Definition at line 121 of file JSupernova.hh.
|
inline |
Default constructor Configures the trigger with a time window and the pretrigger threshold.
Definition at line 136 of file JSupernova.hh.
Builds coincidences from calibrated hit data and loads them in the internal vector.
in | hit data |
moduleID | optical module ID for the hit data |
Definition at line 145 of file JSupernova.hh.
|
inline |
Builds coincidences from a timeslice and loads them into the internal vector.
Double pulses are merged according to the coincidence time window.
timeslice | input timeslice |
moduleRouter | detector module router |
Definition at line 174 of file JSupernova.hh.
|
private |
Definition at line 125 of file JSupernova.hh.
|
private |
Definition at line 126 of file JSupernova.hh.
int JSUPERNOVA::JDataSN::frameIndex |
Definition at line 129 of file JSupernova.hh.
JDAQUTCExtended JSUPERNOVA::JDataSN::timeUTC |
Definition at line 130 of file JSupernova.hh.