G4NeutronHPTInelasticFS Class Reference

#include <G4NeutronHPTInelasticFS.hh>

Inheritance diagram for G4NeutronHPTInelasticFS:

G4NeutronHPInelasticCompFS G4NeutronHPFinalState

Public Member Functions

 G4NeutronHPTInelasticFS ()
 ~G4NeutronHPTInelasticFS ()
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)
G4NeutronHPFinalStateNew ()

Detailed Description

Definition at line 41 of file G4NeutronHPTInelasticFS.hh.


Constructor & Destructor Documentation

G4NeutronHPTInelasticFS::G4NeutronHPTInelasticFS (  )  [inline]

Definition at line 45 of file G4NeutronHPTInelasticFS.hh.

00045 {}

G4NeutronHPTInelasticFS::~G4NeutronHPTInelasticFS (  )  [inline]

Definition at line 46 of file G4NeutronHPTInelasticFS.hh.

00046 {}


Member Function Documentation

G4HadFinalState * G4NeutronHPTInelasticFS::ApplyYourself ( const G4HadProjectile theTrack  )  [virtual]

Implements G4NeutronHPInelasticCompFS.

Definition at line 41 of file G4NeutronHPTInelasticFS.cc.

References G4NeutronHPInelasticCompFS::CompositeApply(), G4NeutronHPFinalState::theResult, and G4Triton::Triton().

00042 {
00043 
00044 // do the final state
00045     G4NeutronHPInelasticCompFS::CompositeApply(theTrack, G4Triton::Triton());
00046              
00047 // return the result
00048     return &theResult;
00049 }

void G4NeutronHPTInelasticFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
) [virtual]

Reimplemented from G4NeutronHPInelasticCompFS.

Definition at line 33 of file G4NeutronHPTInelasticFS.cc.

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

00034 {
00035    G4NeutronHPInelasticCompFS::Init(A, Z, M, dirName, aFSType);
00036    G4double ResidualA = A-2;
00037    G4double ResidualZ = Z-1;
00038    G4NeutronHPInelasticCompFS::InitGammas(ResidualA, ResidualZ);
00039 }

G4NeutronHPFinalState* G4NeutronHPTInelasticFS::New (  )  [inline, virtual]

Implements G4NeutronHPInelasticCompFS.

Definition at line 49 of file G4NeutronHPTInelasticFS.hh.

00050   {
00051    G4NeutronHPTInelasticFS * theNew = new G4NeutronHPTInelasticFS;
00052    return theNew;
00053   }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:43 2013 for Geant4 by  doxygen 1.4.7