ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Generic tower geometry class, store each tower's geometry individually. More...
#include <coresoftware/blob/master/offline/packages/CaloBase/RawTowerGeomContainerv1.h>
Public Member Functions | |
RawTowerGeomContainerv1 (RawTowerDefs::CalorimeterId caloid=RawTowerDefs::NONE) | |
~RawTowerGeomContainerv1 () override | |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
void | identify (std::ostream &os=std::cout) const override |
void | set_calorimeter_id (RawTowerDefs::CalorimeterId caloid) override |
8-bit calorimeter ID | |
RawTowerDefs::CalorimeterId | get_calorimeter_id () const override |
ConstIterator | add_tower_geometry (RawTowerGeom *geo) override |
go through all towers | |
RawTowerGeom * | get_tower_geometry (RawTowerDefs::keytype key) override |
ConstRange | get_tower_geometries (void) const override |
return all tower geometries | |
Range | get_tower_geometries (void) override |
unsigned int | size () const override |
Public Member Functions inherited from RawTowerGeomContainer | |
~RawTowerGeomContainer () override | |
default constructor for ROOT IO | |
virtual double | get_radius () const |
virtual double | get_thickness () const |
virtual int | get_phibins () const |
virtual int | get_etabins () const |
virtual std::pair< double, double > | get_phibounds (const int) const |
virtual std::pair< double, double > | get_etabounds (const int) const |
virtual double | get_etacenter (const int) const |
virtual double | get_phicenter (const int) const |
virtual int | get_etabin (const double) const |
virtual int | get_phibin (const double) const |
virtual void | set_radius (const double) |
virtual void | set_thickness (const double) |
virtual void | set_phibins (const int) |
virtual void | set_etabins (const int) |
virtual void | set_etabounds (const int, const std::pair< double, double > &) |
virtual void | set_phibounds (const int, const std::pair< double, double > &) |
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 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 | |
RawTowerDefs::CalorimeterId | _caloid |
Map | _geoms |
Additional Inherited Members | |
Public Types inherited from RawTowerGeomContainer | |
typedef std::map < RawTowerDefs::keytype, RawTowerGeom * > | Map |
typedef Map::iterator | Iterator |
typedef Map::const_iterator | ConstIterator |
typedef std::pair< Iterator, Iterator > | Range |
typedef std::pair < ConstIterator, ConstIterator > | ConstRange |
Protected Member Functions inherited from RawTowerGeomContainer | |
RawTowerGeomContainer () | |
this class is not for use. Base class only | |
Generic tower geometry class, store each tower's geometry individually.
Definition at line 15 of file RawTowerGeomContainerv1.h.
View newest version in sPHENIX GitHub at line 15 of file RawTowerGeomContainerv1.h
RawTowerGeomContainerv1::RawTowerGeomContainerv1 | ( | RawTowerDefs::CalorimeterId | caloid = RawTowerDefs::NONE | ) |
Definition at line 13 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 13 of file RawTowerGeomContainerv1.cc
|
override |
Definition at line 18 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 18 of file RawTowerGeomContainerv1.cc
References Reset().
|
overridevirtual |
go through all towers
Reimplemented from RawTowerGeomContainer.
Definition at line 36 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 36 of file RawTowerGeomContainerv1.cc
References _geoms, RawTowerDefs::decode_caloid(), g4zmq::exit(), get_calorimeter_id(), RawTowerGeom::get_id(), RawTowerGeom::identify(), and it.
|
inlineoverridevirtual |
Reimplemented from RawTowerGeomContainer.
Definition at line 26 of file RawTowerGeomContainerv1.h.
View newest version in sPHENIX GitHub at line 26 of file RawTowerGeomContainerv1.h
References _caloid.
Referenced by add_tower_geometry().
|
overridevirtual |
return all tower geometries
Reimplemented from RawTowerGeomContainer.
Definition at line 24 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 24 of file RawTowerGeomContainerv1.cc
References _geoms.
|
overridevirtual |
Reimplemented from RawTowerGeomContainer.
Definition at line 30 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 30 of file RawTowerGeomContainerv1.cc
References _geoms.
|
overridevirtual |
Reimplemented from RawTowerGeomContainer.
Definition at line 68 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 68 of file RawTowerGeomContainerv1.cc
Referenced by CaloTriggerSim::process_event().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from RawTowerGeomContainer.
Definition at line 92 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 92 of file RawTowerGeomContainerv1.cc
References size().
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 78 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 78 of file RawTowerGeomContainerv1.cc
References _geoms.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 83 of file RawTowerGeomContainerv1.cc.
View newest version in sPHENIX GitHub at line 83 of file RawTowerGeomContainerv1.cc
References _geoms.
Referenced by RawTowerGeomContainer_Cylinderv1::Reset(), and ~RawTowerGeomContainerv1().
|
inlineoverridevirtual |
8-bit calorimeter ID
Reimplemented from RawTowerGeomContainer.
Definition at line 25 of file RawTowerGeomContainerv1.h.
View newest version in sPHENIX GitHub at line 25 of file RawTowerGeomContainerv1.h
References _caloid.
Reimplemented from RawTowerGeomContainer.
Definition at line 35 of file RawTowerGeomContainerv1.h.
View newest version in sPHENIX GitHub at line 35 of file RawTowerGeomContainerv1.h
References _geoms.
Referenced by identify().
|
protected |
Definition at line 38 of file RawTowerGeomContainerv1.h.
View newest version in sPHENIX GitHub at line 38 of file RawTowerGeomContainerv1.h
Referenced by get_calorimeter_id(), and set_calorimeter_id().
|
protected |
Definition at line 39 of file RawTowerGeomContainerv1.h.
View newest version in sPHENIX GitHub at line 39 of file RawTowerGeomContainerv1.h
Referenced by add_tower_geometry(), get_tower_geometries(), get_tower_geometry(), isValid(), Reset(), and size().