DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DetectorData.h>
Classes | |
struct | Section |
Public Attributes | |
bool | isSymmetricInZ |
if true the sections are repeated at negative z More... | |
std::vector< Section > | sections |
Simple data structure defining a support structure built from consecutive conical sections. Could be used for example to describe the central beam pipe as needed for track reconstruction.
Definition at line 316 of file DetectorData.h.
bool dd4hep::rec::ConicalSupportStruct::isSymmetricInZ |
if true the sections are repeated at negative z
Definition at line 319 of file DetectorData.h.
std::vector<Section> dd4hep::rec::ConicalSupportStruct::sections |
The consecutive sections of the structure. The end of one sections is defined by the start the next.
Definition at line 341 of file DetectorData.h.