G4LeptonConstructor Class Reference

#include <G4LeptonConstructor.hh>


Public Member Functions

 G4LeptonConstructor ()
 ~G4LeptonConstructor ()

Static Public Member Functions

static void ConstructParticle ()

Static Protected Member Functions

static void ConstructELeptons ()
static void ConstructMuLeptons ()
static void ConstructTauLeptons ()


Detailed Description

Definition at line 39 of file G4LeptonConstructor.hh.


Constructor & Destructor Documentation

G4LeptonConstructor::G4LeptonConstructor (  ) 

Definition at line 51 of file G4LeptonConstructor.cc.

00052 {
00053 }

G4LeptonConstructor::~G4LeptonConstructor (  ) 

Definition at line 55 of file G4LeptonConstructor.cc.

00056 {
00057 }


Member Function Documentation

void G4LeptonConstructor::ConstructELeptons (  )  [static, protected]

Definition at line 67 of file G4LeptonConstructor.cc.

References G4AntiNeutrinoE::AntiNeutrinoEDefinition(), G4Electron::ElectronDefinition(), G4NeutrinoE::NeutrinoEDefinition(), and G4Positron::PositronDefinition().

Referenced by ConstructParticle().

void G4LeptonConstructor::ConstructMuLeptons (  )  [static, protected]

Definition at line 75 of file G4LeptonConstructor.cc.

References G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(), G4MuonMinus::MuonMinusDefinition(), G4MuonPlus::MuonPlusDefinition(), and G4NeutrinoMu::NeutrinoMuDefinition().

Referenced by ConstructParticle().

void G4LeptonConstructor::ConstructParticle (  )  [static]

Definition at line 60 of file G4LeptonConstructor.cc.

References ConstructELeptons(), ConstructMuLeptons(), and ConstructTauLeptons().

Referenced by G4StoppingPhysics::ConstructParticle(), G4QStoppingPhysics::ConstructParticle(), G4QEmExtraPhysics::ConstructParticle(), G4QCaptureAtRestPhysics::ConstructParticle(), G4LHEPStoppingPhysics::ConstructParticle(), and G4DecayPhysics::ConstructParticle().

00061 {
00062   ConstructELeptons();
00063   ConstructMuLeptons();
00064   ConstructTauLeptons();
00065 }

void G4LeptonConstructor::ConstructTauLeptons (  )  [static, protected]

Definition at line 83 of file G4LeptonConstructor.cc.

References G4AntiNeutrinoTau::AntiNeutrinoTauDefinition(), G4NeutrinoTau::NeutrinoTauDefinition(), G4TauMinus::TauMinusDefinition(), and G4TauPlus::TauPlusDefinition().

Referenced by ConstructParticle().


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