/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenModels/EvtBtoXsllUtil.hh

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 //
00003 // Environment:
00004 //      This software is part of the EvtGen package developed jointly
00005 //      for the BaBar and CLEO collaborations.  If you use all or part
00006 //      of it, please give an appropriate acknowledgement.
00007 //
00008 //
00009 // Module: EvtGen/EvtBtoXsllUtil.hh
00010 //
00011 // Description:
00012 // Class to generate inclusive non-resonant B -> Xs l+ l- decays.
00013 //
00014 // Modification history:
00015 //
00016 //    Stephane Willocq    Jan 19, 2001   Module created
00017 //    Stephane Willocq    Nov  6, 2003   Update Wilson Coeffs
00018 //
00019 //------------------------------------------------------------------------
00020 
00021 #ifndef EVTBTOXSLLUTIL_HH
00022 #define EVTBTOXSLLUTIL_HH
00023 
00024 #include "EvtGenBase/EvtComplex.hh"
00025 #include "EvtGenBase/EvtDecayIncoherent.hh"
00026 #include "EvtGenBase/EvtParticle.hh"
00027 
00028 class EvtComplex;
00029 
00030 class EvtBtoXsllUtil{
00031 
00032 public:
00033 
00034   EvtComplex GetC7Eff0(double sh, bool nnlo=true);
00035   EvtComplex GetC7Eff1(double sh, double mb, bool nnlo=true);
00036   EvtComplex GetC9Eff0(double sh, double mb, bool nnlo=true, bool btod=false);
00037   EvtComplex GetC9Eff1(double sh, double mb, bool nnlo=true, bool btod=false);
00038   EvtComplex GetC10Eff(double sh, bool nnlo=true);
00039 
00040   double dGdsProb(double mb, double ms, double ml,
00041                   double s);
00042 
00043   double dGdsdupProb(double mb, double ms, double ml,
00044                      double s,  double u);
00045   
00046   double FermiMomentum( double pf );
00047   
00048   double FermiMomentumProb( double pb, double pf );
00049 
00050 };
00051 
00052 #endif
00053 

Generated on Tue Nov 29 23:12:17 2016 for BOSS_7.0.2 by  doxygen 1.4.7