DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Class to describe the slice of one layer in a layering stack. More...
#include <Layering.h>
Public Member Functions | |
LayerSlice (bool sens, double thick, const std::string &mat) | |
Initializing constructor. More... | |
LayerSlice (const LayerSlice ©)=default | |
Copy constructor. More... | |
LayerSlice & | operator= (const LayerSlice ©)=default |
Assignment operator. More... | |
Public Attributes | |
bool | _sensitive |
double | _thickness |
std::string | _material |
Class to describe the slice of one layer in a layering stack.
Definition at line 32 of file Layering.h.
|
inline |
Initializing constructor.
Definition at line 46 of file Layering.h.
|
default |
Copy constructor.
|
default |
Assignment operator.
std::string dd4hep::LayerSlice::_material |
Definition at line 36 of file Layering.h.
bool dd4hep::LayerSlice::_sensitive |
Definition at line 34 of file Layering.h.
double dd4hep::LayerSlice::_thickness |
Definition at line 35 of file Layering.h.