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

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/adjoint/include/G4AdjointAlongStepWeightCorrection.hh>

+ Inheritance diagram for G4AdjointAlongStepWeightCorrection:
+ Collaboration diagram for G4AdjointAlongStepWeightCorrection:

Public Member Functions

 G4AdjointAlongStepWeightCorrection (const G4String &name="ContinuousWeightCorrection", G4ProcessType type=fElectromagnetic)
 
virtual ~G4AdjointAlongStepWeightCorrection ()
 
void PreparePhysicsTable (const G4ParticleDefinition &)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VContinuousProcess
 G4VContinuousProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VContinuousProcess (G4VContinuousProcess &)
 
virtual ~G4VContinuousProcess ()
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &, G4double, G4ForceCondition *)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (const G4Track &, const G4Step &)
 
virtual G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4bool operator== (const G4VProcess &right) const
 
G4bool operator!= (const G4VProcess &right) const
 
G4double GetCurrentInteractionLength () const
 
void SetPILfactor (G4double value)
 
G4double GetPILfactor () const
 
G4double AlongStepGPIL (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection)
 
G4double AtRestGPIL (const G4Track &track, G4ForceCondition *condition)
 
G4double PostStepGPIL (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4bool IsApplicable (const G4ParticleDefinition &)
 
virtual G4bool StorePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
virtual G4bool RetrievePhysicsTable (const G4ParticleDefinition *, const G4String &, G4bool)
 
const G4StringGetPhysicsTableFileName (const G4ParticleDefinition *, const G4String &directory, const G4String &tableName, G4bool ascii=false)
 
const G4StringGetProcessName () const
 
G4ProcessType GetProcessType () const
 
void SetProcessType (G4ProcessType)
 
G4int GetProcessSubType () const
 
void SetProcessSubType (G4int)
 
virtual void StartTracking (G4Track *)
 
virtual void EndTracking ()
 
virtual void SetProcessManager (const G4ProcessManager *)
 
virtual const G4ProcessManagerGetProcessManager ()
 
virtual void ResetNumberOfInteractionLengthLeft ()
 
G4double GetNumberOfInteractionLengthLeft () const
 
G4double GetTotalNumberOfInteractionLengthTraversed () const
 
G4bool isAtRestDoItIsEnabled () const
 
G4bool isAlongStepDoItIsEnabled () const
 
G4bool isPostStepDoItIsEnabled () const
 
virtual void DumpInfo () const
 
virtual void ProcessDescription (std::ostream &outfile) const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
virtual void SetMasterProcess (G4VProcess *masterP)
 
const G4VProcessGetMasterProcess () const
 
virtual void BuildWorkerPhysicsTable (const G4ParticleDefinition &part)
 
virtual void PrepareWorkerPhysicsTable (const G4ParticleDefinition &)
 

Protected Member Functions

virtual G4double GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)
 
- Protected Member Functions inherited from G4VContinuousProcess
void SetGPILSelection (G4GPILSelection selection)
 
G4GPILSelection GetGPILSelection () const
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Protected Attributes

G4ParticleChangefParticleChange
 

Private Member Functions

void DefineMaterial (const G4MaterialCutsCouple *couple)
 
 G4AdjointAlongStepWeightCorrection (G4AdjointAlongStepWeightCorrection &)
 
G4AdjointAlongStepWeightCorrectionoperator= (const G4AdjointAlongStepWeightCorrection &right)
 

Private Attributes

const G4MaterialcurrentMaterial
 
const G4MaterialCutsCouplecurrentCouple
 
size_t currentMaterialIndex
 
G4double preStepKinEnergy
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 

Detailed Description

Definition at line 69 of file G4AdjointAlongStepWeightCorrection.hh.

View newest version in sPHENIX GitHub at line 69 of file G4AdjointAlongStepWeightCorrection.hh

Constructor & Destructor Documentation

G4AdjointAlongStepWeightCorrection::G4AdjointAlongStepWeightCorrection ( const G4String name = "ContinuousWeightCorrection",
G4ProcessType  type = fElectromagnetic 
)

Definition at line 36 of file G4AdjointAlongStepWeightCorrection.cc.

View newest version in sPHENIX GitHub at line 36 of file G4AdjointAlongStepWeightCorrection.cc

References currentCouple, currentMaterialIndex, fParticleChange, and preStepKinEnergy.

G4AdjointAlongStepWeightCorrection::~G4AdjointAlongStepWeightCorrection ( )
virtual

Definition at line 47 of file G4AdjointAlongStepWeightCorrection.cc.

View newest version in sPHENIX GitHub at line 47 of file G4AdjointAlongStepWeightCorrection.cc

References fParticleChange.

G4AdjointAlongStepWeightCorrection::G4AdjointAlongStepWeightCorrection ( G4AdjointAlongStepWeightCorrection )
private

Member Function Documentation

void G4AdjointAlongStepWeightCorrection::BuildPhysicsTable ( const G4ParticleDefinition )
virtual

Reimplemented from G4VProcess.

Definition at line 60 of file G4AdjointAlongStepWeightCorrection.cc.

View newest version in sPHENIX GitHub at line 60 of file G4AdjointAlongStepWeightCorrection.cc

void G4AdjointAlongStepWeightCorrection::DefineMaterial ( const G4MaterialCutsCouple couple)
inlineprivate

Definition at line 123 of file G4AdjointAlongStepWeightCorrection.hh.

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

References currentCouple, currentMaterial, currentMaterialIndex, G4MaterialCutsCouple::GetIndex(), and G4MaterialCutsCouple::GetMaterial().

Referenced by GetContinuousStepLimit().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4AdjointAlongStepWeightCorrection::GetContinuousStepLimit ( const G4Track track,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety 
)
protectedvirtual

Implements G4VContinuousProcess.

Definition at line 119 of file G4AdjointAlongStepWeightCorrection.cc.

View newest version in sPHENIX GitHub at line 119 of file G4AdjointAlongStepWeightCorrection.cc

References DBL_MAX, DefineMaterial(), G4Track::GetKineticEnergy(), G4Track::GetMaterialCutsCouple(), preStepKinEnergy, and x.

+ Here is the call graph for this function:

G4AdjointAlongStepWeightCorrection& G4AdjointAlongStepWeightCorrection::operator= ( const G4AdjointAlongStepWeightCorrection right)
private
void G4AdjointAlongStepWeightCorrection::PreparePhysicsTable ( const G4ParticleDefinition )
virtual

Reimplemented from G4VProcess.

Definition at line 52 of file G4AdjointAlongStepWeightCorrection.cc.

View newest version in sPHENIX GitHub at line 52 of file G4AdjointAlongStepWeightCorrection.cc

Member Data Documentation

const G4MaterialCutsCouple* G4AdjointAlongStepWeightCorrection::currentCouple
private

Definition at line 117 of file G4AdjointAlongStepWeightCorrection.hh.

View newest version in sPHENIX GitHub at line 117 of file G4AdjointAlongStepWeightCorrection.hh

Referenced by AlongStepDoIt(), DefineMaterial(), and G4AdjointAlongStepWeightCorrection().

const G4Material* G4AdjointAlongStepWeightCorrection::currentMaterial
private

Definition at line 116 of file G4AdjointAlongStepWeightCorrection.hh.

View newest version in sPHENIX GitHub at line 116 of file G4AdjointAlongStepWeightCorrection.hh

Referenced by DefineMaterial().

size_t G4AdjointAlongStepWeightCorrection::currentMaterialIndex
private

Definition at line 118 of file G4AdjointAlongStepWeightCorrection.hh.

View newest version in sPHENIX GitHub at line 118 of file G4AdjointAlongStepWeightCorrection.hh

Referenced by DefineMaterial(), and G4AdjointAlongStepWeightCorrection().

G4ParticleChange* G4AdjointAlongStepWeightCorrection::fParticleChange
protected
G4double G4AdjointAlongStepWeightCorrection::preStepKinEnergy
private

Definition at line 119 of file G4AdjointAlongStepWeightCorrection.hh.

View newest version in sPHENIX GitHub at line 119 of file G4AdjointAlongStepWeightCorrection.hh

Referenced by AlongStepDoIt(), G4AdjointAlongStepWeightCorrection(), and GetContinuousStepLimit().


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