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

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