#include <CandSubShowerSRListHandle.h>
Inheritance diagram for CandSubShowerSRListHandle:

Public Member Functions | |
| CandSubShowerSRListHandle () | |
| CandSubShowerSRListHandle (const CandSubShowerSRListHandle &cdh) | |
| CandSubShowerSRListHandle (CandSubShowerSRList *cd) | |
| virtual | ~CandSubShowerSRListHandle () |
| virtual CandSubShowerSRListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
Definition at line 17 of file CandSubShowerSRListHandle.h.
| CandSubShowerSRListHandle::CandSubShowerSRListHandle | ( | ) |
| CandSubShowerSRListHandle::CandSubShowerSRListHandle | ( | const CandSubShowerSRListHandle & | cdh | ) |
Definition at line 28 of file CandSubShowerSRListHandle.cxx.
00028 : 00029 CandRecoListHandle(cdh) 00030 { 00031 }
| CandSubShowerSRListHandle::CandSubShowerSRListHandle | ( | CandSubShowerSRList * | cd | ) |
Definition at line 34 of file CandSubShowerSRListHandle.cxx.
00034 : 00035 CandRecoListHandle(cd) 00036 { 00037 }
| CandSubShowerSRListHandle::~CandSubShowerSRListHandle | ( | ) | [virtual] |
| CandSubShowerSRListHandle * CandSubShowerSRListHandle::DupHandle | ( | ) | const [virtual] |
Reimplemented from CandRecoListHandle.
Definition at line 45 of file CandSubShowerSRListHandle.cxx.
References CandSubShowerSRListHandle().
Referenced by EventSRListModule::Reco().
00046 { 00047 return (new CandSubShowerSRListHandle(*this)); 00048 }
| void CandSubShowerSRListHandle::Trace | ( | const char * | c = "" |
) | const [virtual] |
Reimplemented from CandRecoListHandle.
Definition at line 52 of file CandSubShowerSRListHandle.cxx.
References Msg::kDebug, MSG, and CandHandle::Trace().
00053 { 00054 MSG("Cand", Msg::kDebug) 00055 << "**********Begin CandSubShowerSRListHandle::Trace(\"" << c << "\")" << endl 00056 << "Information from CandSubShowerSRListHandle's CandHandle: " << endl; 00057 CandHandle::Trace(c); 00058 MSG("Cand", Msg::kDebug) 00059 << "**********End CandSubShowerSRListHandle::Trace(\"" << c << "\")" << endl; 00060 }
1.4.7