Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4NeutronHPFCFissionFS Class Reference

#include <G4NeutronHPFCFissionFS.hh>

Inheritance diagram for G4NeutronHPFCFissionFS:
G4NeutronHPFissionBaseFS G4NeutronHPFinalState

Public Member Functions

 G4NeutronHPFCFissionFS ()
 
 ~G4NeutronHPFCFissionFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4DynamicParticleVectorApplyYourself (G4int nNeutrons)
 
G4NeutronHPFinalStateNew ()
 
- Public Member Functions inherited from G4NeutronHPFissionBaseFS
 G4NeutronHPFissionBaseFS ()
 
virtual ~G4NeutronHPFissionBaseFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)
 
G4DynamicParticleVectorApplyYourself (G4int Prompt)
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
void SetNeutron (const G4ReactionProduct &aNeutron)
 
void SetTarget (const G4ReactionProduct &aTarget)
 
- Public Member Functions inherited from G4NeutronHPFinalState
 G4NeutronHPFinalState ()
 
virtual ~G4NeutronHPFinalState ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType)
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Additional Inherited Members

- Protected Member Functions inherited from G4NeutronHPFinalState
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used)
 
void adjust_final_state (G4LorentzVector)
 
G4bool DoNotAdjustFinalState ()
 
- Protected Attributes inherited from G4NeutronHPFinalState
G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4NeutronHPNames theNames
 
G4HadFinalState theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 

Detailed Description

Definition at line 36 of file G4NeutronHPFCFissionFS.hh.

Constructor & Destructor Documentation

G4NeutronHPFCFissionFS::G4NeutronHPFCFissionFS ( )
inline

Definition at line 40 of file G4NeutronHPFCFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

Referenced by New().

40 { hasXsec = false; }
G4NeutronHPFCFissionFS::~G4NeutronHPFCFissionFS ( )
inline

Definition at line 41 of file G4NeutronHPFCFissionFS.hh.

41 {}

Member Function Documentation

G4DynamicParticleVector * G4NeutronHPFCFissionFS::ApplyYourself ( G4int  nNeutrons)

Definition at line 38 of file G4NeutronHPFCFissionFS.cc.

References G4NeutronHPFissionBaseFS::ApplyYourself().

Referenced by G4NeutronHPFissionFS::ApplyYourself().

39  {
40  G4DynamicParticleVector * aResult;
41 // G4cout <<"G4NeutronHPFCFissionFS::ApplyYourself +"<<G4endl;
42  aResult = G4NeutronHPFissionBaseFS::ApplyYourself(nNeutrons);
43  return aResult;
44  }
G4DynamicParticleVector * ApplyYourself(G4int Prompt)
std::vector< G4DynamicParticle * > G4DynamicParticleVector
void G4NeutronHPFCFissionFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
)
virtual

Implements G4NeutronHPFinalState.

Definition at line 32 of file G4NeutronHPFCFissionFS.cc.

References G4NeutronHPFissionBaseFS::Init().

Referenced by G4NeutronHPFissionFS::Init().

33  {
34  G4String aString = "/FC/";
35  G4NeutronHPFissionBaseFS::Init(A, Z, M, dirName, aString);
36  }
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)
G4NeutronHPFinalState* G4NeutronHPFCFissionFS::New ( )
inlinevirtual

Implements G4NeutronHPFinalState.

Definition at line 44 of file G4NeutronHPFCFissionFS.hh.

References G4NeutronHPFCFissionFS().


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