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
EvtSVP.hh
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/EvtSVP.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 EvtSVP_HH
22
#define EvtSVP_HH
23
24
#include <fstream>
25
#include <stdio.h>
26
27
28
#include "EvtGenBase/EvtDecayAmp.hh"
29
#include "EvtGenBase/EvtSemiLeptonicFF.hh"
30
#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
31
32
class
EvtParticle
;
33
34
class
EvtSVP
:
public
EvtDecayAmp
{
35
36
public
:
37
38
EvtSVP
() {}
39
virtual
~
EvtSVP
();
40
41
std::string getName();
42
EvtDecayBase
* clone();
43
44
void
decay(
EvtParticle
*p);
45
void
init();
46
47
virtual
void
initProbMax();
48
49
50
private
:
51
int
ncall;
52
};
53
54
#endif
55
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtSVP
Definition:
EvtSVP.hh:34
EvtDecayAmp
Definition:
EvtDecayAmp.hh:27
EvtParticle
Definition:
EvtParticle.hh:45
Generated by
1.8.5