G4NeutronHPPInelasticFS Class Reference

#include <G4NeutronHPPInelasticFS.hh>

Inheritance diagram for G4NeutronHPPInelasticFS:

G4NeutronHPInelasticCompFS G4NeutronHPFinalState

Public Member Functions

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


Constructor & Destructor Documentation

G4NeutronHPPInelasticFS::G4NeutronHPPInelasticFS (  )  [inline]

Definition at line 45 of file G4NeutronHPPInelasticFS.hh.

00045 {}

G4NeutronHPPInelasticFS::~G4NeutronHPPInelasticFS (  )  [inline]

Definition at line 46 of file G4NeutronHPPInelasticFS.hh.

00046 {}


Member Function Documentation

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

Implements G4NeutronHPInelasticCompFS.

Definition at line 42 of file G4NeutronHPPInelasticFS.cc.

References G4NeutronHPInelasticCompFS::CompositeApply(), G4Proton::Proton(), and G4NeutronHPFinalState::theResult.

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

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

Reimplemented from G4NeutronHPInelasticCompFS.

Definition at line 34 of file G4NeutronHPPInelasticFS.cc.

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

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

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

Implements G4NeutronHPInelasticCompFS.

Definition at line 49 of file G4NeutronHPPInelasticFS.hh.

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


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