| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Ana15.h

Go to the documentation of this file.
00001 
00007 #ifndef _ANA15_H_
00008 #define _ANA15_H_
00009 
00010 
00011 #include "GaudiAlg/GaudiAlgorithm.h"
00012 #include "ValidationTree.h"
00013 #include <string>
00014 
00015 // Fifteen begin
00016 #include "Stage/IStage.h"
00017 // Fifteen end
00018 
00019 class Ana15 : public GaudiAlgorithm 
00020 {
00021 
00022  public:
00023   
00024   Ana15(const std::string& name, ISvcLocator* pSvcLocator);
00025   virtual ~Ana15();
00026   
00027   virtual StatusCode initialize();
00028   virtual StatusCode execute();
00029   virtual StatusCode finalize();
00030   
00031  private:
00032   std::string m_TopStage;
00033   std::string m_path;
00034 
00036   ValidationTree* m_valiTree;
00037 
00038 };
00039 
00040 #endif  // _ANA15_H_
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:36:44 2011 for Sim15 by doxygen 1.4.7