Page MenuHomeHEPForge

EvtBtoXsll.hh
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

EvtBtoXsll.hh

//--------------------------------------------------------------------------
//
// Environment:
// This software is part of the EvtGen package developed jointly
// for the BaBar and CLEO collaborations. If you use all or part
// of it, please give an appropriate acknowledgement.
//
//
// Module: EvtGen/EvtBtoXsll.hh
//
// Description:
// Class to generate inclusive non-resonant B -> Xs l+ l- decays.
//
// Modification history:
//
// Stephane Willocq Jan 17, 2001 Module created
//
//------------------------------------------------------------------------
#ifndef EVTBTOXSLL_HH
#define EVTBTOXSLL_HH
#include "EvtGenBase/EvtDecayIncoherent.hh"
#include "EvtGenBase/EvtParticle.hh"
class EvtBtoXsllUtil;
class EvtBtoXsll:public EvtDecayIncoherent {
public:
EvtBtoXsll(): _calcprob(0) {}
virtual ~EvtBtoXsll();
std::string getName();
EvtDecayBase* clone();
void initProbMax();
void init();
void decay(EvtParticle *p);
private:
EvtBtoXsllUtil *_calcprob;
double _dGdsProbMax;
double _dGdsdupProbMax;
double _mb;
double _ms;
double _mq;
double _pf;
double _mxmin;
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 4:43 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6455726
Default Alt Text
EvtBtoXsll.hh (1 KB)

Event Timeline