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 ()

Detailed Description

Definition at line 37 of file G4NeutronHPFCFissionFS.hh.


Constructor & Destructor Documentation

G4NeutronHPFCFissionFS::G4NeutronHPFCFissionFS (  )  [inline]

Definition at line 41 of file G4NeutronHPFCFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

00041 { hasXsec = false; }

G4NeutronHPFCFissionFS::~G4NeutronHPFCFissionFS (  )  [inline]

Definition at line 42 of file G4NeutronHPFCFissionFS.hh.

00042 {}


Member Function Documentation

G4DynamicParticleVector * G4NeutronHPFCFissionFS::ApplyYourself ( G4int  nNeutrons  ) 

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 38 of file G4NeutronHPFCFissionFS.cc.

References G4NeutronHPFissionBaseFS::ApplyYourself().

Referenced by G4NeutronHPFissionFS::ApplyYourself().

00039   {  
00040     G4DynamicParticleVector * aResult;
00041 //    G4cout <<"G4NeutronHPFCFissionFS::ApplyYourself +"<<G4endl;
00042     aResult = G4NeutronHPFissionBaseFS::ApplyYourself(nNeutrons);    
00043     return aResult;
00044   }

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

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 32 of file G4NeutronHPFCFissionFS.cc.

References G4NeutronHPFissionBaseFS::Init().

Referenced by G4NeutronHPFissionFS::Init().

00033   {
00034     G4String aString = "/FC/";
00035     G4NeutronHPFissionBaseFS::Init(A, Z, M, dirName, aString);
00036   }

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

Implements G4NeutronHPFinalState.

Definition at line 45 of file G4NeutronHPFCFissionFS.hh.

00046   {
00047    G4NeutronHPFCFissionFS * theNew = new G4NeutronHPFCFissionFS;
00048    return theNew;
00049   }


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