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

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