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

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 //
00003 //
00004 // Copyright Information: See EvtGen/COPYRIGHT
00005 //
00006 // Environment:
00007 //      This software is part of the EvtGen package developed jointly
00008 //      for the BaBar and CLEO collaborations.  If you use all or part
00009 //      of it, please give an appropriate acknowledgement.
00010 //
00011 //
00012 // Module: EvtGen/EvtBtoXsgammaAbsModel.hh
00013 //
00014 // Description:
00015 //      B->Xs gamma model base class.
00016 //
00017 // Modification history:
00018 //
00019 //    Jane Tinslay            March 21, 2000      Module Created
00020 //                        
00021 //------------------------------------------------------------------------
00022 
00023 #ifndef EVTBTOXSGAMMAABSMODEL_HH
00024 #define EVTBTOXSGAMMAABSMODEL_HH
00025 
00026 class EvtBtoXsgammaAbsModel {
00027 
00028 public:
00029   
00030   EvtBtoXsgammaAbsModel() {}
00031 
00032   virtual ~EvtBtoXsgammaAbsModel();
00033 
00034   virtual void init(int, double*);
00035 
00036   virtual double GetMass(int code)=0;
00037 
00038 private:
00039 
00040 };
00041 
00042 #endif
00043 

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