#include <G4VITReactionProcess.hh>
G4VITReactionProcess defines the reaction between two G4IT. It should be stored in a G4VITModel.
Definition at line 53 of file G4VITReactionProcess.hh.
G4VITReactionProcess::G4VITReactionProcess |
( |
| ) |
|
G4VITReactionProcess::~G4VITReactionProcess |
( |
| ) |
|
|
virtual |
virtual void G4VITReactionProcess::Initialize |
( |
| ) |
|
|
inlinevirtual |
First initialization (done once for all at the begin of the run) eg. check if the reaction table is given ...
Definition at line 83 of file G4VITReactionProcess.hh.
Will Clone the reaction process i.e. new reaction process will be created with same features as the parent one. Use preprocessor macro : AddCloneReactionProcess the copy constructor of the derived class must be implemented. This macro is defined in AddClone_defAssignment operator
- Parameters
-
other | Object to assign from |
- Returns
- A reference to this
Definition at line 55 of file G4VITReactionProcess.cc.
void G4VITReactionProcess::ResetChanges |
( |
| ) |
|
|
inline |
virtual G4bool G4VITReactionProcess::TestReactibility |
( |
const G4Track & |
, |
|
|
const G4Track & |
, |
|
|
const double |
, |
|
|
const double |
, |
|
|
bool |
|
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: