Geant4  10.00.p02
G4BOptnCloning Class Reference

#include <G4BOptnCloning.hh>

+ Inheritance diagram for G4BOptnCloning:
+ Collaboration diagram for G4BOptnCloning:

Public Member Functions

 G4BOptnCloning (G4String name)
 
virtual ~G4BOptnCloning ()
 
virtual const
G4VBiasingInteractionLaw
ProvideOccurenceBiasingInteractionLaw (const G4BiasingProcessInterface *)
 
virtual G4VParticleChangeApplyFinalStateBiasing (const G4BiasingProcessInterface *, const G4Track *, const G4Step *)
 
virtual G4double DistanceToApplyOperation (const G4Track *, G4double, G4ForceCondition *condition)
 
virtual G4VParticleChangeGenerateBiasingFinalState (const G4Track *, const G4Step *)
 
void SetCloneWeights (G4double clone1Weight, G4double clone2Weight)
 
- Public Member Functions inherited from G4VBiasingOperation
 G4VBiasingOperation (G4String name)
 
virtual ~G4VBiasingOperation ()
 
virtual G4ForceCondition ProposeForceCondition (const G4ForceCondition wrappedProcessCondition)
 
virtual G4double ProposeAlongStepLimit (const G4BiasingProcessInterface *)
 
virtual G4GPILSelection ProposeGPILSelection (const G4GPILSelection wrappedProcessSelection)
 
virtual void AlongMoveBy (const G4BiasingProcessInterface *, const G4Step *, G4double)
 
virtual G4bool DenyProcessPostStepDoIt (const G4BiasingProcessInterface *, const G4Track *, const G4Step *, G4double &)
 
const G4StringGetName () const
 
std::size_t GetUniqueID () const
 

Private Attributes

G4double fClone1W
 
G4double fClone2W
 
G4ParticleChange fParticleChange
 

Detailed Description

Definition at line 48 of file G4BOptnCloning.hh.

Constructor & Destructor Documentation

G4BOptnCloning::G4BOptnCloning ( G4String  name)

Definition at line 29 of file G4BOptnCloning.cc.

G4BOptnCloning::~G4BOptnCloning ( )
virtual

Definition at line 34 of file G4BOptnCloning.cc.

Member Function Documentation

virtual G4VParticleChange* G4BOptnCloning::ApplyFinalStateBiasing ( const G4BiasingProcessInterface ,
const G4Track ,
const G4Step  
)
inlinevirtual

Implements G4VBiasingOperation.

Definition at line 60 of file G4BOptnCloning.hh.

virtual G4double G4BOptnCloning::DistanceToApplyOperation ( const G4Track ,
G4double  ,
G4ForceCondition condition 
)
inlinevirtual

Implements G4VBiasingOperation.

Definition at line 64 of file G4BOptnCloning.hh.

References NotForced.

G4VParticleChange * G4BOptnCloning::GenerateBiasingFinalState ( const G4Track track,
const G4Step  
)
virtual

Implements G4VBiasingOperation.

Definition at line 37 of file G4BOptnCloning.cc.

References G4ParticleChange::AddSecondary(), fClone1W, fClone2W, fParticleChange, G4ParticleChange::Initialize(), G4VParticleChange::ProposeParentWeight(), G4VParticleChange::SetNumberOfSecondaries(), G4VParticleChange::SetSecondaryWeightByProcess(), and G4Track::SetWeight().

+ Here is the call graph for this function:

virtual const G4VBiasingInteractionLaw* G4BOptnCloning::ProvideOccurenceBiasingInteractionLaw ( const G4BiasingProcessInterface )
inlinevirtual

Implements G4VBiasingOperation.

Definition at line 59 of file G4BOptnCloning.hh.

void G4BOptnCloning::SetCloneWeights ( G4double  clone1Weight,
G4double  clone2Weight 
)
inline

Definition at line 76 of file G4BOptnCloning.hh.

References fClone1W, and fClone2W.

Referenced by G4BOptrForceCollision::ProposeNonPhysicsBiasingOperation().

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4BOptnCloning::fClone1W
private

Definition at line 79 of file G4BOptnCloning.hh.

Referenced by GenerateBiasingFinalState(), and SetCloneWeights().

G4double G4BOptnCloning::fClone2W
private

Definition at line 79 of file G4BOptnCloning.hh.

Referenced by GenerateBiasingFinalState(), and SetCloneWeights().

G4ParticleChange G4BOptnCloning::fParticleChange
private

Definition at line 80 of file G4BOptnCloning.hh.

Referenced by GenerateBiasingFinalState().


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