#include <G4VExtDecayer.hh>
Public Member Functions | |
G4VExtDecayer (const G4String &name="") | |
virtual | ~G4VExtDecayer () |
virtual G4DecayProducts * | ImportDecayProducts (const G4Track &aTrack)=0 |
const G4String & | GetName () const |
Protected Attributes | |
G4String | decayerName |
Definition at line 46 of file G4VExtDecayer.hh.
G4VExtDecayer::G4VExtDecayer | ( | const G4String & | name = "" |
) | [inline] |
virtual G4VExtDecayer::~G4VExtDecayer | ( | ) | [inline, virtual] |
const G4String & G4VExtDecayer::GetName | ( | ) | const [inline] |
Definition at line 85 of file G4VExtDecayer.hh.
References decayerName.
00086 { 00087 return decayerName; 00088 }
virtual G4DecayProducts* G4VExtDecayer::ImportDecayProducts | ( | const G4Track & | aTrack | ) | [pure virtual] |
Referenced by G4Decay::DecayIt().
G4String G4VExtDecayer::decayerName [protected] |