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

AlgShowerAtNuList.h

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

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