#include <G4PhysicsListOrderingParameter.hh>
Public Member Functions | |
| G4PhysicsListOrderingParameter () | |
| virtual | ~G4PhysicsListOrderingParameter () |
| G4String | GetTypeName () const |
| G4int | GetType () const |
| G4int | GetSubType () const |
| G4int | GetOrdering (int idx) const |
| G4bool | GetDuplicable () const |
Friends | |
| class | G4PhysicsListHelper |
Definition at line 42 of file G4PhysicsListOrderingParameter.hh.
| G4PhysicsListOrderingParameter::G4PhysicsListOrderingParameter | ( | ) |
Definition at line 38 of file G4PhysicsListOrderingParamater.cc.
00039 : processTypeName("NONE"), 00040 processType(-1), 00041 processSubType(-1), 00042 isDuplicable(false) 00043 { 00044 for(size_t i=0; i<3; i++) ordering[i] = -1; 00045 }
| G4PhysicsListOrderingParameter::~G4PhysicsListOrderingParameter | ( | ) | [virtual] |
| G4bool G4PhysicsListOrderingParameter::GetDuplicable | ( | ) | const [inline] |
| G4int G4PhysicsListOrderingParameter::GetOrdering | ( | int | idx | ) | const [inline] |
| G4int G4PhysicsListOrderingParameter::GetSubType | ( | ) | const [inline] |
| G4int G4PhysicsListOrderingParameter::GetType | ( | void | ) | const [inline] |
| G4String G4PhysicsListOrderingParameter::GetTypeName | ( | ) | const [inline] |
friend class G4PhysicsListHelper [friend] |
Definition at line 44 of file G4PhysicsListOrderingParameter.hh.
1.4.7