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

Public Member Functions | |
| CandShowerAtNuHandle () | |
| CandShowerAtNuHandle (const CandShowerAtNuHandle &cdh) | |
| CandShowerAtNuHandle (CandShowerAtNu *cd) | |
| virtual | ~CandShowerAtNuHandle () |
| virtual CandShowerAtNuHandle * | DupHandle () const |
| virtual void | Trace (const char *c="") const |
| void | SetMinPlane (Int_t pln) |
| Int_t | GetMinPlane () const |
| void | SetMaxPlane (Int_t pln) |
| Int_t | GetMaxPlane () const |
| void | SetNPlanes (Int_t plns) |
| Int_t | GetNPlanes () const |
| void | SetNStrips (Int_t strps) |
| Int_t | GetNStrips () const |
| void | SetVtxR (Double_t vtxr) |
| Double_t | GetVtxR () const |
| void | SetDirTimeScore (Double_t dir) |
| Double_t | GetDirTimeScore () const |
| void | SetDirVtxShwScore (Double_t dir) |
| Double_t | GetDirVtxShwScore () const |
| void | SetDirCosErrU (Double_t err) |
| Double_t | GetDirCosErrU () const |
| void | SetDirCosErrV (Double_t err) |
| Double_t | GetDirCosErrV () const |
| void | SetVtxShw (Bool_t flag) |
| Bool_t | GetVtxShw () const |
| void | SetReseedFlag (Bool_t flag) |
| Bool_t | GetReseedFlag () const |
|
|
Definition at line 21 of file CandShowerAtNuHandle.cxx. References MSG. Referenced by DupHandle(). 00022 {
00023 MSG("CandShowerAtNuHandle", Msg::kDebug) << " " << endl;
00024 }
|
|
|
Definition at line 26 of file CandShowerAtNuHandle.cxx. 00026 : 00027 CandShowerHandle(cdh) 00028 { 00029 00030 }
|
|
|
Definition at line 32 of file CandShowerAtNuHandle.cxx. 00032 : 00033 CandShowerHandle(cd) 00034 { 00035 00036 }
|
|
|
Definition at line 38 of file CandShowerAtNuHandle.cxx. 00039 {
00040
00041 }
|
|
|
Reimplemented from CandShowerHandle. Definition at line 43 of file CandShowerAtNuHandle.cxx. References CandShowerAtNuHandle(). 00044 {
00045 return (new CandShowerAtNuHandle(*this));
00046 }
|
|
|
Definition at line 128 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(), and AlgShowerAtNu::RunAlg(). 00129 {
00130 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fDirCosErrU;
00131 }
|
|
|
Definition at line 138 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(), and AlgShowerAtNu::RunAlg(). 00139 {
00140 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fDirCosErrV;
00141 }
|
|
|
Definition at line 108 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(), and AlgShowerAtNu::RunAlg(). 00109 {
00110 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fDirTimeScore;
00111 }
|
|
|
Definition at line 118 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(), and AlgShowerAtNu::RunAlg(). 00119 {
00120 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fDirVtxShwScore;
00121 }
|
|
|
Definition at line 68 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00069 {
00070 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fMaxPlane;
00071 }
|
|
|
Definition at line 58 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00059 {
00060 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fMinPlane;
00061 }
|
|
|
Definition at line 78 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00079 {
00080 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fNPlanes;
00081 }
|
|
|
Definition at line 88 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00089 {
00090 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fNStrips;
00091 }
|
|
|
Definition at line 158 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(), and AlgShowerAtNu::RunAlg(). 00159 {
00160 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fReseedFlag;
00161 }
|
|
|
Definition at line 98 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00099 {
00100 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fVtxR;
00101 }
|
|
|
Definition at line 148 of file CandShowerAtNuHandle.cxx. References CandHandle::GetCandBase(). Referenced by AtNuTreeModule::Ana(), and AlgShowerAtNu::RunAlg(). 00149 {
00150 return dynamic_cast<const CandShowerAtNu*>(GetCandBase())->fVtxShw;
00151 }
|
|
|
Definition at line 123 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00124 {
00125 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fDirCosErrU=err;
00126 }
|
|
|
Definition at line 133 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00134 {
00135 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fDirCosErrV=err;
00136 }
|
|
|
Definition at line 103 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00104 {
00105 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fDirTimeScore=dir;
00106 }
|
|
|
Definition at line 113 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00114 {
00115 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fDirVtxShwScore=dir;
00116 }
|
|
|
Definition at line 63 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00064 {
00065 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fMaxPlane=pln;
00066 }
|
|
|
Definition at line 53 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00054 {
00055 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fMinPlane=pln;
00056 }
|
|
|
Definition at line 73 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00074 {
00075 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fNPlanes=plns;
00076 }
|
|
|
Definition at line 83 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00084 {
00085 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fNStrips=strps;
00086 }
|
|
|
Definition at line 153 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00154 {
00155 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fReseedFlag=flag;
00156 }
|
|
|
Definition at line 93 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00094 {
00095 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fVtxR = vtxr;
00096 }
|
|
|
Definition at line 143 of file CandShowerAtNuHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgShowerAtNu::RunAlg(). 00144 {
00145 dynamic_cast<CandShowerAtNu*>(GetOwnedCandBase())->fVtxShw=flag;
00146 }
|
|
|
Reimplemented from CandShowerHandle. Definition at line 48 of file CandShowerAtNuHandle.cxx. References CandHandle::Trace(). 00049 {
00050 CandHandle::Trace(c);
00051 }
|
1.3.9.1