Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244564
EvtBtoXsll.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
EvtBtoXsll.hh
View Options
//--------------------------------------------------------------------------
//
// 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
Details
Attached
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)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment