|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4EventHeaderv1.h>
Inheritance diagram for PHG4EventHeaderv1:
Collaboration diagram for PHG4EventHeaderv1:Public Member Functions | |
| PHG4EventHeaderv1 () | |
| virtual | ~PHG4EventHeaderv1 () |
| dtor More... | |
| virtual void | Reset () |
| Clear Event. More... | |
| void | identify (std::ostream &os=std::cout) const |
| int | isValid () const |
| isValid returns non zero if object contains valid data More... | |
| int | get_EvtSequence () const |
| get Event Number More... | |
| void | set_EvtSequence (const int ival) |
| set Event Number More... | |
| float | get_ImpactParameter () const |
| void | set_ImpactParameter (const float b) |
| float | get_EventPlaneAngle () const |
| void | set_EventPlaneAngle (const float r) |
Public Member Functions inherited from PHG4EventHeader | |
| virtual | ~PHG4EventHeader () |
| dtor More... | |
Public Member Functions inherited from PHObject | |
| 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 |
Protected Attributes | |
| int | evtseq |
| float | bimp |
| float | rplane |
Definition at line 12 of file PHG4EventHeaderv1.h.
| PHG4EventHeaderv1::PHG4EventHeaderv1 | ( | ) |
Definition at line 7 of file PHG4EventHeaderv1.cc.
|
inlinevirtual |
dtor
Definition at line 19 of file PHG4EventHeaderv1.h.
|
inlinevirtual |
Reimplemented from PHG4EventHeader.
Definition at line 40 of file PHG4EventHeaderv1.h.
References rplane.
|
inlinevirtual |
get Event Number
Reimplemented from PHG4EventHeader.
Definition at line 33 of file PHG4EventHeaderv1.h.
References evtseq.
|
inlinevirtual |
Reimplemented from PHG4EventHeader.
Definition at line 37 of file PHG4EventHeaderv1.h.
References bimp.
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHG4EventHeader.
Definition at line 32 of file PHG4EventHeaderv1.cc.
|
virtual |
isValid returns non zero if object contains valid data
Reimplemented from PHG4EventHeader.
Definition at line 14 of file PHG4EventHeaderv1.cc.
References evtseq.
|
virtual |
Clear Event.
Reimplemented from PHG4EventHeader.
Definition at line 24 of file PHG4EventHeaderv1.cc.
|
inlinevirtual |
Reimplemented from PHG4EventHeader.
Definition at line 41 of file PHG4EventHeaderv1.h.
References rplane.
|
inlinevirtual |
set Event Number
Reimplemented from PHG4EventHeader.
Definition at line 35 of file PHG4EventHeaderv1.h.
References evtseq.
|
inlinevirtual |
Reimplemented from PHG4EventHeader.
Definition at line 38 of file PHG4EventHeaderv1.h.
References bimp.
|
protected |
Definition at line 45 of file PHG4EventHeaderv1.h.
Referenced by get_ImpactParameter(), identify(), Reset(), and set_ImpactParameter().
|
protected |
Definition at line 44 of file PHG4EventHeaderv1.h.
Referenced by get_EvtSequence(), identify(), isValid(), Reset(), and set_EvtSequence().
|
protected |
Definition at line 46 of file PHG4EventHeaderv1.h.
Referenced by get_EventPlaneAngle(), identify(), Reset(), and set_EventPlaneAngle().