G4VExtDecayer Class Reference

#include <G4VExtDecayer.hh>


Public Member Functions

 G4VExtDecayer (const G4String &name="")
virtual ~G4VExtDecayer ()
virtual G4DecayProductsImportDecayProducts (const G4Track &aTrack)=0
const G4StringGetName () const

Protected Attributes

G4String decayerName


Detailed Description

Definition at line 46 of file G4VExtDecayer.hh.


Constructor & Destructor Documentation

G4VExtDecayer::G4VExtDecayer ( const G4String name = ""  )  [inline]

Definition at line 79 of file G4VExtDecayer.hh.

00079                                                  :
00080    decayerName(name)
00081 {
00082 }

virtual G4VExtDecayer::~G4VExtDecayer (  )  [inline, virtual]

Definition at line 58 of file G4VExtDecayer.hh.

00058 {}


Member Function Documentation

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().


Field Documentation

G4String G4VExtDecayer::decayerName [protected]

Definition at line 75 of file G4VExtDecayer.hh.

Referenced by GetName().


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:53:42 2013 for Geant4 by  doxygen 1.4.7