BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtLundCharm.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang, Pang Cai-Ying@IHEP
10//
11// Module: EvtLundCharm.cc
12// the necessary file: jetset74.F,lund_crm1_evtgen.F
13// fist.inc,gen.inc mix.inc stdhep.inc
14// Description: Modified Lund model at tau-charm energy level, see
15// PHYSICAL REVIEW D, VOLUME 62, 034003
16// Modification history:
17//
18// Ping R.-G. Octo., 2007 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EVTLUNDCHARM_HH
23#define EVTLUNDCHARM_HH
24
26
27class EvtParticle;
28
30
31#include <iosfwd>
32
34
35public:
37 virtual ~EvtLundCharm();
38
39 void getName( std::string& name );
41 void decay( EvtParticle* p );
42
43 std::string commandName();
44 void command( std::string cmd );
45
46 void init();
47
48 void initProbMax();
49 int getTotalEvt() { return nevt; }
50 static void LundcrmInit( int f );
51
52private:
53 void store( EvtDecayBase* jsdecay );
54 void fixPolarizations( EvtParticle* p );
55
56 static int nlundcharmdecays;
57 static EvtDecayBasePtr* lundcharmdecays;
58 static int ntable;
59
60 static int ncommand;
61 static int lcommand;
62 static std::string* commands;
63 static int nevt;
64};
65
66#endif
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
Int_t nevt[10]
EvtDecayBase * EvtDecayBasePtr
std::string commandName()
static void LundcrmInit(int f)
void getName(std::string &name)
EvtDecayBase * clone()
void command(std::string cmd)
void decay(EvtParticle *p)
virtual ~EvtLundCharm()