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

Public Member Functions | |
| CandFitShowerEMHandle () | |
| CandFitShowerEMHandle (const CandFitShowerEMHandle &cfsemh) | |
| CandFitShowerEMHandle (CandFitShowerEM *cd) | |
| virtual | ~CandFitShowerEMHandle () |
| virtual CandFitShowerEMHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
| void | SetMomentum (Double_t) |
| Double_t | GetMomentum () const |
| Double_t | GetChi2 () const |
| void | SetChi2 (Double_t) |
| Bool_t | GetPass () const |
| void | SetPass (Bool_t) |
| Int_t | GetNDOF () const |
| void | SetNDOF (Int_t) |
| Int_t | GetNIterate () const |
| void | SetNIterate (Int_t) |
| Double_t | GetCPUTime () const |
| void | SetCPUTime (Double_t) |
Static Public Member Functions | |
| NavKey | KeyFromSlice (const CandFitShowerEMHandle *) |
|
|
Definition at line 25 of file CandFitShowerEMHandle.cxx. Referenced by DupHandle(). 00026 {
00027 }
|
|
|
Definition at line 30 of file CandFitShowerEMHandle.cxx. 00030 : 00031 CandShowerEMHandle(cdh) 00032 { 00033 }
|
|
|
Definition at line 36 of file CandFitShowerEMHandle.cxx. 00036 : 00037 CandShowerEMHandle(cd) 00038 { 00039 }
|
|
|
Definition at line 42 of file CandFitShowerEMHandle.cxx. 00043 {
00044 }
|
|
|
Reimplemented from CandShowerEMHandle. Definition at line 47 of file CandFitShowerEMHandle.cxx. References CandFitShowerEMHandle(). 00048 {
00049 return (new CandFitShowerEMHandle(*this));
00050 }
|
|
|
Definition at line 74 of file CandFitShowerEMHandle.cxx. References CandHandle::GetCandBase(). Referenced by NtpEMModule::FillNtpShower(). 00075 {
00076 return dynamic_cast<const CandFitShowerEM*>(GetCandBase())->fChi2;
00077 }
|
|
|
Definition at line 135 of file CandFitShowerEMHandle.cxx. References CandHandle::GetCandBase(). Referenced by NtpEMModule::FillNtpShower(). 00136 {
00137 return dynamic_cast<const CandFitShowerEM *>(GetCandBase())->fCPUTime;
00138 }
|
|
|
Definition at line 84 of file CandFitShowerEMHandle.cxx. References CandHandle::GetCandBase(). Referenced by NtpEMModule::FillNtpShower(). 00085 {
00086 return dynamic_cast<const CandFitShowerEM*>(GetCandBase())->fMomentum;
00087 }
|
|
|
Definition at line 123 of file CandFitShowerEMHandle.cxx. References CandHandle::GetCandBase(). Referenced by NtpEMModule::FillNtpShower(). 00124 {
00125 return dynamic_cast<const CandFitShowerEM *>(GetCandBase())->fNDOF;
00126 }
|
|
|
Definition at line 111 of file CandFitShowerEMHandle.cxx. References CandHandle::GetCandBase(). Referenced by NtpEMModule::FillNtpShower(). 00112 {
00113 return dynamic_cast<const CandFitShowerEM *>(GetCandBase())->fNIterate;
00114 }
|
|
|
Definition at line 94 of file CandFitShowerEMHandle.cxx. References CandHandle::GetCandBase(). Referenced by NtpEMModule::FillNtpShower(). 00095 {
00096 return dynamic_cast<const CandFitShowerEM*>(GetCandBase())->fPass;
00097 }
|
|
|
Definition at line 65 of file CandFitShowerEMHandle.cxx. References CandRecoHandle::GetCandSlice(), and CandHandle::GetUidInt(). 00066 {
00067 if (reco->GetCandSlice()) {
00068 return static_cast<Int_t>(reco->GetCandSlice()->GetUidInt());
00069 }
00070 return 0;
00071
00072 }
|
|
|
Definition at line 79 of file CandFitShowerEMHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFitShowerEM::RunAlg(). 00080 {
00081 dynamic_cast<CandFitShowerEM*>(GetOwnedCandBase())->fChi2 = chi2;
00082 }
|
|
|
Definition at line 129 of file CandFitShowerEMHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFitShowerEMList::RunAlg(). 00130 {
00131 dynamic_cast<CandFitShowerEM *>(GetOwnedCandBase())->fCPUTime = cputime;
00132 }
|
|
|
Definition at line 89 of file CandFitShowerEMHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFitShowerEM::RunAlg(). 00090 {
00091 dynamic_cast<CandFitShowerEM*>(GetOwnedCandBase())->fMomentum = momentum;
00092 }
|
|
|
Definition at line 117 of file CandFitShowerEMHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFitShowerEM::RunAlg(). 00118 {
00119 dynamic_cast<CandFitShowerEM *>(GetOwnedCandBase())->fNDOF = ndof;
00120 }
|
|
|
Definition at line 105 of file CandFitShowerEMHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFitShowerEM::RunAlg(). 00106 {
00107 dynamic_cast<CandFitShowerEM *>(GetOwnedCandBase())->fNIterate = n;
00108 }
|
|
|
Definition at line 99 of file CandFitShowerEMHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFitShowerEM::RunAlg(). 00100 {
00101 dynamic_cast<CandFitShowerEM*>(GetOwnedCandBase())->fPass = pass;
00102 }
|
|
|
Reimplemented from CandShowerEMHandle. Definition at line 54 of file CandFitShowerEMHandle.cxx. References MSG, and CandHandle::Trace(). 00055 {
00056 MSG("Cand", Msg::kDebug)
00057 << "**********Begin CandFitShowerEMHandle::Trace(\"" << c << "\")" << endl
00058 << "Information from CandFitShowerEMHandle's CandHandle: " << endl;
00059 CandHandle::Trace(c);
00060 MSG("Cand", Msg::kDebug)
00061 << "**********End CandFitShowerEMHandle::Trace(\"" << c << "\")" << endl;
00062 }
|
1.3.9.1