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

Public Member Functions | |
| FarDetEventListHandle () | |
| FarDetEventListHandle (const FarDetEventListHandle &cdlh) | |
| FarDetEventListHandle (FarDetEventList *cdl) | |
| virtual | ~FarDetEventListHandle () |
| virtual FarDetEventListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
|
|
Definition at line 32 of file FarDetEventListHandle.cxx. Referenced by DupHandle(). 00033 {
00034 }
|
|
|
Definition at line 37 of file FarDetEventListHandle.cxx. 00037 : 00038 CandEventListHandle(cdh) 00039 { 00040 }
|
|
|
Definition at line 43 of file FarDetEventListHandle.cxx. 00043 : 00044 CandEventListHandle(cd) 00045 { 00046 }
|
|
|
Definition at line 49 of file FarDetEventListHandle.cxx. 00050 {
00051 }
|
|
|
Reimplemented from CandEventListHandle. Definition at line 54 of file FarDetEventListHandle.cxx. References FarDetEventListHandle(). 00055 {
00056 return (new FarDetEventListHandle(*this));
00057 }
|
|
|
Reimplemented from CandEventListHandle. Definition at line 61 of file FarDetEventListHandle.cxx. References MSG, and CandEventListHandle::Trace(). 00062 {
00063 MSG("FarDet", Msg::kDebug)
00064 << "**********Begin FarDetEventListHandle::Trace(\"" << c << "\")" << endl
00065 << "Information from FarDetEventListHandle's CandHandle: " << endl;
00066 CandEventListHandle::Trace(c);
00067 MSG("FarDet", Msg::kDebug)
00068 << "**********End FarDetEventListHandle::Trace(\"" << c << "\")" << endl;
00069 }
|
1.3.9.1