#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 23 of file CandSubShowerSRListHandle.cxx. Referenced by DupHandle(). 00024 {
00025 }
|
|
|
Definition at line 28 of file CandSubShowerSRListHandle.cxx. 00028 : 00029 CandRecoListHandle(cdh) 00030 { 00031 }
|
|
|
Definition at line 34 of file CandSubShowerSRListHandle.cxx. 00034 : 00035 CandRecoListHandle(cd) 00036 { 00037 }
|
|
|
Definition at line 40 of file CandSubShowerSRListHandle.cxx. 00041 {
00042 }
|
|
|
Reimplemented from CandRecoListHandle. Definition at line 45 of file CandSubShowerSRListHandle.cxx. References CandSubShowerSRListHandle(). Referenced by EventSRListModule::Reco(). 00046 {
00047 return (new CandSubShowerSRListHandle(*this));
00048 }
|
|
|
Reimplemented from CandRecoListHandle. Definition at line 52 of file CandSubShowerSRListHandle.cxx. References 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.3.9.1