Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4QNeutrinoPhysics.hh>
Public Member Functions | |
G4QNeutrinoPhysics (G4int verbose=1) | |
G4QNeutrinoPhysics (const G4String &name) | |
virtual | ~G4QNeutrinoPhysics () |
void | ConstructParticle () |
void | ConstructProcess () |
G4String | GetNuElNuclearOnOff () |
G4String | GetNuMuNuclearOnOff () |
G4String | GetNuTauNuclearOnOff () |
void | SetNuElNuclearOnOff (G4String &aState) |
void | SetNuMuNuclearOnOff (G4String &aState) |
void | SetNuTauNuclearOnOff (G4String &aState) |
void | SetNuNuclearBias (G4double newValue) |
Public Member Functions inherited from G4VPhysicsConstructor | |
G4VPhysicsConstructor (const G4String &="") | |
G4VPhysicsConstructor (const G4String &name, G4int physics_type) | |
virtual | ~G4VPhysicsConstructor () |
virtual void | ConstructParticle ()=0 |
virtual void | ConstructProcess ()=0 |
void | SetPhysicsName (const G4String &="") |
const G4String & | GetPhysicsName () const |
void | SetPhysicsType (G4int) |
G4int | GetPhysicsType () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
Additional Inherited Members | |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4ParticleTable::G4PTblDicIterator * | theParticleIterator |
G4PhysicsListHelper * | thePLHelper |
Definition at line 58 of file G4QNeutrinoPhysics.hh.
G4QNeutrinoPhysics::G4QNeutrinoPhysics | ( | G4int | verbose = 1 | ) |
Definition at line 41 of file G4QNeutrinoPhysics.cc.
Definition at line 50 of file G4QNeutrinoPhysics.cc.
|
virtual |
Definition at line 59 of file G4QNeutrinoPhysics.cc.
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 64 of file G4QNeutrinoPhysics.cc.
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 101 of file G4QNeutrinoPhysics.cc.
|
inline |
Definition at line 68 of file G4QNeutrinoPhysics.hh.
Referenced by G4QMessenger::GetCurrentValue().
|
inline |
Definition at line 69 of file G4QNeutrinoPhysics.hh.
Referenced by G4QMessenger::GetCurrentValue().
|
inline |
Definition at line 70 of file G4QNeutrinoPhysics.hh.
Referenced by G4QMessenger::GetCurrentValue().
void G4QNeutrinoPhysics::SetNuElNuclearOnOff | ( | G4String & | aState | ) |
Definition at line 74 of file G4QNeutrinoPhysics.cc.
Referenced by G4QMessenger::SetNewValue().
void G4QNeutrinoPhysics::SetNuMuNuclearOnOff | ( | G4String & | aState | ) |
Definition at line 81 of file G4QNeutrinoPhysics.cc.
Referenced by G4QMessenger::SetNewValue().
void G4QNeutrinoPhysics::SetNuNuclearBias | ( | G4double | newValue | ) |
Definition at line 95 of file G4QNeutrinoPhysics.cc.
Referenced by G4QMessenger::SetNewValue().
void G4QNeutrinoPhysics::SetNuTauNuclearOnOff | ( | G4String & | aState | ) |
Definition at line 88 of file G4QNeutrinoPhysics.cc.
Referenced by G4QMessenger::SetNewValue().