]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Commenting out the code relying on temporarily removed
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jun 2007 10:20:21 +0000 (10:20 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jun 2007 10:20:21 +0000 (10:20 +0000)
functions in AliMUONTriggerElectronics
(Bogdan)

MUON/AliMUONTriggerGUI.cxx

index 9a495cee3cbaf94c80760a6d7a161ba511e32d25..c8d6ba46ec82c5ea0456d9857afe444df3a8bb85 100644 (file)
@@ -226,8 +226,8 @@ void AliMUONTriggerGUI::HandleMenu(Int_t id)
   TGTextButton *controlClose, *nextEvent, *previousEvent, *skipToEvent;
   TGTextButton *circuitCancel, *circuitOpen;
 
-  Int_t trigInfo[kNBoards*6] = {-1};
-  Int_t nLocalTrigger = 0;
+  //Int_t trigInfo[kNBoards*6] = {-1};
+  //Int_t nLocalTrigger = 0;
 
   TString error = TString("");
   if (id != kMFILEEXIT && id != kMFILERUN && fRunLoader == 0) {
@@ -567,7 +567,7 @@ void AliMUONTriggerGUI::HandleMenu(Int_t id)
     break;
 
   case kMTRIGGERDSET:
-
+    /*
     cout << "Trigger with boards digits....." << endl;
     fTriggerProcessor->FeedBoardsGUI(Boards());
 
@@ -586,7 +586,7 @@ void AliMUONTriggerGUI::HandleMenu(Int_t id)
       cout << "LoHpt = "    << trigInfo[6*ilo+5] << endl;
       cout                                       << endl;
     }
-      
+    */
     break;
 
   default:
@@ -720,7 +720,7 @@ void AliMUONTriggerGUI::DoRunApply()
        }
       }
       
-      fTriggerProcessor = new AliMUONTriggerElectronics(fCalibrationData);
+      //fTriggerProcessor = new AliMUONTriggerElectronics(fCalibrationData);
     }
 
   }