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

AlgCaldetDigit.h

Go to the documentation of this file.
00001 
00002 // $Id: AlgCaldetDigit.h,v 1.1 2003/09/01 15:51:30 tagg Exp $
00003 //
00004 // AlgCaldetDigit.h
00005 //
00006 // AlgCaldetDigit is a concrete Digit Algorithm class.
00007 //
00008 // Author:  G. Irwin 4/2000
00010 
00011 #ifndef ALGCALDETDIGIT_H
00012 #define ALGCALDETDIGIT_H
00013 
00014 #include "Algorithm/AlgBase.h"
00015 
00016 class AlgCaldetDigit : public AlgBase
00017 {
00018 
00019 public:
00020    AlgCaldetDigit();
00021    virtual ~AlgCaldetDigit();
00022    virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00023    virtual void Trace(const char *c) const;
00024 
00025 ClassDef(AlgCaldetDigit,1)                            // Digit Algorithm Class
00026 
00027 };
00028 
00029 #endif                                                     // ALGDIGIT_H

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