/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/BesExamples/ExHelloWorld/ExHelloWorld-00-00-03/ExHelloWorld/HelloWorld.h

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

Generated on Tue Nov 29 22:57:47 2016 for BOSS_7.0.2 by  doxygen 1.4.7