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

AlgDeMuxDigitList.h

Go to the documentation of this file.
00001 
00002 // $Id: AlgDeMuxDigitList.h,v 1.1 2002/10/30 19:07:24 gmieg Exp $
00003 //
00004 // AlgDeMuxDigitList.h
00005 //
00006 // Concrete Algorithm for filling CandDeMuxDigitList from CandDigitList
00007 //
00008 // Author:  G. Irwin 9/2002
00010 
00011 #ifndef ALGDEMUXDIGITLIST_H
00012 #define ALGDEMUXDIGITLIST_H
00013 
00014 #include "Algorithm/AlgBase.h"
00015 
00016 class AlgDeMuxDigitList : public AlgBase
00017 {
00018 
00019 public:
00020    AlgDeMuxDigitList();
00021    virtual ~AlgDeMuxDigitList();
00022    virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00023    virtual void Trace(const char *c) const;
00024 
00025 ClassDef(AlgDeMuxDigitList,1)          // DeMuxDigitList Algorithm Class
00026 
00027 };
00028 
00029 #endif                                            // ALGDEMUXDIGITLIST_H

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