BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
BesMesonConstructor Class Reference

#include <BesMesonConstructor.hh>

Public Member Functions

 BesMesonConstructor ()
 
 ~BesMesonConstructor ()
 
void ConstructParticle ()
 

Protected Member Functions

void ConstructLightMesons ()
 
void ConstructCharmMesons ()
 

Detailed Description

Definition at line 17 of file BesMesonConstructor.hh.

Constructor & Destructor Documentation

◆ BesMesonConstructor()

BesMesonConstructor::BesMesonConstructor ( )

Definition at line 38 of file BesMesonConstructor.cc.

39{
40}

◆ ~BesMesonConstructor()

BesMesonConstructor::~BesMesonConstructor ( )

Definition at line 42 of file BesMesonConstructor.cc.

43{
44}

Member Function Documentation

◆ ConstructCharmMesons()

void BesMesonConstructor::ConstructCharmMesons ( )
protected

Definition at line 68 of file BesMesonConstructor.cc.

69{
70 G4DMesonPlus::DMesonPlusDefinition();
71 G4DMesonMinus::DMesonMinusDefinition();
72 G4DMesonZero::DMesonZeroDefinition();
73 G4AntiDMesonZero::AntiDMesonZeroDefinition();
74 G4DsMesonPlus::DsMesonPlusDefinition();
75 G4DsMesonMinus::DsMesonMinusDefinition();
76 G4JPsi::JPsiDefinition();
77}

Referenced by ConstructParticle().

◆ ConstructLightMesons()

void BesMesonConstructor::ConstructLightMesons ( )
protected

Definition at line 54 of file BesMesonConstructor.cc.

55{
56 G4PionPlus::PionPlusDefinition();
57 G4PionMinus::PionMinusDefinition();
58 G4PionZero::PionZeroDefinition();
59 G4Eta::EtaDefinition();
60 G4EtaPrime::EtaPrimeDefinition();
61 G4KaonPlus::KaonPlusDefinition();
62 G4KaonMinus::KaonMinusDefinition();
63 G4KaonZero::KaonZeroDefinition();
64 G4AntiKaonZero::AntiKaonZeroDefinition();
65 G4KaonZeroLong::KaonZeroLongDefinition();
66 G4KaonZeroShort::KaonZeroShortDefinition();
67}

Referenced by ConstructParticle().

◆ ConstructParticle()

void BesMesonConstructor::ConstructParticle ( )

Definition at line 47 of file BesMesonConstructor.cc.

48{
51// ConstructBottomMesons();
52}

The documentation for this class was generated from the following files: