ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4PolarizedComptonModel.hh"
#include "G4PhysicalConstants.hh"
#include "G4Electron.hh"
#include "G4Gamma.hh"
#include "Randomize.hh"
#include "G4DataVector.hh"
#include "G4ParticleChangeForGamma.hh"
#include "G4StokesVector.hh"
#include "G4PolarizationManager.hh"
#include "G4PolarizationHelper.hh"
#include "G4PolarizedComptonCrossSection.hh"
#include "G4SystemOfUnits.hh"
#include "G4Log.hh"
#include "G4Exp.hh"
Go to the source code of this file.
Variables | |
static const G4int | nlooplim = 10000 |
|
static |
Definition at line 69 of file G4PolarizedComptonModel.cc.
View newest version in sPHENIX GitHub at line 69 of file G4PolarizedComptonModel.cc
Referenced by G4GoudsmitSaundersonTable::SampleCosTheta(), G4PolarizedComptonModel::SampleSecondaries(), G4KleinNishinaCompton::SampleSecondaries(), G4KleinNishinaModel::SampleSecondaries(), and G4GoudsmitSaundersonTable::SingleScattering().