00001 #ifndef CANDSHOWERATNULISTHANDLE_H 00002 #define CANDSHOWERATNULISTHANDLE_H 00003 00004 #include "CandShowerAtNuList.h" 00005 #include "RecoBase/CandShowerListHandle.h" 00006 #include "Navigation/XxxItr.h" 00007 00008 class CandShowerAtNuListHandle : public CandShowerListHandle 00009 { 00010 00011 public: 00012 CandShowerAtNuListHandle(); 00013 CandShowerAtNuListHandle(const CandShowerAtNuListHandle &cdh); 00014 CandShowerAtNuListHandle(CandShowerAtNuList *cd); 00015 virtual ~CandShowerAtNuListHandle(); 00016 virtual CandShowerAtNuListHandle *DupHandle() const; 00017 00018 virtual void Trace(const char *c = "") const; 00019 00020 Double_t GetCPUTime() const; 00021 void SetCPUTime(Double_t time); 00022 00023 ClassDef(CandShowerAtNuListHandle,1) 00024 00025 }; 00026 00027 XXXITRDEF(CandShowerAtNuListHandle) 00028 00029 #endif
1.3.9.1