]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalMonitoring.cxx
- temporary disabled the weighting for LHC12f1a,f1b,i3
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalMonitoring.cxx
index 270a6f6b1cd230ea515d8b1d5bc2a2633b901a1c..9d48a37a25bedc974822f72a5a466eacc7f466fb 100644 (file)
@@ -35,6 +35,24 @@ AliTRDCalMonitoring::AliTRDCalMonitoring()
   //
   // AliTRDCalMonitoring default constructor
   //
+  
+  for (Int_t i=0; i<540; ++i) {
+    fAnodeCurrentsMin[i] = 0;
+    fAnodeCurrentsMax[i] = 0;
+    fDriftCurrentsMin[i] = 0;
+    fDriftCurrentsMax[i] = 0;
+    fAnodeVoltagesMin[i] = 0;
+    fAnodeVoltagesMax[i] = 0;
+    fDriftVoltagesMin[i] = 0;
+    fDriftVoltagesMax[i] = 0;
+  }
+  for (Int_t i=0; i<360; ++i) {
+    fLVVoltage[i] = 0;
+    fLVCurrent[i] = 0;
+  }
+  for (Int_t i=0; i<6700; ++i) {
+    fADCTresholds[i] = 0;
+  }
 
 }
 
@@ -49,5 +67,23 @@ AliTRDCalMonitoring::AliTRDCalMonitoring(const Text_t *name, const Text_t *title
   // AliTRDCalMonitoring constructor
   //
 
+  for (Int_t i=0; i<540; ++i) {
+    fAnodeCurrentsMin[i] = 0;
+    fAnodeCurrentsMax[i] = 0;
+    fDriftCurrentsMin[i] = 0;
+    fDriftCurrentsMax[i] = 0;
+    fAnodeVoltagesMin[i] = 0;
+    fAnodeVoltagesMax[i] = 0;
+    fDriftVoltagesMin[i] = 0;
+    fDriftVoltagesMax[i] = 0;
+  }
+  for (Int_t i=0; i<360; ++i) {
+    fLVVoltage[i] = 0;
+    fLVCurrent[i] = 0;
+  }
+  for (Int_t i=0; i<6700; ++i) {
+    fADCTresholds[i] = 0;
+  }
+
 }