CGEM BOSS 6.6.5.h
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 * | getMcHitCgemCol () const |
retrieve the whole TObjArray of McHitCgem Data | |
void | addMcHitCgem (TMcHitCgem *hit) |
Add a McHitCgem into the Cgem Data collection. | |
const TMcHitCgem * | getMcHitCgem (Int_t i) const |
retrieve a McHitCgem 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 13 of file TMcHitEvent.h.
TMcHitEvent::TMcHitEvent | ( | ) |
|
virtual |
Definition at line 18 of file TMcHitEvent.cxx.
void TMcHitEvent::addMcDigiEmc | ( | TMcDigiEmc * | digi | ) |
Add a McHitMdc into the Mdc Data collection.
Emc.
Definition at line 60 of file TMcHitEvent.cxx.
Referenced by BesRootIO::SaveEmcDigiRootEvent().
void TMcHitEvent::addMcHitCgem | ( | TMcHitCgem * | hit | ) |
Add a McHitCgem into the Cgem Data collection.
Cgem.
Definition at line 93 of file TMcHitEvent.cxx.
Referenced by BesRootIO::SaveCgemHitRoot().
void TMcHitEvent::addMcHitMdc | ( | TMcHitMdc * | hit | ) |
Add a McHitMdc into the Mdc Data collection.
Mdc.
Definition at line 82 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 71 of file TMcHitEvent.cxx.
Referenced by BesRootIO::SaveTofHitRoot().
void TMcHitEvent::Clear | ( | Option_t * | option = "" | ) |
Definition at line 38 of file TMcHitEvent.cxx.
Referenced by ClassImp(), and BesRootIO::SaveHitRootEvent().
|
inline |
Definition at line 60 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 65 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetEmcRootDigi().
|
inline |
retrieve the whole TObjArray of McHitMdc Data
Definition at line 51 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetEmcRootDigi().
const TMcHitCgem * TMcHitEvent::getMcHitCgem | ( | Int_t | i | ) | const |
retrieve a McHitCgem From the collection, using the index into the array
Definition at line 98 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetCgemRootHits().
|
inline |
retrieve the whole TObjArray of McHitCgem Data
Definition at line 42 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetCgemRootHits().
const TMcHitMdc * TMcHitEvent::getMcHitMdc | ( | Int_t | i | ) | const |
retrieve a McHitMdc From the collection, using the index into the array
Definition at line 87 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetMdcRootHits().
|
inline |
retrieve the whole TObjArray of McHitMdc Data
Definition at line 33 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 76 of file TMcHitEvent.cxx.
Referenced by BesTuningIO::GetTofRootHits().
|
inline |
retrieve the whole TObjArray of McHitTof Data
Definition at line 24 of file TMcHitEvent.h.
Referenced by BesTuningIO::GetTofRootHits().
void TMcHitEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 55 of file TMcHitEvent.cxx.
|
inline |
Definition at line 59 of file TMcHitEvent.h.
Referenced by BesRootIO::SaveTofHitRoot().