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

#include <DetectorData.h>

Public Attributes

double zHalf
 half length of the TPC More...
 
double rMin
 inner radius of the TPC More...
 
double rMax
 outer radius of the TPC More...
 
double driftLength
 driftLength in z (half length of active volume) More...
 
double zMinReadout
 start z of active Volume (typically cathode half thickness) More...
 
double rMinReadout
 inner r of active volume More...
 
double rMaxReadout
 outer r of active volume More...
 
double innerWallThickness
 thickness of the inner wall (field cage) More...
 
double outerWallThickness
 thickness of the outer wall (field cage) More...
 
double padHeight
 pad height of readout rows More...
 
double padWidth
 fixed pad width ( at middle of row) More...
 
double maxRow
 maximum number of rows More...
 
double padGap
 gap between pads More...
 

Detailed Description

Simple data structure with key parameters for reconstruction of a cylindrical TPC with a pad plane that is symmetrically populated with fixed sized pads. ( Can be used to instantiate a gear::TPCParameter object with a FixedPadSizeDiskLayout )

Author
F.Gaede, CERN/DESY
Date
Sep, 30 2014
Version
Id

Definition at line 62 of file DetectorData.h.

Member Data Documentation

◆ driftLength

double dd4hep::rec::FixedPadSizeTPCStruct::driftLength

driftLength in z (half length of active volume)

Definition at line 70 of file DetectorData.h.

◆ innerWallThickness

double dd4hep::rec::FixedPadSizeTPCStruct::innerWallThickness

thickness of the inner wall (field cage)

Definition at line 78 of file DetectorData.h.

◆ maxRow

double dd4hep::rec::FixedPadSizeTPCStruct::maxRow

maximum number of rows

Definition at line 86 of file DetectorData.h.

◆ outerWallThickness

double dd4hep::rec::FixedPadSizeTPCStruct::outerWallThickness

thickness of the outer wall (field cage)

Definition at line 80 of file DetectorData.h.

◆ padGap

double dd4hep::rec::FixedPadSizeTPCStruct::padGap

gap between pads

Definition at line 88 of file DetectorData.h.

◆ padHeight

double dd4hep::rec::FixedPadSizeTPCStruct::padHeight

pad height of readout rows

Definition at line 82 of file DetectorData.h.

◆ padWidth

double dd4hep::rec::FixedPadSizeTPCStruct::padWidth

fixed pad width ( at middle of row)

Definition at line 84 of file DetectorData.h.

◆ rMax

double dd4hep::rec::FixedPadSizeTPCStruct::rMax

outer radius of the TPC

Definition at line 68 of file DetectorData.h.

◆ rMaxReadout

double dd4hep::rec::FixedPadSizeTPCStruct::rMaxReadout

outer r of active volume

Definition at line 76 of file DetectorData.h.

◆ rMin

double dd4hep::rec::FixedPadSizeTPCStruct::rMin

inner radius of the TPC

Definition at line 66 of file DetectorData.h.

◆ rMinReadout

double dd4hep::rec::FixedPadSizeTPCStruct::rMinReadout

inner r of active volume

Definition at line 74 of file DetectorData.h.

◆ zHalf

double dd4hep::rec::FixedPadSizeTPCStruct::zHalf

half length of the TPC

Definition at line 64 of file DetectorData.h.

◆ zMinReadout

double dd4hep::rec::FixedPadSizeTPCStruct::zMinReadout

start z of active Volume (typically cathode half thickness)

Definition at line 72 of file DetectorData.h.


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