#include <G4ChargeExchangePhysics.hh>
Definition at line 44 of file G4ChargeExchangePhysics.hh.
◆ G4ChargeExchangePhysics()
G4ChargeExchangePhysics::G4ChargeExchangePhysics |
( |
G4int |
ver = 1 | ) |
|
|
explicit |
Definition at line 60 of file G4ChargeExchangePhysics.cc.
62{
63
65 if(ver > 1)
G4cout <<
"### ChargeExchangePhysics" <<
G4endl;
66}
G4GLOB_DLL std::ostream G4cout
static G4HadronicParameters * Instance()
void SetVerboseLevel(const G4int val)
◆ ~G4ChargeExchangePhysics()
G4ChargeExchangePhysics::~G4ChargeExchangePhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
void G4ChargeExchangePhysics::ConstructParticle |
( |
| ) |
|
|
overridevirtual |
◆ ConstructProcess()
void G4ChargeExchangePhysics::ConstructProcess |
( |
| ) |
|
|
overridevirtual |
Implements G4VPhysicsConstructor.
Definition at line 81 of file G4ChargeExchangePhysics.cc.
82{
84
86 G4cout <<
"### ChargeExchangePhysics Construct Processes with the model <"
88 }
89
91 myParticleIterator->reset();
92 while( (*myParticleIterator)() )
93 {
99 ) {
100
104
111 }
112
114
116 G4cout <<
"### ChargeExchangePhysics added for "
118 }
119 }
120}
const G4String & GetModelName() const
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Definition()
G4ProcessManager * GetProcessManager() const
const G4String & GetParticleName() const
static G4PionMinus * Definition()
static G4PionPlus * Definition()
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
static G4Proton * Definition()
G4int GetVerboseLevel() const
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
The documentation for this class was generated from the following files: