ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4DNASecondOrderReaction.hh"
#include <G4VScheduler.hh>
#include "G4SystemOfUnits.hh"
#include "G4Molecule.hh"
#include "G4DNAMolecularMaterial.hh"
#include "G4MolecularConfiguration.hh"
#include "G4DNADamage.hh"
#include "G4UnitsTable.hh"
#include "G4TrackingInformation.hh"
Go to the source code of this file.
Macros | |
#define | State(theXInfo) (GetState<SecondOrderReactionState>()->theXInfo) |
#define State | ( | theXInfo | ) | (GetState<SecondOrderReactionState>()->theXInfo) |
Definition at line 39 of file G4DNASecondOrderReaction.cc.
View newest version in sPHENIX GitHub at line 39 of file G4DNASecondOrderReaction.cc
Referenced by G4DNASecondOrderReaction::PostStepDoIt(), and G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength().