Jpp
19.0.0
the software that should make you happy
|
Time slice with calibrated data. More...
#include <JTimeslice.hh>
Public Types | |
typedef JSuperFrame1D< JElement_t > | value_type |
typedef std::vector < value_type >::iterator | iterator |
typedef std::vector < value_type >::const_iterator | const_iterator |
typedef std::vector < value_type > ::reverse_iterator | reverse_iterator |
typedef std::vector < value_type > ::const_reverse_iterator | const_reverse_iterator |
Public Member Functions | |
JTimeslice () | |
Default constructor. More... | |
JTimeslice (const JDAQChronometer &chronometer) | |
Constructor. More... | |
const JDAQChronometer & | getDAQChronometer () const |
Get DAQ chronometer. More... | |
void | setDAQChronometer (const JDAQChronometer &chronometer) |
Set DAQ chronometer. More... | |
int | getDetectorID () const |
Get detector identifier. More... | |
int | getRunNumber () const |
Get run number. More... | |
int | getFrameIndex () const |
Get frame index. More... | |
JDAQUTCExtended | getTimesliceStart () const |
Get start of timeslice. More... | |
void | setRunNumber (const int run) |
Set run number. More... | |
void | setFrameIndex (const int frame_index) |
Set frame index. More... | |
void | setTimesliceStart (const JDAQUTCExtended ×lice_start) |
Set timeslice start time. More... | |
ClassDef (JDAQChronometer, 3) | |
Protected Attributes | |
int | detector_id |
int | run |
int | frame_index |
JDAQUTCExtended | timeslice_start |
Time slice with calibrated data.
Definition at line 26 of file JTimeslice.hh.
typedef JSuperFrame1D<JElement_t> JTRIGGER::JTimeslice< JElement_t >::value_type |
Definition at line 32 of file JTimeslice.hh.
typedef std::vector<value_type>::iterator JTRIGGER::JTimeslice< JElement_t >::iterator |
Definition at line 33 of file JTimeslice.hh.
typedef std::vector<value_type>::const_iterator JTRIGGER::JTimeslice< JElement_t >::const_iterator |
Definition at line 34 of file JTimeslice.hh.
typedef std::vector<value_type>::reverse_iterator JTRIGGER::JTimeslice< JElement_t >::reverse_iterator |
Definition at line 35 of file JTimeslice.hh.
typedef std::vector<value_type>::const_reverse_iterator JTRIGGER::JTimeslice< JElement_t >::const_reverse_iterator |
Definition at line 36 of file JTimeslice.hh.
|
inline |
Default constructor.
Definition at line 42 of file JTimeslice.hh.
|
inline |
Constructor.
chronometer | DAQ chronometer |
Definition at line 53 of file JTimeslice.hh.
|
inlineinherited |
|
inlineinherited |
Set DAQ chronometer.
chronometer | DAQ chronometer |
Definition at line 99 of file JDAQChronometer.hh.
|
inlineinherited |
Get detector identifier.
Definition at line 110 of file JDAQChronometer.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Get start of timeslice.
Definition at line 144 of file JDAQChronometer.hh.
|
inlineinherited |
|
inlineinherited |
Set frame index.
frame_index | frame index |
Definition at line 166 of file JDAQChronometer.hh.
|
inlineinherited |
Set timeslice start time.
timeslice_start | timeslice start time |
Definition at line 177 of file JDAQChronometer.hh.
|
inherited |
|
protectedinherited |
Definition at line 187 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 188 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 189 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 190 of file JDAQChronometer.hh.