QwAnalysis
|
Contains header information of a tracked event. More...
#include <QwQuartzBarLight.h>
Inherits TObject.
Public Member Functions | |
QwQuartzBarLight () | |
Default constructor. More... | |
virtual | ~QwQuartzBarLight () |
Destructor. More... | |
ClassDef (QwQuartzBarLight, 1) | |
Private Attributes | |
UInt_t | fRunNumber |
Run number. More... | |
ULong_t | fEventNumber |
Event number. More... | |
ULong_t | fEventTime |
Event time (unix time? some time in boost?) More... | |
UInt_t | fEventType |
Event type (probably bit pattern) More... | |
UInt_t | fEventTrigger |
Event trigger (probably bit pattern) More... | |
EQwHelicity | fBeamHelicity |
Beam helicity (from MPS pattern phase) More... | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const QwQuartzBarLight &h) |
Output stream operator. More... | |
Contains header information of a tracked event.
Objects of this class contain the header information of a tracked event, such as the run number, event number, the trigger type, etc.
Definition at line 38 of file QwQuartzBarLight.h.
QwQuartzBarLight::QwQuartzBarLight | ( | ) |
Default constructor.
Definition at line 15 of file QwQuartzBarLight.cc.
|
virtual |
QwQuartzBarLight::ClassDef | ( | QwQuartzBarLight | , |
1 | |||
) |
|
friend |
|
private |
Beam helicity (from MPS pattern phase)
Definition at line 50 of file QwQuartzBarLight.h.
|
private |
|
private |
Event time (unix time? some time in boost?)
Definition at line 45 of file QwQuartzBarLight.h.
|
private |
Event trigger (probably bit pattern)
Definition at line 48 of file QwQuartzBarLight.h.
|
private |
Event type (probably bit pattern)
Definition at line 47 of file QwQuartzBarLight.h.
|
private |