#include <AtmosDeadChip.h>
Public Member Functions | |
| AtmosDeadChip () | |
| ~AtmosDeadChip () | |
| void | Init () |
Public Attributes | |
| Int_t | Crate |
| Int_t | Varc |
| Int_t | Vmm |
| Int_t | VaAdc |
| Int_t | VaChip |
| Int_t | InReadout |
| Int_t | Plane [2] |
| Int_t | Shield |
| Int_t | ErrorCode |
| Int_t | Status |
|
|
Definition at line 5 of file AtmosDeadChip.cxx. 00006 {
00007 this->Init();
00008 }
|
|
|
Definition at line 10 of file AtmosDeadChip.cxx. 00011 {
00012
00013 }
|
|
|
Definition at line 15 of file AtmosDeadChip.cxx. References Crate, ErrorCode, InReadout, Shield, Status, VaAdc, Varc, and Vmm. 00016 {
00017 Crate = 0;
00018 Varc = 0;
00019 Vmm = 0;
00020 VaAdc = 0;
00021 VaChip = 0;
00022 InReadout = 0;
00023 for(Int_t i=0;i<2;i++){
00024 Plane[i] = -1;
00025 }
00026 Shield = 0;
00027 ErrorCode = -1;
00028 Status = -1;
00029 }
|
|
|
Definition at line 13 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), CamEvd::FillEvent(), and Init(). |
|
|
Definition at line 21 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), and Init(). |
|
|
Definition at line 18 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), and Init(). |
|
|
Definition at line 19 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), and CamEvd::FillEvent(). |
|
|
Definition at line 20 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), and Init(). |
|
|
Definition at line 22 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), CamEvd::FillEvent(), and Init(). |
|
|
Definition at line 16 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), CamEvd::FillEvent(), and Init(). |
|
|
Definition at line 17 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), and CamEvd::FillEvent(). |
|
|
Definition at line 14 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), CamEvd::FillEvent(), and Init(). |
|
|
Definition at line 15 of file AtmosDeadChip.h. Referenced by NtpMaker::FillDataQualityInfo(), CamEvd::FillEvent(), and Init(). |
1.3.9.1