HighLAND
|
Public Member Functions | |
virtual AnaEventInfo * | Clone () |
Clone this object. | |
virtual void | Print () const |
Dump the object to screen. | |
![]() | |
bool | GetIsMC () const |
Return whether this spill is from Monte Carlo or not. | |
bool | GetIsSandMC () const |
Return whether this spill is from Sand Monte Carlo or not. | |
void | SetIsSandMC () |
Set whether this event is from Sand MC. | |
Public Attributes | |
Int_t | EventTime |
The ND280 subrun number. More... | |
![]() | |
Int_t | Run |
The ND280 run number. | |
Int_t | SubRun |
The subrun number. | |
Int_t | Event |
The ND280 event number. | |
bool | IsMC |
Says if the event is MC or data. | |
bool | IsSand |
Is this event from the Sand MC. | |
Protected Member Functions | |
AnaEventInfo (const AnaEventInfo &event) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaEventInfoB (const AnaEventInfoB &event) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Definition at line 729 of file DataClasses.hxx.
Int_t AnaEventInfo::EventTime |
The ND280 subrun number.
UNIX timestamp of the event, from the MCM (master clock module).
Definition at line 754 of file DataClasses.hxx.