EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_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 109 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 109 of file PHG4CylinderGeom_Spacalv3.h
PHG4CylinderGeom_Spacalv3::geom_tower::geom_tower | ( | ) |
Definition at line 152 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 152 of file PHG4CylinderGeom_Spacalv3.cc
|
inlinevirtual |
Definition at line 113 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 113 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(), 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 222 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 222 of file PHG4CylinderGeom_Spacalv3.cc
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 237 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 237 of file PHG4CylinderGeom_Spacalv3.cc
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 190 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 190 of file PHG4CylinderGeom_Spacalv3.cc
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 206 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 206 of file PHG4CylinderGeom_Spacalv3.cc
|
virtual |
Definition at line 253 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 253 of file PHG4CylinderGeom_Spacalv3.cc
void PHG4CylinderGeom_Spacalv3::geom_tower::ImportParameters | ( | const PHParameters & | param, |
const std::string & | param_prefix | ||
) |
read via PHParameters
Definition at line 271 of file PHG4CylinderGeom_Spacalv3.cc.
View newest version in sPHENIX GitHub at line 271 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 133 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 133 of file PHG4CylinderGeom_Spacalv3.h
Referenced by 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 134 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 134 of file PHG4CylinderGeom_Spacalv3.h
Referenced by 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 135 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 135 of file PHG4CylinderGeom_Spacalv3.h
Referenced by 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 117 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 117 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 166 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 166 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), and PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
std::string PHG4CylinderGeom_Spacalv3::geom_tower::LightguideMaterial |
edge length ratio, narrow / wide
Definition at line 170 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 170 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
double PHG4CylinderGeom_Spacalv3::geom_tower::LightguideTaperRatio |
edge length ratio, narrow / wide
Definition at line 168 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 168 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
double PHG4CylinderGeom_Spacalv3::geom_tower::ModuleSkinThickness |
Definition at line 137 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 137 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), 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 140 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 140 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), 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 142 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 142 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), 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 145 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 145 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), and PHG4FullProjTiltedSpacalDetector::Construct_LightGuide().
int PHG4CylinderGeom_Spacalv3::geom_tower::NSubtowerY |
number of fiber along final polar direction
Definition at line 147 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 147 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), and PHG4FullProjSpacalCellReco::InitRun().
double PHG4CylinderGeom_Spacalv3::geom_tower::pAlp1 |
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(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 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(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), 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 121 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 121 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 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(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 124 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 124 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), 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 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(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), 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 120 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 120 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 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(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), 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 118 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 118 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 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(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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 132 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 132 of file PHG4CylinderGeom_Spacalv3.h
Referenced by 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 127 of file PHG4CylinderGeom_Spacalv3.h.
View newest version in sPHENIX GitHub at line 127 of file PHG4CylinderGeom_Spacalv3.h
Referenced by PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_LightGuide(), 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().