ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LivermorePolarizedPhotoElectricGDModel Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/lowenergy/include/G4LivermorePolarizedPhotoElectricGDModel.hh>

+ Inheritance diagram for G4LivermorePolarizedPhotoElectricGDModel:
+ Collaboration diagram for G4LivermorePolarizedPhotoElectricGDModel:

Public Member Functions

 G4LivermorePolarizedPhotoElectricGDModel (const G4String &nam="LivermorePolarizedPhotoElectric")
 
virtual ~G4LivermorePolarizedPhotoElectricGDModel ()
 
virtual void Initialise (const G4ParticleDefinition *, const G4DataVector &)
 
virtual G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0, G4double cut=0, G4double emax=DBL_MAX)
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
 
virtual void InitialiseForElement (const G4ParticleDefinition *, G4int Z)
 
void SetLimitNumberOfShells (G4int)
 
- Public Member Functions inherited from G4VEmModel
 G4VEmModel (const G4String &nam)
 
virtual ~G4VEmModel ()
 
virtual void InitialiseLocal (const G4ParticleDefinition *, G4VEmModel *masterModel)
 
virtual void InitialiseForMaterial (const G4ParticleDefinition *, const G4Material *)
 
virtual G4double ComputeDEDXPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
virtual G4double CrossSectionPerVolume (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double GetPartialCrossSection (const G4Material *, G4int level, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double ComputeCrossSectionPerShell (const G4ParticleDefinition *, G4int Z, G4int shellIdx, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
virtual G4double ChargeSquareRatio (const G4Track &)
 
virtual G4double GetChargeSquareRatio (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual G4double GetParticleCharge (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void StartTracking (G4Track *)
 
virtual void CorrectionsAlongStep (const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double &eloss, G4double &niel, G4double length)
 
virtual G4double Value (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)
 
virtual G4double MinPrimaryEnergy (const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
 
virtual G4double MinEnergyCut (const G4ParticleDefinition *, const G4MaterialCutsCouple *)
 
virtual void SetupForMaterial (const G4ParticleDefinition *, const G4Material *, G4double kineticEnergy)
 
virtual void DefineForRegion (const G4Region *)
 
virtual void ModelDescription (std::ostream &outFile) const
 
void InitialiseElementSelectors (const G4ParticleDefinition *, const G4DataVector &)
 
std::vector
< G4EmElementSelector * > * 
GetElementSelectors ()
 
void SetElementSelectors (std::vector< G4EmElementSelector * > *)
 
virtual G4double ComputeDEDX (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=DBL_MAX)
 
G4double CrossSection (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeMeanFreePath (const G4ParticleDefinition *, G4double kineticEnergy, const G4Material *, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4double ComputeCrossSectionPerAtom (const G4ParticleDefinition *, const G4Element *, G4double kinEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectTargetAtom (const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy, G4double logKineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
const G4ElementSelectRandomAtom (const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy=0.0, G4double maxEnergy=DBL_MAX)
 
G4int SelectRandomAtomNumber (const G4Material *)
 
G4int SelectIsotopeNumber (const G4Element *)
 
void SetParticleChange (G4VParticleChange *, G4VEmFluctuationModel *f=nullptr)
 
void SetCrossSectionTable (G4PhysicsTable *, G4bool isLocal)
 
G4ElementDataGetElementData ()
 
G4PhysicsTableGetCrossSectionTable ()
 
G4VEmFluctuationModelGetModelOfFluctuations ()
 
G4VEmAngularDistributionGetAngularDistribution ()
 
G4VEmModelGetTripletModel ()
 
void SetTripletModel (G4VEmModel *)
 
void SetAngularDistribution (G4VEmAngularDistribution *)
 
G4double HighEnergyLimit () const
 
G4double LowEnergyLimit () const
 
G4double HighEnergyActivationLimit () const
 
G4double LowEnergyActivationLimit () const
 
G4double PolarAngleLimit () const
 
G4double SecondaryThreshold () const
 
G4bool LPMFlag () const
 
G4bool DeexcitationFlag () const
 
G4bool ForceBuildTableFlag () const
 
G4bool UseAngularGeneratorFlag () const
 
void SetAngularGeneratorFlag (G4bool)
 
void SetHighEnergyLimit (G4double)
 
void SetLowEnergyLimit (G4double)
 
void SetActivationHighEnergyLimit (G4double)
 
void SetActivationLowEnergyLimit (G4double)
 
G4bool IsActive (G4double kinEnergy) const
 
void SetPolarAngleLimit (G4double)
 
void SetSecondaryThreshold (G4double)
 
void SetLPMFlag (G4bool val)
 
void SetDeexcitationFlag (G4bool val)
 
void SetForceBuildTable (G4bool val)
 
void SetFluctuationFlag (G4bool val)
 
void SetMasterThread (G4bool val)
 
G4bool IsMaster () const
 
void SetUseBaseMaterials (G4bool val)
 
G4bool UseBaseMaterials () const
 
G4double MaxSecondaryKinEnergy (const G4DynamicParticle *dynParticle)
 
const G4StringGetName () const
 
void SetCurrentCouple (const G4MaterialCutsCouple *)
 
const G4ElementGetCurrentElement () const
 
const G4IsotopeGetCurrentIsotope () const
 
G4bool IsLocked () const
 
void SetLocked (G4bool)
 

Protected Attributes

G4ParticleChangeForGammafParticleChange
 
- Protected Attributes inherited from G4VEmModel
G4ElementDatafElementData
 
G4VParticleChangepParticleChange
 
G4PhysicsTablexSectionTable
 
const G4MaterialpBaseMaterial
 
const std::vector< G4double > * theDensityFactor
 
const std::vector< G4int > * theDensityIdx
 
size_t idxTable
 
G4bool lossFlucFlag
 
G4double inveplus
 
G4double pFactor
 

Private Member Functions

void ReadData (G4int Z, const char *path=0)
 
G4LivermorePolarizedPhotoElectricGDModeloperator= (const G4LivermorePolarizedPhotoElectricGDModel &right)
 
 G4LivermorePolarizedPhotoElectricGDModel (const G4LivermorePolarizedPhotoElectricGDModel &)
 
G4ThreeVector GetRandomPolarization (G4ThreeVector &direction0)
 
G4ThreeVector GetPerpendicularPolarization (const G4ThreeVector &direction0, const G4ThreeVector &polarization0) const
 
G4ThreeVector SetPerpendicularVector (G4ThreeVector &a)
 
G4ThreeVector SetNewPolarization (G4double epsilon, G4double sinSqrTheta, G4double phi, G4double cosTheta)
 
G4double SetPhi (G4double, G4double, G4double)
 
G4double SetCosTheta (G4double)
 
void SystemOfRefChange (G4ThreeVector &direction0, G4ThreeVector &direction1, G4ThreeVector &polarization0)
 

Private Attributes

G4ParticleDefinitiontheGamma
 
G4ParticleDefinitiontheElectron
 
G4int verboseLevel
 
G4int maxZ
 
G4int nShellLimit
 
G4bool fDeexcitationActive
 
G4bool isInitialised
 
G4VAtomDeexcitationfAtomDeexcitation
 
G4double fCurrSection
 
std::vector< G4doublefSandiaCof
 

Static Private Attributes

static G4LPhysicsFreeVectorfCrossSection [99] = {nullptr}
 
static G4LPhysicsFreeVectorfCrossSectionLE [99] = {nullptr}
 
static std::vector< G4double > * fParam [99] = {0}
 
static G4int fNShells [99] = {0}
 
static G4int fNShellsUsed [99] = {0}
 
static G4ElementDatafShellCrossSection = nullptr
 
static G4MaterialfWater = nullptr
 
static G4double fWaterEnergyLimit = 0.0
 

Additional Inherited Members

- Protected Member Functions inherited from G4VEmModel
G4ParticleChangeForLossGetParticleChangeForLoss ()
 
G4ParticleChangeForGammaGetParticleChangeForGamma ()
 
virtual G4double MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy)
 
const G4MaterialCutsCoupleCurrentCouple () const
 
void SetCurrentElement (const G4Element *)
 

Detailed Description

Definition at line 42 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 42 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Constructor & Destructor Documentation

G4LivermorePolarizedPhotoElectricGDModel::G4LivermorePolarizedPhotoElectricGDModel ( const G4String nam = "LivermorePolarizedPhotoElectric")

Definition at line 59 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 59 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References G4Electron::Electron(), fCurrSection, fSandiaCof, G4cout, G4endl, G4Gamma::Gamma(), nShellLimit, G4VEmModel::SetDeexcitationFlag(), theElectron, theGamma, and verboseLevel.

+ Here is the call graph for this function:

G4LivermorePolarizedPhotoElectricGDModel::~G4LivermorePolarizedPhotoElectricGDModel ( )
virtual

Definition at line 89 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 89 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References fCrossSection, fCrossSectionLE, fParam, fShellCrossSection, G4VEmModel::IsMaster(), and maxZ.

+ Here is the call graph for this function:

G4LivermorePolarizedPhotoElectricGDModel::G4LivermorePolarizedPhotoElectricGDModel ( const G4LivermorePolarizedPhotoElectricGDModel )
private

Member Function Documentation

G4double G4LivermorePolarizedPhotoElectricGDModel::ComputeCrossSectionPerAtom ( const G4ParticleDefinition ,
G4double  kinEnergy,
G4double  Z,
G4double  A = 0,
G4double  cut = 0,
G4double  emax = DBL_MAX 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 169 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 169 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References barn, fCrossSection, fCrossSectionLE, fNShells, fParam, G4cout, G4endl, G4lrint(), incremental_prev_tag::idx, InitialiseForElement(), keV, maxZ, G4VEmModel::Value(), verboseLevel, x1, x2, x3, x4, and Z.

+ Here is the call graph for this function:

G4ThreeVector G4LivermorePolarizedPhotoElectricGDModel::GetPerpendicularPolarization ( const G4ThreeVector direction0,
const G4ThreeVector polarization0 
) const
private

Definition at line 699 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 699 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References CLHEP::Hep3Vector::dot().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4ThreeVector G4LivermorePolarizedPhotoElectricGDModel::GetRandomPolarization ( G4ThreeVector direction0)
private

Definition at line 673 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 673 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References a0, angle, c, CLHEP::Hep3Vector::cross(), G4UniformRand, ds::rand1, SetPerpendicularVector(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), twopi, CLHEP::Hep3Vector::unit(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LivermorePolarizedPhotoElectricGDModel::InitialiseForElement ( const G4ParticleDefinition ,
G4int  Z 
)
virtual

Reimplemented from G4VEmModel.

Definition at line 744 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 744 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References fCrossSection, ReadData(), and G4TemplateAutoLock< _Mutex_t >::unlock().

Referenced by ComputeCrossSectionPerAtom().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4LivermorePolarizedPhotoElectricGDModel& G4LivermorePolarizedPhotoElectricGDModel::operator= ( const G4LivermorePolarizedPhotoElectricGDModel right)
private
void G4LivermorePolarizedPhotoElectricGDModel::ReadData ( G4int  Z,
const char *  path = 0 
)
private

Definition at line 431 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 431 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References G4ElementData::AddComponent(), barn, FatalException, fCrossSection, fCrossSectionLE, fin, fNShells, fNShellsUsed, fParam, fShellCrossSection, G4cout, G4endl, G4Exception(), G4ElementData::InitialiseForComponent(), INT_MAX, MeV, n1, nShellLimit, G4LPhysicsFreeVector::PutValues(), G4PhysicsVector::Retrieve(), G4PhysicsVector::ScaleVector(), G4PhysicsVector::SetSpline(), v, verboseLevel, x, y, and Z.

Referenced by Initialise(), and InitialiseForElement().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LivermorePolarizedPhotoElectricGDModel::SampleSecondaries ( std::vector< G4DynamicParticle * > *  fvect,
const G4MaterialCutsCouple couple,
const G4DynamicParticle aDynamicGamma,
G4double  tmin,
G4double  maxEnergy 
)
virtual

Implements G4VEmModel.

Definition at line 221 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 221 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References G4InuclSpecialFunctions::bindingEnergy(), G4VAtomDeexcitation::CheckDeexcitationActiveRegion(), e, edep, G4InuclParticleNames::electron, G4Electron::Electron(), fAtomDeexcitation, fCrossSection, fCrossSectionLE, fDeexcitationActive, fNShellsUsed, fParam, fParticleChange, fShellCrossSection, fStopAndKill, fWater, fWaterEnergyLimit, G4cout, G4endl, G4lrint(), G4UniformRand, G4VAtomDeexcitation::GenerateParticles(), G4VAtomDeexcitation::GetAtomicShell(), G4Material::GetBaseMaterial(), G4ElementData::GetComponentID(), G4MaterialCutsCouple::GetIndex(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4DynamicParticle::GetMomentumDirection(), GetPerpendicularPolarization(), G4DynamicParticle::GetPolarization(), GetRandomPolarization(), G4ElementData::GetValueForComponent(), G4Element::GetZ(), CLHEP::Hep3Vector::howOrthogonal(), incremental_prev_tag::idx, CLHEP::Hep3Vector::isOrthogonal(), keV, CLHEP::Hep3Vector::mag(), material(), maxZ, G4InuclParticleNames::nn, phi, G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), G4VEmModel::SelectRandomAtom(), SetCosTheta(), SetPhi(), G4ParticleChangeForGamma::SetProposedKineticEnergy(), SystemOfRefChange(), theGamma, G4VEmModel::Value(), verboseLevel, x1, x2, x3, x4, and Z.

+ Here is the call graph for this function:

G4double G4LivermorePolarizedPhotoElectricGDModel::SetCosTheta ( G4double  energyE)
private

Definition at line 592 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 592 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References G4UniformRand, keV, ds::rand1, and ds::rand2.

Referenced by SampleSecondaries().

+ Here is the caller graph for this function:

void G4LivermorePolarizedPhotoElectricGDModel::SetLimitNumberOfShells ( G4int  n)
inline

Definition at line 123 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 123 of file G4LivermorePolarizedPhotoElectricGDModel.hh

References n, and nShellLimit.

G4ThreeVector G4LivermorePolarizedPhotoElectricGDModel::SetNewPolarization ( G4double  epsilon,
G4double  sinSqrTheta,
G4double  phi,
G4double  cosTheta 
)
private
G4ThreeVector G4LivermorePolarizedPhotoElectricGDModel::SetPerpendicularVector ( G4ThreeVector a)
private

Definition at line 656 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 656 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References dx, dy, dz, CLHEP::Hep3Vector::x(), x, CLHEP::Hep3Vector::y(), y, CLHEP::Hep3Vector::z(), and z.

Referenced by GetRandomPolarization().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4LivermorePolarizedPhotoElectricGDModel::SetPhi ( G4double  Ph_energy,
G4double  E_energy,
G4double  costheta 
)
private

Definition at line 624 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 624 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References d, source.hepunit::electron_mass_c2, epsilon(), G4UniformRand, k, phi, and twopi.

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4LivermorePolarizedPhotoElectricGDModel::SystemOfRefChange ( G4ThreeVector direction0,
G4ThreeVector direction1,
G4ThreeVector polarization0 
)
private

Definition at line 721 of file G4LivermorePolarizedPhotoElectricGDModel.cc.

View newest version in sPHENIX GitHub at line 721 of file G4LivermorePolarizedPhotoElectricGDModel.cc

References CLHEP::Hep3Vector::cross(), CLHEP::Hep3Vector::getX(), CLHEP::Hep3Vector::getY(), CLHEP::Hep3Vector::getZ(), and CLHEP::Hep3Vector::unit().

Referenced by SampleSecondaries().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4VAtomDeexcitation* G4LivermorePolarizedPhotoElectricGDModel::fAtomDeexcitation
private

Definition at line 102 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 102 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by Initialise(), and SampleSecondaries().

G4LPhysicsFreeVector * G4LivermorePolarizedPhotoElectricGDModel::fCrossSection = {nullptr}
staticprivate
G4LPhysicsFreeVector * G4LivermorePolarizedPhotoElectricGDModel::fCrossSectionLE = {nullptr}
staticprivate
G4double G4LivermorePolarizedPhotoElectricGDModel::fCurrSection
private

Definition at line 104 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 104 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by G4LivermorePolarizedPhotoElectricGDModel().

G4bool G4LivermorePolarizedPhotoElectricGDModel::fDeexcitationActive
private

Definition at line 90 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 90 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by Initialise(), and SampleSecondaries().

G4int G4LivermorePolarizedPhotoElectricGDModel::fNShells = {0}
staticprivate

Definition at line 96 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 96 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by ComputeCrossSectionPerAtom(), and ReadData().

G4int G4LivermorePolarizedPhotoElectricGDModel::fNShellsUsed = {0}
staticprivate

Definition at line 97 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 97 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by ReadData(), and SampleSecondaries().

std::vector< G4double > * G4LivermorePolarizedPhotoElectricGDModel::fParam = {0}
staticprivate
G4ParticleChangeForGamma* G4LivermorePolarizedPhotoElectricGDModel::fParticleChange
protected

Definition at line 74 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 74 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by Initialise(), and SampleSecondaries().

std::vector<G4double> G4LivermorePolarizedPhotoElectricGDModel::fSandiaCof
private

Definition at line 105 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 105 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by G4LivermorePolarizedPhotoElectricGDModel().

G4ElementData * G4LivermorePolarizedPhotoElectricGDModel::fShellCrossSection = nullptr
staticprivate
G4Material * G4LivermorePolarizedPhotoElectricGDModel::fWater = nullptr
staticprivate

Definition at line 99 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 99 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by Initialise(), and SampleSecondaries().

G4double G4LivermorePolarizedPhotoElectricGDModel::fWaterEnergyLimit = 0.0
staticprivate

Definition at line 100 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 100 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by Initialise(), and SampleSecondaries().

G4bool G4LivermorePolarizedPhotoElectricGDModel::isInitialised
private

Definition at line 91 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 91 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by Initialise().

G4int G4LivermorePolarizedPhotoElectricGDModel::maxZ
private
G4int G4LivermorePolarizedPhotoElectricGDModel::nShellLimit
private

Definition at line 89 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 89 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by G4LivermorePolarizedPhotoElectricGDModel(), ReadData(), and SetLimitNumberOfShells().

G4ParticleDefinition* G4LivermorePolarizedPhotoElectricGDModel::theElectron
private

Definition at line 84 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 84 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by G4LivermorePolarizedPhotoElectricGDModel().

G4ParticleDefinition* G4LivermorePolarizedPhotoElectricGDModel::theGamma
private

Definition at line 83 of file G4LivermorePolarizedPhotoElectricGDModel.hh.

View newest version in sPHENIX GitHub at line 83 of file G4LivermorePolarizedPhotoElectricGDModel.hh

Referenced by G4LivermorePolarizedPhotoElectricGDModel(), and SampleSecondaries().

G4int G4LivermorePolarizedPhotoElectricGDModel::verboseLevel
private

The documentation for this class was generated from the following files: