StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarGenerator
EvtGen1_06_00
EvtGenModels
EvtRareLbToLllFFGutsche.hh
1
#ifndef EVTRARELBTOLLLFFGUTSCHE_HH
2
#define EVTRARELBTOLLLFFGUTSCHE_HH 1
3
4
// Include files
5
13
#include "EvtGenBase/EvtParticle.hh"
14
#include "EvtGenBase/EvtIdSet.hh"
15
#include "EvtGenModels/EvtRareLbToLllFFBase.hh"
16
17
#include <string>
18
#include <map>
19
20
class
EvtRareLbToLllFFGutsche
:
public
EvtRareLbToLllFFBase
{
21
22
public
:
23
25
EvtRareLbToLllFFGutsche
( );
26
27
virtual
~EvtRareLbToLllFFGutsche
( );
28
29
void
init() ;
30
31
void
getFF(
EvtParticle
* parent,
32
EvtParticle
* lambda,
33
EvtRareLbToLllFFBase::FormFactors
& FF );
34
35
36
protected
:
37
38
39
private
:
40
double
formFactorParametrization(
double
s,
double
f0,
double
a,
double
b);
41
42
double
fVconsts[3][3];
43
double
fAconsts[3][3];
44
double
fTVconsts[3][3];
45
double
fTAconsts[3][3];
46
47
static
EvtIdSet
fParents;
48
static
EvtIdSet
fDaughters;
49
};
50
51
#endif // EVTRARELBTOLLLFF_HH
EvtRareLbToLllFFBase::FormFactors
Definition:
EvtRareLbToLllFFBase.hh:23
EvtRareLbToLllFFBase
Definition:
EvtRareLbToLllFFBase.hh:19
EvtRareLbToLllFFGutsche::EvtRareLbToLllFFGutsche
EvtRareLbToLllFFGutsche()
Standard constructor.
EvtIdSet
Definition:
EvtIdSet.hh:29
EvtParticle
Definition:
EvtParticle.hh:45
EvtRareLbToLllFFGutsche
Definition:
EvtRareLbToLllFFGutsche.hh:20
EvtRareLbToLllFFGutsche::~EvtRareLbToLllFFGutsche
virtual ~EvtRareLbToLllFFGutsche()
Destructor.
Generated by
1.8.5