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
21
23
25 // pseudo-particles
26 G4Geantino::GeantinoDefinition();
27 G4ChargedGeantino::ChargedGeantinoDefinition();
28
29 // gamma
30 G4Gamma::GammaDefinition();
31}