DD4hep
01.18
|
#include <DetectorData.h>
Public Member Functions | |
Layer () | |
Public Attributes | |
double | distance |
distance from Origin (or the z-axis) to the inner-most face of the layer More... | |
double | phi0 |
phi0 of layer: potential rotation around normal to absorber plane, e.g. if layers are 'staggered' in phi in fwd. calos More... | |
double | absorberThickness |
thickness of the absorber part of the layer. Consider using inner/outer_nRadiationLengths and inner/outer_nInteractionLengths More... | |
double | inner_nRadiationLengths |
Absorber material in front of sensitive element in the layer, units of radiation lengths. More... | |
double | inner_nInteractionLengths |
Absorber material in front of sensitive element in the layer, units of radiation lengths. More... | |
double | outer_nRadiationLengths |
Absorber material in behind of sensitive element in the layer, units of radiation lengths. More... | |
double | outer_nInteractionLengths |
Absorber material in behind of sensitive element in the layer, units of radiation lengths. More... | |
double | inner_thickness |
Distance between the innermost face of the layer (closest to IP) and the center of the sensitive element. More... | |
double | outer_thickness |
Distance between the center of the sensitive element and the outermost face of the layer. More... | |
double | sensitive_thickness |
Thickness of the sensitive element (e.g. scintillator) More... | |
double | cellSize0 |
cell size along the first axis where first is either along the beam (BarrelLayout) or up (EndcapLayout) or the direction closest to that. More... | |
double | cellSize1 |
second cell size, perpendicular to the first direction cellSize0 and the depth of the layers. More... | |
Definition at line 414 of file DetectorData.h.
|
inline |
Definition at line 416 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::absorberThickness |
thickness of the absorber part of the layer. Consider using inner/outer_nRadiationLengths and inner/outer_nInteractionLengths
Definition at line 438 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::cellSize0 |
cell size along the first axis where first is either along the beam (BarrelLayout) or up (EndcapLayout) or the direction closest to that.
Definition at line 462 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::cellSize1 |
second cell size, perpendicular to the first direction cellSize0 and the depth of the layers.
Definition at line 464 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::distance |
distance from Origin (or the z-axis) to the inner-most face of the layer
Definition at line 432 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::inner_nInteractionLengths |
Absorber material in front of sensitive element in the layer, units of radiation lengths.
Definition at line 443 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::inner_nRadiationLengths |
Absorber material in front of sensitive element in the layer, units of radiation lengths.
Definition at line 441 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::inner_thickness |
Distance between the innermost face of the layer (closest to IP) and the center of the sensitive element.
Definition at line 451 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::outer_nInteractionLengths |
Absorber material in behind of sensitive element in the layer, units of radiation lengths.
Definition at line 448 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::outer_nRadiationLengths |
Absorber material in behind of sensitive element in the layer, units of radiation lengths.
Definition at line 446 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::outer_thickness |
Distance between the center of the sensitive element and the outermost face of the layer.
Definition at line 454 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::phi0 |
phi0 of layer: potential rotation around normal to absorber plane, e.g. if layers are 'staggered' in phi in fwd. calos
Definition at line 435 of file DetectorData.h.
double dd4hep::rec::LayeredCalorimeterStruct::Layer::sensitive_thickness |
Thickness of the sensitive element (e.g. scintillator)
Definition at line 457 of file DetectorData.h.