BOSS 7.1.1
BESIII Offline Software System
|
#include <TMcHitEvent.h>
Public Member Functions | |
TMcHitEvent () | |
virtual | ~TMcHitEvent () |
void | Clear (Option_t *option="") |
void | Print (Option_t *option="") const |
const TObjArray * | getMcHitTofCol () const |
retrieve the whole TObjArray of McHitTof Data | |
void | addMcHitTof (TMcHitTof *hit) |
Add a McHitTof into the TOF Data collection. | |
const TMcHitTof * | getMcHitTof (Int_t i) const |
retrieve a McHitTof From the collection, using the index into the array | |
const TObjArray * | getMcHitMdcCol () const |
retrieve the whole TObjArray of McHitMdc Data | |
void | addMcHitMdc (TMcHitMdc *hit) |
Add a McHitMdc into the Mdc Data collection. | |
const TMcHitMdc * | getMcHitMdc (Int_t i) const |
retrieve a McHitMdc From the collection, using the index into the array | |
const TObjArray * | getMcDigiEmcCol () const |
retrieve the whole TObjArray of McHitMdc Data | |
void | addMcDigiEmc (TMcDigiEmc *digi) |
Add a McHitMdc into the Mdc Data collection. | |
const TMcDigiEmc * | getMcDigiEmc (Int_t i) const |
retrieve a McHitMdc From the collection, using the index into the array | |
void | setBeamTime (Double_t time) |
Double_t | getBeamTime () const |
Definition at line 12 of file TMcHitEvent.h.
TMcHitEvent::TMcHitEvent | ( | ) |
|
virtual |
Definition at line 17 of file TMcHitEvent.cxx.
void TMcHitEvent::addMcDigiEmc | ( | TMcDigiEmc * | digi | ) |
Add a McHitMdc into the Mdc Data collection.
Emc.
Definition at line 52 of file TMcHitEvent.cxx.
Referenced by BesRootIO::SaveEmcDigiRootEvent().
void TMcHitEvent::addMcHitMdc | ( | TMcHitMdc * | hit | ) |
Add a McHitMdc into the Mdc Data collection.
Mdc.
Definition at line 74 of file TMcHitEvent.cxx.
Referenced by BesRootIO::SaveMdcHitRoot().
void TMcHitEvent::addMcHitTof | ( | TMcHitTof * | hit | ) |
Add a McHitTof into the TOF Data collection.
Tof.
Definition at line 63 of file TMcHitEvent.cxx.
Referenced by BesRootIO::SaveTofHitRoot().
void TMcHitEvent::Clear | ( | Option_t * | option = "" | ) |
Definition at line 33 of file TMcHitEvent.cxx.
Referenced by ClassImp(), and BesRootIO::SaveHitRootEvent().
|
inline |
Definition at line 50 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetTofRootHits().
const TMcDigiEmc * TMcHitEvent::getMcDigiEmc | ( | Int_t | i | ) | const |
retrieve a McHitMdc From the collection, using the index into the array
Definition at line 57 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetEmcRootDigi().
|
inline |
retrieve the whole TObjArray of McHitMdc Data
Definition at line 41 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetEmcRootDigi().
const TMcHitMdc * TMcHitEvent::getMcHitMdc | ( | Int_t | i | ) | const |
retrieve a McHitMdc From the collection, using the index into the array
Definition at line 79 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetMdcRootHits().
|
inline |
retrieve the whole TObjArray of McHitMdc Data
Definition at line 32 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetMdcRootHits().
const TMcHitTof * TMcHitEvent::getMcHitTof | ( | Int_t | i | ) | const |
retrieve a McHitTof From the collection, using the index into the array
Definition at line 68 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetTofRootHits().
|
inline |
retrieve the whole TObjArray of McHitTof Data
Definition at line 23 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetTofRootHits().
void TMcHitEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 47 of file TMcHitEvent.cxx.
|
inline |
Definition at line 49 of file TMcHitEvent.h.
Referenced by BesRootIO::SaveTofHitRoot().