Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4TpcCylinderGeomContainer Class Reference

#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4TpcCylinderGeomContainer.h>

+ Inheritance diagram for PHG4TpcCylinderGeomContainer:
+ Collaboration diagram for PHG4TpcCylinderGeomContainer:

Public Types

typedef std::map< int,
PHG4TpcCylinderGeom * > 
Map
 
typedef Map::iterator Iterator
 
typedef Map::const_iterator ConstIterator
 
typedef std::pair< Iterator,
Iterator
Range
 
typedef std::pair
< ConstIterator, ConstIterator
ConstRange
 

Public Member Functions

 PHG4TpcCylinderGeomContainer ()
 
 ~PHG4TpcCylinderGeomContainer () override
 
void identify (std::ostream &os=std::cout) const override
 
int AddLayerCellGeom (const int i, PHG4TpcCylinderGeom *mygeom)
 
int AddLayerCellGeom (PHG4TpcCylinderGeom *mygeom)
 
PHG4TpcCylinderGeomGetLayerCellGeom (const int i)
 
PHG4TpcCylinderGeomGetFirstLayerCellGeom ()
 
int get_NLayers () const
 
ConstRange get_begin_end () const
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (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 Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Attributes

Map layergeoms
 

Detailed Description

Definition at line 14 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 14 of file PHG4TpcCylinderGeomContainer.h

Member Typedef Documentation

typedef Map::const_iterator PHG4TpcCylinderGeomContainer::ConstIterator

Definition at line 19 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 19 of file PHG4TpcCylinderGeomContainer.h

Definition at line 21 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 21 of file PHG4TpcCylinderGeomContainer.h

Definition at line 18 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 18 of file PHG4TpcCylinderGeomContainer.h

Definition at line 17 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 17 of file PHG4TpcCylinderGeomContainer.h

Definition at line 20 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 20 of file PHG4TpcCylinderGeomContainer.h

Constructor & Destructor Documentation

PHG4TpcCylinderGeomContainer::PHG4TpcCylinderGeomContainer ( )
inline

Definition at line 23 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 23 of file PHG4TpcCylinderGeomContainer.h

PHG4TpcCylinderGeomContainer::~PHG4TpcCylinderGeomContainer ( )
override

Definition at line 5 of file PHG4TpcCylinderGeomContainer.cc.

View newest version in sPHENIX GitHub at line 5 of file PHG4TpcCylinderGeomContainer.cc

References layergeoms.

Member Function Documentation

int PHG4TpcCylinderGeomContainer::AddLayerCellGeom ( const int  i,
PHG4TpcCylinderGeom mygeom 
)

Definition at line 26 of file PHG4TpcCylinderGeomContainer.cc.

View newest version in sPHENIX GitHub at line 26 of file PHG4TpcCylinderGeomContainer.cc

References i, layergeoms, and PHG4TpcCylinderGeom::set_layer().

+ Here is the call graph for this function:

int PHG4TpcCylinderGeomContainer::AddLayerCellGeom ( PHG4TpcCylinderGeom mygeom)

Definition at line 38 of file PHG4TpcCylinderGeomContainer.cc.

View newest version in sPHENIX GitHub at line 38 of file PHG4TpcCylinderGeomContainer.cc

References PHG4TpcCylinderGeom::get_layer(), layer, and layergeoms.

+ Here is the call graph for this function:

ConstRange PHG4TpcCylinderGeomContainer::get_begin_end ( ) const
inline

Definition at line 34 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 34 of file PHG4TpcCylinderGeomContainer.h

References layergeoms.

Referenced by PHG4TpcDigitizer::CalculateCylinderCellADCScale(), TpcClusterMover::initialize_geometry(), PHHybridSeeding::InitializeGeometry(), QAG4SimulationTpc::InitRun(), PHG4TpcElectronDrift::InitRun(), PHG4TpcPadPlaneReadout::MapToPadPlane(), DumpPHG4TpcCylinderGeomContainer::process_Node(), and MakeActsGeometry::setPlanarSurfaceDivisions().

+ Here is the caller graph for this function:

int PHG4TpcCylinderGeomContainer::get_NLayers ( ) const
inline

Definition at line 33 of file PHG4TpcCylinderGeomContainer.h.

View newest version in sPHENIX GitHub at line 33 of file PHG4TpcCylinderGeomContainer.h

References layergeoms.

Referenced by DumpPHG4TpcCylinderGeomContainer::process_Node().

+ Here is the caller graph for this function:

PHG4TpcCylinderGeom * PHG4TpcCylinderGeomContainer::GetFirstLayerCellGeom ( )

Definition at line 63 of file PHG4TpcCylinderGeomContainer.cc.

View newest version in sPHENIX GitHub at line 63 of file PHG4TpcCylinderGeomContainer.cc

References layergeoms.

void PHG4TpcCylinderGeomContainer::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Definition at line 15 of file PHG4TpcCylinderGeomContainer.cc.

View newest version in sPHENIX GitHub at line 15 of file PHG4TpcCylinderGeomContainer.cc

References layergeoms.

Member Data Documentation

Map PHG4TpcCylinderGeomContainer::layergeoms
protected

The documentation for this class was generated from the following files: