ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4VITReactionProcess ()=default | |
virtual | ~G4VITReactionProcess ()=default |
G4VITReactionProcess (const G4VITReactionProcess &other)=delete | |
G4VITReactionProcess & | operator= (const G4VITReactionProcess &other)=delete |
virtual void | Initialize () |
virtual G4bool | IsApplicable (const G4ITType &, const G4ITType &) const |
virtual G4bool | TestReactibility (const G4Track &, const G4Track &, double, bool)=0 |
virtual std::unique_ptr < G4ITReactionChange > | MakeReaction (const G4Track &, const G4Track &)=0 |
virtual void | SetReactionTable (const G4ITReactionTable *) |
Protected Attributes | |
const G4ITReactionTable * | fpReactionTable = nullptr |
G4String | fName |
G4VITReactionProcess defines the reaction between two G4IT. It should be stored in a G4VITModel.
Definition at line 62 of file G4VITReactionProcess.hh.
View newest version in sPHENIX GitHub at line 62 of file G4VITReactionProcess.hh
|
default |
|
virtualdefault |
|
delete |
|
inlinevirtual |
First initialization (done once for all at the begin of the run) eg. check if the reaction table is given ...
Definition at line 73 of file G4VITReactionProcess.hh.
View newest version in sPHENIX GitHub at line 73 of file G4VITReactionProcess.hh
Definition at line 43 of file G4VITReactionProcess.cc.
View newest version in sPHENIX GitHub at line 43 of file G4VITReactionProcess.cc
|
pure virtual |
Implemented in G4DNAMolecularReaction.
Referenced by G4ITModelProcessor::FindReaction().
|
delete |
|
virtual |
Definition at line 38 of file G4VITReactionProcess.cc.
View newest version in sPHENIX GitHub at line 38 of file G4VITReactionProcess.cc
References fpReactionTable.
|
pure virtual |
Implemented in G4DNAMolecularReaction.
Referenced by G4ITModelProcessor::FindReaction().
|
protected |
Definition at line 88 of file G4VITReactionProcess.hh.
View newest version in sPHENIX GitHub at line 88 of file G4VITReactionProcess.hh
|
protected |
Definition at line 87 of file G4VITReactionProcess.hh.
View newest version in sPHENIX GitHub at line 87 of file G4VITReactionProcess.hh
Referenced by SetReactionTable().