BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtbTosllVectorAmp.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/EvtbTosllVectorAmp.hh
12
//
13
// Description:
14
//
15
// Modification history:
16
//
17
// RYD January 5, 2000 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTBTOSLLVECTORAMP_HH
22
#define EVTBTOSLLVECTORAMP_HH
23
24
#include "
EvtbTosllAmp.hh
"
25
26
class
EvtAmp
;
27
class
EvtParticle
;
28
class
EvtbTosllFF
;
29
30
class
EvtbTosllVectorAmp
:
public
EvtbTosllAmp
{
31
32
public
:
33
EvtbTosllVectorAmp
(
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,
EvtbTosllFF
* formFactors );
38
39
private
:
40
double
_c7, _c9, _c10;
41
};
42
43
#endif
EvtbTosllAmp.hh
EvtAmp
Definition
EvtAmp.hh:30
EvtParticle
Definition
EvtParticle.hh:42
EvtbTosllAmp
Definition
EvtbTosllAmp.hh:31
EvtbTosllFF
Definition
EvtbTosllFF.hh:27
EvtbTosllVectorAmp::EvtbTosllVectorAmp
EvtbTosllVectorAmp(double c7, double c9, double c10)
Definition
EvtbTosllVectorAmp.hh:33
EvtbTosllVectorAmp::CalcAmp
void CalcAmp(EvtParticle *parent, EvtAmp &, EvtbTosllFF *formFactors)
Definition
EvtbTosllVectorAmp.cc:37
8.0.0
BOSS_Gen
BesEvtGen
src
EvtGen
EvtGenModels
EvtbTosllVectorAmp.hh
Generated by
1.16.1