BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSemiLeptonicFF.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/EvtSemiLeptonicFF.hh
12// This is the base class for semileptonic form factor calculations.
13//
14// Description:
15//
16// Modification history:
17//
18// DJL/RYD September 30, 1997 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EVTSEMILEPTONICFF_HH
23#define EVTSEMILEPTONICFF_HH
24
25#include "EvtId.hh"
26
28
29public:
30 virtual void getscalarff( EvtId parent, EvtId daught, double t, double mass, double* fpf,
31 double* fmf ) {
32 return;
33 }
34 virtual void getvectorff( EvtId parent, EvtId daught, double t, double mass, double* a1f,
35 double* a2f, double* vf, double* a0f ) {
36 return;
37 }
38 virtual void gettensorff( EvtId parent, EvtId daught, double t, double mass, double* a1f,
39 double* a2f, double* vf, double* a0f ) {
40 return;
41 }
42
43 virtual void getbaryonff( EvtId parent, EvtId daught, double t, double m_meson, double* f1v,
44 double* f1a, double* f2v, double* f2a ) {
45 return;
46 }
47};
48
49#endif
double mass
Definition EvtId.hh:27
virtual void gettensorff(EvtId parent, EvtId daught, double t, double mass, double *a1f, double *a2f, double *vf, double *a0f)
virtual void getscalarff(EvtId parent, EvtId daught, double t, double mass, double *fpf, double *fmf)
virtual void getbaryonff(EvtId parent, EvtId daught, double t, double m_meson, double *f1v, double *f1a, double *f2v, double *f2a)
virtual void getvectorff(EvtId parent, EvtId daught, double t, double mass, double *a1f, double *a2f, double *vf, double *a0f)
int t()
Definition t.c:1