G4RadioactiveDecayPhysics Class Reference

#include <G4RadioactiveDecayPhysics.hh>

Inheritance diagram for G4RadioactiveDecayPhysics:

G4VPhysicsConstructor

Public Member Functions

 G4RadioactiveDecayPhysics (G4int verbose=1)
 G4RadioactiveDecayPhysics (const G4String &name)
virtual ~G4RadioactiveDecayPhysics ()
virtual void ConstructParticle ()
virtual void ConstructProcess ()

Detailed Description

Definition at line 38 of file G4RadioactiveDecayPhysics.hh.


Constructor & Destructor Documentation

G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics ( G4int  verbose = 1  ) 

Definition at line 44 of file G4RadioactiveDecayPhysics.cc.

00045   :  G4VPhysicsConstructor("G4RadioactiveDecay"), theRadioactiveDecay(0)
00046 {}

G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics ( const G4String name  ) 

Definition at line 48 of file G4RadioactiveDecayPhysics.cc.

00049   :  G4VPhysicsConstructor(name), theRadioactiveDecay(0)
00050 {}

G4RadioactiveDecayPhysics::~G4RadioactiveDecayPhysics (  )  [virtual]

Definition at line 54 of file G4RadioactiveDecayPhysics.cc.

00055 {
00056   delete theRadioactiveDecay;
00057 }


Member Function Documentation

void G4RadioactiveDecayPhysics::ConstructParticle (  )  [virtual]

Implements G4VPhysicsConstructor.

Definition at line 61 of file G4RadioactiveDecayPhysics.cc.

References G4GenericIon::GenericIon().

00062 {
00063   G4GenericIon::GenericIon();
00064 }

void G4RadioactiveDecayPhysics::ConstructProcess (  )  [virtual]

Implements G4VPhysicsConstructor.

Definition at line 68 of file G4RadioactiveDecayPhysics.cc.

References G4GenericIon::GenericIon(), G4PhysicsListHelper::GetPhysicsListHelper(), and G4VPhysicsConstructor::RegisterProcess().


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