/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcDummyAlg/MdcDummyAlg-00-02-10/MdcDummyAlg/MdcDummy.h

Go to the documentation of this file.
00001 #include "GaudiKernel/Algorithm.h"
00002 #include <string>
00003 
00004 class MdcDummy:public Algorithm {
00005 public:
00006   MdcDummy(const std::string& name, ISvcLocator* pSvcLocator);
00007   StatusCode initialize();
00008   StatusCode execute();
00009   StatusCode finalize();
00010   
00011 private:
00012   int m_fittingMethod;
00013   std::string m_configFile;
00014 
00015 };

Generated on Tue Nov 29 23:13:26 2016 for BOSS_7.0.2 by  doxygen 1.4.7