G4NeutronHPSCFissionFS Class Reference

#include <G4NeutronHPSCFissionFS.hh>

Inheritance diagram for G4NeutronHPSCFissionFS:

G4NeutronHPFissionBaseFS G4NeutronHPFinalState

Public Member Functions

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

Detailed Description

Definition at line 37 of file G4NeutronHPSCFissionFS.hh.


Constructor & Destructor Documentation

G4NeutronHPSCFissionFS::G4NeutronHPSCFissionFS (  )  [inline]

Definition at line 41 of file G4NeutronHPSCFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

00041 { hasXsec = false; }

G4NeutronHPSCFissionFS::~G4NeutronHPSCFissionFS (  )  [inline]

Definition at line 42 of file G4NeutronHPSCFissionFS.hh.

00042 {}


Member Function Documentation

G4DynamicParticleVector * G4NeutronHPSCFissionFS::ApplyYourself ( G4int  NNeutrons  ) 

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 37 of file G4NeutronHPSCFissionFS.cc.

References G4NeutronHPFissionBaseFS::ApplyYourself().

Referenced by G4NeutronHPFissionFS::ApplyYourself().

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

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

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 31 of file G4NeutronHPSCFissionFS.cc.

References G4NeutronHPFissionBaseFS::Init().

Referenced by G4NeutronHPFissionFS::Init().

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

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

Implements G4NeutronHPFinalState.

Definition at line 45 of file G4NeutronHPSCFissionFS.hh.

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


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