#include <BesMuonPhysics.hh>
Definition at line 17 of file BesMuonPhysics.hh.
◆ BesMuonPhysics()
BesMuonPhysics::BesMuonPhysics |
( |
const G4String & | name = "muon" | ) |
|
◆ ~BesMuonPhysics()
BesMuonPhysics::~BesMuonPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
void BesMuonPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 30 of file BesMuonPhysics.cc.
31{
32
33 G4MuonPlus::MuonPlusDefinition();
34 G4MuonMinus::MuonMinusDefinition();
35 G4NeutrinoMu::NeutrinoMuDefinition();
36 G4AntiNeutrinoMu::AntiNeutrinoMuDefinition();
37
38
39 G4TauMinus::TauMinusDefinition();
40 G4TauPlus::TauPlusDefinition();
41 G4NeutrinoTau::NeutrinoTauDefinition();
42 G4AntiNeutrinoTau::AntiNeutrinoTauDefinition();
43
44}
◆ ConstructProcess()
void BesMuonPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 49 of file BesMuonPhysics.cc.
50{
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83}
The documentation for this class was generated from the following files: