]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCDB.cxx
Changing once more (hopefully we get it correct this time...) the logic to trig the...
[u/mrichter/AliRoot.git] / MUON / AliMUONCDB.cxx
index 25feec71eceb3f3c59a95cb2cc237a1ae3d8678f..54e97ca9a08586db3da717eac9e9df85c6df0b01 100644 (file)
@@ -1402,9 +1402,8 @@ AliMUONCDB::WriteConfig(Int_t startRun, Int_t endRun)
   }
   
   AliMUON2DMap config(kTRUE);
-  Bool_t dummy(kTRUE);
   
-  AliMUONTrackerIO::DecodeConfig(lines.str().c_str(),config,dummy);
+  AliMUONTrackerIO::DecodeConfig(lines.str().c_str(),config);
   
   WriteToCDB("MUON/Calib/Config",&config,startRun,endRun,kTRUE);
 }