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

#include <DetectorData.h>

Classes

struct  Section
 

Public Attributes

bool isSymmetricInZ
 if true the sections are repeated at negative z More...
 
std::vector< Sectionsections
 

Detailed Description

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.

Author
F.Gaede, CERN/DESY
Date
Oct, 29 2014
Version
Id

Definition at line 316 of file DetectorData.h.

Member Data Documentation

◆ isSymmetricInZ

bool dd4hep::rec::ConicalSupportStruct::isSymmetricInZ

if true the sections are repeated at negative z

Definition at line 319 of file DetectorData.h.

◆ sections

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.


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