]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerGUIbdmap.cxx
Removing an AliInfo
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerGUIbdmap.cxx
index bc6e9901af724a266c3acca12534108b76548407..69c84d52c25c76b8501faf96fa68933720a70d1f 100644 (file)
@@ -275,7 +275,7 @@ void AliMUONTriggerGUIbdmap::LocalTriggerInfo()
   /// print the local trigger
   
   AliMUONTriggerCrateStore* crateManager = new AliMUONTriggerCrateStore();
-  crateManager->ReadFromFile();
+  crateManager->ReadFromFile(0x0);
 
   TGText txt;
   Char_t buffer[20];
@@ -1073,7 +1073,7 @@ void AliMUONTriggerGUIbdmap::DrawDigits(Bool_t bx, Bool_t by)
     // x-strips DSET
     if (bx) {
       
-      for (Int_t ix = 0; ix < fNStripX; ix++) {
+      for (ix = 0; ix < fNStripX; ix++) {
        //if (fBoard->GetXDig(i,ix) > 0) {
        if (fXDigBox[i][ix]->GetFillStyle() == 1001 || 
            fBoard->GetXDig(i,ix) > 0) {
@@ -1122,7 +1122,7 @@ void AliMUONTriggerGUIbdmap::DrawDigits(Bool_t bx, Bool_t by)
     // y-strips DSET
     if (by) {
       
-      for (Int_t iy = 0; iy < fNStripY; iy++) {
+      for (iy = 0; iy < fNStripY; iy++) {
        //if (fBoard->GetYDig(i,iy) > 0) {
        if (fYDigBox[i][iy]->GetFillStyle() == 1001 || 
            fBoard->GetYDig(i,iy) > 0) {