]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/TestMUONPreprocessor.C
Reflecting changes in AliPreprocessor
[u/mrichter/AliRoot.git] / MUON / TestMUONPreprocessor.C
index 3830a4a8aba51108ddd6c743fde23c767f59f329..c5cacf4ec4bb8510873614bf6812d6d9f3e9fd20 100644 (file)
@@ -105,9 +105,10 @@ void TestMUONPreprocessor(Int_t runNumber=80)
   // To test it, we must provide the run parameters manually. They will be retrieved in the preprocessor
   // using GetRunParameter function.
   // In real life the parameters will be retrieved automatically from the run logbook;
-//  shuttle->AddInputRunType("MCH", "PEDESTAL_RUN"); 
-  shuttle->AddInputRunType("MCH","ELECTRONICS_CALIBRATION_RUN");
-  // shuttle->AddInputRunType("MCH", "GMS"); 
+  shuttle->SetInputRunType("PEDESTAL_RUN"); 
+  //shuttle->SetInputRunType("ELECTRONICS_CALIBRATION_RUN");
+  //shuttle->SetInputRunType("GMS"); 
+  //shuttle->SetInputRunType("PHYSICS");
   // PEDESTAL_RUN -> pedestals
   // ELECTRONICS_CALIBRATION_RUN -> gains
   // PHYSICS ? -> HV
@@ -135,8 +136,6 @@ TMap* CreateDCSAliasMap()
   TMap* aliasMap = new TMap;
   aliasMap->SetOwner(kTRUE);
   
-  return aliasMap;
-  
   TRandom random(0);
   
   AliMUONHVNamer hvNamer;