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
EvtBToVlnuBall.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: EvtGenModels/EvtBToVlnuBall.hh
12
//
13
// Description: B->Xu l nu with the Ball/Zwicky decay model
14
// Xu is a vector (rho, rho0, omega)
15
//
16
// Modification history:
17
//
18
// Wells Wulsin 2008 Aug 14 Module created
19
//
20
//------------------------------------------------------------------------
21
22
#ifndef EVTBTOVLNUBALL_HH
23
#define EVTBTOVLNUBALL_HH
24
25
#include "EvtGenBase/EvtDecayAmp.hh"
26
#include "EvtGenBase/EvtSemiLeptonicFF.hh"
27
#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
28
29
class
EvtParticle
;
30
31
class
EvtBToVlnuBall
:
public
EvtDecayAmp
{
32
33
public
:
34
35
EvtBToVlnuBall
();
36
virtual
~
EvtBToVlnuBall
();
37
38
std::string getName();
39
EvtDecayBase
* clone();
40
41
void
decay(
EvtParticle
*p);
42
void
initProbMax();
43
void
init();
44
45
private
:
46
EvtSemiLeptonicFF
* _Ballmodel;
47
EvtSemiLeptonicAmp
* _calcamp;
48
};
49
#endif
50
EvtSemiLeptonicFF
Definition:
EvtSemiLeptonicFF.hh:27
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayAmp
Definition:
EvtDecayAmp.hh:27
EvtSemiLeptonicAmp
Definition:
EvtSemiLeptonicAmp.hh:29
EvtBToVlnuBall
Definition:
EvtBToVlnuBall.hh:31
EvtParticle
Definition:
EvtParticle.hh:45
Generated by
1.8.5