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

CandShowerList.h

Go to the documentation of this file.
00001 
00002 // $Id: CandShowerList.h,v 1.5 2006/06/20 18:19:54 rhatcher Exp $
00003 //
00004 // CandShowerList.h
00005 //
00006 // Concrete CandShowerList 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.02.21
00013 
00014 #ifndef CANDSHOWERLIST_H
00015 #define CANDSHOWERLIST_H
00016 
00017 #include "RecoBase/CandRecoList.h"
00018 
00019 class AlgHandle;
00020 class CandContext;
00021 class CandShowerListHandle;
00022 
00023 class CandShowerList : public CandRecoList
00024 {
00025   friend class CandShowerListHandle;
00026 
00027 public:
00028   static CandShowerListHandle MakeCandidate(AlgHandle &ah,
00029                                                        CandContext &cx);
00030   CandShowerList();
00031 
00032 protected:
00033   CandShowerList(AlgHandle &ah);
00034   CandShowerList(AlgHandle &ah, CandHandle &ch, CandContext &cx);
00035   CandShowerList(const CandShowerList &rhs);
00036   virtual ~CandShowerList();
00037   virtual void CreateLocalHandle();
00038   virtual CandShowerList *Dup() const;
00039   virtual Bool_t IsEquivalent(const TObject *rhs) const;
00040 
00041 ClassDef(CandShowerList,1)             // Concrete Event Candidate Class
00042 };
00043 
00044 #endif                                               // CANDSHOWERLIST_H

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