Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlgFarDetShieldPlank.h

Go to the documentation of this file.
00001 
00002 #ifndef ALGFARDETSHIELDPLANK_H
00003 #define ALGFARDETSHIELDPLANK_H
00004 
00005 #include "Algorithm/AlgBase.h"
00006 
00007 class ShieldGeom;
00008 
00009 class AlgFarDetShieldPlank : public AlgBase
00010 {
00011 
00012 public:
00013   AlgFarDetShieldPlank();
00014   virtual ~AlgFarDetShieldPlank();
00015   virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00016   virtual void Trace(const char *c) const;
00017 
00018 private:
00019 
00020   ShieldGeom* fShieldGeom;
00021 
00022   ClassDef(AlgFarDetShieldPlank,1)
00023 };
00024 
00025 #endif 
00026 

Generated on Mon Feb 15 11:06:18 2010 for loon by  doxygen 1.3.9.1