]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONStatusMap.C
Adding the cascade performance task (Antonin Maire)
[u/mrichter/AliRoot.git] / MUON / MUONStatusMap.C
index 000668517504ab7af5c00e2a0c376d650539f907..b7c99409e5893310a51c25befdac522cf05a93b4 100644 (file)
 
 /* $Id$ */
 
-/// Macro to check/test pad status and pad status map makers
+/// \ingroup macros
+/// \file MUONStatusMap.C
+/// \brief Macro to check/test pad status and pad status map makers
 ///
-// Laurent Aphecetche
+/// \author Laurent Aphecetche
 
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include "AliCDBManager.h"
@@ -30,7 +32,6 @@
 #include "AliMpConstants.h"
 #include "AliMpDDLStore.h"
 #include "AliMpDetElement.h"
-#include "AliMpIntPair.h"
 #include "AliMpManuIterator.h"
 #include "Riostream.h"
 #endif
@@ -77,7 +78,7 @@ void FindBad(AliMUONPadStatusMaker& statusMaker, Int_t mask, Int_t& nBadPads, In
   }
 }
 
-AliMUONVStore* MUONStatusMap(const TString& cdbStorage = "local://$ALICE_ROOT",
+AliMUONVStore* MUONStatusMap(const TString& cdbStorage = "local://$ALICE_ROOT/OCDB",
                              Int_t runNumber=0, Bool_t statusOnly=kFALSE, 
                              Int_t mask=0x8080)
 {