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

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

+ Inheritance diagram for G4AdjointForcedInteractionForGamma:
+ Collaboration diagram for G4AdjointForcedInteractionForGamma:

Public Member Functions

 G4AdjointForcedInteractionForGamma (G4String process_name)
 
virtual ~G4AdjointForcedInteractionForGamma ()
 
void PreparePhysicsTable (const G4ParticleDefinition &)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &track, const G4Step &step)
 
void RegisterAdjointComptonModel (G4VEmAdjointModel *aAdjointComptonModel)
 
void RegisterAdjointBremModel (G4VEmAdjointModel *aAdjointBremModel)
 
- Public Member Functions inherited from G4VContinuousDiscreteProcess
 G4VContinuousDiscreteProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VContinuousDiscreteProcess (G4VContinuousDiscreteProcess &)
 
virtual ~G4VContinuousDiscreteProcess ()
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety, G4GPILSelection *selection)
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &, G4ForceCondition *)
 
virtual G4VParticleChangeAtRestDoIt (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 GetMeanFreePath (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
 
virtual G4double GetContinuousStepLimit (const G4Track &aTrack, G4double previousStepSize, G4double currentMinimumStep, G4double &currentSafety)
 
- Protected Member Functions inherited from G4VContinuousDiscreteProcess
void SetGPILSelection (G4GPILSelection selection)
 
G4GPILSelection GetGPILSelection () const
 
- Protected Member Functions inherited from G4VProcess
void SubtractNumberOfInteractionLengthLeft (G4double previousStepSize)
 
void ClearNumberOfInteractionLengthLeft ()
 

Private Attributes

G4VEmAdjointModeltheAdjointComptonModel
 
G4VEmAdjointModeltheAdjointBremModel
 
G4ParticleChangefParticleChange
 
G4AdjointCSManagertheAdjointCSManager
 
G4double lastAdjCS
 
G4double lastFwdCS
 
G4int trackid
 
G4int nstep
 
G4bool is_free_flight_gamma
 
G4bool copy_gamma_for_forced_interaction
 
G4int last_free_flight_trackid
 
G4double acc_track_length
 
G4double total_acc_nb_adj_interaction_length
 
G4double total_acc_nb_fwd_interaction_length
 
G4double acc_nb_adj_interaction_length
 
G4double acc_nb_fwd_interaction_length
 
G4bool continue_gamma_as_new_free_flight
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VProcess
static const G4StringGetProcessTypeName (G4ProcessType)
 
- Protected Attributes inherited from G4VProcess
const G4ProcessManageraProcessManager
 
G4VParticleChangepParticleChange
 
G4ParticleChange aParticleChange
 
G4double theNumberOfInteractionLengthLeft
 
G4double currentInteractionLength
 
G4double theInitialNumberOfInteractionLength
 
G4String theProcessName
 
G4String thePhysicsTableFileName
 
G4ProcessType theProcessType
 
G4int theProcessSubType
 
G4double thePILfactor
 
G4bool enableAtRestDoIt
 
G4bool enableAlongStepDoIt
 
G4bool enablePostStepDoIt
 
G4int verboseLevel
 

Detailed Description

Definition at line 72 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 72 of file G4AdjointForcedInteractionForGamma.hh

Constructor & Destructor Documentation

G4AdjointForcedInteractionForGamma::G4AdjointForcedInteractionForGamma ( G4String  process_name)
G4AdjointForcedInteractionForGamma::~G4AdjointForcedInteractionForGamma ( )
virtual

Definition at line 64 of file G4AdjointForcedInteractionForGamma.cc.

View newest version in sPHENIX GitHub at line 64 of file G4AdjointForcedInteractionForGamma.cc

References fParticleChange.

Member Function Documentation

void G4AdjointForcedInteractionForGamma::BuildPhysicsTable ( const G4ParticleDefinition )
virtual

Reimplemented from G4VProcess.

Definition at line 74 of file G4AdjointForcedInteractionForGamma.cc.

View newest version in sPHENIX GitHub at line 74 of file G4AdjointForcedInteractionForGamma.cc

References G4AdjointCSManager::BuildCrossSectionMatrices(), G4AdjointCSManager::BuildTotalSigmaTables(), and theAdjointCSManager.

+ Here is the call graph for this function:

G4double G4AdjointForcedInteractionForGamma::GetContinuousStepLimit ( const G4Track aTrack,
G4double  previousStepSize,
G4double  currentMinimumStep,
G4double currentSafety 
)
protectedvirtual

Implements G4VContinuousDiscreteProcess.

Definition at line 272 of file G4AdjointForcedInteractionForGamma.cc.

View newest version in sPHENIX GitHub at line 272 of file G4AdjointForcedInteractionForGamma.cc

References DBL_MAX.

G4double G4AdjointForcedInteractionForGamma::GetMeanFreePath ( const G4Track track,
G4double  previousStepSize,
G4ForceCondition condition 
)
protectedvirtual

Implements G4VContinuousDiscreteProcess.

Definition at line 280 of file G4AdjointForcedInteractionForGamma.cc.

View newest version in sPHENIX GitHub at line 280 of file G4AdjointForcedInteractionForGamma.cc

void G4AdjointForcedInteractionForGamma::PreparePhysicsTable ( const G4ParticleDefinition )
virtual

Reimplemented from G4VProcess.

Definition at line 69 of file G4AdjointForcedInteractionForGamma.cc.

View newest version in sPHENIX GitHub at line 69 of file G4AdjointForcedInteractionForGamma.cc

void G4AdjointForcedInteractionForGamma::RegisterAdjointBremModel ( G4VEmAdjointModel aAdjointBremModel)
inline

Definition at line 91 of file G4AdjointForcedInteractionForGamma.hh.

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

References theAdjointBremModel.

Referenced by G4AdjointPhysicsList::ConstructEM().

+ Here is the caller graph for this function:

void G4AdjointForcedInteractionForGamma::RegisterAdjointComptonModel ( G4VEmAdjointModel aAdjointComptonModel)
inline

Definition at line 90 of file G4AdjointForcedInteractionForGamma.hh.

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

References theAdjointComptonModel.

Member Data Documentation

G4double G4AdjointForcedInteractionForGamma::acc_nb_adj_interaction_length
private
G4double G4AdjointForcedInteractionForGamma::acc_nb_fwd_interaction_length
private
G4double G4AdjointForcedInteractionForGamma::acc_track_length
private
G4bool G4AdjointForcedInteractionForGamma::continue_gamma_as_new_free_flight
private
G4bool G4AdjointForcedInteractionForGamma::copy_gamma_for_forced_interaction
private
G4ParticleChange* G4AdjointForcedInteractionForGamma::fParticleChange
private
G4bool G4AdjointForcedInteractionForGamma::is_free_flight_gamma
private
G4int G4AdjointForcedInteractionForGamma::last_free_flight_trackid
private

Definition at line 118 of file G4AdjointForcedInteractionForGamma.hh.

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

Referenced by G4AdjointForcedInteractionForGamma(), and PostStepGetPhysicalInteractionLength().

G4double G4AdjointForcedInteractionForGamma::lastAdjCS
private

Definition at line 112 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 112 of file G4AdjointForcedInteractionForGamma.hh

Referenced by AlongStepDoIt(), G4AdjointForcedInteractionForGamma(), and PostStepDoIt().

G4double G4AdjointForcedInteractionForGamma::lastFwdCS
private

Definition at line 112 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 112 of file G4AdjointForcedInteractionForGamma.hh

Referenced by AlongStepDoIt().

G4int G4AdjointForcedInteractionForGamma::nstep
private

Definition at line 115 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 115 of file G4AdjointForcedInteractionForGamma.hh

Referenced by G4AdjointForcedInteractionForGamma().

G4VEmAdjointModel* G4AdjointForcedInteractionForGamma::theAdjointBremModel
private

Definition at line 106 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 106 of file G4AdjointForcedInteractionForGamma.hh

Referenced by G4AdjointForcedInteractionForGamma(), PostStepDoIt(), and RegisterAdjointBremModel().

G4VEmAdjointModel* G4AdjointForcedInteractionForGamma::theAdjointComptonModel
private

Definition at line 105 of file G4AdjointForcedInteractionForGamma.hh.

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

Referenced by G4AdjointForcedInteractionForGamma(), PostStepDoIt(), and RegisterAdjointComptonModel().

G4AdjointCSManager* G4AdjointForcedInteractionForGamma::theAdjointCSManager
private

Definition at line 109 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 109 of file G4AdjointForcedInteractionForGamma.hh

Referenced by BuildPhysicsTable(), and G4AdjointForcedInteractionForGamma().

G4double G4AdjointForcedInteractionForGamma::total_acc_nb_adj_interaction_length
private
G4double G4AdjointForcedInteractionForGamma::total_acc_nb_fwd_interaction_length
private
G4int G4AdjointForcedInteractionForGamma::trackid
private

Definition at line 114 of file G4AdjointForcedInteractionForGamma.hh.

View newest version in sPHENIX GitHub at line 114 of file G4AdjointForcedInteractionForGamma.hh

Referenced by G4AdjointForcedInteractionForGamma().


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