ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4CylinderGeomContainer.h>
Public Types | |
using | Map = std::map< int, PHG4CylinderGeom * > |
using | Iterator = Map::iterator |
using | ConstIterator = Map::const_iterator |
using | Range = std::pair< Iterator, Iterator > |
using | ConstRange = std::pair< ConstIterator, ConstIterator > |
Public Member Functions | |
PHG4CylinderGeomContainer () | |
~PHG4CylinderGeomContainer () override | |
void | identify (std::ostream &os=std::cout) const override |
int | AddLayerGeom (const int i, PHG4CylinderGeom *mygeom) |
int | AddLayerGeom (PHG4CylinderGeom *mygeom) |
PHG4CylinderGeom * | GetLayerGeom (const int i) |
PHG4CylinderGeom * | GetFirstLayerGeom () |
int | get_NLayers () const |
ConstRange | get_begin_end () const |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual void | Reset () |
Clear Event. | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
Map | layergeoms |
float | magfield |
Definition at line 14 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 14 of file PHG4CylinderGeomContainer.h
using PHG4CylinderGeomContainer::ConstIterator = Map::const_iterator |
Definition at line 19 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 19 of file PHG4CylinderGeomContainer.h
using PHG4CylinderGeomContainer::ConstRange = std::pair<ConstIterator, ConstIterator> |
Definition at line 21 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 21 of file PHG4CylinderGeomContainer.h
using PHG4CylinderGeomContainer::Iterator = Map::iterator |
Definition at line 18 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 18 of file PHG4CylinderGeomContainer.h
using PHG4CylinderGeomContainer::Map = std::map<int,PHG4CylinderGeom *> |
Definition at line 17 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 17 of file PHG4CylinderGeomContainer.h
using PHG4CylinderGeomContainer::Range = std::pair<Iterator, Iterator> |
Definition at line 20 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 20 of file PHG4CylinderGeomContainer.h
PHG4CylinderGeomContainer::PHG4CylinderGeomContainer | ( | ) |
Definition at line 7 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 7 of file PHG4CylinderGeomContainer.cc
|
override |
Definition at line 11 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 11 of file PHG4CylinderGeomContainer.cc
References layergeoms.
int PHG4CylinderGeomContainer::AddLayerGeom | ( | const int | i, |
PHG4CylinderGeom * | mygeom | ||
) |
Definition at line 36 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 36 of file PHG4CylinderGeomContainer.cc
References layergeoms, and PHG4CylinderGeom::set_layer().
Referenced by PHG4EICMvtxDetector::AddGeometryNode(), PHG4MvtxDetector::AddGeometryNode(), PHG4InttDetector::AddGeometryNode(), PHG4HcalDetector::ConstructMe(), PHG4SpacalDetector::ConstructMe(), and PHG4CylinderSubsystem::InitRunSubsystem().
int PHG4CylinderGeomContainer::AddLayerGeom | ( | PHG4CylinderGeom * | mygeom | ) |
Definition at line 49 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 49 of file PHG4CylinderGeomContainer.cc
References PHG4CylinderGeom::get_layer(), G4TTL::layer, and layergeoms.
|
inline |
Definition at line 34 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 34 of file PHG4CylinderGeomContainer.h
References layergeoms.
Referenced by PHG4InttDigitizer::CalculateLadderCellADCScale(), InttClusterizer::CalculateLadderThresholds(), PHG4MvtxDigitizer::CalculateMvtxLadderCellADCScale(), PHG4CylinderCellReco::InitRun(), MakeActsGeometry::makeMmMapPairs(), and DumpPHG4CylinderGeomContainer::process_Node().
|
inline |
Definition at line 33 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4CylinderGeomContainer.h
References layergeoms.
Referenced by PHMicromegasTpcTrackMatching::InitRun(), and DumpPHG4CylinderGeomContainer::process_Node().
PHG4CylinderGeom * PHG4CylinderGeomContainer::GetFirstLayerGeom | ( | ) |
Definition at line 74 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 74 of file PHG4CylinderGeomContainer.cc
References layergeoms.
Referenced by MakeActsGeometry::addActsMicromegasSurfaces(), PHG4FullProjSpacalCellReco::InitRun(), PHMicromegasTpcTrackMatching::InitRun(), and PHG4FullProjSpacalCellReco::process_event().
PHG4CylinderGeom * PHG4CylinderGeomContainer::GetLayerGeom | ( | const int | i | ) |
Definition at line 62 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 62 of file PHG4CylinderGeomContainer.cc
References layergeoms.
Referenced by TrackEvaluation::add_trk_information_micromegas(), TrackEvaluation::add_truth_information_micromegas(), MakeActsGeometry::addActsMicromegasSurfaces(), InttClusterizer::ClusterLadderCells(), MvtxClusterizer::ClusterMvtx(), QAG4SimulationMicromegas::evaluate_clusters(), PHTruthClustering::G4ClusterSize(), SvtxTruthEval::G4ClusterSize(), MakeActsGeometry::getInttHitSetKeyFromCoords(), MakeActsGeometry::getMvtxHitSetKeyFromCoords(), PHActsSiliconSeeding::matchInttClusters(), PHG4GenHit::process_event(), PHG4MvtxHitReco::process_event(), PHG4InttHitReco::process_event(), MicromegasClusterizer::process_event(), PHMicromegasTpcTrackMatching::process_event(), PHGenFitTrkProp::ReFitTrack(), and PHGenFitTrkProp::TrkrClusterToPHGenFitMeasurement().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 22 of file PHG4CylinderGeomContainer.cc.
View newest version in sPHENIX GitHub at line 22 of file PHG4CylinderGeomContainer.cc
References layergeoms, and magfield.
Referenced by PHG4EICMvtxDetector::AddGeometryNode(), PHG4MvtxDetector::AddGeometryNode(), PHG4InttDetector::AddGeometryNode(), PHG4MvtxHitReco::InitRun(), PHG4InttHitReco::InitRun(), PHG4CylinderCellReco::InitRun(), and PHG4FullProjSpacalCellReco::InitRun().
|
protected |
Definition at line 37 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4CylinderGeomContainer.h
Referenced by AddLayerGeom(), get_begin_end(), get_NLayers(), GetFirstLayerGeom(), GetLayerGeom(), identify(), and ~PHG4CylinderGeomContainer().
|
protected |
Definition at line 38 of file PHG4CylinderGeomContainer.h.
View newest version in sPHENIX GitHub at line 38 of file PHG4CylinderGeomContainer.h
Referenced by identify().