Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4CylinderCellGeom.h>
Public Member Functions | |
PHG4CylinderCellGeom () | |
virtual | ~PHG4CylinderCellGeom () |
void | identify (std::ostream &os=std::cout) const |
int | get_layer () const |
double | get_radius () const |
double | get_thickness () const |
int | get_binning () const |
int | get_zbins () const |
int | get_phibins () const |
double | get_zmin () const |
double | get_phistep () const |
double | get_phimin () const |
double | get_zstep () const |
int | get_etabins () const |
double | get_etastep () const |
double | get_etamin () const |
virtual std::pair< double, double > | get_zbounds (const int ibin) const |
virtual std::pair< double, double > | get_phibounds (const int ibin) const |
virtual std::pair< double, double > | get_etabounds (const int ibin) const |
virtual double | get_etacenter (const int ibin) const |
virtual double | get_zcenter (const int ibin) const |
virtual double | get_phicenter (const int ibin) const |
virtual int | get_etabin (const double eta) const |
virtual int | get_zbin (const double z) const |
virtual int | get_phibin (const double phi) const |
void | set_layer (const int i) |
void | set_binning (const int i) |
void | set_radius (const double r) |
void | set_thickness (const double t) |
void | set_zbins (const int i) |
void | set_zmin (const double z) |
void | set_zstep (const double z) |
void | set_phibins (const int i) |
void | set_phistep (const double phi) |
void | set_phimin (const double phi) |
void | set_etabins (const int i) |
void | set_etamin (const double z) |
void | set_etastep (const double z) |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual void | Reset () |
Clear Event. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
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 |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Member Functions | |
void | check_binning_method (const int i) const |
void | check_binning_method_eta (const std::string &src="") const |
void | check_binning_method_phi (const std::string &src="") const |
std::string | methodname (const int i) const |
Protected Attributes | |
int | layer |
int | binning |
double | radius |
int | nzbins |
double | zmin |
double | zstep |
int | nphibins |
double | phimin |
double | phistep |
double | thickness |
Definition at line 9 of file PHG4CylinderCellGeom.h.
PHG4CylinderCellGeom::PHG4CylinderCellGeom | ( | ) |
Definition at line 10 of file PHG4CylinderCellGeom.cc.
|
inlinevirtual |
Definition at line 14 of file PHG4CylinderCellGeom.h.
|
protected |
Definition at line 332 of file PHG4CylinderCellGeom.cc.
References binning, and methodname().
Referenced by get_zbin(), get_zbins(), get_zbounds(), get_zcenter(), get_zmin(), get_zstep(), set_zbins(), set_zmin(), and set_zstep().
|
protected |
Definition at line 345 of file PHG4CylinderCellGeom.cc.
References binning, PHG4CylinderCellDefs::etaphibinning, PHG4CylinderCellDefs::etaslatbinning, methodname(), and PHG4CylinderCellDefs::spacalbinning.
Referenced by get_etabin(), get_etabins(), get_etabounds(), get_etacenter(), get_etamin(), get_etastep(), set_etabins(), set_etamin(), and set_etastep().
|
protected |
Definition at line 365 of file PHG4CylinderCellGeom.cc.
References binning, PHG4CylinderCellDefs::etaphibinning, PHG4CylinderCellDefs::etaslatbinning, methodname(), PHG4CylinderCellDefs::sizebinning, and PHG4CylinderCellDefs::spacalbinning.
Referenced by get_phibin(), get_phibins(), get_phicenter(), get_phimin(), get_phistep(), set_phibins(), set_phimin(), and set_phistep().
|
inline |
Definition at line 20 of file PHG4CylinderCellGeom.h.
References binning.
|
virtual |
Definition at line 246 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), nzbins, zmin, and zstep.
Referenced by PHG4CylinderCellReco::process_event().
int PHG4CylinderCellGeom::get_etabins | ( | ) | const |
Definition at line 110 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), and nzbins.
|
virtual |
Definition at line 203 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), nzbins, PHWHERE, zmin, and zstep.
|
virtual |
Definition at line 283 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), nzbins, PHWHERE, zmin, and zstep.
Referenced by PHG4CylinderCellReco::process_event().
double PHG4CylinderCellGeom::get_etamin | ( | ) | const |
Definition at line 123 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), and zmin.
double PHG4CylinderCellGeom::get_etastep | ( | ) | const |
Definition at line 117 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), and zstep.
Referenced by PHG4CylinderCellReco::process_event().
|
inline |
Definition at line 17 of file PHG4CylinderCellGeom.h.
References layer.
Referenced by PHG4CylinderCellGeomContainer::AddLayerCellGeom().
|
virtual |
Definition at line 258 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), nphibins, phimin, and phistep.
Referenced by PHG4CylinderCellTPCReco::populate_rectangular_phibins(), PHG4CylinderCellTPCReco::populate_zigzag_phibins(), PHG4CylinderCellReco::process_event(), and PHG4CylinderCellTPCReco::process_event().
int PHG4CylinderCellGeom::get_phibins | ( | ) | const |
Definition at line 68 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), and nphibins.
Referenced by PHG4CylinderCellTPCReco::populate_rectangular_phibins(), PHG4CylinderCellTPCReco::populate_zigzag_phibins(), and PHG4CylinderCellTPCReco::process_event().
|
virtual |
|
virtual |
Definition at line 296 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), nphibins, phimin, phistep, and PHWHERE.
Referenced by PHG4CylinderCellTPCReco::populate_rectangular_phibins(), PHG4CylinderCellTPCReco::populate_zigzag_phibins(), PHG4CylinderCellReco::process_event(), and PHG4CylinderCellTPCReco::process_event().
double PHG4CylinderCellGeom::get_phimin | ( | ) | const |
Definition at line 82 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), and phimin.
Referenced by PHG4CylinderCellTPCReco::process_event().
double PHG4CylinderCellGeom::get_phistep | ( | ) | const |
Definition at line 75 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), and phistep.
Referenced by PHG4CylinderCellTPCReco::populate_rectangular_phibins(), PHG4CylinderCellTPCReco::populate_zigzag_phibins(), and PHG4CylinderCellReco::process_event().
|
inline |
Definition at line 18 of file PHG4CylinderCellGeom.h.
References radius.
Referenced by PHG4CylinderCellTPCReco::populate_rectangular_phibins(), PHG4CylinderCellTPCReco::populate_zigzag_phibins(), and PHG4CylinderCellTPCReco::process_event().
|
inline |
Definition at line 19 of file PHG4CylinderCellGeom.h.
References thickness.
Referenced by PHG4CylinderCellTPCReco::populate_rectangular_phibins(), PHG4CylinderCellTPCReco::populate_zigzag_phibins(), and PHG4CylinderCellTPCReco::process_event().
|
virtual |
Definition at line 233 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), nzbins, PHG4CylinderCellDefs::sizebinning, zmin, and zstep.
Referenced by PHG4CylinderCellTPCReco::populate_zbins(), PHG4CylinderCellReco::process_event(), and PHG4CylinderCellTPCReco::process_event().
int PHG4CylinderCellGeom::get_zbins | ( | ) | const |
Definition at line 40 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), nzbins, and PHG4CylinderCellDefs::sizebinning.
Referenced by PHG4CylinderCellTPCReco::populate_zbins(), and PHG4CylinderCellTPCReco::process_event().
|
virtual |
Definition at line 189 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), nzbins, PHWHERE, PHG4CylinderCellDefs::sizebinning, zmin, and zstep.
|
virtual |
Definition at line 271 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), nzbins, PHWHERE, PHG4CylinderCellDefs::sizebinning, zmin, and zstep.
Referenced by PHG4CylinderCellTPCReco::populate_zbins(), PHG4CylinderCellReco::process_event(), and PHG4CylinderCellTPCReco::process_event().
double PHG4CylinderCellGeom::get_zmin | ( | ) | const |
Definition at line 47 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), PHG4CylinderCellDefs::sizebinning, and zmin.
Referenced by PHG4CylinderCellTPCReco::process_event().
double PHG4CylinderCellGeom::get_zstep | ( | ) | const |
Definition at line 54 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), PHG4CylinderCellDefs::sizebinning, and zstep.
Referenced by PHG4CylinderCellTPCReco::populate_zbins(), and PHG4CylinderCellReco::process_event().
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 151 of file PHG4CylinderCellGeom.cc.
References binning, PHG4CylinderCellDefs::etaphibinning, PHG4CylinderCellDefs::etaslatbinning, layer, nphibins, nzbins, phimin, phistep, radius, PHG4CylinderCellDefs::sizebinning, PHG4CylinderCellDefs::spacalbinning, thickness, zmin, and zstep.
Referenced by PHG4CylinderCellReco::InitRun().
|
protected |
Definition at line 309 of file PHG4CylinderCellGeom.cc.
References PHG4CylinderCellDefs::etaphibinning, PHG4CylinderCellDefs::etaslatbinning, PHG4CylinderCellDefs::sizebinning, and PHG4CylinderCellDefs::spacalbinning.
Referenced by check_binning_method(), check_binning_method_eta(), and check_binning_method_phi().
|
inline |
Definition at line 43 of file PHG4CylinderCellGeom.h.
References binning.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
void PHG4CylinderCellGeom::set_etabins | ( | const int | i | ) |
Definition at line 144 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), and nzbins.
Referenced by PHG4CylinderCellReco::InitRun().
void PHG4CylinderCellGeom::set_etamin | ( | const double | z | ) |
Definition at line 130 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), and zmin.
Referenced by PHG4CylinderCellReco::InitRun().
void PHG4CylinderCellGeom::set_etastep | ( | const double | z | ) |
Definition at line 137 of file PHG4CylinderCellGeom.cc.
References check_binning_method_eta(), and zstep.
Referenced by PHG4CylinderCellReco::InitRun().
|
inline |
Definition at line 42 of file PHG4CylinderCellGeom.h.
References layer.
Referenced by PHG4CylinderCellGeomContainer::AddLayerCellGeom(), PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
void PHG4CylinderCellGeom::set_phibins | ( | const int | i | ) |
Definition at line 89 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), and nphibins.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
void PHG4CylinderCellGeom::set_phimin | ( | const double | phi | ) |
Definition at line 103 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), and phimin.
Referenced by PHG4CylinderCellReco::InitRun().
void PHG4CylinderCellGeom::set_phistep | ( | const double | phi | ) |
Definition at line 96 of file PHG4CylinderCellGeom.cc.
References check_binning_method_phi(), and phistep.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
|
inline |
Definition at line 44 of file PHG4CylinderCellGeom.h.
References radius.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
|
inline |
Definition at line 45 of file PHG4CylinderCellGeom.h.
References thickness.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
void PHG4CylinderCellGeom::set_zbins | ( | const int | i | ) |
Definition at line 26 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), nzbins, and PHG4CylinderCellDefs::sizebinning.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
void PHG4CylinderCellGeom::set_zmin | ( | const double | z | ) |
Definition at line 33 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), PHG4CylinderCellDefs::sizebinning, and zmin.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
void PHG4CylinderCellGeom::set_zstep | ( | const double | z | ) |
Definition at line 61 of file PHG4CylinderCellGeom.cc.
References check_binning_method(), PHG4CylinderCellDefs::sizebinning, and zstep.
Referenced by PHG4CylinderCellReco::InitRun(), and PHG4CylinderCellTPCReco::InitRun().
|
protected |
Definition at line 62 of file PHG4CylinderCellGeom.h.
Referenced by check_binning_method(), check_binning_method_eta(), check_binning_method_phi(), get_binning(), identify(), and set_binning().
|
protected |
Definition at line 61 of file PHG4CylinderCellGeom.h.
Referenced by get_layer(), identify(), and set_layer().
|
protected |
Definition at line 67 of file PHG4CylinderCellGeom.h.
Referenced by get_phibin(), get_phibins(), get_phibounds(), get_phicenter(), identify(), and set_phibins().
|
protected |
Definition at line 64 of file PHG4CylinderCellGeom.h.
Referenced by get_etabin(), get_etabins(), get_etabounds(), get_etacenter(), get_zbin(), get_zbins(), get_zbounds(), get_zcenter(), identify(), set_etabins(), and set_zbins().
|
protected |
Definition at line 68 of file PHG4CylinderCellGeom.h.
Referenced by get_phibin(), get_phibounds(), get_phicenter(), get_phimin(), identify(), and set_phimin().
|
protected |
Definition at line 69 of file PHG4CylinderCellGeom.h.
Referenced by get_phibin(), get_phibounds(), get_phicenter(), get_phistep(), identify(), and set_phistep().
|
protected |
Definition at line 63 of file PHG4CylinderCellGeom.h.
Referenced by get_radius(), identify(), and set_radius().
|
protected |
Definition at line 70 of file PHG4CylinderCellGeom.h.
Referenced by get_thickness(), identify(), and set_thickness().
|
protected |
Definition at line 65 of file PHG4CylinderCellGeom.h.
Referenced by get_etabin(), get_etabounds(), get_etacenter(), get_etamin(), get_zbin(), get_zbounds(), get_zcenter(), get_zmin(), identify(), set_etamin(), and set_zmin().
|
protected |
Definition at line 66 of file PHG4CylinderCellGeom.h.
Referenced by get_etabin(), get_etabounds(), get_etacenter(), get_etastep(), get_zbin(), get_zbounds(), get_zcenter(), get_zstep(), identify(), set_etastep(), and set_zstep().