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

CandEventListHandle.h

Go to the documentation of this file.
00001 
00002 // $Id: CandEventListHandle.h,v 1.2 2002/10/17 07:33:53 rhatcher Exp $
00003 //
00004 // CandEventListHandle
00005 //
00006 // CandEventListHandle is the specialized access handle to CandEventList
00007 //
00008 // Each concrete CandHandle must define a DupHandle function.
00009 //
00010 // Author:  R. Lee 2001.03.07
00011 //
00013 
00014 #ifndef CANDEVENTLISTHANDLE_H
00015 #define CANDEVENTLISTHANDLE_H
00016 
00017 #include "Navigation/XxxItr.h"
00018 #include "RecoBase/CandRecoListHandle.h"
00019 class CandEventList;
00020 
00021 class CandEventListHandle : public CandHandle
00022 {
00023 
00024 public:
00025   CandEventListHandle();
00026   CandEventListHandle(const CandEventListHandle &cdlh);
00027   CandEventListHandle(CandEventList *cdl);
00028   virtual ~CandEventListHandle();
00029   virtual CandEventListHandle *DupHandle() const;
00030 
00031   virtual void Trace(const char *c = "") const;
00032 
00033 ClassDef(CandEventListHandle,1)   // User access handle to CandEventList
00034 
00035 };
00036 
00037 XXXITRDEF(CandEventListHandle)
00038 
00039 #endif                                          // CANDEVENTLISTHANDLE_H

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