28#ifndef G4CoherentPairProductionPhysics_h
29#define G4CoherentPairProductionPhysics_h 1
40 "Coherent Pair Production Physics");
55 {fNameChannelingModel=nameChannelingModel;}
59 {fNameRegion=nameG4Region;}
73 {fChargeParticleAngleFactor = chargeParticleAngleFactor;}
77 {fNTrajectorySteps = nTrajectorySteps;}
82 G4bool fIncoherentScattering =
false;
85 G4String fNameChannelingModel =
"ChannelingModel";
90 G4double fLowEnergyLimit = 1*CLHEP::GeV;
91 G4double fHighAngleLimit = 50*CLHEP::mrad;
94 G4double fPPKineticEnergyCut = 1*CLHEP::MeV;
97 G4int fNMCPairs = 150;
99 G4double fChargeParticleAngleFactor = 4;
103 G4int fNTrajectorySteps=250;
G4CoherentPairProductionPhysics(const G4String &name="Coherent Pair Production Physics")
void SetLowEnergyLimit(G4double energy)
void SetNameG4Region(const G4String &nameG4Region)
set name of G4Region to where the G4ChannelingFastSimModel is active
void SetSamplingPairsNumber(G4int nPairs)
void SetChargeParticleAngleFactor(G4double chargeParticleAngleFactor)
void SetPPKineticEnergyCut(G4double kineticEnergyCut)
void SetHighAngleLimit(G4double angle)
void ConstructParticle() override
~G4CoherentPairProductionPhysics()=default
void SetNameChannelingModel(const G4String &nameChannelingModel)
set functions
void ConstructProcess() override
void ActivateIncoherentScattering()
void SetNTrajectorySteps(G4int nTrajectorySteps)
set number of trajectory steps of a single particle (e- or e+)
G4VPhysicsConstructor(const G4String &="")