00001 00002 #ifndef CANDSHOWERATNULIST_H 00003 #define CANDSHOWERATNULIST_H 00004 00005 #include "RecoBase/CandShowerList.h" 00006 00007 class AlgHandle; 00008 class CandContext; 00009 class CandShowerAtNuListHandle; 00010 00011 class CandShowerAtNuList : public CandShowerList 00012 { 00013 00014 friend class CandShowerAtNuListHandle; 00015 00016 public: 00017 static CandShowerAtNuListHandle MakeCandidate(AlgHandle &ah,CandContext &cx); 00018 CandShowerAtNuList(); 00019 00020 protected: 00021 00022 CandShowerAtNuList(AlgHandle &ah); 00023 CandShowerAtNuList(AlgHandle &ah, CandHandle &ch, CandContext &cx); 00024 CandShowerAtNuList(const CandShowerAtNuList &rhs); 00025 virtual ~CandShowerAtNuList(); 00026 virtual CandShowerAtNuList *Dup() const; 00027 00028 private: 00029 Double_t fCPUTime; 00030 00031 ClassDef(CandShowerAtNuList,1) 00032 00033 }; 00034 00035 #endif
1.3.9.1