Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4CylinderGeom_Spacalv3.h>
Public Member Functions | |
geom_tower () | |
virtual | ~geom_tower () |
int | compose_fiber_id (int index_x, int index_y) const |
fiber layout (2D index of 0...NFiberX/NFiberY) -> fiber_id | |
int | get_sub_tower_ID_x (int fiber_id) const |
fiber_id -> sub tower ID x/azimuthal direction: 0 ... NSubtowerX -1 | |
int | get_sub_tower_ID_y (int fiber_id) const |
fiber_id -> sub tower ID y/polar direction: 0 ... NSubtowerY -1 | |
double | get_position_fraction_x_in_sub_tower (int fiber_id) const |
fiber_id -> fraction position in sub tower ID in the x/azimuthal direction, [0-1] | |
double | get_position_fraction_y_in_sub_tower (int fiber_id) const |
fiber_id -> fraction position in sub tower ID in the y/polar direction, [0-1] | |
virtual void | identify (std::ostream &os=std::cout) const |
void | ImportParameters (const PHParameters ¶m, const std::string ¶m_prefix) |
read via PHParameters | |
Public Attributes | |
int | id |
double | pDz |
double | pDy1 |
double | pDx1 |
double | pDx2 |
double | pDy2 |
double | pDx3 |
double | pDx4 |
double | pTheta |
double | pPhi |
double | pAlp1 |
double | pAlp2 |
double | pRotationAngleX |
double | centralX |
double | centralY |
double | centralZ |
double | ModuleSkinThickness |
int | NFiberX |
number of fiber along final azimuthal direction | |
int | NFiberY |
number of fiber along final polar direction | |
int | NSubtowerX |
number of fiber along final azimuthal direction | |
int | NSubtowerY |
number of fiber along final polar direction | |
double | LightguideHeight |
height of light guide | |
double | LightguideTaperRatio |
edge length ratio, narrow / wide | |
std::string | LightguideMaterial |
edge length ratio, narrow / wide | |
Definition at line 110 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 110 of file PHG4CylinderGeom_Spacalv3.h
PHG4CylinderGeom_Spacalv3::geom_tower::geom_tower | ( | ) |
Definition at line 153 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 153 of file PHG4CylinderGeom_Spacalv3.cc
|
inlinevirtual |
Definition at line 114 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 114 of file PHG4CylinderGeom_Spacalv3.h
int PHG4CylinderGeom_Spacalv3::geom_tower::compose_fiber_id | ( | int | index_x, |
int | index_y | ||
) | const |
fiber layout (2D index of 0...NFiberX/NFiberY) -> fiber_id
fiber layout -> fiber_id
Definition at line 182 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 182 of file PHG4CylinderGeom_Spacalv3.cc
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), and PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower().
double PHG4CylinderGeom_Spacalv3::geom_tower::get_position_fraction_x_in_sub_tower | ( | int | fiber_id | ) | const |
fiber_id -> fraction position in sub tower ID in the x/azimuthal direction, [0-1]
x is negative azimuthal direction
Definition at line 220 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 220 of file PHG4CylinderGeom_Spacalv3.cc
References assert, and double().
double PHG4CylinderGeom_Spacalv3::geom_tower::get_position_fraction_y_in_sub_tower | ( | int | fiber_id | ) | const |
fiber_id -> fraction position in sub tower ID in the y/polar direction, [0-1]
y is negative polar direction
Definition at line 235 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 235 of file PHG4CylinderGeom_Spacalv3.cc
References assert, and double().
int PHG4CylinderGeom_Spacalv3::geom_tower::get_sub_tower_ID_x | ( | int | fiber_id | ) | const |
fiber_id -> sub tower ID x/azimuthal direction: 0 ... NSubtowerX -1
fiber_id -> sub tower ID x: 0 ... NSubtowerX -1
x is negative azimuthal direction
Definition at line 189 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 189 of file PHG4CylinderGeom_Spacalv3.cc
References assert, and double().
int PHG4CylinderGeom_Spacalv3::geom_tower::get_sub_tower_ID_y | ( | int | fiber_id | ) | const |
fiber_id -> sub tower ID y/polar direction: 0 ... NSubtowerY -1
fiber_id -> sub tower ID y: 0 ... NSubtowerY -1
y is negative polar direction
Definition at line 204 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 204 of file PHG4CylinderGeom_Spacalv3.cc
References assert, and double().
|
virtual |
Definition at line 250 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 250 of file PHG4CylinderGeom_Spacalv3.cc
Referenced by PHG4SpacalPrototype4Detector::Construct_Tower(), and PHG4SpacalPrototypeDetector::Construct_Tower().
void PHG4CylinderGeom_Spacalv3::geom_tower::ImportParameters | ( | const PHParameters & | param, |
const std::string & | param_prefix | ||
) |
read via PHParameters
Definition at line 268 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 268 of file PHG4CylinderGeom_Spacalv3.cc
References PHParameters::get_double_param(), PHParameters::get_int_param(), and PHParameters::get_string_param().
Referenced by PHG4CylinderGeom_Spacalv3::ImportParameters().
double PHG4CylinderGeom_Spacalv3::geom_tower::centralX |
Definition at line 134 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 134 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::centralY |
Definition at line 135 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 135 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4CylinderGeom_Spacalv3::get_tower_radial_position(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::centralZ |
Definition at line 136 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 136 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalDetector::AddCellGeometryNode(), PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalCellReco::InitRun(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
int PHG4CylinderGeom_Spacalv3::geom_tower::id |
Definition at line 118 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 118 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::ImportParameters(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::LightguideHeight |
height of light guide
Definition at line 167 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 167 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), and PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
std::string PHG4CylinderGeom_Spacalv3::geom_tower::LightguideMaterial |
edge length ratio, narrow / wide
Definition at line 171 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 171 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), and PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
double PHG4CylinderGeom_Spacalv3::geom_tower::LightguideTaperRatio |
edge length ratio, narrow / wide
Definition at line 169 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 169 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), and PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
double PHG4CylinderGeom_Spacalv3::geom_tower::ModuleSkinThickness |
Definition at line 138 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 138 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
int PHG4CylinderGeom_Spacalv3::geom_tower::NFiberX |
number of fiber along final azimuthal direction
Definition at line 141 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 141 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
int PHG4CylinderGeom_Spacalv3::geom_tower::NFiberY |
number of fiber along final polar direction
Definition at line 143 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 143 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
int PHG4CylinderGeom_Spacalv3::geom_tower::NSubtowerX |
number of fiber along final azimuthal direction
Definition at line 146 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 146 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), and PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
int PHG4CylinderGeom_Spacalv3::geom_tower::NSubtowerY |
number of fiber along final polar direction
Definition at line 148 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 148 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalDetector::AddCellGeometryNode(), PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), and PHG4FullProjSpacalCellReco::InitRun().
double PHG4CylinderGeom_Spacalv3::geom_tower::pAlp1 |
Definition at line 130 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 130 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pAlp2 |
Definition at line 131 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 131 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDx1 |
Definition at line 122 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 122 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDx2 |
Definition at line 123 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 123 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDx3 |
Definition at line 125 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 125 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDx4 |
Definition at line 126 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 126 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDy1 |
Definition at line 121 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 121 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalDetector::AddCellGeometryNode(), PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4FullProjSpacalCellReco::InitRun(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDy2 |
Definition at line 124 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 124 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalDetector::AddCellGeometryNode(), PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4FullProjSpacalCellReco::InitRun(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pDz |
Definition at line 119 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 119 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pPhi |
Definition at line 129 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 129 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pRotationAngleX |
Definition at line 133 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 133 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4SpacalDetector::AddCellGeometryNode(), PHG4SpacalPrototype4Detector::Construct_AzimuthalSeg(), PHG4SpacalPrototypeDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalCellReco::InitRun(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().
double PHG4CylinderGeom_Spacalv3::geom_tower::pTheta |
Definition at line 128 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 128 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4SpacalPrototype4Detector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4SpacalPrototypeDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_LightGuide(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), PHG4SpacalPrototype4Detector::Construct_Tower(), PHG4SpacalPrototypeDetector::Construct_Tower(), PHG4FullProjTiltedSpacalDetector::Construct_Tower(), PHG4FullProjSpacalDetector::Construct_Tower(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map1(), PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map2(), and PHG4CylinderGeom_Spacalv3::load_demo_sector_tower_map4().