G4NeutronHPLCFissionFS Class Reference

#include <G4NeutronHPLCFissionFS.hh>

Inheritance diagram for G4NeutronHPLCFissionFS:

G4NeutronHPFissionBaseFS G4NeutronHPFinalState

Public Member Functions

 G4NeutronHPLCFissionFS ()
 ~G4NeutronHPLCFissionFS ()
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
G4DynamicParticleVectorApplyYourself (G4int NNeutrons)
G4NeutronHPFinalStateNew ()

Detailed Description

Definition at line 37 of file G4NeutronHPLCFissionFS.hh.


Constructor & Destructor Documentation

G4NeutronHPLCFissionFS::G4NeutronHPLCFissionFS (  )  [inline]

Definition at line 41 of file G4NeutronHPLCFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

00041 { hasXsec = false; }

G4NeutronHPLCFissionFS::~G4NeutronHPLCFissionFS (  )  [inline]

Definition at line 42 of file G4NeutronHPLCFissionFS.hh.

00042 {}


Member Function Documentation

G4DynamicParticleVector * G4NeutronHPLCFissionFS::ApplyYourself ( G4int  NNeutrons  ) 

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 38 of file G4NeutronHPLCFissionFS.cc.

References G4NeutronHPFissionBaseFS::ApplyYourself().

Referenced by G4NeutronHPFissionFS::ApplyYourself().

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

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

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 32 of file G4NeutronHPLCFissionFS.cc.

References G4NeutronHPFissionBaseFS::Init().

Referenced by G4NeutronHPFissionFS::Init().

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

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

Implements G4NeutronHPFinalState.

Definition at line 45 of file G4NeutronHPLCFissionFS.hh.

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


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