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

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------
00002 //
00003 // Copyright Information: See EvtGen/COPYRIGHT
00004 //
00005 // File and Version Information:
00006 // EvtPFermi.hh 
00007 //
00008 // Description:
00009 //   F(k+) = N (1-x)^a exp((1-a)x) ,x=k+/(mB-mb) 
00010 //   the fermi motion distribution according to
00011 //   hep-ph/9905351 v2
00012 //   
00013 // Environment:
00014 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00015 //
00016 // Author List:
00017 //      Sven Menke   
00018 //
00019 //-----------------------------------------------------------------------
00020 
00021 #ifndef EVTPFERMI_HH
00022 #define EVTPFERMI_HH
00023 
00024 class EvtPFermi {
00025 
00026 public:
00027   
00028   // Constructors
00029 
00030   EvtPFermi(const double &a, const double &mB, const double &mb);
00031 
00032   // Destructor
00033 
00034   virtual ~EvtPFermi( );
00035 
00036   // Operators
00037 
00038   // Selectors 
00039 
00040   // Modifiers
00041 
00042   // Methods
00043 
00044   double getFPFermi(const double &kplus);
00045 
00046 protected:
00047   
00048   // Helper functions
00049 
00050 private:
00051 
00052   // Friends
00053   
00054   // Data members
00055 
00056   double _a;
00057   double _mb;
00058   double _mB;
00059 };
00060 
00061 
00062 #endif // EVTPFERMI_HH
00063 
00064 

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