BesMesonConstructor Class Reference

#include <BesMesonConstructor.hh>

List of all members.

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 (  ) 

Definition at line 38 of file BesMesonConstructor.cc.

00039 {
00040 }

BesMesonConstructor::~BesMesonConstructor (  ) 

Definition at line 42 of file BesMesonConstructor.cc.

00043 {
00044 }


Member Function Documentation

void BesMesonConstructor::ConstructCharmMesons (  )  [protected]

Definition at line 68 of file BesMesonConstructor.cc.

Referenced by ConstructParticle().

00069 {
00070   G4DMesonPlus::DMesonPlusDefinition();
00071   G4DMesonMinus::DMesonMinusDefinition();
00072   G4DMesonZero::DMesonZeroDefinition();
00073   G4AntiDMesonZero::AntiDMesonZeroDefinition();
00074   G4DsMesonPlus::DsMesonPlusDefinition();
00075   G4DsMesonMinus::DsMesonMinusDefinition();
00076   G4JPsi::JPsiDefinition();
00077 }

void BesMesonConstructor::ConstructLightMesons (  )  [protected]

Definition at line 54 of file BesMesonConstructor.cc.

Referenced by ConstructParticle().

00055 {
00056   G4PionPlus::PionPlusDefinition();
00057   G4PionMinus::PionMinusDefinition();
00058   G4PionZero::PionZeroDefinition();
00059   G4Eta::EtaDefinition();
00060   G4EtaPrime::EtaPrimeDefinition();
00061   G4KaonPlus::KaonPlusDefinition();
00062   G4KaonMinus::KaonMinusDefinition();
00063   G4KaonZero::KaonZeroDefinition();
00064   G4AntiKaonZero::AntiKaonZeroDefinition();
00065   G4KaonZeroLong::KaonZeroLongDefinition();
00066   G4KaonZeroShort::KaonZeroShortDefinition();
00067 }

void BesMesonConstructor::ConstructParticle (  ) 

Definition at line 47 of file BesMesonConstructor.cc.

References ConstructCharmMesons(), and ConstructLightMesons().

00048 {
00049   ConstructLightMesons();
00050   ConstructCharmMesons();
00051 //  ConstructBottomMesons();
00052 }


Generated on Tue Nov 29 23:17:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7