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

FarDetStripList.h

Go to the documentation of this file.
00001 
00002 #ifndef FARDETSTRIPLIST_H
00003 #define FARDETSTRIPLIST_H
00004 
00005 #include "RecoBase/CandStripList.h"
00006 
00007 class AlgHandle;
00008 class CandContext;
00009 class FarDetStripListHandle;
00010 
00011 class FarDetStripList : public CandStripList
00012 {
00013   friend class FarDetStripListHandle;
00014 
00015  public:
00016   static FarDetStripListHandle MakeCandidate(AlgHandle &ah,CandContext &cx);  
00017   FarDetStripList();
00018 
00019  protected:
00020   FarDetStripList(AlgHandle &ah);
00021   FarDetStripList(AlgHandle &ah, CandHandle &ch, CandContext &cx);
00022   FarDetStripList(const FarDetStripList &rhs);
00023   virtual ~FarDetStripList();
00024   virtual FarDetStripList *Dup() const;
00025   virtual void CreateLocalHandle();
00026 
00027  private:
00028 
00029   ClassDef(FarDetStripList,1)
00030 };
00031 
00032 #endif

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