BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtMelikhov.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: EvtMelikhov.cc
12//
13// Description: Routine to implement semileptonic B->D*lnu decays according
14// to the model HQET
15//
16// Modification history:
17//
18// DJL April 20, 1998 Module created
19//
20//------------------------------------------------------------------------
21//
23#include <stdlib.h>
26#include "EvtGenBase/EvtPDL.hh"
31#include <string>
32
34
35void EvtMelikhov::getName(std::string& model_name){
36
37 model_name="MELIKHOV";
38}
39
40
42
43 return new EvtMelikhov;
44
45}
46
48
50 calcamp->CalcAmp(p,_amp2,Melikhovffmodel);
51}
52
53
55
56 checkNArg(1);
57 checkNDaug(3);
58
59 //We expect the parent to be a scalar
60 //and the daughters to be X lepton neutrino
61
63
67
68
69 Melikhovffmodel = new EvtMelikhovFF(getArg(0));
70 calcamp = new EvtSemiLeptonicVectorAmp;
71
72}
73
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
void checkSpinParent(EvtSpinType::spintype sp)
double getArg(int j)
void checkNDaug(int d1, int d2=-1)
EvtId * getDaugs()
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)
virtual ~EvtMelikhov()
EvtDecayBase * clone()
void decay(EvtParticle *p)
void getName(std::string &name)
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)
virtual void CalcAmp(EvtParticle *parent, EvtAmp &amp, EvtSemiLeptonicFF *FormFactors)