DD4hep  01.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Classes | Public Attributes | List of all members
dd4hep::rec::ZDiskPetalsStruct Struct Reference

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< 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 197 of file DetectorData.h.

Member Data Documentation

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.


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