00001 #include "AtmosShieldPlank.h" 00002 00003 ClassImp(AtmosShieldPlank) 00004 00005 AtmosShieldPlank::AtmosShieldPlank() 00006 { 00007 this->Init(); 00008 } 00009 00010 AtmosShieldPlank::~AtmosShieldPlank() 00011 { 00012 00013 } 00014 00015 void AtmosShieldPlank::Init() 00016 { 00017 Section = 0; 00018 SubSection = 0; 00019 Plane = -999; 00020 Plank = -999; 00021 Nstrips = -1; 00022 Nerrors = 0; 00023 Ndigits = 0; 00024 X = 0.0; 00025 Y = 0.0; 00026 00027 for(Int_t i=0;i<2;i++){ 00028 Z[i] = 0.0; 00029 Tcal[i] = 0.0; 00030 Traw[i] = 0.0; 00031 Qadc[i] = 0.0; 00032 QPE[i] = 0.0; 00033 GreenFibre[i] = 0.0; 00034 WlsPigtail[i] = 0.0; 00035 ClearFibre[i] = 0.0; 00036 } 00037 }
1.3.9.1