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

AlgFitShowerEMList.h

Go to the documentation of this file.
00001 
00002 // $Id: AlgFitShowerEMList.h,v 1.1 2004/08/11 13:18:04 cbs Exp $
00003 //
00004 // AlgFitShowerEMList.h
00005 //
00006 // AlgFitShowerEMList is a concrete ShowerEMList Algorithm class.
00007 //
00008 //
00010 
00011 #ifndef ALGFITSHOWEREMLIST_H
00012 #define ALGFITSHOWEREMLIST_H
00013 
00014 #include "Algorithm/AlgBase.h"
00015 
00016 class AlgFitShowerEMList : public AlgBase
00017 {
00018 
00019 public:
00020   AlgFitShowerEMList();
00021   virtual ~AlgFitShowerEMList();
00022   virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00023 
00024 private:
00025 
00026 ClassDef(AlgFitShowerEMList,1)  // ShowerEMList Algorithm Class
00027 
00028 };
00029 
00030 #endif // ALGFITSHOWEREMLIST_H

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