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