|
| Ring (const std::vector< G4VPhysicalVolume * > &components, double z_location, std::string material) |
|
Definition at line 78 of file EcalTrackingGeometry.h.
◆ Ring()
tracking::geo::Ring::Ring |
( |
const std::vector< G4VPhysicalVolume * > & |
components, |
|
|
double |
z_location, |
|
|
std::string |
material |
|
) |
| |
|
inline |
Definition at line 80 of file EcalTrackingGeometry.h.
81 {
82 _components = components;
83 _z_location = z_location;
84 _material = material;
85 }
◆ _components
std::vector<G4VPhysicalVolume*> tracking::geo::Ring::_components |
|
private |
◆ _material
std::string tracking::geo::Ring::_material |
|
private |
◆ _z_location
double tracking::geo::Ring::_z_location |
|
private |
The documentation for this class was generated from the following file: