Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DNAPolyNucleotideReactionProcess.cc File Reference

Go to the source code of this file.

Macros

#define PrepareState()
 
#define State(theXInfo)
 

Macro Definition Documentation

◆ PrepareState

#define PrepareState ( )
Value:
G4PolyNucleotideReactionState* _state = \
this->GetState<G4PolyNucleotideReactionState>()

file: G4DNAPolyNucleotideReactionProcess.cc brief: This file handls reaction process with DNA geometry.

Definition at line 40 of file G4DNAPolyNucleotideReactionProcess.cc.

40# define PrepareState() \
41 G4PolyNucleotideReactionState* _state = \
42 this->GetState<G4PolyNucleotideReactionState>()

◆ State

#define State ( theXInfo)
Value:
(_state->theXInfo)

Definition at line 46 of file G4DNAPolyNucleotideReactionProcess.cc.