BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtbTosllBallFF.hh
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:
12// Description: Form factors for b->sll according to Ali, Ball et al.
13// hep-ph/9910221v2
14//
15// Modification history:
16//
17// Ryd January 5, 2000 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTBTOSLLBALLFF_HH
22#define EVTBTOSLLBALLFF_HH
23
25
26class EvtId;
27
28
30
31public:
32
34
35 void getScalarFF(EvtId parent, EvtId daught,double t, double mass,
36 double& fp,double& f0,double& ft);
37 void getVectorFF(EvtId parent, EvtId daught,double t, double mass,
38 double& a1,double& a2,double& a0, double& v,
39 double& t1, double& t2, double& t3 );
40
41
42
43private:
44
45};
46
47#endif
48
double mass
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
Definition KarLud.h:35
TTree * t
Definition binning.cxx:23
Definition EvtId.hh:27
void getScalarFF(EvtId parent, EvtId daught, double t, double mass, double &fp, double &f0, double &ft)
void getVectorFF(EvtId parent, EvtId daught, double t, double mass, double &a1, double &a2, double &a0, double &v, double &t1, double &t2, double &t3)