Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4SectorConstructor.h>
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 | |
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
|
inline |
_name | name base for this layer |
_material | material name in G4 |
_depth | depth in G4 units |
_percentage_filled | percentage filled |
_active | whether it is active |
Definition at line 41 of file PHG4SectorConstructor.h.
View newest version in sPHENIX GitHub at line 41 of file PHG4SectorConstructor.h
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
std::string PHG4Sector::Layer::name |
name base for this layer
Definition at line 66 of file PHG4SectorConstructor.h.
View newest version in sPHENIX GitHub at line 66 of file PHG4SectorConstructor.h
Referenced by cpp.tokenize.Token::__str__(), cpp.ast.Define::__str__(), cpp.ast.Parameter::__str__(), cpp.ast.Typedef::__str__(), cpp.ast._NestedType::__str__(), cpp.ast.Class::__str__(), cpp.ast.Function::__str__(), cpp.ast.Type::__str__(), cpp.ast._GenericDeclaration::FullName(), and cpp.ast.VariableDeclaration::ToString().
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