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

Public Member Functions | |
| CandShowerEMListHandle () | |
| CandShowerEMListHandle (const CandShowerEMListHandle &cdh) | |
| CandShowerEMListHandle (CandShowerEMList *cd) | |
| virtual | ~CandShowerEMListHandle () |
| virtual CandShowerEMListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 30 of file CandShowerEMListHandle.cxx. Referenced by DupHandle(). 00031 {
00032 }
|
|
|
Definition at line 35 of file CandShowerEMListHandle.cxx. 00035 : 00036 CandShowerListHandle(cdh) 00037 { 00038 }
|
|
|
Definition at line 41 of file CandShowerEMListHandle.cxx. 00041 : 00042 CandShowerListHandle(cd) 00043 { 00044 }
|
|
|
Definition at line 47 of file CandShowerEMListHandle.cxx. 00048 {
00049 }
|
|
|
Reimplemented from CandShowerListHandle. Reimplemented in CandFitShowerEMListHandle. Definition at line 52 of file CandShowerEMListHandle.cxx. References CandShowerEMListHandle(). 00053 {
00054 return (new CandShowerEMListHandle(*this));
00055 }
|
|
|
Reimplemented from CandShowerListHandle. Reimplemented in CandFitShowerEMListHandle. Definition at line 59 of file CandShowerEMListHandle.cxx. References MSG, and CandHandle::Trace(). 00060 {
00061 MSG("Cand", Msg::kDebug)
00062 << "**********Begin CandShowerEMListHandle::Trace(\"" << c << "\")" << endl
00063 << "Information from CandShowerEMListHandle's CandHandle: " << endl;
00064 CandHandle::Trace(c);
00065 MSG("Cand", Msg::kDebug)
00066 << "**********End CandShowerEMListHandle::Trace(\"" << c << "\")" << endl;
00067 }
|
1.3.9.1