|
BOSS 8.0.0
BESIII Offline Software System
|
#include <BesTuningIO.hh>
Public Member Functions | |
| BesTuningIO (std::vector< std::string >) | |
| ~BesTuningIO () | |
| void | GetNextEvents (void) |
| void | GetMdcHits (void) |
| void | GetTofHits (void) |
| void | GetEmcDigi (void) |
| void | GetMucHits (void) |
| void | GetRootEvent (int evtID) |
| void | GetMdcRootHits () |
| void | GetTofRootHits () |
| void | GetEmcRootDigi () |
Public Attributes | |
| TFile * | f |
| TTree * | HitTree |
| TChain * | HitChain |
Definition at line 32 of file BesTuningIO.hh.
| BesTuningIO::BesTuningIO | ( | std::vector< std::string > | name | ) |
Definition at line 38 of file BesTuningIO.cc.
| BesTuningIO::~BesTuningIO | ( | ) |
Definition at line 84 of file BesTuningIO.cc.
| void BesTuningIO::GetEmcDigi | ( | void | ) |
Definition at line 159 of file BesTuningIO.cc.
Referenced by GetNextEvents().
| void BesTuningIO::GetEmcRootDigi | ( | ) |
Definition at line 184 of file BesTuningIO.cc.
Referenced by GetRootEvent().
| void BesTuningIO::GetMdcHits | ( | void | ) |
Definition at line 117 of file BesTuningIO.cc.
Referenced by GetNextEvents().
| void BesTuningIO::GetMdcRootHits | ( | ) |
Definition at line 231 of file BesTuningIO.cc.
Referenced by GetRootEvent().
|
inline |
Definition at line 43 of file BesTuningIO.hh.
Referenced by GetNextEvents(), and GetRootEvent().
| void BesTuningIO::GetNextEvents | ( | void | ) |
Definition at line 89 of file BesTuningIO.cc.
Referenced by BesEventAction::EndOfEventAction().
| void BesTuningIO::GetRootEvent | ( | int | evtID | ) |
Definition at line 173 of file BesTuningIO.cc.
Referenced by BesEventAction::EndOfEventAction().
|
inline |
| void BesTuningIO::GetTofRootHits | ( | ) |
Definition at line 279 of file BesTuningIO.cc.
Referenced by GetRootEvent().
| TFile* BesTuningIO::f |
Definition at line 45 of file BesTuningIO.hh.
| TChain* BesTuningIO::HitChain |
Definition at line 47 of file BesTuningIO.hh.
Referenced by BesTuningIO(), and GetRootEvent().
| TTree* BesTuningIO::HitTree |
Definition at line 46 of file BesTuningIO.hh.