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

CandEventList.h

Go to the documentation of this file.
00001 
00002 // $Id: CandEventList.h,v 1.5 2006/06/20 18:19:54 rhatcher Exp $
00003 //
00004 // CandEventList.h
00005 //
00006 // Concrete CandEventList class descended from CandBase.
00007 // CandBase must grant friendship to class CandRefer.
00008 //
00009 // Each concrete CandBase must define a Dup function.
00010 //
00011 // Author:  R. Lee 2001.03.07
00013 
00014 #ifndef CANDEVENTLIST_H
00015 #define CANDEVENTLIST_H
00016 
00017 #include "RecoBase/CandRecoList.h"
00018 
00019 class AlgHandle;
00020 class CandContext;
00021 class CandEventListHandle;
00022 
00023 class CandEventList : public CandBase
00024 {
00025   friend class CandEventListHandle;
00026 
00027 public:
00028   static CandEventListHandle MakeCandidate(AlgHandle &ah,
00029                                                        CandContext &cx);
00030   CandEventList();
00031 
00032 protected:
00033   CandEventList(AlgHandle &ah);
00034   CandEventList(AlgHandle &ah, CandHandle &ch, CandContext &cx);
00035   CandEventList(const CandEventList &rhs);
00036   virtual ~CandEventList();
00037   virtual void CreateLocalHandle();
00038   virtual CandEventList *Dup() const;
00039   virtual Bool_t IsEquivalent(const TObject *rhs) const;
00040 
00041 ClassDef(CandEventList,1)              // Concrete Event Candidate Class
00042 };
00043 
00044 #endif                                                // CANDEVENTLIST_H

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