DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DetectorData.h>
Classes | |
struct | LayerLayout |
Public Attributes | |
double | zHalfShell |
The half length (z) of the support shell (w/o gap) - 0. if no shell exists. More... | |
double | gapShell |
The length of the gap in mm (gap position at z=0). More... | |
double | rInnerShell |
The inner radius of the support shell. More... | |
double | rOuterShell |
The outer radius of the support shell. More... | |
double | widthStrip |
width of the strips (if applicable ) More... | |
double | lengthStrip |
length of the strips (if applicable ) More... | |
double | pitchStrip |
strip pitch (if applicable ) More... | |
double | angleStrip |
strip stereo angle (if applicable ) More... | |
std::vector< LayerLayout > | layers |
Simple data structure with key parameters for reconstruction of a planar silicon tracking detector with planes parallel to the z-axis. ( Can be used to instantiate a gear::ZPlanarParameters object )
Definition at line 104 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::angleStrip |
strip stereo angle (if applicable )
Definition at line 121 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::gapShell |
The length of the gap in mm (gap position at z=0).
Definition at line 108 of file DetectorData.h.
std::vector<LayerLayout> dd4hep::rec::ZPlanarStruct::layers |
Definition at line 181 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::lengthStrip |
length of the strips (if applicable )
Definition at line 117 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::pitchStrip |
strip pitch (if applicable )
Definition at line 119 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::rInnerShell |
The inner radius of the support shell.
Definition at line 110 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::rOuterShell |
The outer radius of the support shell.
Definition at line 112 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::widthStrip |
width of the strips (if applicable )
Definition at line 115 of file DetectorData.h.
double dd4hep::rec::ZPlanarStruct::zHalfShell |
The half length (z) of the support shell (w/o gap) - 0. if no shell exists.
Definition at line 106 of file DetectorData.h.