Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TkrDisplayAlg.h

Go to the documentation of this file.
00001 
00002 #ifndef __TKRDISPLAYALG_H
00003 #define __TKRDISPLAYALG_H 1
00004 
00005 #include "GaudiKernel/Algorithm.h"
00006 #include "TkrRecon/SiClusters.h"
00007 #include "TkrRecon/SiRecObjs.h"
00008 
00009 
00010 //----------------------------------------------
00011 //
00012 //   TkrDisplayAlg
00013 //
00014 //       Tracker Geometry Service. Used to keep track of the 
00015 //   particular tracker geometry in use
00016 //----------------------------------------------
00017 //             Tracy Usher, SLAC, 2/28/01
00018 //----------------------------------------------
00019 //##########################################################
00020 class TkrDisplayAlg : public Algorithm
00021 //##########################################################
00022 {
00023 public:
00025         TkrDisplayAlg(const std::string& name, ISvcLocator* pSvcLocator); 
00026         virtual ~TkrDisplayAlg() {}
00028         StatusCode initialize();
00030         StatusCode execute();
00032         StatusCode finalize();
00033 
00034 protected:
00035 
00036         StatusCode retrieve();
00037 
00038 private:
00039 
00040         SiClusters* m_SiClusters;
00041         SiRecObjs*  m_SiRecObjs;
00042 };
00043       
00044 #endif

Generated at Wed Nov 21 12:21:21 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000