DD4hep
01.18
|
Simple data structure with key parameters for reconstruction of a silicon tracking detector with disks (roughly orthogonal to the z-axis) built from petals. More...
#include <DetectorData.h>
Classes | |
struct | LayerLayout |
Internal helper struct for defining the layer layout. More... | |
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 197 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::angleStrip |
strip stereo angle (if applicable )
Definition at line 206 of file DetectorData.h.
std::vector<LayerLayout> dd4hep::rec::ZDiskPetalsStruct::layers |
Definition at line 297 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::lengthStrip |
length of the strips (if applicable )
Definition at line 202 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::pitchStrip |
strip pitch (if applicable )
Definition at line 204 of file DetectorData.h.
double dd4hep::rec::ZDiskPetalsStruct::widthStrip |
width of the strips (if applicable )
Definition at line 200 of file DetectorData.h.