BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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
27// #include "EvtBtoXsgammaAbsModel.hh"
28
30class EvtParticle;
31
33
34public:
35 EvtBtoXsgamma() { _model = 0; }
36
37 virtual ~EvtBtoXsgamma();
38
39 void getName( std::string& name );
40
42
43 void initProbMax();
44
45 void init();
46
47 void decay( EvtParticle* p );
48
49private:
51};
52
53#endif
EvtDecayBase * clone()
void decay(EvtParticle *p)
void getName(std::string &name)
virtual ~EvtBtoXsgamma()