Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4ParticleHPFCFissionFS Class Reference

#include <G4ParticleHPFCFissionFS.hh>

Inheritance diagram for G4ParticleHPFCFissionFS:
Collaboration diagram for G4ParticleHPFCFissionFS:

Public Member Functions

 G4ParticleHPFCFissionFS ()
 
 ~G4ParticleHPFCFissionFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
 
G4DynamicParticleVectorApplyYourself (G4int nNeutrons)
 
G4ParticleHPFinalStateNew ()
 
- Public Member Functions inherited from G4ParticleHPFissionBaseFS
 G4ParticleHPFissionBaseFS ()
 
virtual ~G4ParticleHPFissionBaseFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit, G4ParticleDefinition *)
 
G4DynamicParticleVectorApplyYourself (G4int Prompt)
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4ParticleHPVectorGetXsec ()
 
void SetNeutronRP (const G4ReactionProduct &aNeutron)
 
void SetTarget (const G4ReactionProduct &aTarget)
 
- Public Member Functions inherited from G4ParticleHPFinalState
 G4ParticleHPFinalState ()
 
virtual ~G4ParticleHPFinalState ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4double GetA ()
 
G4int GetM ()
 
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4ParticleHPDataUsed used)
 
void SetProjectile (G4ParticleDefinition *projectile)
 

Additional Inherited Members

- Protected Member Functions inherited from G4ParticleHPFinalState
void adjust_final_state (G4LorentzVector)
 
G4bool DoNotAdjustFinalState ()
 
- Protected Attributes inherited from G4ParticleHPFinalState
G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4ParticleHPNames theNames
 
G4Cache< G4HadFinalState * > theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 
G4ParticleDefinitiontheProjectile
 

Detailed Description

Definition at line 37 of file G4ParticleHPFCFissionFS.hh.

Constructor & Destructor Documentation

G4ParticleHPFCFissionFS::G4ParticleHPFCFissionFS ( )
inline

Definition at line 41 of file G4ParticleHPFCFissionFS.hh.

41 { hasXsec = false; }

Here is the caller graph for this function:

G4ParticleHPFCFissionFS::~G4ParticleHPFCFissionFS ( )
inline

Definition at line 42 of file G4ParticleHPFCFissionFS.hh.

42 {}

Member Function Documentation

G4DynamicParticleVector * G4ParticleHPFCFissionFS::ApplyYourself ( G4int  nNeutrons)

Definition at line 40 of file G4ParticleHPFCFissionFS.cc.

41  {
42  G4DynamicParticleVector * aResult;
43 // G4cout <<"G4ParticleHPFCFissionFS::ApplyYourself +"<<G4endl;
44  aResult = G4ParticleHPFissionBaseFS::ApplyYourself(nNeutrons);
45  return aResult;
46  }
std::vector< G4DynamicParticle * > G4DynamicParticleVector
G4DynamicParticleVector * ApplyYourself(G4int Prompt)

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ParticleHPFCFissionFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType,
G4ParticleDefinition projectile 
)
virtual

Implements G4ParticleHPFinalState.

Definition at line 34 of file G4ParticleHPFCFissionFS.cc.

35  {
36  G4String aString = "/FC/";
37  G4ParticleHPFissionBaseFS::Init(A, Z, M, dirName, aString, projectile );
38  }
double A(double temperature)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit, G4ParticleDefinition *)

Here is the call graph for this function:

Here is the caller graph for this function:

G4ParticleHPFinalState* G4ParticleHPFCFissionFS::New ( )
inlinevirtual

Implements G4ParticleHPFinalState.

Definition at line 45 of file G4ParticleHPFCFissionFS.hh.

Here is the call graph for this function:


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