ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/CaloBase/RawTowerGeomv3.h>
Public Member Functions | |
RawTowerGeomv3 () | |
RawTowerGeomv3 (RawTowerDefs::keytype id) | |
~RawTowerGeomv3 () override | |
void | identify (std::ostream &os=std::cout) const override |
void | set_id (RawTowerDefs::keytype key) override |
RawTowerDefs::keytype | get_id () const override |
int | get_bineta () const override |
int | get_binphi () const override |
int | get_column () const override |
int | get_row () const override |
int | get_binl () const override |
void | set_center_x (double x) override |
void | set_center_y (double y) override |
void | set_center_z (double z) override |
void | set_size_x (double dx) override |
void | set_size_y (double dy) override |
void | set_size_z (double dz) override |
double | get_center_x () const override |
double | get_center_y () const override |
double | get_center_z () const override |
double | get_size_x () const override |
double | get_size_y () const override |
double | get_size_z () const override |
double | get_volume () const override |
double | get_center_radius () const override |
double | get_eta () const override |
double | get_phi () const override |
double | get_theta () const override |
void | set_tower_type (int tt) override |
int | get_tower_type () const override |
Public Member Functions inherited from RawTowerGeom | |
~RawTowerGeom () override | |
virtual double | get_roty () const |
virtual double | get_rotz () const |
virtual void | set_roty (double) |
virtual void | set_rotz (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 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 | |
RawTowerDefs::keytype | _towerid = ~0 |
double | _center_x = NAN |
double | _center_y = NAN |
double | _center_z = NAN |
double | _size_x = NAN |
double | _size_y = NAN |
double | _size_z = NAN |
int | _tower_type = -1 |
Additional Inherited Members | |
Protected Member Functions inherited from RawTowerGeom | |
RawTowerGeom () | |
Definition at line 11 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 11 of file RawTowerGeomv3.h
|
inline |
Definition at line 14 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 14 of file RawTowerGeomv3.h
RawTowerGeomv3::RawTowerGeomv3 | ( | RawTowerDefs::keytype | id | ) |
Definition at line 6 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 6 of file RawTowerGeomv3.cc
|
inlineoverride |
Definition at line 16 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 16 of file RawTowerGeomv3.h
|
overridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 37 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 37 of file RawTowerGeomv3.cc
References _towerid, RawTowerDefs::decode_caloid(), RawTowerDefs::decode_index1(), RawTowerDefs::decode_index1v2(), and RawTowerDefs::LFHCAL.
Referenced by get_column().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 29 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 29 of file RawTowerGeomv3.h
References _towerid, and RawTowerDefs::decode_index3v2().
|
overridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 50 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 50 of file RawTowerGeomv3.cc
References _towerid, RawTowerDefs::decode_caloid(), RawTowerDefs::decode_index2(), RawTowerDefs::decode_index2v2(), and RawTowerDefs::LFHCAL.
Referenced by get_row().
|
overridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 11 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 11 of file RawTowerGeomv3.cc
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 64 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 64 of file RawTowerGeomv3.h
References _center_x.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 65 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 65 of file RawTowerGeomv3.h
References _center_y.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 66 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 66 of file RawTowerGeomv3.h
References _center_z.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 26 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 26 of file RawTowerGeomv3.h
References get_bineta().
|
overridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 24 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 24 of file RawTowerGeomv3.cc
References Acts::VectorHelpers::eta(), get_theta(), and theta().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 21 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 21 of file RawTowerGeomv3.h
References _towerid.
|
overridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 31 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 31 of file RawTowerGeomv3.cc
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 27 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 27 of file RawTowerGeomv3.h
References get_binphi().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 68 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 68 of file RawTowerGeomv3.h
References _size_x.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 69 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 69 of file RawTowerGeomv3.h
References _size_y.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 70 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 70 of file RawTowerGeomv3.h
References _size_z.
Referenced by identify().
|
overridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 17 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 17 of file RawTowerGeomv3.cc
References _center_x, _center_y, _center_z, radius, and theta().
Referenced by get_eta().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 79 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 79 of file RawTowerGeomv3.h
References _tower_type.
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 71 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 71 of file RawTowerGeomv3.h
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from RawTowerGeom.
Definition at line 64 of file RawTowerGeomv3.cc.
View newest version in sPHENIX GitHub at line 64 of file RawTowerGeomv3.cc
References _tower_type, get_center_x(), get_center_y(), get_center_z(), get_size_x(), get_size_y(), and get_size_z().
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 32 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 32 of file RawTowerGeomv3.h
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 37 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 37 of file RawTowerGeomv3.h
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 42 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 42 of file RawTowerGeomv3.h
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 20 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 20 of file RawTowerGeomv3.h
References _towerid.
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 48 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 48 of file RawTowerGeomv3.h
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 53 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 53 of file RawTowerGeomv3.h
|
inlineoverridevirtual |
Reimplemented from RawTowerGeom.
Definition at line 58 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 58 of file RawTowerGeomv3.h
Reimplemented from RawTowerGeom.
Definition at line 78 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 78 of file RawTowerGeomv3.h
References _tower_type.
|
protected |
Definition at line 84 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 84 of file RawTowerGeomv3.h
Referenced by get_center_radius(), get_center_x(), get_phi(), get_theta(), and set_center_x().
|
protected |
Definition at line 85 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 85 of file RawTowerGeomv3.h
Referenced by get_center_radius(), get_center_y(), get_phi(), get_theta(), and set_center_y().
|
protected |
Definition at line 86 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 86 of file RawTowerGeomv3.h
Referenced by get_center_z(), get_theta(), and set_center_z().
|
protected |
Definition at line 88 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 88 of file RawTowerGeomv3.h
Referenced by get_size_x(), get_volume(), and set_size_x().
|
protected |
Definition at line 89 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 89 of file RawTowerGeomv3.h
Referenced by get_size_y(), get_volume(), and set_size_y().
|
protected |
Definition at line 90 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 90 of file RawTowerGeomv3.h
Referenced by get_size_z(), get_volume(), and set_size_z().
|
protected |
Definition at line 92 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 92 of file RawTowerGeomv3.h
Referenced by get_tower_type(), identify(), and set_tower_type().
|
protected |
Definition at line 82 of file RawTowerGeomv3.h.
View newest version in sPHENIX GitHub at line 82 of file RawTowerGeomv3.h
Referenced by get_bineta(), get_binl(), get_binphi(), get_id(), and set_id().