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

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