00001 #include "AtmosDeadChip.h" 00002 00003 ClassImp(AtmosDeadChip) 00004 00005 AtmosDeadChip::AtmosDeadChip() 00006 { 00007 this->Init(); 00008 } 00009 00010 AtmosDeadChip::~AtmosDeadChip() 00011 { 00012 00013 } 00014 00015 void AtmosDeadChip::Init() 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 } 00030