![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Class to describe a layering stack. More...
#include <Layering.h>
Public Member Functions | |
| LayerStack ()=default | |
| Default constructor. More... | |
| LayerStack (const LayerStack ©)=default | |
| Copy constructor. More... | |
| ~LayerStack ()=default | |
| Default destructor. More... | |
| LayerStack & | operator= (const LayerStack ©)=default |
| Assignment operator. More... | |
| std::vector< Layer * > & | layers () |
| const std::vector< Layer * > & | layers () const |
| double | sectionThickness (size_t is, size_t ie) const |
| double | totalThickness () const |
Public Attributes | |
| std::vector< Layer * > | _layers |
|
default |
Default constructor.
|
default |
Copy constructor.
|
default |
Default destructor.
|
inline |
Definition at line 98 of file Layering.h.
|
inline |
Definition at line 101 of file Layering.h.
|
default |
Assignment operator.
| double dd4hep::LayerStack::sectionThickness | ( | size_t | is, |
| size_t | ie | ||
| ) | const |
Definition at line 27 of file Layering.cpp.
|
inline |
Definition at line 105 of file Layering.h.
| std::vector<Layer*> dd4hep::LayerStack::_layers |
Definition at line 89 of file Layering.h.
1.8.18