Class Reference for E1039 Core & Analysis Software
|
base class for EventHeaders More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/ffaobjects/EventHeader.h>
Public Member Functions | |
virtual | ~EventHeader () |
dtor More... | |
virtual void | Reset () |
Clear Event. More... | |
virtual void | identify (std::ostream &os=std::cout) const |
virtual int | isValid () const |
isValid returns non zero if object contains valid data More... | |
virtual int | get_RunNumber () const |
get Run Number More... | |
virtual void | set_RunNumber (const int run) |
set Run Number More... | |
virtual int | get_EvtSequence () const |
get Event Number More... | |
virtual void | set_EvtSequence (const int) |
set Event Number More... | |
virtual int | get_EvtType () const |
get Event Type (Data,rejected,EOR,BOR,...) More... | |
virtual void | set_EvtType (const int) |
set Event Type (Data,rejected,EOR,BOR,...) More... | |
virtual time_t | get_TimeStamp () const |
get ATP TimeStamp (unix time, convert with ctime() More... | |
virtual void | set_TimeStamp (const time_t) |
set TimeStamp More... | |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
base class for EventHeaders
Definition at line 9 of file EventHeader.h.
|
inlinevirtual |
dtor
Definition at line 14 of file EventHeader.h.
|
inlinevirtual |
|
inlinevirtual |
get Event Type (Data,rejected,EOR,BOR,...)
Reimplemented in EventHeaderv1.
Definition at line 38 of file EventHeader.h.
|
inlinevirtual |
|
inlinevirtual |
get ATP TimeStamp (unix time, convert with ctime()
Reimplemented in EventHeaderv1.
Definition at line 43 of file EventHeader.h.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in EventHeaderv1.
Definition at line 19 of file EventHeader.cc.
|
virtual |
isValid returns non zero if object contains valid data
Reimplemented from PHObject.
Reimplemented in EventHeaderv1.
Definition at line 27 of file EventHeader.cc.
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
set Event Type (Data,rejected,EOR,BOR,...)
Reimplemented in EventHeaderv1.
Definition at line 40 of file EventHeader.h.
|
inlinevirtual |
|
inlinevirtual |