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

Public Member Functions | |
| CandTrackAtNuListHandle () | |
| CandTrackAtNuListHandle (const CandTrackAtNuListHandle &cdh) | |
| CandTrackAtNuListHandle (CandTrackAtNuList *cd) | |
| virtual | ~CandTrackAtNuListHandle () |
| virtual CandTrackAtNuListHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
| Double_t | GetCPUTime () const |
| void | SetCPUTime (Double_t time) |
|
|
Definition at line 19 of file CandTrackAtNuListHandle.cxx. References MSG. Referenced by DupHandle(). 00020 {
00021 MSG("CandTrackAtNuListHandle", Msg::kDebug) << " " << endl;
00022 }
|
|
|
Definition at line 24 of file CandTrackAtNuListHandle.cxx. 00024 : 00025 CandTrackListHandle(cdh) 00026 { 00027 00028 }
|
|
|
Definition at line 30 of file CandTrackAtNuListHandle.cxx. 00030 : 00031 CandTrackListHandle(cd) 00032 { 00033 00034 }
|
|
|
Definition at line 36 of file CandTrackAtNuListHandle.cxx. 00037 {
00038
00039 }
|
|
|
Reimplemented from CandTrackListHandle. Definition at line 41 of file CandTrackAtNuListHandle.cxx. References CandTrackAtNuListHandle(). 00042 {
00043 return (new CandTrackAtNuListHandle(*this));
00044 }
|
|
|
Definition at line 51 of file CandTrackAtNuListHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(). 00052 {
00053 return dynamic_cast<const CandTrackAtNuList*>(GetCandBase())->fCPUTime;
00054 }
|
|
|
Definition at line 56 of file CandTrackAtNuListHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgAtNuRecoMCTruth::RunAlg(), and AlgAtNuReco::RunAlg(). 00057 {
00058 dynamic_cast<CandTrackAtNuList*>(GetOwnedCandBase())->fCPUTime = time;
00059 }
|
|
|
Reimplemented from CandTrackListHandle. Definition at line 46 of file CandTrackAtNuListHandle.cxx. References CandHandle::Trace(). 00047 {
00048 CandHandle::Trace(c);
00049 }
|
1.3.9.1