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

Public Member Functions | |
| CandShowerSRListHandle () | |
| CandShowerSRListHandle (const CandShowerSRListHandle &cdlh) | |
| CandShowerSRListHandle (CandShowerSRList *cdl) | |
| virtual | ~CandShowerSRListHandle () |
| virtual CandShowerSRListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 23 of file CandShowerSRListHandle.cxx. Referenced by DupHandle(). 00024 {
00025 }
|
|
|
Definition at line 28 of file CandShowerSRListHandle.cxx. 00028 : 00029 CandShowerListHandle(cdh) 00030 { 00031 }
|
|
|
Definition at line 34 of file CandShowerSRListHandle.cxx. 00034 : 00035 CandShowerListHandle(cd) 00036 { 00037 }
|
|
|
Definition at line 40 of file CandShowerSRListHandle.cxx. 00041 {
00042 }
|
|
|
Reimplemented from CandShowerListHandle. Definition at line 45 of file CandShowerSRListHandle.cxx. References CandShowerSRListHandle(). 00046 {
00047 return (new CandShowerSRListHandle(*this));
00048 }
|
|
|
Reimplemented from CandShowerListHandle. Definition at line 52 of file CandShowerSRListHandle.cxx. References MSG, and CandHandle::Trace(). 00053 {
00054 MSG("Cand", Msg::kDebug)
00055 << "**********Begin CandShowerSRListHandle::Trace(\"" << c << "\")" << endl
00056 << "Information from CandShowerSRListHandle's CandHandle: " << endl;
00057 CandHandle::Trace(c);
00058 MSG("Cand", Msg::kDebug)
00059 << "**********End CandShowerSRListHandle::Trace(\"" << c << "\")" << endl;
00060 }
|
1.3.9.1