G4NeutronHPTCFissionFS Class Reference

#include <G4NeutronHPTCFissionFS.hh>

Inheritance diagram for G4NeutronHPTCFissionFS:

G4NeutronHPFissionBaseFS G4NeutronHPFinalState

Public Member Functions

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

Detailed Description

Definition at line 37 of file G4NeutronHPTCFissionFS.hh.


Constructor & Destructor Documentation

G4NeutronHPTCFissionFS::G4NeutronHPTCFissionFS (  )  [inline]

Definition at line 41 of file G4NeutronHPTCFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

00041 { hasXsec = false; }

G4NeutronHPTCFissionFS::~G4NeutronHPTCFissionFS (  )  [inline]

Definition at line 42 of file G4NeutronHPTCFissionFS.hh.

00042 {}


Member Function Documentation

G4DynamicParticleVector * G4NeutronHPTCFissionFS::ApplyYourself ( G4int  NNeutrons  ) 

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 37 of file G4NeutronHPTCFissionFS.cc.

References G4NeutronHPFissionBaseFS::ApplyYourself().

Referenced by G4NeutronHPFissionFS::ApplyYourself().

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

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

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 31 of file G4NeutronHPTCFissionFS.cc.

References G4NeutronHPFissionBaseFS::Init().

Referenced by G4NeutronHPFissionFS::Init().

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

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

Implements G4NeutronHPFinalState.

Definition at line 45 of file G4NeutronHPTCFissionFS.hh.

00046   {
00047    G4NeutronHPTCFissionFS * theNew = new G4NeutronHPTCFissionFS;
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