Jpp
15.0.0-rc.2
the software that should make you happy
|
Interface for event classes. More...
#include <EventPreamble.hh>
Public Member Functions | |
EventPreamble () | |
Default constructor. More... | |
virtual | ~EventPreamble () |
Virtual destructor. More... | |
ClassDef (EventPreamble, 2) | |
Public Attributes | |
unsigned short | frameTarget |
Unique code representing the shore station for this frame. More... | |
unsigned int | frameTime1 |
Frame 'time stamp' in units of 50ns (MSW) More... | |
unsigned int | frameTime2 |
Frame 'time stamp' in units of 50ns (LSW) More... | |
unsigned int | frameIndex |
Number of frames since start of the run. More... | |
unsigned int | runNumber |
Run-number as given by the RunControl. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const EventPreamble &object) |
Print ASCII. More... | |
Interface for event classes.
It holds the information from the 'preamble' of an event object.
Definition at line 17 of file EventPreamble.hh.
|
inline |
Default constructor.
Definition at line 43 of file EventPreamble.hh.
|
inlinevirtual |
EventPreamble::ClassDef | ( | EventPreamble | , |
2 | |||
) |
|
friend |
Print ASCII.
out | output stream |
object | event preamble |
Definition at line 66 of file EventPreamble.hh.
unsigned short EventPreamble::frameTarget |
Unique code representing the shore station for this frame.
Definition at line 26 of file EventPreamble.hh.
unsigned int EventPreamble::frameTime1 |
Frame 'time stamp' in units of 50ns (MSW)
Definition at line 29 of file EventPreamble.hh.
unsigned int EventPreamble::frameTime2 |
Frame 'time stamp' in units of 50ns (LSW)
Definition at line 31 of file EventPreamble.hh.
unsigned int EventPreamble::frameIndex |
Number of frames since start of the run.
Definition at line 34 of file EventPreamble.hh.
unsigned int EventPreamble::runNumber |
Run-number as given by the RunControl.
Definition at line 37 of file EventPreamble.hh.