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

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 // Module: EvtBtoXsgammaAbsModel.cc
00012 //
00013 // Description:
00014 //      B->Xs gamma model base class.
00015 //
00016 // Modification history:
00017 //
00018 //    Jane Tinslay            March 21, 2000      Module Created
00019 //------------------------------------------------------------------------
00020 //
00021 #include "EvtGenBase/EvtPatches.hh"
00022 
00023 #include <stdlib.h>
00024 #include "EvtGenModels/EvtBtoXsgammaAbsModel.hh"
00025 
00026 EvtBtoXsgammaAbsModel::~EvtBtoXsgammaAbsModel() {}
00027 
00028 void EvtBtoXsgammaAbsModel::init(int, double*) {
00029 
00030   //This default version of init does nothing;
00031   //A specialized version of this function can be
00032   //supplied for each decay model to do initialization.
00033 
00034   return;
00035 
00036 }

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