DD4hep
01.18
|
Simple data structure defining a support structure built from consecutive conical sections. More...
#include <DetectorData.h>
Classes | |
struct | Section |
Public Attributes | |
bool | isSymmetricInZ |
if true the sections are repeated at negative z More... | |
std::vector< Section > | sections |
The consecutive sections of the structure. More... | |
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 314 of file DetectorData.h.
bool dd4hep::rec::ConicalSupportStruct::isSymmetricInZ |
if true the sections are repeated at negative z
Definition at line 317 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 339 of file DetectorData.h.