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

Public Member Functions | |
| CandClusterListHandle () | |
| CandClusterListHandle (const CandClusterListHandle &cdlh) | |
| CandClusterListHandle (CandClusterList *cdl) | |
| virtual | ~CandClusterListHandle () |
| virtual CandClusterListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 33 of file CandClusterListHandle.cxx. Referenced by DupHandle(). 00034 {
00035 }
|
|
|
Definition at line 38 of file CandClusterListHandle.cxx. 00038 : 00039 CandHandle(cdh) 00040 { 00041 }
|
|
|
Definition at line 44 of file CandClusterListHandle.cxx. 00044 : 00045 CandHandle(cd) 00046 { 00047 }
|
|
|
Definition at line 50 of file CandClusterListHandle.cxx. 00051 {
00052 }
|
|
|
Reimplemented from CandHandle. Definition at line 55 of file CandClusterListHandle.cxx. References CandClusterListHandle(). Referenced by EventSRListModule::Reco(). 00056 {
00057 return (new CandClusterListHandle(*this));
00058 }
|
|
|
Reimplemented from CandHandle. Definition at line 62 of file CandClusterListHandle.cxx. References MSG, and CandHandle::Trace(). 00063 {
00064 MSG("Cand", Msg::kDebug)
00065 << "**********Begin CandClusterListHandle::Trace(\"" << c << "\")" << endl
00066 << "Information from CandClusterListHandle's CandHandle: " << endl;
00067 CandHandle::Trace(c);
00068 MSG("Cand", Msg::kDebug)
00069 << "**********End CandClusterListHandle::Trace(\"" << c << "\")" << endl;
00070 }
|
1.3.9.1