G4NeutronHPDInelasticFS Class Reference

#include <G4NeutronHPDInelasticFS.hh>

Inheritance diagram for G4NeutronHPDInelasticFS:

G4NeutronHPInelasticCompFS G4NeutronHPFinalState

Public Member Functions

 G4NeutronHPDInelasticFS ()
 ~G4NeutronHPDInelasticFS ()
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 G4NeutronHPDInelasticFS.hh.


Constructor & Destructor Documentation

G4NeutronHPDInelasticFS::G4NeutronHPDInelasticFS (  )  [inline]

Definition at line 45 of file G4NeutronHPDInelasticFS.hh.

00045 {}

G4NeutronHPDInelasticFS::~G4NeutronHPDInelasticFS (  )  [inline]

Definition at line 46 of file G4NeutronHPDInelasticFS.hh.

00046 {}


Member Function Documentation

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

Implements G4NeutronHPInelasticCompFS.

Definition at line 42 of file G4NeutronHPDInelasticFS.cc.

References G4NeutronHPInelasticCompFS::CompositeApply(), G4Deuteron::Deuteron(), and G4NeutronHPFinalState::theResult.

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

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

Reimplemented from G4NeutronHPInelasticCompFS.

Definition at line 34 of file G4NeutronHPDInelasticFS.cc.

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

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

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

Implements G4NeutronHPInelasticCompFS.

Definition at line 49 of file G4NeutronHPDInelasticFS.hh.

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


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