Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/QA/modules/QAG4SimulationMicromegas.h>
Public Member Functions | |
QAG4SimulationMicromegas (const std::string &name="QAG4SimulationMicromegas") | |
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_hits () |
evaluate hits | |
void | evaluate_clusters () |
evaluate clusters | |
G4HitSet | find_g4hits (TrkrDefs::cluskey) const |
Private Attributes | |
std::unique_ptr< SvtxEvalStack > | m_svtxEvalStack |
bool | m_initialized = false |
true if histograms are initialized | |
PHG4CylinderGeomContainer * | m_micromegas_geonode = nullptr |
micromegas geometry | |
ActsGeometry * | m_tGeometry = nullptr |
Acts tracking geometry for surface lookup. | |
TrkrClusterContainer * | m_cluster_map = nullptr |
cluster map | |
TrkrHitSetContainer * | m_hitsets = nullptr |
hitsets | |
TrkrClusterHitAssoc * | m_cluster_hit_map = nullptr |
clusters to hit association | |
TrkrHitTruthAssoc * | m_hit_truth_map = nullptr |
hit to g4hit association | |
PHG4HitContainer * | m_g4hits_micromegas = nullptr |
g4 hits | |
PHG4TruthInfoContainer * | m_truthContainer |
std::set< int > | m_layers |
list of relevant layers | |
ClusterErrorPara | _ClusErrPara |
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 = std::numeric_limits<int>::max() - 10 } |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Definition at line 26 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 26 of file QAG4SimulationMicromegas.h
|
private |
Definition at line 49 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 49 of file QAG4SimulationMicromegas.h
QAG4SimulationMicromegas::QAG4SimulationMicromegas | ( | const std::string & | name = "QAG4SimulationMicromegas" | ) |
constructor
Definition at line 122 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 122 of file QAG4SimulationMicromegas.cc
|
private |
evaluate clusters
Definition at line 366 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 366 of file QAG4SimulationMicromegas.cc
References SvtxClusterEval::all_clusters_from(), SvtxTruthEval::all_truth_clusters(), assert, TrackFitUtils::circle_fit_by_taubin(), distance(), dz, find_g4hits(), TrkrClusterContainer::findCluster(), SvtxTruthEval::get_embed(), get_histo_prefix(), PHG4Particle::get_pid(), PHG4Particle::get_track_id(), ActsGeometry::getGlobalPosition(), QAHistManagerDef::getHistoManager(), TrkrClusterHitAssoc::getHits(), TrkrDefs::getLayer(), PHG4CylinderGeomContainer::GetLayerGeom(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), MicromegasDefs::getSegmentationType(), MicromegasDefs::getTileId(), TrkrDefs::getTrkrId(), gflavor, gprimary, gtrackID, gx, gy, gz, h, i, SvtxTruthEval::is_primary(), layer, m_cluster_hit_map, m_cluster_map, m_layers, m_micromegas_geonode, m_svtxEvalStack, m_tGeometry, m_truthContainer, TrkrDefs::micromegasId, PHWHERE, Acts::IntegrationTest::R, PHG4InttDefs::SEGMENTATION_PHI, PHG4InttDefs::SEGMENTATION_Z, value, Fun4AllBase::Verbosity(), X0, and Y0.
Referenced by process_event().
|
private |
evaluate hits
Definition at line 313 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 313 of file QAG4SimulationMicromegas.cc
References assert, get_histo_prefix(), QAHistManagerDef::getHistoManager(), TrkrHitSet::getHits(), TrkrHitSetContainer::getHitSets(), TrkrDefs::getLayer(), h, layer, m_hitsets, m_layers, TrkrDefs::micromegasId, and value.
Referenced by process_event().
|
private |
Definition at line 538 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 538 of file QAG4SimulationMicromegas.cc
References PHG4HitContainer::findHit(), TrkrHitTruthAssoc::getG4Hits(), TrkrClusterHitAssoc::getHits(), TrkrDefs::getHitSetKeyFromClusKey(), TrkrDefs::getTrkrId(), m_cluster_hit_map, m_g4hits_micromegas, m_hit_truth_map, TrkrDefs::micromegasId, and out.
Referenced by evaluate_clusters().
|
private |
common prefix for QA histograms
Definition at line 252 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 252 of file QAG4SimulationMicromegas.cc
References Fun4AllBase::Name().
Referenced by evaluate_clusters(), evaluate_hits(), 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 129 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 129 of file QAG4SimulationMicromegas.cc
References Fun4AllReturnCodes::ABORTRUN, assert, Fun4AllReturnCodes::EVENT_OK, get_histo_prefix(), QAHistManagerDef::getHistoManager(), h, layer, m_initialized, m_layers, m_svtxEvalStack, m_truthContainer, PHWHERE, PHG4InttDefs::SEGMENTATION_PHI, and Fun4AllBase::Verbosity().
|
private |
load nodes
Definition at line 258 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 258 of file QAG4SimulationMicromegas.cc
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::EVENT_OK, m_cluster_hit_map, m_cluster_map, m_g4hits_micromegas, m_hit_truth_map, m_hitsets, m_micromegas_geonode, 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 239 of file QAG4SimulationMicromegas.cc.
View newest version in sPHENIX GitHub at line 239 of file QAG4SimulationMicromegas.cc
References evaluate_clusters(), evaluate_hits(), Fun4AllReturnCodes::EVENT_OK, load_nodes(), and m_svtxEvalStack.
|
private |
Definition at line 80 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 80 of file QAG4SimulationMicromegas.h
|
private |
clusters to hit association
Definition at line 68 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 68 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), find_g4hits(), and load_nodes().
|
private |
cluster map
Definition at line 62 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 62 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), and load_nodes().
|
private |
g4 hits
Definition at line 74 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 74 of file QAG4SimulationMicromegas.h
Referenced by find_g4hits(), and load_nodes().
|
private |
hit to g4hit association
Definition at line 71 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 71 of file QAG4SimulationMicromegas.h
Referenced by find_g4hits(), and load_nodes().
|
private |
hitsets
Definition at line 65 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 65 of file QAG4SimulationMicromegas.h
Referenced by evaluate_hits(), and load_nodes().
|
private |
true if histograms are initialized
Definition at line 53 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 53 of file QAG4SimulationMicromegas.h
Referenced by InitRun().
|
private |
list of relevant layers
Definition at line 79 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 79 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), evaluate_hits(), and InitRun().
|
private |
micromegas geometry
Definition at line 56 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 56 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), and load_nodes().
|
private |
Definition at line 38 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 38 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), InitRun(), and process_event().
|
private |
Acts tracking geometry for surface lookup.
Definition at line 59 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 59 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), and load_nodes().
|
private |
Definition at line 76 of file QAG4SimulationMicromegas.h.
View newest version in sPHENIX GitHub at line 76 of file QAG4SimulationMicromegas.h
Referenced by evaluate_clusters(), and InitRun().