]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONCheckDI.C
code cleanup: renaming functions; adding prototype code for later development; no...
[u/mrichter/AliRoot.git] / MUON / MUONCheckDI.C
index 1292ad0a513720f1c149cad375230bac0f523d13..8dfd2681766b597505349695804e6c5c22ce60e5 100644 (file)
 
 /* $Id$ */
 
-//
-// Macro for checking AliMUONDataInterface and AliMUONMCDataInterface.
-// By Bruce Becker, DAPNIA/SPhN/CEA Saclay
-//
-// Modified to updated versions of data interfaces.
-//  Artur Szostak <artursz@iafrica.com> (University of Cape Town)
-//
+/// \ingroup macros
+/// \file MUONCheckDI.C
+/// \brief Macro for checking AliMUONDataInterface and AliMUONMCDataInterface.
+///
+/// \author Bruce Becker, DAPNIA/SPhN/CEA Saclay
+///
+/// Modified to updated versions of data interfaces
+/// by Artur Szostak <artursz@iafrica.com> (University of Cape Town)
 
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include "AliMUONHit.h"
@@ -789,7 +790,7 @@ bool TriggersOk()
  */
 bool MUONCheckDI(bool checkSim = true, bool checkRec = true)
 {
-       AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT");
+       AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
 
        // Note: we do not bother checking the AliMUONMCDataInterface::Particle,
        // AliMUONMCDataInterface::Stack and AliMUONMCDataInterface::TrackRefs methods