![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4LivermoreComptonModel.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4Electron.hh"#include "G4ParticleChangeForGamma.hh"#include "G4LossTableManager.hh"#include "G4VAtomDeexcitation.hh"#include "G4AtomicShell.hh"#include "G4Gamma.hh"#include "G4ShellData.hh"#include "G4DopplerProfile.hh"#include "G4Log.hh"#include "G4Exp.hh"#include "G4AutoLock.hh"
Include dependency graph for G4LivermoreComptonModel.cc:Go to the source code of this file.
Variables | |
| static const G4double | ln10 = G4Log(10.) |
Definition at line 65 of file G4LivermoreComptonModel.cc.
View newest version in sPHENIX GitHub at line 65 of file G4LivermoreComptonModel.cc
Referenced by G4LivermoreComptonModel::ComputeScatteringFunction(), and RunAction::ComputeTheory().