#include <G4PhysicsListOrderingParameter.hh>
◆ G4PhysicsListOrderingParameter()
G4PhysicsListOrderingParameter::G4PhysicsListOrderingParameter |
( |
| ) |
|
Definition at line 38 of file G4PhysicsListOrderingParamater.cc.
39 : processTypeName("NONE")
40 , processType(-1)
41 , processSubType(-1)
42 , isDuplicable(false)
43{
44 for(size_t i = 0; i < 3; i++)
45 ordering[i] = -1;
46}
◆ ~G4PhysicsListOrderingParameter()
G4PhysicsListOrderingParameter::~G4PhysicsListOrderingParameter |
( |
| ) |
|
|
virtual |
◆ GetDuplicable()
G4bool G4PhysicsListOrderingParameter::GetDuplicable |
( |
| ) |
const |
|
inline |
◆ GetOrdering()
G4int G4PhysicsListOrderingParameter::GetOrdering |
( |
int |
idx | ) |
const |
|
inline |
◆ GetSubType()
G4int G4PhysicsListOrderingParameter::GetSubType |
( |
| ) |
const |
|
inline |
◆ GetType()
G4int G4PhysicsListOrderingParameter::GetType |
( |
| ) |
const |
|
inline |
◆ GetTypeName()
G4String G4PhysicsListOrderingParameter::GetTypeName |
( |
| ) |
const |
|
inline |
◆ G4PhysicsListHelper
The documentation for this class was generated from the following files: