/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/DummyLoadOldROOT/DummyLoadOldROOT-00-00-01/src/DummyLoadOldROOTAlg.h

Go to the documentation of this file.
00001 #ifndef DummyLoadOldROOTAlg_h
00002 #define DummyLoadOldROOTAlg_h
00003 
00004 #include "GaudiKernel/Algorithm.h"
00005 #include <vector>
00006 
00007 class DummyLoadOldROOTAlg: public Algorithm {
00008 public:
00009 
00010         DummyLoadOldROOTAlg(const std::string& name, ISvcLocator* pSvcLocator);
00011 
00012         StatusCode initialize();
00013         StatusCode execute();
00014         StatusCode finalize();
00015 
00016 private:
00017         std::vector<std::string> m_string_vec;
00018 
00019 };
00020 
00021 #endif

Generated on Tue Nov 29 23:14:43 2016 for BOSS_7.0.2 by  doxygen 1.4.7