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

Public Member Functions | |
| FarDetDataQualityHandle () | |
| FarDetDataQualityHandle (const FarDetDataQualityHandle &rhs) | |
| FarDetDataQualityHandle (FarDetDataQuality *candidate) | |
| virtual | ~FarDetDataQualityHandle () |
| virtual FarDetDataQualityHandle * | DupHandle () const |
| Int_t | GetRun () const |
| Int_t | GetSubRun () const |
| Int_t | GetSnarl () const |
| Int_t | GetDate () const |
| Int_t | GetTime () const |
| Int_t | GetTimeFrame () const |
| Int_t | GetMicrosec () const |
| Int_t | GetNanosec () const |
| Int_t | GetCrateMask () const |
| Int_t | GetDeadPlnChips () const |
| Int_t | GetHotPlnChips () const |
| Int_t | GetColdPlnChips () const |
| Int_t | GetBusyPlnChips () const |
| Int_t | GetDeadShldChips () const |
| Int_t | GetHotShldChips () const |
| Int_t | GetColdShldChips () const |
| Int_t | GetBusyShldChips () const |
| Int_t | GetLiBox () const |
| Int_t | GetLiLed () const |
| Int_t | GetLiPulseHeight () const |
| Int_t | GetLiPulseWidth () const |
| Int_t | GetTpmtBox () const |
| Int_t | GetTpmtNanosec () const |
| Int_t | GetSparsErrors () const |
| Int_t | GetEtcErrors () const |
| Int_t | GetSpillStatus () const |
| Int_t | GetSpillType () const |
| Int_t | GetSpillGpsError () const |
| Int_t | GetLiChannels () const |
| Int_t | GetHitPlnChannels () const |
| Int_t | GetHitShldChannels () const |
| void | SetRun (Int_t run) |
| void | SetSubRun (Int_t subrun) |
| void | SetSnarl (Int_t snarl) |
| void | SetDate (Int_t date) |
| void | SetTime (Int_t time) |
| void | SetTimeFrame (Int_t timeframe) |
| void | SetMicrosec (Int_t microsec) |
| void | SetNanosec (Int_t nanosec) |
| void | SetCrateMask (Int_t mask) |
| void | SetDeadPlnChips (Int_t nchips) |
| void | SetHotPlnChips (Int_t nchips) |
| void | SetColdPlnChips (Int_t nchips) |
| void | SetBusyPlnChips (Int_t nchips) |
| void | SetDeadShldChips (Int_t nchips) |
| void | SetHotShldChips (Int_t nchips) |
| void | SetColdShldChips (Int_t nchips) |
| void | SetBusyShldChips (Int_t nchips) |
| void | SetLiBox (Int_t box) |
| void | SetLiLed (Int_t led) |
| void | SetLiPulseHeight (Int_t pulseheight) |
| void | SetLiPulseWidth (Int_t pulsewidth) |
| void | SetTpmtBox (Int_t box) |
| void | SetTpmtNanosec (Int_t nanosec) |
| void | SetSparsErrors (Int_t nerrs) |
| void | SetEtcErrors (Int_t nerrs) |
| void | SetSpillStatus (Int_t status) |
| void | SetSpillType (Int_t type) |
| void | SetSpillGpsError (Int_t error) |
| void | SetLiChannels (Int_t nchahnels) |
| void | SetHitPlnChannels (Int_t nchannels) |
| void | SetHitShldChannels (Int_t nchannels) |
| ClassDef (FarDetDataQualityHandle, 1) | |
|
|
Definition at line 8 of file FarDetDataQualityHandle.cxx. 00009 {
00010
00011 }
|
|
|
Definition at line 13 of file FarDetDataQualityHandle.cxx. 00013 : 00014 CandHandle(cdh) 00015 { 00016 00017 } FarDetDataQualityHandle::FarDetDataQualityHandle(FarDetDataQuality* cd) :
|
|
|
Definition at line 18 of file FarDetDataQualityHandle.cxx. 00018 : 00019 CandHandle(cd) 00020 { 00021 00022 }
|
|
|
Definition at line 24 of file FarDetDataQualityHandle.cxx. 00025 {
00026
00027 }
|
|
||||||||||||
|
|
|
|
Reimplemented from CandHandle. |
|
|
Definition at line 95 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00096 {
00097 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fBusyPlnChips;
00098 }
|
|
|
Definition at line 115 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00116 {
00117 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fBusyShldChips;
00118 }
|
|
|
Definition at line 90 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00091 {
00092 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fColdPlnChips;
00093 }
|
|
|
Definition at line 110 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00111 {
00112 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fColdShldChips;
00113 }
|
|
|
Definition at line 75 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00076 {
00077 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fCrateMask;
00078 }
|
|
|
Definition at line 50 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDeadChipModule::Ana(), and FarDetDataQualityModule::Ana(). 00051 {
00052 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fDate;
00053 }
|
|
|
Definition at line 80 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(), and FarDetDataQualityModule::ApplyFilter(). 00081 {
00082 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fDeadPlnChips;
00083 }
|
|
|
Definition at line 100 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(), and FarDetDataQualityModule::ApplyFilter(). 00101 {
00102 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fDeadShldChips;
00103 }
|
|
|
Definition at line 155 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00156 {
00157 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fEtcErrors;
00158 }
|
|
|
Definition at line 180 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(), and FarDetDataQualityModule::ApplyFilter(). 00181 {
00182 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fHitPlnChannels;
00183 }
|
|
|
Definition at line 185 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00186 {
00187 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fHitShldChannels;
00188 }
|
|
|
Definition at line 85 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00086 {
00087 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fHotPlnChips;
00088 }
|
|
|
Definition at line 105 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00106 {
00107 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fHotShldChips;
00108 }
|
|
|
Definition at line 120 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00121 {
00122 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fLiBox;
00123 }
|
|
|
Definition at line 175 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(), and FarDetDataQualityModule::ApplyFilter(). 00176 {
00177 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fLiChannels;
00178 }
|
|
|
Definition at line 125 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00126 {
00127 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fLiLed;
00128 }
|
|
|
Definition at line 130 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00131 {
00132 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fLiPulseHeight;
00133 }
|
|
|
Definition at line 135 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00136 {
00137 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fLiPulseWidth;
00138 }
|
|
|
Definition at line 65 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00066 {
00067 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fMicrosec;
00068 }
|
|
|
Definition at line 70 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDeadChipModule::Ana(), and FarDetDataQualityModule::Ana(). 00071 {
00072 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fNanosec;
00073 }
|
|
|
Definition at line 35 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDeadChipModule::Ana(), and FarDetDataQualityModule::Ana(). 00036 {
00037 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fRun;
00038 }
|
|
|
Definition at line 45 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDeadChipModule::Ana(), and FarDetDataQualityModule::Ana(). 00046 {
00047 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fSnarl;
00048 }
|
|
|
Definition at line 150 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00151 {
00152 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fSparsErrors;
00153 }
|
|
|
Definition at line 170 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00171 {
00172 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fSpillGpsError;
00173 }
|
|
|
Definition at line 160 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00161 {
00162 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fSpillStatus;
00163 }
|
|
|
Definition at line 165 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00166 {
00167 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fSpillType;
00168 }
|
|
|
Definition at line 40 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00041 {
00042 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fSubRun;
00043 }
|
|
|
Definition at line 55 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDeadChipModule::Ana(), and FarDetDataQualityModule::Ana(). 00056 {
00057 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fTime;
00058 }
|
|
|
Definition at line 60 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00061 {
00062 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fTimeFrame;
00063 }
|
|
|
Definition at line 140 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00141 {
00142 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fTpmtBox;
00143 }
|
|
|
Definition at line 145 of file FarDetDataQualityHandle.cxx. References CandHandle::GetCandBase(). Referenced by FarDetDataQualityModule::Ana(). 00146 {
00147 return dynamic_cast<const FarDetDataQuality*>(GetCandBase())->fTpmtNanosec;
00148 }
|
|
|
Definition at line 250 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00251 {
00252 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fBusyPlnChips=nchips;
00253 }
|
|
|
Definition at line 270 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00271 {
00272 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fBusyShldChips=nchips;
00273 }
|
|
|
Definition at line 245 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00246 {
00247 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fColdPlnChips=nchips;
00248 }
|
|
|
Definition at line 265 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00266 {
00267 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fColdShldChips=nchips;
00268 }
|
|
|
Definition at line 230 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00231 {
00232 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fCrateMask=mask;
00233 }
|
|
|
Definition at line 205 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00206 {
00207 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fDate=date;
00208 }
|
|
|
Definition at line 235 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00236 {
00237 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fDeadPlnChips=nchips;
00238 }
|
|
|
Definition at line 255 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00256 {
00257 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fDeadShldChips=nchips;
00258 }
|
|
|
Definition at line 310 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00311 {
00312 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fEtcErrors=nerrs;
00313 }
|
|
|
Definition at line 335 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00336 {
00337 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fHitPlnChannels=nchannels;
00338 }
|
|
|
Definition at line 340 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00341 {
00342 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fHitShldChannels=nchannels;
00343 }
|
|
|
Definition at line 240 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00241 {
00242 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fHotPlnChips=nchips;
00243 }
|
|
|
Definition at line 260 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00261 {
00262 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fHotShldChips=nchips;
00263 }
|
|
|
Definition at line 275 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00276 {
00277 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fLiBox=box;
00278 }
|
|
|
Definition at line 330 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00331 {
00332 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fLiChannels=nchannels;
00333 }
|
|
|
Definition at line 280 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00281 {
00282 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fLiLed=led;
00283 }
|
|
|
Definition at line 285 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00286 {
00287 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fLiPulseHeight=pulseheight;
00288 }
|
|
|
Definition at line 290 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00291 {
00292 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fLiPulseWidth=pulsewidth;
00293 }
|
|
|
Definition at line 220 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00221 {
00222 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fMicrosec=microsec;
00223 }
|
|
|
Definition at line 225 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00226 {
00227 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fNanosec=nanosec;
00228 }
|
|
|
Definition at line 190 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00191 {
00192 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fRun=run;
00193 }
|
|
|
Definition at line 200 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00201 {
00202 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fSnarl=snarl;
00203 }
|
|
|
Definition at line 305 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00306 {
00307 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fSparsErrors=nerrs;
00308 }
|
|
|
Definition at line 325 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00326 {
00327 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fSpillGpsError=error;
00328 }
|
|
|
Definition at line 315 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00316 {
00317 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fSpillStatus=status;
00318 }
|
|
|
Definition at line 320 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00321 {
00322 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fSpillType=type;
00323 }
|
|
|
Definition at line 195 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00196 {
00197 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fSubRun=subrun;
00198 }
|
|
|
Definition at line 210 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00211 {
00212 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fTime=time;
00213 }
|
|
|
Definition at line 215 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00216 {
00217 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fTimeFrame=timeframe;
00218 }
|
|
|
Definition at line 295 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00296 {
00297 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fTpmtBox=box;
00298 }
|
|
|
Definition at line 300 of file FarDetDataQualityHandle.cxx. References CandHandle::GetOwnedCandBase(). Referenced by AlgFarDetDataQuality::RunAlg(). 00301 {
00302 dynamic_cast<FarDetDataQuality*>(GetOwnedCandBase())->fTpmtNanosec=nanosec;
00303 }
|
1.3.9.1