BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtbTosllScalarAmp.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: EvtGen/EvtbTosllScalarAmp.hh
12//
13// Description:
14//
15// Modification history:
16//
17// RYD January 5, 2000 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTBTOSLLSCALARAMP_HH
22#define EVTBTOSLLSCALARAMP_HH
23
25class EvtParticle;
26class EvtAmp;
27class bTosllFF;
28
30
31public:
32
33 EvtbTosllScalarAmp(double c7, double c9, double c10):_c7(c7),_c9(c9),_c10(c10){}
34
35 //Daughters are initialized and have been added to the parent.
36 //No need to carry around the daughters seperately!
37 void CalcAmp( EvtParticle *parent, EvtAmp& amp,
38 EvtbTosllFF *formFactors );
39
40private:
41 double _c7,_c9,_c10;
42
43};
44
45#endif
46
Definition: EvtAmp.hh:30
EvtbTosllScalarAmp(double c7, double c9, double c10)
void CalcAmp(EvtParticle *parent, EvtAmp &amp, EvtbTosllFF *formFactors)