#include <G4BOptnCloning.hh>
|  | 
|  | G4BOptnCloning (G4String name) | 
|  | 
| virtual | ~G4BOptnCloning () | 
|  | 
| virtual const G4VBiasingInteractionLaw * | ProvideOccurenceBiasingInteractionLaw (const G4BiasingProcessInterface *, G4ForceCondition &) | 
|  | 
| virtual G4VParticleChange * | ApplyFinalStateBiasing (const G4BiasingProcessInterface *, const G4Track *, const G4Step *, G4bool &) | 
|  | 
| virtual G4double | DistanceToApplyOperation (const G4Track *, G4double, G4ForceCondition *condition) | 
|  | 
| virtual G4VParticleChange * | GenerateBiasingFinalState (const G4Track *, const G4Step *) | 
|  | 
| void | SetCloneWeights (G4double clone1Weight, G4double clone2Weight) | 
|  | 
| G4Track * | GetCloneTrack () const | 
|  | 
|  | G4VBiasingOperation (G4String name) | 
|  | 
| virtual | ~G4VBiasingOperation () | 
|  | 
| virtual G4double | ProposeAlongStepLimit (const G4BiasingProcessInterface *) | 
|  | 
| virtual G4GPILSelection | ProposeGPILSelection (const G4GPILSelection wrappedProcessSelection) | 
|  | 
| virtual void | AlongMoveBy (const G4BiasingProcessInterface *, const G4Step *, G4double) | 
|  | 
| const G4String & | GetName () const | 
|  | 
| std::size_t | GetUniqueID () const | 
|  | 
Definition at line 48 of file G4BOptnCloning.hh.
 
◆ G4BOptnCloning()
      
        
          | G4BOptnCloning::G4BOptnCloning | ( | G4String | name | ) |  | 
      
 
Definition at line 29 of file G4BOptnCloning.cc.
G4ParticleChange fParticleChange
G4VBiasingOperation(G4String name)
 
 
 
◆ ~G4BOptnCloning()
  
  | 
        
          | G4BOptnCloning::~G4BOptnCloning | ( |  | ) |  |  | virtual | 
 
 
◆ ApplyFinalStateBiasing()
◆ DistanceToApplyOperation()
  
  | 
        
          | virtual G4double G4BOptnCloning::DistanceToApplyOperation | ( | const G4Track * | , |  
          |  |  | G4double | , |  
          |  |  | G4ForceCondition * | condition |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ GenerateBiasingFinalState()
  
  | 
        
          | G4VParticleChange * G4BOptnCloning::GenerateBiasingFinalState | ( | const G4Track * | track, |  
          |  |  | const G4Step * |  |  
          |  | ) |  |  |  | virtual | 
 
 
◆ GetCloneTrack()
  
  | 
        
          | G4Track* G4BOptnCloning::GetCloneTrack | ( |  | ) | const |  | inline | 
 
 
◆ ProvideOccurenceBiasingInteractionLaw()
◆ SetCloneWeights()
  
  | 
        
          | void G4BOptnCloning::SetCloneWeights | ( | G4double | clone1Weight, |  
          |  |  | G4double | clone2Weight |  
          |  | ) |  |  |  | inline | 
 
 
◆ fClone1W
◆ fClone2W
◆ fCloneTrack
  
  | 
        
          | G4Track* G4BOptnCloning::fCloneTrack |  | private | 
 
 
◆ fParticleChange
  
  | 
        
          | G4ParticleChange G4BOptnCloning::fParticleChange |  | private | 
 
 
The documentation for this class was generated from the following files: