Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4Sector::Layer Class Reference

#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4SectorConstructor.h>

+ Collaboration diagram for PHG4Sector::Layer:

Public Member Functions

 Layer (const std::string &_name, const std::string &_material, double _depth, double _percentage_filled, bool _active)
 

Public Attributes

std::string name
 name base for this layer
 
std::string material
 material name in G4
 
double depth
 depth in G4 units
 
double percentage_filled
 percentage filled
 
bool active
 whether it is active
 

Detailed Description

layer description data use GEANT units!

Definition at line 38 of file PHG4SectorConstructor.h.

View newest version in sPHENIX GitHub at line 38 of file PHG4SectorConstructor.h

Constructor & Destructor Documentation

PHG4Sector::Layer::Layer ( const std::string &  _name,
const std::string &  _material,
double  _depth,
double  _percentage_filled,
bool  _active 
)
inline
Parameters
_namename base for this layer
_materialmaterial name in G4
_depthdepth in G4 units
_percentage_filledpercentage filled
_activewhether it is active

Definition at line 41 of file PHG4SectorConstructor.h.

View newest version in sPHENIX GitHub at line 41 of file PHG4SectorConstructor.h

Member Data Documentation

bool PHG4Sector::Layer::active

whether it is active

Definition at line 78 of file PHG4SectorConstructor.h.

View newest version in sPHENIX GitHub at line 78 of file PHG4SectorConstructor.h

double PHG4Sector::Layer::depth

depth in G4 units

Definition at line 72 of file PHG4SectorConstructor.h.

View newest version in sPHENIX GitHub at line 72 of file PHG4SectorConstructor.h

std::string PHG4Sector::Layer::material

material name in G4

Definition at line 69 of file PHG4SectorConstructor.h.

View newest version in sPHENIX GitHub at line 69 of file PHG4SectorConstructor.h

double PHG4Sector::Layer::percentage_filled

percentage filled

Definition at line 75 of file PHG4SectorConstructor.h.

View newest version in sPHENIX GitHub at line 75 of file PHG4SectorConstructor.h


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