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

CandShowerListHandle.h

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

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