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

AlgShowerAtNu.h

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

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