ReconHeader member functions
TKR FLAGS Description Range
getTkrFlags() |
returns the TKR portion of the flag word |
UInt_t |
HasTkrRecon() |
checks status of TkrRecon flag, if set, return kTRUE |
Bool_t kFALSE, kTRUE |
HasManyTracks() |
checks if ManyTrack flag is set, if so, return kTRUE. |
Bool_t kFALSE, kTRUE |
CAL FLAGS Description Range
getCalFlags() |
returns the CAL portion of the flag word |
UInt_t |
HasCalRecon() |
if the NoEnergy flag is set, returns kFALSE |
Bool_t kFALSE, kTRUE |
HasCalGood() |
checks if Good flag is set, if so, return kTRUE describes the energy reconstruction |
Bool_t kFALSE, kTRUE |
HasCalFair() |
checks if Fair flag is set, if so, return kTRUE describes the energy reconstruction |
Bool_t kFALSE, kTRUE |
HasCalPoor() |
checks if Poor flag is set, if so, return kTRUE describes the energy reconstruction |
Bool_t kFALSE, kTRUE |
HasCalNoEnergyRecon() |
checks if NoEnergy flag is set, if so, return kTRUE |
Bool_t kFALSE, kTRUE |
General functions Description Range
HasRecon() |
denotes whether or not there is TKR recon data or CAL recon data available for this event |
Bool_t kFALSE, kTRUE |
getFlags() |
returns the full word containing all flags |
UInt_t |
Event ID Description Range
getEventID() |
returns the event ID for this event, should match the raw event ID. |
UInt_t |