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

AlgSliceListFromChopList.h

Go to the documentation of this file.
00001 
00002 // $Id: AlgSliceListFromChopList.h,v 1.1.1.1 2005/05/16 15:17:11 tagg Exp $
00003 //
00004 // AlgSliceFromChopList.h
00005 //
00007 
00008 #ifndef ALGSLICELISTFROMCHOPLIST_H
00009 #define ALGSLICELISTFROMCHOPLIST_H
00010 
00011 #include "Algorithm/AlgBase.h"
00012 
00013 class AlgSliceListFromChopList : public AlgBase
00014 {
00015 
00016 public:
00017    AlgSliceListFromChopList();
00018    virtual ~AlgSliceListFromChopList();
00019    virtual void RunAlg(AlgConfig &ac, CandHandle &ch, CandContext &cx);
00020    virtual void Trace(const char *c) const;
00021 
00022 ClassDef(AlgSliceListFromChopList,2)                            // Chop Algorithm Class
00023 
00024 };
00025 
00026 #endif                                                     // ALGSLICEFROMCHOP_H

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