EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/QA/modules/QAG4SimulationTpc.h>
Public Member Functions | |
QAG4SimulationTpc (const std::string &name="QAG4SimulationTpc") | |
constructor | |
int | InitRun (PHCompositeNode *topNode) override |
int | process_event (PHCompositeNode *topNode) override |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | End (PHCompositeNode *) |
Called at the end of all processing. | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | Init (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. | |
void | Print (const std::string &="ALL") const override |
Public Member Functions inherited from Fun4AllBase | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. | |
virtual void | Name (const std::string &name) |
Sets the name of this module. | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual int | Verbosity () const |
Gets the verbosity of this module. | |
Private Types | |
using | G4HitSet = std::set< PHG4Hit * > |
Private Member Functions | |
std::string | get_histo_prefix () const |
common prefix for QA histograms | |
int | load_nodes (PHCompositeNode *) |
load nodes | |
void | evaluate_clusters () |
evaluate clusters | |
G4HitSet | find_g4hits (TrkrDefs::cluskey) const |
Private Attributes | |
std::unique_ptr< SvtxEvalStack > | m_svtxEvalStack |
PHG4TruthInfoContainer * | m_truthContainer |
bool | m_initialized = false |
true if histograms are initialized | |
ActsSurfaceMaps * | m_surfmaps = nullptr |
Acts surface maps for surface lookup. | |
ActsTrackingGeometry * | m_tGeometry = nullptr |
Acts tracking geometry for surface lookup. | |
TrkrClusterContainer * | m_cluster_map = nullptr |
cluster map | |
TrkrClusterHitAssoc * | m_cluster_hit_map = nullptr |
clusters to hit association | |
TrkrHitTruthAssoc * | m_hit_truth_map = nullptr |
hit to g4hit association | |
PHG4HitContainer * | m_g4hits_tpc = nullptr |
g4 hits | |
std::set< int > | m_layers |
list of relevant layers | |
std::multimap< int, int > | m_layer_region_map |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3, VERBOSITY_A_LOT = 4, VERBOSITY_MAX = INT_MAX - 10 } |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Definition at line 27 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 27 of file QAG4SimulationTpc.h
|
private |
Definition at line 50 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 50 of file QAG4SimulationTpc.h
QAG4SimulationTpc::QAG4SimulationTpc | ( | const std::string & | name = "QAG4SimulationTpc" | ) |
constructor
Definition at line 48 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 48 of file QAG4SimulationTpc.cc
|
private |
evaluate clusters
Definition at line 270 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 270 of file QAG4SimulationTpc.cc
References SvtxTruthEval::all_truth_clusters(), QAG4Util::delta_phi(), dz, SvtxTruthEval::get_embed(), get_histo_prefix(), PHG4Particle::get_pid(), QAG4Util::get_r(), PHG4Particle::get_track_id(), TrkrCluster::getClusKey(), ActsTransformations::getGlobalPosition(), QAHistManagerDef::getHistoManager(), TrkrClusterHitAssoc::getHits(), TpcDefs::getPad(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), TrkrCluster::getRPhiError(), TpcDefs::getTBin(), TrkrDefs::getTrkrId(), TrkrCluster::getX(), TrkrCluster::getY(), TrkrCluster::getZ(), TrkrCluster::getZError(), Acts::UnitConstants::h, eicpy.verify::histograms, SvtxTruthEval::is_primary(), it, G4TTL::layer, m_cluster_hit_map, m_layer_region_map, m_surfmaps, m_svtxEvalStack, m_tGeometry, m_truthContainer, phibins, PHWHERE, SvtxClusterEval::reco_cluster_from_truth_cluster(), TrkrDefs::tpcId, value, and Fun4AllBase::Verbosity().
Referenced by process_event().
|
private |
Definition at line 446 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 446 of file QAG4SimulationTpc.cc
References PHG4HitContainer::findHit(), TrkrHitTruthAssoc::getG4Hits(), TrkrClusterHitAssoc::getHits(), TrkrDefs::getHitSetKeyFromClusKey(), TrkrDefs::getTrkrId(), m_cluster_hit_map, m_g4hits_tpc, m_hit_truth_map, and TrkrDefs::tpcId.
|
private |
common prefix for QA histograms
Definition at line 214 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 214 of file QAG4SimulationTpc.cc
References Fun4AllBase::Name().
Referenced by evaluate_clusters(), and InitRun().
|
overridevirtual |
Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.
Reimplemented from SubsysReco.
Definition at line 55 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 55 of file QAG4SimulationTpc.cc
References Fun4AllReturnCodes::ABORTRUN, Fun4AllReturnCodes::EVENT_OK, PHG4CylinderCellGeomContainer::get_begin_end(), get_histo_prefix(), QAHistManagerDef::getHistoManager(), Acts::UnitConstants::h, m_initialized, m_layer_region_map, m_layers, m_svtxEvalStack, m_truthContainer, PHWHERE, and Fun4AllBase::Verbosity().
|
private |
load nodes
Definition at line 220 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 220 of file QAG4SimulationTpc.cc
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::EVENT_OK, m_cluster_hit_map, m_cluster_map, m_g4hits_tpc, m_hit_truth_map, m_surfmaps, m_tGeometry, and PHWHERE.
Referenced by process_event().
|
overridevirtual |
Called for each event. This is where you do the real work.
Reimplemented from SubsysReco.
Definition at line 199 of file QAG4SimulationTpc.cc.
View newest version in sPHENIX GitHub at line 199 of file QAG4SimulationTpc.cc
References evaluate_clusters(), Fun4AllReturnCodes::EVENT_OK, load_nodes(), and m_svtxEvalStack.
|
private |
clusters to hit association
Definition at line 66 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 66 of file QAG4SimulationTpc.h
Referenced by evaluate_clusters(), find_g4hits(), and load_nodes().
|
private |
cluster map
Definition at line 63 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 63 of file QAG4SimulationTpc.h
Referenced by load_nodes().
|
private |
g4 hits
Definition at line 72 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 72 of file QAG4SimulationTpc.h
Referenced by find_g4hits(), and load_nodes().
|
private |
hit to g4hit association
Definition at line 69 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 69 of file QAG4SimulationTpc.h
Referenced by find_g4hits(), and load_nodes().
|
private |
true if histograms are initialized
Definition at line 54 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 54 of file QAG4SimulationTpc.h
Referenced by InitRun().
|
private |
Definition at line 77 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 77 of file QAG4SimulationTpc.h
Referenced by evaluate_clusters(), and InitRun().
|
private |
list of relevant layers
Definition at line 76 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 76 of file QAG4SimulationTpc.h
Referenced by InitRun().
|
private |
Acts surface maps for surface lookup.
Definition at line 57 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 57 of file QAG4SimulationTpc.h
Referenced by evaluate_clusters(), and load_nodes().
|
private |
Definition at line 40 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 40 of file QAG4SimulationTpc.h
Referenced by evaluate_clusters(), InitRun(), and process_event().
|
private |
Acts tracking geometry for surface lookup.
Definition at line 60 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 60 of file QAG4SimulationTpc.h
Referenced by evaluate_clusters(), and load_nodes().
|
private |
Definition at line 41 of file QAG4SimulationTpc.h.
View newest version in sPHENIX GitHub at line 41 of file QAG4SimulationTpc.h
Referenced by evaluate_clusters(), and InitRun().