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

#include <G4NeutronHPNInelasticFS.hh>

Inheritance diagram for G4NeutronHPNInelasticFS:
G4NeutronHPInelasticCompFS G4NeutronHPFinalState

Public Member Functions

 G4NeutronHPNInelasticFS ()
 
 ~G4NeutronHPNInelasticFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)
 
G4NeutronHPFinalStateNew ()
 
- Public Member Functions inherited from G4NeutronHPInelasticCompFS
 G4NeutronHPInelasticCompFS ()
 
virtual ~G4NeutronHPInelasticCompFS ()
 
void InitGammas (G4double AR, G4double ZR)
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
G4int SelectExitChannel (G4double eKinetic)
 
void CompositeApply (const G4HadProjectile &theTrack, G4ParticleDefinition *aHadron)
 
void InitDistributionInitialState (G4ReactionProduct &aNeutron, G4ReactionProduct &aTarget, G4int it)
 
- 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 G4NeutronHPInelasticCompFS
G4NeutronHPVectortheXsection [51]
 
G4NeutronHPEnergyDistributiontheEnergyDistribution [51]
 
G4NeutronHPAngulartheAngularDistribution [51]
 
G4NeutronHPEnAngCorrelationtheEnergyAngData [51]
 
G4NeutronHPPhotonDisttheFinalStatePhotons [51]
 
G4NeutronHPDeExGammas theGammas
 
G4String gammaPath
 
G4double theCurrentA
 
G4double theCurrentZ
 
std::vector< G4doubleQI
 
std::vector< G4intLR
 
- 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 40 of file G4NeutronHPNInelasticFS.hh.

Constructor & Destructor Documentation

G4NeutronHPNInelasticFS::G4NeutronHPNInelasticFS ( )
inline

Definition at line 44 of file G4NeutronHPNInelasticFS.hh.

Referenced by New().

44 {}
G4NeutronHPNInelasticFS::~G4NeutronHPNInelasticFS ( )
inline

Definition at line 45 of file G4NeutronHPNInelasticFS.hh.

45 {}

Member Function Documentation

G4HadFinalState * G4NeutronHPNInelasticFS::ApplyYourself ( const G4HadProjectile theTrack)
virtual

Implements G4NeutronHPInelasticCompFS.

Definition at line 48 of file G4NeutronHPNInelasticFS.cc.

References G4NeutronHPInelasticCompFS::CompositeApply(), G4Neutron::Neutron(), and G4NeutronHPFinalState::theResult.

49 {
50 
51 // do the final state
53 
54 // return the result
55  return &theResult;
56 }
void CompositeApply(const G4HadProjectile &theTrack, G4ParticleDefinition *aHadron)
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
void G4NeutronHPNInelasticFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
)
virtual

Reimplemented from G4NeutronHPInelasticCompFS.

Definition at line 39 of file G4NeutronHPNInelasticFS.cc.

References G4NeutronHPInelasticCompFS::Init(), and G4NeutronHPInelasticCompFS::InitGammas().

40 {
41  // G4cout << "Getting initialized for: "<<A<<" "<< Z<<G4endl;
42  G4NeutronHPInelasticCompFS::Init(A, Z, M, dirName, aFSType);
43  G4double ResidualA = A;
44  G4double ResidualZ = Z;
45  G4NeutronHPInelasticCompFS::InitGammas(ResidualA, ResidualZ);
46 }
void InitGammas(G4double AR, G4double ZR)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aSFType)
double G4double
Definition: G4Types.hh:76
G4NeutronHPFinalState* G4NeutronHPNInelasticFS::New ( )
inlinevirtual

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