Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
GammaRayTelParticles Class Reference

#include <GammaRayTelParticles.hh>

Inheritance diagram for GammaRayTelParticles:
G4VPhysicsConstructor

Public Member Functions

 GammaRayTelParticles (const G4String &name="particles")
 
virtual ~GammaRayTelParticles ()
 
virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
- Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
 
virtual ~G4VPhysicsConstructor ()
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int GetInstanceID () const
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VPhysicsConstructor
static const G4VPCManagerGetSubInstanceManager ()
 
- Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
- Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel
 
G4String namePhysics
 
G4int typePhysics
 
G4ParticleTabletheParticleTable
 
G4int g4vpcInstanceID
 
- Static Protected Attributes inherited from G4VPhysicsConstructor
static G4RUN_DLL G4VPCManager subInstanceManager
 

Detailed Description

Definition at line 42 of file GammaRayTelParticles.hh.

Constructor & Destructor Documentation

GammaRayTelParticles::GammaRayTelParticles ( const G4String name = "particles")

Definition at line 47 of file GammaRayTelParticles.cc.

48  : G4VPhysicsConstructor(name)
49 { }
G4VPhysicsConstructor(const G4String &="")
GammaRayTelParticles::~GammaRayTelParticles ( )
virtual

Definition at line 51 of file GammaRayTelParticles.cc.

52 {}

Member Function Documentation

void GammaRayTelParticles::ConstructParticle ( void  )
virtual

Implements G4VPhysicsConstructor.

Definition at line 54 of file GammaRayTelParticles.cc.

References G4Alpha::AlphaDefinition(), G4InuclParticleNames::baryon(), G4BaryonConstructor::ConstructParticle(), G4BosonConstructor::ConstructParticle(), G4LeptonConstructor::ConstructParticle(), G4MesonConstructor::ConstructParticle(), G4ShortLivedConstructor::ConstructParticle(), G4Deuteron::DeuteronDefinition(), G4GenericIon::GenericIonDefinition(), G4He3::He3Definition(), and G4Triton::TritonDefinition().

55 {
56  G4LeptonConstructor lepton;
57  lepton.ConstructParticle();
58 
59  G4BosonConstructor boson;
60  boson.ConstructParticle();
61 
62  G4MesonConstructor meson;
63  meson.ConstructParticle();
64 
66  baryon.ConstructParticle();
67 
68  G4ShortLivedConstructor shortLived;
69  shortLived.ConstructParticle();
70  // ******//
71  // ions //
72  // ******//
78 }
static G4Triton * TritonDefinition()
Definition: G4Triton.cc:90
static G4GenericIon * GenericIonDefinition()
Definition: G4GenericIon.cc:88
static G4He3 * He3Definition()
Definition: G4He3.cc:89
static void ConstructParticle()
static void ConstructParticle()
static void ConstructParticle()
static void ConstructParticle()
static G4Deuteron * DeuteronDefinition()
Definition: G4Deuteron.cc:89
static G4Alpha * AlphaDefinition()
Definition: G4Alpha.cc:84
virtual void GammaRayTelParticles::ConstructProcess ( void  )
inlinevirtual

Implements G4VPhysicsConstructor.

Definition at line 52 of file GammaRayTelParticles.hh.

52 {};

The documentation for this class was generated from the following files: