BOSS
7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.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: EvtPhokhara.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 EVTPHOKHARA4PI_HH
23
#define EVTPHOKHARA4PI_HH
24
25
#include "EvtGenBase/EvtDecayIncoherent.hh"
26
27
class
EvtParticle
;
28
29
typedef
EvtDecayBase
*
EvtDecayBasePtr
;
30
31
#include <iosfwd>
32
33
class
EvtPhokhara_4pi
:
public
EvtDecayIncoherent
{
34
35
public
:
36
37
EvtPhokhara_4pi
();
38
virtual
~EvtPhokhara_4pi
();
39
40
void
getName
(std::string& name);
41
EvtDecayBase
*
clone
();
42
void
decay
(
EvtParticle
*p);
43
44
std::string
commandName
();
45
void
command
(std::string cmd);
46
47
void
init
();
48
void
init_mode
(
EvtParticle
* p);
49
void
init_evt
(
EvtParticle
* p);
50
51
void
initProbMax
();
52
int
getTotalEvt
(){
return
nevt;}
53
void
PhokharaInit
(
int
dummy);
54
void
ExclusiveDecay
(
EvtParticle
* p);
55
void
init_pars
();
56
private
:
57
58
void
store(
EvtDecayBase
* jsdecay);
59
60
61
static
int
nphokharadecays;
62
static
EvtDecayBasePtr
* phokharadecays;
63
static
int
ntable;
64
65
static
int
ncommand;
66
static
int
lcommand;
67
static
std::string* commands;
68
static
int
nevt;
69
static
int
nevtgen;
70
// jobOption params
71
72
int
m_nm;
// # of events to determine the maximum
73
int
m_nlo;
// Born(0), NLO(1)
74
double
m_w;
// soft photon cutoff
75
int
m_pion;
// mu+mu-(0),pi+pi-(1),2pi0pi+pi-(2),2pi+2pi-(3),ppbar(4),nnbar(5),
76
// K+K-(6),K0K0bar(7),pi+pi-pi0(8), Lamb Lambbar->pi-pi+ppbar(9)
77
int
m_fsr;
// ISR only(0), ISR+FSR(1), ISR+INT+FSR(2)
78
int
m_fsrnlo;
// yes(1), no(0)
79
int
m_ivac;
// no(0), yes - Jegerlehner(1), yes - Teubner(2)
80
int
m_tagged;
// tagged photons(0), untagged photons(1)
81
int
m_NarrowRes;
// none(0), JPsi (1), Psip(2)
82
int
m_FF_Kaon;
// KaonFormFactor: constrained (0), unconstrained (1), Kuhn-Khodjamirian-Bruch (2)
83
int
m_FF_Pion;
// KS Pionformfactor(0), GS Pionformfactor old(1), GS Pionformfactor new(2)
84
int
m_f0_model;
// f0+f0(600): KK model(0), no structure(1), no f0+f0(600)(2), f0 KLOE(3)
85
double
m_E;
// CMS-energy
86
double
m_q2min;
// minimal hadrons(muons)-gamma-inv mass squared
87
double
m_q2_min_c;
// minimal inv. mass squared of the hadrons(muons)
88
double
m_q2_max_c;
// maximal inv. mass squared of the hadrons(muons)
89
double
m_gmin;
// minimal photon energy/missing energy
90
double
m_phot1cut;
// minimal photon angle/missing momentum angle
91
double
m_phot2cut;
// maximal photon angle/missing momentum angle
92
double
m_pi1cut;
// minimal hadrons(muons) angle
93
double
m_pi2cut;
// maximal hadrons(muons) angle
94
bool
m_sloppy;
95
96
double
qqmin,qqmax;
97
double
cos1min,cos1max,cos2min,cos2max,cos3min,cos3max;
98
double
dsigm1,dsigm2,sigma1,sigma2,sigma,dsigm,Ar[14],Ar_r[14];
99
100
int
ievent;
101
long
int
m_initSeed;
102
double
theMmax0, theMmax1;
103
};
104
105
#endif
106
107
108
109
EvtDecayBasePtr
EvtDecayBase * EvtDecayBasePtr
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.hh:29
EvtDecayBase
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtDecayIncoherent.hh:28
EvtParticle
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtParticle.hh:42
EvtPhokhara_4pi
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.hh:33
EvtPhokhara_4pi::~EvtPhokhara_4pi
virtual ~EvtPhokhara_4pi()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:68
EvtPhokhara_4pi::PhokharaInit
void PhokharaInit(int dummy)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:424
EvtPhokhara_4pi::clone
EvtDecayBase * clone()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:101
EvtPhokhara_4pi::init_pars
void init_pars()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:447
EvtPhokhara_4pi::init
void init()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:126
EvtPhokhara_4pi::getName
void getName(std::string &name)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:95
EvtPhokhara_4pi::commandName
std::string commandName()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:153
EvtPhokhara_4pi::init_evt
void init_evt(EvtParticle *p)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:437
EvtPhokhara_4pi::command
void command(std::string cmd)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:159
EvtPhokhara_4pi::initProbMax
void initProbMax()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:108
EvtPhokhara_4pi::init_mode
void init_mode(EvtParticle *p)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:115
EvtPhokhara_4pi::getTotalEvt
int getTotalEvt()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.hh:52
EvtPhokhara_4pi::EvtPhokhara_4pi
EvtPhokhara_4pi()
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:67
EvtPhokhara_4pi::decay
void decay(EvtParticle *p)
Definition:
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtPhokhara_4pi.cc:187
EvtPhokhara_4pi::ExclusiveDecay
void ExclusiveDecay(EvtParticle *p)
source
Generator
BesEvtGen
bak-BesEvtGen-00-04-08
src
EvtGen
EvtGenModels
EvtPhokhara_4pi.hh
Generated by
1.9.6