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

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

Detailed Description

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 )

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

Definition at line 104 of file DetectorData.h.

Member Data Documentation

◆ angleStrip

double dd4hep::rec::ZPlanarStruct::angleStrip

strip stereo angle (if applicable )

Definition at line 121 of file DetectorData.h.

◆ gapShell

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.

◆ layers

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

Definition at line 181 of file DetectorData.h.

◆ lengthStrip

double dd4hep::rec::ZPlanarStruct::lengthStrip

length of the strips (if applicable )

Definition at line 117 of file DetectorData.h.

◆ pitchStrip

double dd4hep::rec::ZPlanarStruct::pitchStrip

strip pitch (if applicable )

Definition at line 119 of file DetectorData.h.

◆ rInnerShell

double dd4hep::rec::ZPlanarStruct::rInnerShell

The inner radius of the support shell.

Definition at line 110 of file DetectorData.h.

◆ rOuterShell

double dd4hep::rec::ZPlanarStruct::rOuterShell

The outer radius of the support shell.

Definition at line 112 of file DetectorData.h.

◆ widthStrip

double dd4hep::rec::ZPlanarStruct::widthStrip

width of the strips (if applicable )

Definition at line 115 of file DetectorData.h.

◆ zHalfShell

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.


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