G4BosonConstructor Class Reference

#include <G4BosonConstructor.hh>


Public Member Functions

 G4BosonConstructor ()
 ~G4BosonConstructor ()

Static Public Member Functions

static void ConstructParticle ()


Detailed Description

Definition at line 39 of file G4BosonConstructor.hh.


Constructor & Destructor Documentation

G4BosonConstructor::G4BosonConstructor (  ) 

Definition at line 44 of file G4BosonConstructor.cc.

00045 {
00046 }

G4BosonConstructor::~G4BosonConstructor (  ) 

Definition at line 48 of file G4BosonConstructor.cc.

00049 {
00050 }


Member Function Documentation

void G4BosonConstructor::ConstructParticle (  )  [static]

Definition at line 53 of file G4BosonConstructor.cc.

References G4ChargedGeantino::ChargedGeantinoDefinition(), G4Gamma::GammaDefinition(), G4Geantino::GeantinoDefinition(), and G4OpticalPhoton::OpticalPhotonDefinition().

Referenced by G4DecayPhysics::ConstructParticle().

00054 {
00055   // pseudo-particles
00056   G4Geantino::GeantinoDefinition();
00057   G4ChargedGeantino::ChargedGeantinoDefinition();
00058 
00059   // gamma
00060   G4Gamma::GammaDefinition();
00061 
00062   // optical photon
00063   G4OpticalPhoton::OpticalPhotonDefinition();
00064 }


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