LDMX Software
Public Member Functions | Private Attributes | List of all members
tracking::geo::Ring Class Reference

Public Member Functions

 Ring (const std::vector< G4VPhysicalVolume * > &components, double z_location, std::string material)
 

Private Attributes

std::vector< G4VPhysicalVolume * > _components
 
double _z_location
 
std::string _material
 

Detailed Description

Definition at line 78 of file EcalTrackingGeometry.h.

Constructor & Destructor Documentation

◆ 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 }

Member Data Documentation

◆ _components

std::vector<G4VPhysicalVolume*> tracking::geo::Ring::_components
private

Definition at line 88 of file EcalTrackingGeometry.h.

◆ _material

std::string tracking::geo::Ring::_material
private

Definition at line 90 of file EcalTrackingGeometry.h.

◆ _z_location

double tracking::geo::Ring::_z_location
private

Definition at line 89 of file EcalTrackingGeometry.h.


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