|
Geant4_10
|
#include <G4ProductionCuts.hh>
Public Member Functions | |
| G4ProductionCuts () | |
| G4ProductionCuts (const G4ProductionCuts &right) | |
| G4ProductionCuts & | operator= (const G4ProductionCuts &right) |
| virtual | ~G4ProductionCuts () |
| G4int | operator== (const G4ProductionCuts &right) const |
| G4int | operator!= (const G4ProductionCuts &right) const |
| void | SetProductionCut (G4double cut, G4int index=-1) |
| void | SetProductionCut (G4double cut, G4ParticleDefinition *ptcl) |
| void | SetProductionCut (G4double cut, const G4String &pName) |
| G4double | GetProductionCut (G4int index) const |
| G4double | GetProductionCut (const G4String &name) const |
| void | SetProductionCuts (std::vector< G4double > &) |
| const std::vector< G4double > & | GetProductionCuts () const |
| G4bool | IsModified () const |
| void | PhysicsTableUpdated () |
Static Public Member Functions | |
| static G4int | GetIndex (const G4String &name) |
| static G4int | GetIndex (const G4ParticleDefinition *ptcl) |
Protected Attributes | |
| std::vector< G4double > | fRangeCuts |
| G4bool | isModified |
Definition at line 62 of file G4ProductionCuts.hh.
| G4ProductionCuts::G4ProductionCuts | ( | ) |
Definition at line 45 of file G4ProductionCuts.cc.
| G4ProductionCuts::G4ProductionCuts | ( | const G4ProductionCuts & | right | ) |
Definition at line 53 of file G4ProductionCuts.cc.
|
virtual |
Definition at line 62 of file G4ProductionCuts.cc.
|
static |
|
inline |
|
inline |
| G4int G4ProductionCuts::operator!= | ( | const G4ProductionCuts & | right | ) | const |
Definition at line 86 of file G4ProductionCuts.cc.
| G4ProductionCuts & G4ProductionCuts::operator= | ( | const G4ProductionCuts & | right | ) |
Definition at line 67 of file G4ProductionCuts.cc.
| G4int G4ProductionCuts::operator== | ( | const G4ProductionCuts & | right | ) | const |
Definition at line 80 of file G4ProductionCuts.cc.
|
inline |
|
inline |
Definition at line 130 of file G4ProductionCuts.cc.


|
protected |
Definition at line 113 of file G4ProductionCuts.hh.
|
protected |
Definition at line 114 of file G4ProductionCuts.hh.
1.8.5