Pandora
Pandora source code navigator
|
SubDetectorParameters class. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::InputString | m_subDetectorName |
The sub detector name, must uniquely specify a single sub detector. | |
pandora::InputSubDetectorType | m_subDetectorType |
The sub detector type, e.g. ECAL_BARREL, HCAL_ENDCAP, TPC, etc. | |
pandora::InputFloat | m_innerRCoordinate |
Inner cylindrical polar r coordinate, origin interaction point, units mm. | |
pandora::InputFloat | m_innerZCoordinate |
Inner cylindrical polar z coordinate, origin interaction point, units mm. | |
pandora::InputFloat | m_innerPhiCoordinate |
Inner cylindrical polar phi coordinate (angle wrt cartesian x axis) | |
pandora::InputUInt | m_innerSymmetryOrder |
Order of symmetry of the innermost edge of subdetector. | |
pandora::InputFloat | m_outerRCoordinate |
Outer cylindrical polar r coordinate, origin interaction point, units mm. | |
pandora::InputFloat | m_outerZCoordinate |
Outer cylindrical polar z coordinate, origin interaction point, units mm. | |
pandora::InputFloat | m_outerPhiCoordinate |
Outer cylindrical polar phi coordinate (angle wrt cartesian x axis) | |
pandora::InputUInt | m_outerSymmetryOrder |
Order of symmetry of the outermost edge of subdetector. | |
pandora::InputBool | m_isMirroredInZ |
Whether to construct a second subdetector, via reflection in z=0 plane. | |
pandora::InputUInt | m_nLayers |
The number of layers in the detector section. | |
LayerParametersVector | m_layerParametersVector |
The vector of layer parameters for the detector section. | |
SubDetectorParameters class.
Definition at line 214 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::SubDetectorParameters::m_innerPhiCoordinate |
Inner cylindrical polar phi coordinate (angle wrt cartesian x axis)
Definition at line 221 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::SubDetectorParameters::m_innerRCoordinate |
Inner cylindrical polar r coordinate, origin interaction point, units mm.
Definition at line 219 of file ObjectCreation.h.
pandora::InputUInt object_creation::Geometry::SubDetectorParameters::m_innerSymmetryOrder |
Order of symmetry of the innermost edge of subdetector.
Definition at line 222 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::SubDetectorParameters::m_innerZCoordinate |
Inner cylindrical polar z coordinate, origin interaction point, units mm.
Definition at line 220 of file ObjectCreation.h.
pandora::InputBool object_creation::Geometry::SubDetectorParameters::m_isMirroredInZ |
Whether to construct a second subdetector, via reflection in z=0 plane.
Definition at line 227 of file ObjectCreation.h.
LayerParametersVector object_creation::Geometry::SubDetectorParameters::m_layerParametersVector |
The vector of layer parameters for the detector section.
Definition at line 229 of file ObjectCreation.h.
pandora::InputUInt object_creation::Geometry::SubDetectorParameters::m_nLayers |
The number of layers in the detector section.
Definition at line 228 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::SubDetectorParameters::m_outerPhiCoordinate |
Outer cylindrical polar phi coordinate (angle wrt cartesian x axis)
Definition at line 225 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::SubDetectorParameters::m_outerRCoordinate |
Outer cylindrical polar r coordinate, origin interaction point, units mm.
Definition at line 223 of file ObjectCreation.h.
pandora::InputUInt object_creation::Geometry::SubDetectorParameters::m_outerSymmetryOrder |
Order of symmetry of the outermost edge of subdetector.
Definition at line 226 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::SubDetectorParameters::m_outerZCoordinate |
Outer cylindrical polar z coordinate, origin interaction point, units mm.
Definition at line 224 of file ObjectCreation.h.
pandora::InputString object_creation::Geometry::SubDetectorParameters::m_subDetectorName |
The sub detector name, must uniquely specify a single sub detector.
Definition at line 217 of file ObjectCreation.h.
pandora::InputSubDetectorType object_creation::Geometry::SubDetectorParameters::m_subDetectorType |
The sub detector type, e.g. ECAL_BARREL, HCAL_ENDCAP, TPC, etc.
Definition at line 218 of file ObjectCreation.h.