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

Public Member Functions | |
| CandCluster3DListHandle () | |
| CandCluster3DListHandle (const CandCluster3DListHandle &cdh) | |
| CandCluster3DListHandle (CandCluster3DList *cd) | |
| virtual | ~CandCluster3DListHandle () |
| virtual CandCluster3DListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 25 of file CandCluster3DListHandle.cxx. Referenced by DupHandle(). 00026 {
00027 }
|
|
|
Definition at line 30 of file CandCluster3DListHandle.cxx. 00030 : 00031 //CandClusterListHandle(cdh) 00032 CandRecoListHandle(cdh) 00033 { 00034 }
|
|
|
Definition at line 37 of file CandCluster3DListHandle.cxx. 00037 : 00038 //CandClusterListHandle(cd) 00039 CandRecoListHandle(cd) 00040 { 00041 }
|
|
|
Definition at line 44 of file CandCluster3DListHandle.cxx. 00045 {
00046 }
|
|
|
Reimplemented from CandRecoListHandle. Definition at line 49 of file CandCluster3DListHandle.cxx. References CandCluster3DListHandle(). 00050 {
00051 return (new CandCluster3DListHandle(*this));
00052 }
|
|
|
Reimplemented from CandRecoListHandle. Definition at line 56 of file CandCluster3DListHandle.cxx. References MSG, and CandHandle::Trace(). 00057 {
00058 MSG("Cand", Msg::kDebug)
00059 << "**********Begin CandCluster3DListHandle::Trace(\"" << c << "\")" << endl
00060 << "Information from CandCluster3DListHandle's CandHandle: " << endl;
00061 CandHandle::Trace(c);
00062 MSG("Cand", Msg::kDebug)
00063 << "**********End CandCluster3DListHandle::Trace(\"" << c << "\")" << endl;
00064 }
|
1.3.9.1