CGEM BOSS
6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
BesBosonConstructor.cc
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Descpirtion: Rewrite G4BesBosonConstructor.hh, remove optical photon
5
//Author: Liuhm
6
//Created: 2003/5/19
7
//Modified:
8
//Comment:
9
//---------------------------------------------------------------------------//
10
//
11
#include "
BesBosonConstructor.hh
"
12
13
#include "G4ParticleDefinition.hh"
14
#include "G4ParticleTable.hh"
15
// Bosons
16
#include "G4ChargedGeantino.hh"
17
#include "G4Geantino.hh"
18
#include "G4Gamma.hh"
19
20
BesBosonConstructor::BesBosonConstructor
()
21
{
22
}
23
24
BesBosonConstructor::~BesBosonConstructor
()
25
{
26
}
27
28
29
void
BesBosonConstructor::ConstructParticle
()
30
{
31
// pseudo-particles
32
G4Geantino::GeantinoDefinition();
33
G4ChargedGeantino::ChargedGeantinoDefinition();
34
35
// gamma
36
G4Gamma::GammaDefinition();
37
}
38
39
40
41
42
43
44
45
46
47
BesBosonConstructor.hh
BesBosonConstructor::~BesBosonConstructor
~BesBosonConstructor()
Definition
BesBosonConstructor.cc:24
BesBosonConstructor::ConstructParticle
void ConstructParticle()
Definition
BesBosonConstructor.cc:29
BesBosonConstructor::BesBosonConstructor
BesBosonConstructor()
Definition
BesBosonConstructor.cc:20
6.6.5.i
Simulation
BOOST
PhySim
PhySim-00-00-10
src
BesBosonConstructor.cc
Generated by
1.12.0