Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AtmosDeadChip.cxx

Go to the documentation of this file.
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 

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1