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
EvtBtoXsEtap.hh
1
//--------------------------------------------------------------------------
2
//
3
// Copyright Information: See EvtGen/COPYRIGHT
4
//
5
// Environment:
6
// This software is part of the EvtGen package developed jointly
7
// for the BaBar and CLEO collaborations. If you use all or part
8
// of it, please give an appropriate acknowledgement.
9
//
10
//
11
// Module: EvtGen/EvtBtoXsEtap.hh
12
//
13
// Description:
14
// Class to generate non-resonant two-body b->s,gluon decays.
15
//
16
// Modification history:
17
//
18
// Adlene Hicheur Jannuary 10, 2001 Module created
19
//
20
//------------------------------------------------------------------------
21
22
#ifndef EVTBTOXSETAP_HH
23
#define EVTBTOXSETAP_HH
24
25
#include "EvtGenBase/EvtDecayIncoherent.hh"
26
27
class
EvtParticle
;
28
29
class
EvtBtoXsEtap
:
public
EvtDecayIncoherent
{
30
31
public
:
32
33
EvtBtoXsEtap
() {}
34
virtual
~
EvtBtoXsEtap
();
35
36
std::string getName();
37
38
EvtDecayBase
* clone();
39
40
void
initProbMax();
41
42
void
init();
43
44
void
decay(
EvtParticle
*p);
45
46
};
47
48
#endif
49
EvtDecayBase
Definition:
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition:
EvtDecayIncoherent.hh:31
EvtParticle
Definition:
EvtParticle.hh:45
EvtBtoXsEtap
Definition:
EvtBtoXsEtap.hh:29
Generated by
1.8.5