DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Public Attributes | List of all members
dd4hep::rec::ZDiskPetalsStruct Struct Reference

#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< LayerLayoutlayers
 

Detailed Description

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 )

Author
F.Gaede, CERN/DESY
Date
Oct, 20 2014
Version
Id

Definition at line 199 of file DetectorData.h.

Member Data Documentation

◆ angleStrip

double dd4hep::rec::ZDiskPetalsStruct::angleStrip

strip stereo angle (if applicable )

Definition at line 208 of file DetectorData.h.

◆ layers

std::vector<LayerLayout> dd4hep::rec::ZDiskPetalsStruct::layers

Definition at line 299 of file DetectorData.h.

◆ lengthStrip

double dd4hep::rec::ZDiskPetalsStruct::lengthStrip

length of the strips (if applicable )

Definition at line 204 of file DetectorData.h.

◆ pitchStrip

double dd4hep::rec::ZDiskPetalsStruct::pitchStrip

strip pitch (if applicable )

Definition at line 206 of file DetectorData.h.

◆ widthStrip

double dd4hep::rec::ZDiskPetalsStruct::widthStrip

width of the strips (if applicable )

Definition at line 202 of file DetectorData.h.


The documentation for this struct was generated from the following file: