#include <TrackerInteractionGeometry.h>
Public Types | |
enum | FirstCylinders { PXB = 0, PXD = 3, TIB = 5, TID = 9, TOB = 12, TEC = 18 } |
Public Member Functions | |
std::list< TrackerLayer >::const_iterator | cylinderBegin () const |
Returns the first pointer in the cylinder list. More... | |
std::list< TrackerLayer >::const_iterator | cylinderEnd () const |
Returns the last pointer in the cylinder list. More... | |
const int | nCylinders () const |
Returns the number of cylinders in the Tracker. More... | |
TrackerInteractionGeometry (const edm::ParameterSet &trackerMaterial, const GeometricSearchTracker *geomSearchTracker) | |
Constructor : get the configurable parameters. More... | |
~TrackerInteractionGeometry () | |
Destructor. More... | |
Private Member Functions | |
std::vector< double > | fudgeFactors (unsigned layerNr) |
std::vector< double > | maxDim (unsigned layerNr) |
std::vector< double > | minDim (unsigned layerNr) |
Private Attributes | |
std::vector< MediumProperties * > | _mediumProperties |
std::list< TrackerLayer > | _theCylinders |
The list of tracker (sensistive or not) layers. More... | |
MediumProperties * | _theMPBarrelOutside |
Cables around the tracker (one barrel, two disks) More... | |
MediumProperties * | _theMPBeamPipe |
MediumProperties * | _theMPEndcap |
The Tracker EndCap layers. More... | |
MediumProperties * | _theMPEndcapOutside |
MediumProperties * | _theMPEndcapOutside2 |
MediumProperties * | _theMPInner1 |
The tracker inner disks. More... | |
MediumProperties * | _theMPInner2 |
MediumProperties * | _theMPInner3 |
MediumProperties * | _theMPPixelBarrel |
The barrel pixel layers. More... | |
MediumProperties * | _theMPPixelEndcap |
The endcap pixel layers. More... | |
MediumProperties * | _theMPPixelOutside |
MediumProperties * | _theMPPixelOutside1 |
A series of cables/walls to reproduce the full sim. More... | |
MediumProperties * | _theMPPixelOutside2 |
MediumProperties * | _theMPPixelOutside3 |
MediumProperties * | _theMPPixelOutside4 |
MediumProperties * | _theMPPixelOutside5 |
MediumProperties * | _theMPPixelOutside6 |
MediumProperties * | _theMPTIB1 |
The tracker inner barrel layer 1. More... | |
MediumProperties * | _theMPTIB2 |
The tracker inner barrel layer 2. More... | |
MediumProperties * | _theMPTIB3 |
The tracker inner barrel layer 3. More... | |
MediumProperties * | _theMPTIB4 |
The tracker inner barrel layer 4. More... | |
MediumProperties * | _theMPTIBEOutside1 |
Some material around the tracker inner barrel (disk) More... | |
MediumProperties * | _theMPTIBEOutside2 |
MediumProperties * | _theMPTIDEOutside |
Some material around the tracker inner disks (disk) More... | |
MediumProperties * | _theMPTOB1 |
The tracker outer barrel layer 1. More... | |
MediumProperties * | _theMPTOB2 |
The tracker outer barrel layer 2. More... | |
MediumProperties * | _theMPTOB3 |
The tracker outer barrel layer 3. More... | |
MediumProperties * | _theMPTOB4 |
The tracker outer barrel layer 4. More... | |
MediumProperties * | _theMPTOB5 |
The tracker outer barrel layer 5. More... | |
MediumProperties * | _theMPTOB6 |
The tracker outer barrel layer 6. More... | |
MediumProperties * | _theMPTOBBInside |
Some material in front of the tracker outer barrel (cylinder) More... | |
MediumProperties * | _theMPTOBEOutside |
Some material around the tracker outer barrel (disk) More... | |
std::vector< double > | barrelCablesThickness |
std::vector< double > | beamPipeLength |
std::vector< double > | beamPipeRadius |
std::vector< double > | beamPipeThickness |
Beam Pipe. More... | |
std::vector< double > | endcapCables1Thickness |
std::vector< double > | endcapCables2Thickness |
std::vector< double > | fudgeFactor |
std::vector< unsigned int > | fudgeLayer |
std::vector< double > | fudgeMax |
std::vector< double > | fudgeMin |
std::vector< double > | pixelOutCablesInnerRadius |
std::vector< double > | pixelOutCablesLength |
std::vector< double > | pixelOutCablesOuterRadius |
std::vector< double > | pixelOutCablesRadius |
Pixel Outside walls and cables (barrel and endcaps) More... | |
std::vector< double > | pixelOutCablesZPosition |
std::vector< double > | pxb1CablesInnerRadius |
Cables and Services at the end of PIXB1,2,3 ("disk") More... | |
std::vector< double > | pxb1CablesThickness |
Pixel Barrel services at the end of layers 1-3. More... | |
std::vector< double > | pxb2CablesInnerRadius |
std::vector< double > | pxb2CablesThickness |
std::vector< double > | pxb3CablesInnerRadius |
std::vector< double > | pxb3CablesThickness |
std::vector< double > | pxbOutCables1InnerRadius |
Pixel Barrel Outside walls and cables. More... | |
std::vector< double > | pxbOutCables1OuterRadius |
std::vector< double > | pxbOutCables1Thickness |
Pixel Barrel outside cables. More... | |
std::vector< double > | pxbOutCables1ZPosition |
std::vector< double > | pxbOutCables2InnerRadius |
std::vector< double > | pxbOutCables2OuterRadius |
std::vector< double > | pxbOutCables2Thickness |
std::vector< double > | pxbOutCables2ZPosition |
std::vector< double > | pxbThickness |
Pixel Barrel Layers 1-3. More... | |
std::vector< double > | pxdOutCables1Thickness |
Pixel Endcap outside cables. More... | |
std::vector< double > | pxdOutCables2Thickness |
std::vector< double > | pxdThickness |
Pixel Disks 1-2. More... | |
std::vector< double > | tecLayerThickness |
std::vector< double > | tecOutCables1InnerRadius |
Tracker Endcaps Outside Cables and walls. More... | |
std::vector< double > | tecOutCables1OuterRadius |
std::vector< double > | tecOutCables1ZPosition |
std::vector< double > | tecOutCables2InnerRadius |
std::vector< double > | tecOutCables2OuterRadius |
std::vector< double > | tecOutCables2ZPosition |
std::vector< double > | tibLayer1Thickness |
Tracker Inner barrel layers 1-4. More... | |
std::vector< double > | tibLayer2Thickness |
std::vector< double > | tibLayer3Thickness |
std::vector< double > | tibLayer4Thickness |
std::vector< double > | tibOutCables1InnerRadius |
Tracker Inner Barrel Outside Cables and walls (endcap) More... | |
std::vector< double > | tibOutCables1OuterRadius |
std::vector< double > | tibOutCables1Thickness |
TIB outside services (endcap) More... | |
std::vector< double > | tibOutCables1ZPosition |
std::vector< double > | tibOutCables2InnerRadius |
std::vector< double > | tibOutCables2OuterRadius |
std::vector< double > | tibOutCables2Thickness |
std::vector< double > | tibOutCables2ZPosition |
std::vector< double > | tidLayer1Thickness |
Tracker Inner disks layers 1-3. More... | |
std::vector< double > | tidLayer2Thickness |
std::vector< double > | tidLayer3Thickness |
std::vector< double > | tidOutCablesInnerRadius |
Tracker Inner Disks Outside Cables and walls. More... | |
std::vector< double > | tidOutCablesZPosition |
std::vector< double > | tidOutsideThickness |
TID outside wall (endcap) More... | |
std::vector< double > | tobInCablesLength |
std::vector< double > | tobInCablesRadius |
Tracker outer barrel Inside wall (barrel) More... | |
std::vector< double > | tobInsideThickness |
TOB inside wall (barrel) More... | |
std::vector< double > | tobLayer1Thickness |
Tracker Outer barrel layers 1-6. More... | |
std::vector< double > | tobLayer2Thickness |
std::vector< double > | tobLayer3Thickness |
std::vector< double > | tobLayer4Thickness |
std::vector< double > | tobLayer5Thickness |
std::vector< double > | tobLayer6Thickness |
std::vector< double > | tobOutCablesInnerRadius |
Tracker Outer Barrel Outside Cables and walls (barrel and endcaps) More... | |
std::vector< double > | tobOutCablesLength |
std::vector< double > | tobOutCablesOuterRadius |
std::vector< double > | tobOutCablesRadius |
std::vector< double > | tobOutCablesZPosition |
std::vector< double > | tobOutsideThickness |
bool | use_hardcoded |
unsigned int | version |
Definition at line 23 of file TrackerInteractionGeometry.h.
TrackerInteractionGeometry::TrackerInteractionGeometry | ( | const edm::ParameterSet & | trackerMaterial, |
const GeometricSearchTracker * | geomSearchTracker | ||
) |
Constructor : get the configurable parameters.
Definition at line 22 of file TrackerInteractionGeometry.cc.
References _mediumProperties, _theCylinders, _theMPBarrelOutside, _theMPBeamPipe, _theMPEndcap, _theMPEndcapOutside, _theMPEndcapOutside2, _theMPInner1, _theMPInner2, _theMPInner3, _theMPPixelBarrel, _theMPPixelEndcap, _theMPPixelOutside, _theMPPixelOutside1, _theMPPixelOutside2, _theMPPixelOutside3, _theMPPixelOutside4, _theMPPixelOutside5, _theMPPixelOutside6, _theMPTIB1, _theMPTIB2, _theMPTIB3, _theMPTIB4, _theMPTIBEOutside1, _theMPTIBEOutside2, _theMPTIDEOutside, _theMPTOB1, _theMPTOB2, _theMPTOB3, _theMPTOB4, _theMPTOB5, _theMPTOB6, _theMPTOBBInside, _theMPTOBEOutside, cms::cuda::assert(), TrackerMaterial_cfi::barrel_length, TrackerMaterial_cfi::barrel_radius, TrackerMaterial_cfi::barrel_thickness, barrelCablesThickness, GeometricSearchTracker::barrelLayers(), beamPipeLength, beamPipeRadius, beamPipeThickness, gather_cfg::cout, cylinderBegin(), cylinderEnd(), TrackerMaterial_cfi::disk_inner_radius, TrackerMaterial_cfi::disk_outer_radius, TrackerMaterial_cfi::disk_thickness, TrackerMaterial_cfi::disk_z, endcapCables1Thickness, endcapCables2Thickness, Exception, fudgeFactor, fudgeFactors(), fudgeLayer, fudgeMax, fudgeMin, edm::ParameterSet::getParameter(), mps_fire::i, interestingEgammaIsoDetIdsSequence_cff::innerRadius, dqmiolumiharvest::j, SiStripPI::max, maxDim(), CaloMaterial_cfi::maxRadius, minDim(), interestingEgammaIsoDetIdsSequence_cff::outerRadius, cmsLHEtoEOSManager::PIPE, pixelOutCablesInnerRadius, pixelOutCablesLength, pixelOutCablesOuterRadius, pixelOutCablesRadius, pixelOutCablesZPosition, GeometricSearchTracker::posForwardLayers(), PXB, pxb1CablesInnerRadius, pxb1CablesThickness, pxb2CablesInnerRadius, pxb2CablesThickness, pxb3CablesInnerRadius, pxb3CablesThickness, pxbOutCables1InnerRadius, pxbOutCables1OuterRadius, pxbOutCables1Thickness, pxbOutCables1ZPosition, pxbOutCables2InnerRadius, pxbOutCables2OuterRadius, pxbOutCables2Thickness, pxbOutCables2ZPosition, pxbThickness, PXD, pxdOutCables1Thickness, pxdOutCables2Thickness, pxdThickness, TEC, tecLayerThickness, tecOutCables1InnerRadius, tecOutCables1OuterRadius, tecOutCables1ZPosition, tecOutCables2InnerRadius, tecOutCables2OuterRadius, tecOutCables2ZPosition, TIB, ConversionStep2_cff::TIB1, ConversionStep2_cff::TIB2, ConversionStep2_cff::TIB3, ConversionStep2_cff::TIB4, tibLayer1Thickness, tibLayer2Thickness, tibLayer3Thickness, tibLayer4Thickness, tibOutCables1InnerRadius, tibOutCables1OuterRadius, tibOutCables1Thickness, tibOutCables1ZPosition, tibOutCables2InnerRadius, tibOutCables2OuterRadius, tibOutCables2Thickness, tibOutCables2ZPosition, TID, ConversionStep2_cff::TID1, ConversionStep2_cff::TID2, ConversionStep2_cff::TID3, tidLayer1Thickness, tidLayer2Thickness, tidLayer3Thickness, tidOutCablesInnerRadius, tidOutCablesZPosition, tidOutsideThickness, TOB, ConversionStep2_cff::TOB1, ConversionStep2_cff::TOB2, ConversionStep2_cff::TOB3, ConversionStep2_cff::TOB4, ConversionStep2_cff::TOB5, ConversionStep2_cff::TOB6, tobInCablesLength, tobInCablesRadius, tobInsideThickness, tobLayer1Thickness, tobLayer2Thickness, tobLayer3Thickness, tobLayer4Thickness, tobLayer5Thickness, tobLayer6Thickness, tobOutCablesInnerRadius, tobOutCablesLength, tobOutCablesOuterRadius, tobOutCablesRadius, tobOutCablesZPosition, tobOutsideThickness, use_hardcoded, and version.
TrackerInteractionGeometry::~TrackerInteractionGeometry | ( | ) |
Destructor.
Definition at line 1010 of file TrackerInteractionGeometry.cc.
References _mediumProperties, _theCylinders, _theMPBarrelOutside, _theMPBeamPipe, _theMPEndcap, _theMPEndcapOutside, _theMPEndcapOutside2, _theMPInner1, _theMPInner2, _theMPInner3, _theMPPixelBarrel, _theMPPixelEndcap, _theMPPixelOutside, _theMPPixelOutside1, _theMPPixelOutside2, _theMPPixelOutside3, _theMPPixelOutside4, _theMPPixelOutside5, _theMPPixelOutside6, _theMPTIB1, _theMPTIB2, _theMPTIB3, _theMPTIB4, _theMPTIBEOutside1, _theMPTIBEOutside2, _theMPTIDEOutside, _theMPTOB1, _theMPTOB2, _theMPTOB3, _theMPTOB4, _theMPTOB5, _theMPTOB6, _theMPTOBBInside, _theMPTOBEOutside, mps_fire::i, and use_hardcoded.
|
inline |
Returns the first pointer in the cylinder list.
Initialize the interaction geometry void initialize(const GeometricSearchTracker* geomSearchTracker);
Definition at line 37 of file TrackerInteractionGeometry.h.
References _theCylinders.
Referenced by ConvBremSeedProducer::initializeLayerMap(), TrajectoryManager::initializeLayerMap(), MagneticFieldMap::MagneticFieldMap(), ConvBremSeedProducer::produce(), TrajectoryManager::propagateToLayer(), TrajectoryManager::reconstruct(), and TrackerInteractionGeometry().
|
inline |
Returns the last pointer in the cylinder list.
Definition at line 40 of file TrackerInteractionGeometry.h.
References _theCylinders.
Referenced by ConvBremSeedProducer::initializeLayerMap(), TrajectoryManager::initializeLayerMap(), MagneticFieldMap::MagneticFieldMap(), ConvBremSeedProducer::produce(), TrajectoryManager::propagateToLayer(), TrajectoryManager::reconstruct(), and TrackerInteractionGeometry().
|
private |
Definition at line 1000 of file TrackerInteractionGeometry.cc.
References fudgeFactor, and fudgeLayer.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 990 of file TrackerInteractionGeometry.cc.
References fudgeFactor, fudgeLayer, fudgeMax, and SiStripPI::max.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 980 of file TrackerInteractionGeometry.cc.
References fudgeFactor, fudgeLayer, fudgeMin, and SiStripPI::min.
Referenced by TrackerInteractionGeometry().
|
inline |
Returns the number of cylinders in the Tracker.
Definition at line 43 of file TrackerInteractionGeometry.h.
References _theCylinders.
|
private |
Definition at line 215 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The list of tracker (sensistive or not) layers.
Definition at line 53 of file TrackerInteractionGeometry.h.
Referenced by cylinderBegin(), cylinderEnd(), nCylinders(), TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Cables around the tracker (one barrel, two disks)
Definition at line 211 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The following list gives the thicknesses of the various layers. The beam pipe
Definition at line 162 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The Tracker EndCap layers.
Definition at line 196 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 212 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 213 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker inner disks.
Definition at line 198 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 199 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 200 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The barrel pixel layers.
Definition at line 164 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The endcap pixel layers.
Definition at line 166 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 172 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
A series of cables/walls to reproduce the full sim.
Definition at line 168 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 169 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 170 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 171 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 173 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 174 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker inner barrel layer 1.
Definition at line 176 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker inner barrel layer 2.
Definition at line 178 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker inner barrel layer 3.
Definition at line 180 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker inner barrel layer 4.
Definition at line 182 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Some material around the tracker inner barrel (disk)
Definition at line 204 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 205 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Some material around the tracker inner disks (disk)
Definition at line 209 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker outer barrel layer 1.
Definition at line 184 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker outer barrel layer 2.
Definition at line 186 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker outer barrel layer 3.
Definition at line 188 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker outer barrel layer 4.
Definition at line 190 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker outer barrel layer 5.
Definition at line 192 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
The tracker outer barrel layer 6.
Definition at line 194 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Some material in front of the tracker outer barrel (cylinder)
Definition at line 202 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Some material around the tracker outer barrel (disk)
Definition at line 207 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Definition at line 102 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 110 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Position of dead material layers (cables, services, etc.) Beam pipe
Definition at line 109 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Beam Pipe.
Definition at line 59 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 104 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 105 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 159 of file TrackerInteractionGeometry.h.
Referenced by fudgeFactors(), maxDim(), minDim(), and TrackerInteractionGeometry().
|
private |
Definition at line 156 of file TrackerInteractionGeometry.h.
Referenced by fudgeFactors(), maxDim(), minDim(), and TrackerInteractionGeometry().
|
private |
Definition at line 158 of file TrackerInteractionGeometry.h.
Referenced by maxDim(), and TrackerInteractionGeometry().
|
private |
Definition at line 157 of file TrackerInteractionGeometry.h.
Referenced by minDim(), and TrackerInteractionGeometry().
|
private |
Definition at line 125 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 124 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 126 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Outside walls and cables (barrel and endcaps)
Definition at line 123 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 127 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Cables and Services at the end of PIXB1,2,3 ("disk")
Definition at line 112 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Barrel services at the end of layers 1-3.
Definition at line 63 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 113 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 64 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 114 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 65 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Barrel Outside walls and cables.
Definition at line 116 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 117 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Barrel outside cables.
Definition at line 67 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 118 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 119 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 120 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 68 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 121 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Barrel Layers 1-3.
Definition at line 61 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Endcap outside cables.
Definition at line 72 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 73 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Pixel Disks 1-2.
Definition at line 70 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 100 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Endcaps Outside Cables and walls.
Definition at line 148 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 149 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 150 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 151 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 152 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 153 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Inner barrel layers 1-4.
Definition at line 75 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 76 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 77 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 78 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Inner Barrel Outside Cables and walls (endcap)
Definition at line 129 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 130 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
TIB outside services (endcap)
Definition at line 80 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 131 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 132 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 133 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 81 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 134 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Inner disks layers 1-3.
Definition at line 83 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 84 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 85 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Inner Disks Outside Cables and walls.
Definition at line 139 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 140 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
TID outside wall (endcap)
Definition at line 87 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 137 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker outer barrel Inside wall (barrel)
Definition at line 136 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
TOB inside wall (barrel)
Definition at line 89 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Outer barrel layers 1-6.
Definition at line 91 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 92 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 93 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 94 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 95 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 96 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Tracker Outer Barrel Outside Cables and walls (barrel and endcaps)
Definition at line 142 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 146 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 143 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 145 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 144 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 98 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry().
|
private |
Definition at line 218 of file TrackerInteractionGeometry.h.
Referenced by TrackerInteractionGeometry(), and ~TrackerInteractionGeometry().
|
private |
Thickness of all layers Version of the description
Definition at line 57 of file TrackerInteractionGeometry.h.
Referenced by validation.Sample::datasetpattern(), validation.Sample::filename(), and TrackerInteractionGeometry().