BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesMesonConstructor.cc
Go to the documentation of this file.
1//---------------------------------------------------------------------------//
2// BOOST --- BESIII Object_Oriented Simulation Tool //
3//---------------------------------------------------------------------------//
4// Descpirtion: Re-write G4MesonConstructor.hh for BES, remeove Bottom mesons
5// Author: Liuhm
6// Created: 2003/05/19
7// Modified:
8// Comment:
9//---------------------------------------------------------------------------//
10//
11#include "PhySim/BesMesonConstructor.hh"
12
13#include "G4ParticleDefinition.hh"
14#include "G4ParticleTable.hh"
15// Mesons
16#include "G4Eta.hh"
17#include "G4EtaPrime.hh"
18#include "G4PionMinus.hh"
19#include "G4PionPlus.hh"
20#include "G4PionZero.hh"
21
22#include "G4AntiKaonZero.hh"
23#include "G4KaonMinus.hh"
24#include "G4KaonPlus.hh"
25#include "G4KaonZero.hh"
26#include "G4KaonZeroLong.hh"
27#include "G4KaonZeroShort.hh"
28
29#include "G4AntiDMesonZero.hh"
30#include "G4DMesonMinus.hh"
31#include "G4DMesonPlus.hh"
32#include "G4DMesonZero.hh"
33#include "G4DsMesonMinus.hh"
34#include "G4DsMesonPlus.hh"
35#include "G4JPsi.hh"
36
38
40
44 // ConstructBottomMesons();
45}
46
48 G4PionPlus::PionPlusDefinition();
49 G4PionMinus::PionMinusDefinition();
50 G4PionZero::PionZeroDefinition();
51 G4Eta::EtaDefinition();
52 G4EtaPrime::EtaPrimeDefinition();
53 G4KaonPlus::KaonPlusDefinition();
54 G4KaonMinus::KaonMinusDefinition();
55 G4KaonZero::KaonZeroDefinition();
56 G4AntiKaonZero::AntiKaonZeroDefinition();
57 G4KaonZeroLong::KaonZeroLongDefinition();
58 G4KaonZeroShort::KaonZeroShortDefinition();
59}
61 G4DMesonPlus::DMesonPlusDefinition();
62 G4DMesonMinus::DMesonMinusDefinition();
63 G4DMesonZero::DMesonZeroDefinition();
64 G4AntiDMesonZero::AntiDMesonZeroDefinition();
65 G4DsMesonPlus::DsMesonPlusDefinition();
66 G4DsMesonMinus::DsMesonMinusDefinition();
67 G4JPsi::JPsiDefinition();
68}