#include <G4NeutronHPTCFissionFS.hh>
Inheritance diagram for G4NeutronHPTCFissionFS:
Public Member Functions | |
G4NeutronHPTCFissionFS () | |
~G4NeutronHPTCFissionFS () | |
void | Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType) |
G4DynamicParticleVector * | ApplyYourself (G4int NNeutrons) |
G4NeutronHPFinalState * | New () |
Definition at line 37 of file G4NeutronHPTCFissionFS.hh.
G4NeutronHPTCFissionFS::G4NeutronHPTCFissionFS | ( | ) | [inline] |
Definition at line 41 of file G4NeutronHPTCFissionFS.hh.
References G4NeutronHPFinalState::hasXsec.
00041 { hasXsec = false; }
G4NeutronHPTCFissionFS::~G4NeutronHPTCFissionFS | ( | ) | [inline] |
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 }