Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
G4QCaptureAtRest Class Reference

#include <G4QCaptureAtRest.hh>

Inheritance diagram for G4QCaptureAtRest:
Inheritance graph
[legend]
Collaboration diagram for G4QCaptureAtRest:
Collaboration graph
[legend]

Public Member Functions

 G4QCaptureAtRest (const G4String &processName="CHIPSNuclearCaptureAtRest")
 
virtual ~G4QCaptureAtRest ()
 
virtual G4bool IsApplicable (const G4ParticleDefinition &particle)
 
G4VParticleChangeAtRestDoIt (const G4Track &aTrack, const G4Step &aStep)
 
G4LorentzVector GetEnegryMomentumConservation ()
 
G4int GetNumberOfNeutronsInTarget ()
 
- Public Member Functions inherited from G4VRestProcess
 G4VRestProcess (const G4String &, G4ProcessType aType=fNotDefined)
 
 G4VRestProcess (G4VRestProcess &)
 
virtual ~G4VRestProcess ()
 
virtual G4double AtRestGetPhysicalInteractionLength (const G4Track &track, G4ForceCondition *condition)
 
virtual G4double AlongStepGetPhysicalInteractionLength (const G4Track &, G4double, G4double, G4double &, G4GPILSelection *)
 
virtual G4double PostStepGetPhysicalInteractionLength (const G4Track &, G4double, G4ForceCondition *)
 
virtual G4VParticleChangePostStepDoIt (const G4Track &, const G4Step &)
 
virtual G4VParticleChangeAlongStepDoIt (const G4Track &, const G4Step &)
 
- Public Member Functions inherited from G4VProcess
 G4VProcess (const G4String &aName="NoName", G4ProcessType aType=fNotDefined)
 
 G4VProcess (const G4VProcess &right)
 
virtual ~G4VProcess ()
 
G4int operator== (const G4VProcess &right) const
 
G4int 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 void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void PreparePhysicsTable (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
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Static Public Member Functions

static void SetManual ()
 
static void SetStandard ()
 
static void SetParameters (G4double temper=180., G4double ssin2g=.1, G4double etaetap=.3, G4double fN=0., G4double fD=0., G4double cP=1., G4double mR=1., G4int npCHIPSWorld=234, G4double solAn=.5, G4bool efFlag=false, G4double piTh=141.4, G4double mpi2=20000., G4double dinum=1880.)
 

Protected Member Functions

G4double GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *)
 
G4double RandomizeDecayElectron (G4int Z)
 

Additional Inherited Members

- 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 105 of file G4QCaptureAtRest.hh.

Constructor & Destructor Documentation

G4QCaptureAtRest::G4QCaptureAtRest ( const G4String processName = "CHIPSNuclearCaptureAtRest")

Definition at line 54 of file G4QCaptureAtRest.cc.

Here is the call graph for this function:

G4QCaptureAtRest::~G4QCaptureAtRest ( )
virtual

Definition at line 117 of file G4QCaptureAtRest.cc.

Member Function Documentation

G4VParticleChange * G4QCaptureAtRest::AtRestDoIt ( const G4Track aTrack,
const G4Step aStep 
)
virtual

Reimplemented from G4VRestProcess.

Definition at line 149 of file G4QCaptureAtRest.cc.

G4LorentzVector G4QCaptureAtRest::GetEnegryMomentumConservation ( )

Definition at line 120 of file G4QCaptureAtRest.cc.

G4double G4QCaptureAtRest::GetMeanLifeTime ( const G4Track aTrack,
G4ForceCondition  
)
protectedvirtual

Implements G4VRestProcess.

Definition at line 905 of file G4QCaptureAtRest.cc.

Here is the call graph for this function:

G4int G4QCaptureAtRest::GetNumberOfNeutronsInTarget ( )

Definition at line 125 of file G4QCaptureAtRest.cc.

G4bool G4QCaptureAtRest::IsApplicable ( const G4ParticleDefinition particle)
virtual

Reimplemented from G4VProcess.

Definition at line 130 of file G4QCaptureAtRest.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4QCaptureAtRest::RandomizeDecayElectron ( G4int  Z)
protected

Definition at line 1031 of file G4QCaptureAtRest.cc.

Here is the caller graph for this function:

void G4QCaptureAtRest::SetManual ( )
static

Definition at line 87 of file G4QCaptureAtRest.cc.

void G4QCaptureAtRest::SetParameters ( G4double  temper = 180.,
G4double  ssin2g = .1,
G4double  etaetap = .3,
G4double  fN = 0.,
G4double  fD = 0.,
G4double  cP = 1.,
G4double  mR = 1.,
G4int  npCHIPSWorld = 234,
G4double  solAn = .5,
G4bool  efFlag = false,
G4double  piTh = 141.4,
G4double  mpi2 = 20000.,
G4double  dinum = 1880. 
)
static

Definition at line 91 of file G4QCaptureAtRest.cc.

Here is the call graph for this function:

void G4QCaptureAtRest::SetStandard ( )
static

Definition at line 88 of file G4QCaptureAtRest.cc.


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