ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4EmCorrections.hh"
#include "Randomize.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4ParticleTable.hh"
#include "G4IonTable.hh"
#include "G4VEmModel.hh"
#include "G4Proton.hh"
#include "G4GenericIon.hh"
#include "G4LPhysicsFreeVector.hh"
#include "G4PhysicsLogVector.hh"
#include "G4ProductionCutsTable.hh"
#include "G4MaterialCutsCouple.hh"
#include "G4AtomicShells.hh"
#include "G4Log.hh"
#include "G4Exp.hh"
#include "G4Pow.hh"
#include "G4Threading.hh"
Go to the source code of this file.
Variables | |
const G4double | inveplus = 1.0/CLHEP::eplus |
const G4double inveplus = 1.0/CLHEP::eplus |
Definition at line 80 of file G4EmCorrections.cc.
View newest version in sPHENIX GitHub at line 80 of file G4EmCorrections.cc
Referenced by G4EmCorrections::IonHighOrderCorrections(), and G4EmCorrections::SetupKinematics().