Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4BlockCellGeomContainer.h>
Public Types | |
typedef std::map< int, PHG4BlockCellGeom * > | 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 | |
PHG4BlockCellGeomContainer () | |
~PHG4BlockCellGeomContainer () override | |
void | identify (std::ostream &os=std::cout) const override |
int | AddLayerCellGeom (const int i, PHG4BlockCellGeom *mygeom) |
int | AddLayerCellGeom (PHG4BlockCellGeom *mygeom) |
PHG4BlockCellGeom * | GetLayerCellGeom (const int i) |
int | get_NLayers () const |
std::pair< std::map< int, PHG4BlockCellGeom * > ::const_iterator, std::map < int, PHG4BlockCellGeom * > ::const_iterator > | 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 | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
std::map< int, PHG4BlockCellGeom * > | layergeoms |
Definition at line 14 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 14 of file PHG4BlockCellGeomContainer.h
typedef Map::const_iterator PHG4BlockCellGeomContainer::ConstIterator |
Definition at line 19 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 19 of file PHG4BlockCellGeomContainer.h
typedef std::pair<ConstIterator, ConstIterator> PHG4BlockCellGeomContainer::ConstRange |
Definition at line 21 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 21 of file PHG4BlockCellGeomContainer.h
typedef Map::iterator PHG4BlockCellGeomContainer::Iterator |
Definition at line 18 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 18 of file PHG4BlockCellGeomContainer.h
typedef std::map<int, PHG4BlockCellGeom *> PHG4BlockCellGeomContainer::Map |
Definition at line 17 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 17 of file PHG4BlockCellGeomContainer.h
typedef std::pair<Iterator, Iterator> PHG4BlockCellGeomContainer::Range |
Definition at line 20 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 20 of file PHG4BlockCellGeomContainer.h
|
inline |
Definition at line 23 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 23 of file PHG4BlockCellGeomContainer.h
|
override |
Definition at line 7 of file PHG4BlockCellGeomContainer.cc.
View newest version in sPHENIX GitHub at line 7 of file PHG4BlockCellGeomContainer.cc
int PHG4BlockCellGeomContainer::AddLayerCellGeom | ( | const int | i, |
PHG4BlockCellGeom * | mygeom | ||
) |
Definition at line 28 of file PHG4BlockCellGeomContainer.cc.
View newest version in sPHENIX GitHub at line 28 of file PHG4BlockCellGeomContainer.cc
References i, and PHG4BlockCellGeom::set_layer().
Referenced by PHG4BlockCellReco::InitRun().
int PHG4BlockCellGeomContainer::AddLayerCellGeom | ( | PHG4BlockCellGeom * | mygeom | ) |
Definition at line 40 of file PHG4BlockCellGeomContainer.cc.
View newest version in sPHENIX GitHub at line 40 of file PHG4BlockCellGeomContainer.cc
References PHG4BlockCellGeom::get_layer(), and layer.
|
inline |
Definition at line 33 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4BlockCellGeomContainer.h
References layergeoms.
Referenced by DumpPHG4BlockCellGeomContainer::process_Node().
|
inline |
Definition at line 32 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 32 of file PHG4BlockCellGeomContainer.h
References layergeoms.
Referenced by DumpPHG4BlockCellGeomContainer::process_Node().
PHG4BlockCellGeom * PHG4BlockCellGeomContainer::GetLayerCellGeom | ( | const int | i | ) |
Definition at line 53 of file PHG4BlockCellGeomContainer.cc.
View newest version in sPHENIX GitHub at line 53 of file PHG4BlockCellGeomContainer.cc
Referenced by PHG4BlockCellReco::process_event().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 17 of file PHG4BlockCellGeomContainer.cc.
View newest version in sPHENIX GitHub at line 17 of file PHG4BlockCellGeomContainer.cc
References identify.
|
protected |
Definition at line 36 of file PHG4BlockCellGeomContainer.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4BlockCellGeomContainer.h
Referenced by get_begin_end(), and get_NLayers().