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

AlgMergeEvent.h

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

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