DD4hep  01.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Classes | Public Attributes | List of all members
dd4hep::rec::ConicalSupportStruct Struct Reference

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< Sectionsections
 The consecutive sections of the structure. More...
 

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 314 of file DetectorData.h.

Member Data Documentation

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.


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