DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DetectorData.h>
Classes | |
struct | LayerLayout |
struct | SensorType |
enum for encoding the sensor type in typeFlags More... | |
Public Attributes | |
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 silicon tracking detector with disks (roughly orthogonal to the z-axis) built from petals. ( Can be used to instantiate a gear::FTDParameters object )
Definition at line 199 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::angleStrip |
strip stereo angle (if applicable )
Definition at line 208 of file DetectorData.h.
std::vector<LayerLayout> dd4hep::rec::ZDiskPetalsStruct::layers |
Definition at line 299 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::lengthStrip |
length of the strips (if applicable )
Definition at line 204 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::pitchStrip |
strip pitch (if applicable )
Definition at line 206 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::widthStrip |
width of the strips (if applicable )
Definition at line 202 of file DetectorData.h.