Geant4  10.02.p03
G4LeptonConstructor Class Reference

#include <G4LeptonConstructor.hh>

Collaboration diagram for G4LeptonConstructor:

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::G4LeptonConstructor ( )

Definition at line 51 of file G4LeptonConstructor.cc.

52 {
53 }

◆ ~G4LeptonConstructor()

G4LeptonConstructor::~G4LeptonConstructor ( )

Definition at line 55 of file G4LeptonConstructor.cc.

56 {
57 }

Member Function Documentation

◆ ConstructELeptons()

void G4LeptonConstructor::ConstructELeptons ( )
staticprotected

Definition at line 67 of file G4LeptonConstructor.cc.

68 {
73 }
static G4Electron * ElectronDefinition()
Definition: G4Electron.cc:89
static G4NeutrinoE * NeutrinoEDefinition()
Definition: G4NeutrinoE.cc:80
static G4Positron * PositronDefinition()
Definition: G4Positron.cc:89
static G4AntiNeutrinoE * AntiNeutrinoEDefinition()
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ConstructMuLeptons()

void G4LeptonConstructor::ConstructMuLeptons ( )
staticprotected

Definition at line 75 of file G4LeptonConstructor.cc.

76 {
81 }
static G4MuonPlus * MuonPlusDefinition()
Definition: G4MuonPlus.cc:94
static G4AntiNeutrinoMu * AntiNeutrinoMuDefinition()
static G4MuonMinus * MuonMinusDefinition()
Definition: G4MuonMinus.cc:95
static G4NeutrinoMu * NeutrinoMuDefinition()
Definition: G4NeutrinoMu.cc:80
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ConstructParticle()

void G4LeptonConstructor::ConstructParticle ( void  )
static

Definition at line 60 of file G4LeptonConstructor.cc.

61 {
65 }
static void ConstructTauLeptons()
static void ConstructMuLeptons()
static void ConstructELeptons()
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ConstructTauLeptons()

void G4LeptonConstructor::ConstructTauLeptons ( )
staticprotected

Definition at line 83 of file G4LeptonConstructor.cc.

84 {
89 }
static G4NeutrinoTau * NeutrinoTauDefinition()
static G4AntiNeutrinoTau * AntiNeutrinoTauDefinition()
static G4TauPlus * TauPlusDefinition()
Definition: G4TauPlus.cc:129
static G4TauMinus * TauMinusDefinition()
Definition: G4TauMinus.cc:130
Here is the call graph for this function:
Here is the caller graph for this function:

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