BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtMelikhov.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/EvtMelikhov.hh
12
//
13
// Description:Implementation of the Melikhov semileptonic model
14
//
15
// Modification history:
16
//
17
// DJL April 20, 1998 Module created
18
//
19
//------------------------------------------------------------------------
20
21
#ifndef EVTMELIKHOV_HH
22
#define EVTMELIKHOV_HH
23
24
#include <fstream>
25
#include <stdio.h>
26
27
#include "
../EvtGenBase/EvtDecayAmp.hh
"
28
#include "
../EvtGenBase/EvtSemiLeptonicAmp.hh
"
29
#include "
../EvtGenBase/EvtSemiLeptonicFF.hh
"
30
31
class
EvtParticle
;
32
33
class
EvtMelikhov
:
public
EvtDecayAmp
{
34
35
public
:
36
EvtMelikhov
() {}
37
virtual
~EvtMelikhov
();
38
39
void
getName
( std::string& name );
40
EvtDecayBase
*
clone
();
41
42
void
decay
(
EvtParticle
* p );
43
void
init
();
44
45
private
:
46
EvtSemiLeptonicFF
* Melikhovffmodel;
47
EvtSemiLeptonicAmp
* calcamp;
48
};
49
50
#endif
EvtDecayAmp.hh
EvtSemiLeptonicAmp.hh
EvtSemiLeptonicFF.hh
EvtDecayAmp
Definition
EvtDecayAmp.hh:27
EvtDecayBase
Definition
EvtDecayBase.hh:39
EvtMelikhov::~EvtMelikhov
virtual ~EvtMelikhov()
Definition
EvtMelikhov.cc:33
EvtMelikhov::init
void init()
Definition
EvtMelikhov.cc:45
EvtMelikhov::EvtMelikhov
EvtMelikhov()
Definition
EvtMelikhov.hh:36
EvtMelikhov::clone
EvtDecayBase * clone()
Definition
EvtMelikhov.cc:37
EvtMelikhov::decay
void decay(EvtParticle *p)
Definition
EvtMelikhov.cc:39
EvtMelikhov::getName
void getName(std::string &name)
Definition
EvtMelikhov.cc:35
EvtParticle
Definition
EvtParticle.hh:42
EvtSemiLeptonicAmp
Definition
EvtSemiLeptonicAmp.hh:29
EvtSemiLeptonicFF
Definition
EvtSemiLeptonicFF.hh:27
8.0.0
BOSS_Gen
BesEvtGen
src
EvtGen
EvtGenModels
EvtMelikhov.hh
Generated by
1.16.1