BOSS
8.0.0
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 "PhySim/BesBosonConstructor.hh"
12
13
#include "G4ParticleDefinition.hh"
14
#include "G4ParticleTable.hh"
15
// Bosons
16
#include "G4ChargedGeantino.hh"
17
#include "G4Gamma.hh"
18
#include "G4Geantino.hh"
19
20
BesBosonConstructor::BesBosonConstructor
() {}
21
22
BesBosonConstructor::~BesBosonConstructor
() {}
23
24
void
BesBosonConstructor::ConstructParticle
() {
25
// pseudo-particles
26
G4Geantino::GeantinoDefinition();
27
G4ChargedGeantino::ChargedGeantinoDefinition();
28
29
// gamma
30
G4Gamma::GammaDefinition();
31
}
BesBosonConstructor::~BesBosonConstructor
~BesBosonConstructor()
Definition
BesBosonConstructor.cc:22
BesBosonConstructor::ConstructParticle
void ConstructParticle()
Definition
BesBosonConstructor.cc:24
BesBosonConstructor::BesBosonConstructor
BesBosonConstructor()
Definition
BesBosonConstructor.cc:20
8.0.0
BOSS_Source
Simulation
BOOST
PhySim
src
BesBosonConstructor.cc
Generated by
1.16.1