BOSS 8.0.0
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//
22#include "EvtMelikhov.hh"
29#include "EvtMelikhovFF.hh"
30#include <stdlib.h>
31#include <string>
32
34
35void EvtMelikhov::getName( std::string& model_name ) { model_name = "MELIKHOV"; }
36
38
40
42 calcamp->CalcAmp( p, _amp2, Melikhovffmodel );
43}
44
46
47 checkNArg( 1 );
48 checkNDaug( 3 );
49
50 // We expect the parent to be a scalar
51 // and the daughters to be X lepton neutrino
52
54
58
59 Melikhovffmodel = new EvtMelikhovFF( getArg( 0 ) );
60 calcamp = new EvtSemiLeptonicVectorAmp;
61}
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)