BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtBtoXsgamma.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3//
4// Copyright Information: See EvtGen/COPYRIGHT
5//
6// Environment:
7// This software is part of the EvtGen package developed jointly
8// for the BaBar and CLEO collaborations. If you use all or part
9// of it, please give an appropriate acknowledgement.
10//
11//
12// Module: EvtGen/EvtBtoXsgamma.hh
13//
14// Description:
15// Class to generate non-resonant two-body b->s,gamma decays.
16//
17// Modification history:
18//
19// Mark Ian Williams July 20, 2000 Module created
20//
21//------------------------------------------------------------------------
22
23#ifndef EVTBTOXSGAMMA_HH
24#define EVTBTOXSGAMMA_HH
25
26#include "EvtGenBase/EvtDecayIncoherent.hh"
27//#include "EvtGenModels/EvtBtoXsgammaAbsModel.hh"
28
30class EvtParticle;
31
33
34public:
35
36 EvtBtoXsgamma() {_model=0;}
37
38 virtual ~EvtBtoXsgamma();
39
40 void getName(std::string& name);
41
43
45
46 void init();
47
49
50private:
51
53
54};
55
56#endif
57
EvtDecayBase * clone()
void decay(EvtParticle *p)
virtual ~EvtBtoXsgamma()
void initProbMax()
void getName(std::string &name)