/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/EventNavigator/EventNavigator-00-01-03/EventNavigator/NavigationTestAlg.h

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

Generated on Tue Nov 29 22:58:28 2016 for BOSS_7.0.2 by  doxygen 1.4.7