BOSS
6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSLBKPole.cc
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of the EvtGen package developed jointly
5
// for the BaBar and CLEO collaborations. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/COPYRIGHT
9
// Copyright (C) 1998 Caltech, UCSB
10
//
11
// Module: EvtSLBKPole.cc
12
//
13
// Description: Routine to implement semileptonic decays according
14
// to light cone sum rules
15
//
16
// Modification history:
17
//
18
// liheng October 20, 2005 Module created
19
//
20
//------------------------------------------------------------------------
21
//
22
#include <stdlib.h>
23
#include "
EvtGenBase/EvtParticle.hh
"
24
#include "
EvtGenBase/EvtGenKine.hh
"
25
#include "
EvtGenBase/EvtPDL.hh
"
26
#include "
EvtGenBase/EvtReport.hh
"
27
#include "
EvtGenModels/EvtSLBKPole.hh
"
//modified
28
#include "
EvtGenModels/EvtSLBKPoleFF.hh
"
//modified
29
#include "
EvtGenBase/EvtSemiLeptonicScalarAmp.hh
"
30
#include "
EvtGenBase/EvtSemiLeptonicVectorAmp.hh
"
31
#include "
EvtGenBase/EvtSemiLeptonicTensorAmp.hh
"
32
#include <string>
33
34
EvtSLBKPole::~EvtSLBKPole
() {}
35
36
void
EvtSLBKPole::getName
(std::string& model_name ){
37
38
model_name=
"SLBKPOLE"
;
//modified
39
40
}
41
42
43
EvtDecayBase
*
EvtSLBKPole::clone
(){
//modified
44
45
return
new
EvtSLBKPole
;
46
47
}
48
49
void
EvtSLBKPole::decay
(
EvtParticle
*p ){
//modified
50
51
p->
initializePhaseSpace
(
getNDaug
(),
getDaugs
());
52
53
calcamp->
CalcAmp
(p,
_amp2
,SLBKPoleffmodel);
//modified
54
return
;
55
}
56
57
void
EvtSLBKPole::initProbMax
(){
58
59
EvtId
parnum,mesnum,lnum,nunum;
60
61
parnum =
getParentId
();
62
mesnum =
getDaug
(0);
63
lnum =
getDaug
(1);
64
nunum =
getDaug
(2);
65
66
double
mymaxprob = calcamp->
CalcMaxProb
(parnum,mesnum,
67
lnum,nunum,SLBKPoleffmodel);
//modified
68
69
setProbMax
(mymaxprob);
70
71
}
72
73
74
void
EvtSLBKPole::init
(){
//modified
75
76
checkNDaug
(3);
77
78
//We expect the parent to be a scalar
79
//and the daughters to be X lepton neutrino
80
81
checkSpinParent
(
EvtSpinType::SCALAR
);
82
checkSpinDaughter
(1,
EvtSpinType::DIRAC
);
83
checkSpinDaughter
(2,
EvtSpinType::NEUTRINO
);
84
85
EvtSpinType::spintype
mesontype=
EvtPDL::getSpinType
(
getDaug
(0));
86
87
SLBKPoleffmodel =
new
EvtSLBKPoleFF
(
getNArg
(),
getArgs
());
//modified
88
89
if
( mesontype==
EvtSpinType::SCALAR
) {
90
calcamp =
new
EvtSemiLeptonicScalarAmp
;
91
}
92
if
( mesontype==
EvtSpinType::VECTOR
) {
93
calcamp =
new
EvtSemiLeptonicVectorAmp
;
94
}
95
if
( mesontype==
EvtSpinType::TENSOR
) {
96
calcamp =
new
EvtSemiLeptonicTensorAmp
;
97
}
98
99
}
100
EvtGenKine.hh
EvtPDL.hh
EvtParticle.hh
EvtReport.hh
EvtSLBKPoleFF.hh
EvtSLBKPole.hh
EvtSemiLeptonicScalarAmp.hh
EvtSemiLeptonicTensorAmp.hh
EvtSemiLeptonicVectorAmp.hh
EvtDecayAmp::_amp2
EvtAmp _amp2
Definition:
EvtDecayAmp.hh:66
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayBase::checkSpinDaughter
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
Definition:
EvtDecayBase.cc:533
EvtDecayBase::checkSpinParent
void checkSpinParent(EvtSpinType::spintype sp)
Definition:
EvtDecayBase.cc:520
EvtDecayBase::setProbMax
void setProbMax(double prbmx)
Definition:
EvtDecayBase.cc:297
EvtDecayBase::getParentId
EvtId getParentId()
Definition:
EvtDecayBase.hh:60
EvtDecayBase::getArgs
double * getArgs()
Definition:
EvtDecayBase.cc:547
EvtDecayBase::getNDaug
int getNDaug()
Definition:
EvtDecayBase.hh:64
EvtDecayBase::getNArg
int getNArg()
Definition:
EvtDecayBase.hh:67
EvtDecayBase::checkNDaug
void checkNDaug(int d1, int d2=-1)
Definition:
EvtDecayBase.cc:504
EvtDecayBase::getDaugs
EvtId * getDaugs()
Definition:
EvtDecayBase.hh:65
EvtDecayBase::getDaug
EvtId getDaug(int i)
Definition:
EvtDecayBase.hh:66
EvtId
Definition:
EvtId.hh:27
EvtPDL::getSpinType
static EvtSpinType::spintype getSpinType(EvtId i)
Definition:
EvtPDL.hh:61
EvtParticle
Definition:
EvtParticle.hh:42
EvtParticle::initializePhaseSpace
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)
Definition:
EvtParticle.cc:1069
EvtSLBKPoleFF
Definition:
EvtSLBKPoleFF.hh:28
EvtSLBKPole::init
void init()
Definition:
EvtSLBKPole.cc:74
EvtSLBKPole::decay
void decay(EvtParticle *p)
Definition:
EvtSLBKPole.cc:49
EvtSLBKPole::~EvtSLBKPole
virtual ~EvtSLBKPole()
Definition:
EvtSLBKPole.cc:34
EvtSLBKPole::initProbMax
void initProbMax()
Definition:
EvtSLBKPole.cc:57
EvtSLBKPole::getName
void getName(std::string &model_name)
Definition:
EvtSLBKPole.cc:36
EvtSLBKPole::clone
EvtDecayBase * clone()
Definition:
EvtSLBKPole.cc:43
EvtSLBKPole::EvtSLBKPole
EvtSLBKPole()
Definition:
EvtSLBKPole.hh:35
EvtSemiLeptonicAmp::CalcAmp
virtual void CalcAmp(EvtParticle *parent, EvtAmp &, EvtSemiLeptonicFF *FormFactors)
Definition:
EvtSemiLeptonicAmp.hh:36
EvtSemiLeptonicAmp::CalcMaxProb
double CalcMaxProb(EvtId parent, EvtId meson, EvtId lepton, EvtId nudaug, EvtSemiLeptonicFF *FormFactors)
Definition:
EvtSemiLeptonicAmp.cc:38
EvtSemiLeptonicScalarAmp
Definition:
EvtSemiLeptonicScalarAmp.hh:30
EvtSemiLeptonicTensorAmp
Definition:
EvtSemiLeptonicTensorAmp.hh:31
EvtSemiLeptonicVectorAmp
Definition:
EvtSemiLeptonicVectorAmp.hh:30
EvtSpinType::spintype
spintype
Definition:
EvtSpinType.hh:31
EvtSpinType::NEUTRINO
@ NEUTRINO
Definition:
EvtSpinType.hh:31
EvtSpinType::SCALAR
@ SCALAR
Definition:
EvtSpinType.hh:31
EvtSpinType::DIRAC
@ DIRAC
Definition:
EvtSpinType.hh:31
EvtSpinType::TENSOR
@ TENSOR
Definition:
EvtSpinType.hh:31
EvtSpinType::VECTOR
@ VECTOR
Definition:
EvtSpinType.hh:31
source
Generator
BesEvtGen
BesEvtGen-00-01-94
src
EvtGen
EvtGenModels
EvtSLBKPole.cc
Generated by
1.9.6