![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Functions | |
| Fun4AllHistoManager * | getHistoManager () |
| Get a pointer to the default hist manager for QA modules. | |
| void | saveQARootFile (const std::string &file_name) |
| Save hist to root files. | |
| void | useLogBins (TAxis *axis) |
| utility function to | |
Variables | |
| static const std::string | HistoManagerName = "QA_HISTOS" |
| default name for QA histogram manager | |
| Fun4AllHistoManager * QAHistManagerDef::getHistoManager | ( | ) |
Get a pointer to the default hist manager for QA modules.
Definition at line 27 of file QAHistManagerDef.cc.
View newest version in sPHENIX GitHub at line 27 of file QAHistManagerDef.cc
References Fun4AllServer::getHistoManager(), HistoManagerName, Fun4AllServer::instance(), and Fun4AllServer::registerHistoManager().
Referenced by QAG4SimulationCalorimeterSum::eval_trk_proj(), QAG4SimulationIntt::evaluate_clusters(), QAG4SimulationMvtx::evaluate_clusters(), QAG4SimulationMicromegas::evaluate_clusters(), QAG4SimulationTpc::evaluate_clusters(), QAG4SimulationMicromegas::evaluate_hits(), QAG4SimulationUpsilon::Init(), QAG4SimulationVertex::Init(), QAG4SimulationTracking::Init(), QAG4SimulationCalorimeter::Init(), QAG4SimulationKFParticle::Init(), QAG4SimulationCalorimeterSum::Init(), QAG4SimulationJet::Init(), QAG4SimulationCalorimeter::Init_Cluster(), QAG4SimulationCalorimeterSum::Init_Cluster(), QAG4SimulationCalorimeter::Init_G4Hit(), QAG4SimulationJet::Init_Spectrum(), QAG4SimulationCalorimeter::Init_Tower(), QAG4SimulationCalorimeterSum::Init_TrackProj(), QAG4SimulationJet::Init_TruthMatching(), QAG4SimulationMvtx::InitRun(), QAG4SimulationIntt::InitRun(), QAG4SimulationMicromegas::InitRun(), QAG4SimulationTpc::InitRun(), QAG4SimulationUpsilon::process_event(), QAG4SimulationVertex::process_event(), QAG4SimulationTracking::process_event(), QAG4SimulationCalorimeter::process_event(), QAG4SimulationKFParticle::process_event(), QAG4SimulationCalorimeterSum::process_event(), QAG4SimulationCalorimeter::process_event_Cluster(), QAG4SimulationCalorimeterSum::process_event_Cluster(), QAG4SimulationCalorimeter::process_event_G4Hit(), QAG4SimulationCalorimeter::process_event_Tower(), QAG4SimulationCalorimeterSum::process_event_TrackProj(), QAG4SimulationJet::process_Spectrum(), QAG4SimulationJet::process_TruthMatching(), and saveQARootFile().
Here is the call graph for this function:
Here is the caller graph for this function:| void QAHistManagerDef::saveQARootFile | ( | const std::string & | file_name | ) |
Save hist to root files.
Save hist to root files. It will overwrite the old file if exist.
Definition at line 47 of file QAHistManagerDef.cc.
View newest version in sPHENIX GitHub at line 47 of file QAHistManagerDef.cc
References Fun4AllHistoManager::dumpHistos(), and getHistoManager().
Referenced by QA_Output().
Here is the call graph for this function:
Here is the caller graph for this function:| void QAHistManagerDef::useLogBins | ( | TAxis * | axis | ) |
utility function to
utility function to convert TAxis to log scale binning (usually for x axis)
Definition at line 53 of file QAHistManagerDef.cc.
View newest version in sPHENIX GitHub at line 53 of file QAHistManagerDef.cc
References width.
Referenced by QAG4SimulationUpsilon::Init(), QAG4SimulationTracking::Init(), QAG4SimulationCalorimeter::Init_G4Hit(), QAG4SimulationJet::Init_Spectrum(), and QAG4SimulationCalorimeter::Init_Tower().
Here is the caller graph for this function:
|
static |
default name for QA histogram manager
Definition at line 29 of file QAHistManagerDef.h.
View newest version in sPHENIX GitHub at line 29 of file QAHistManagerDef.h
Referenced by getHistoManager().