]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONCDB.h
Changed CDBPath value to the standard path
[u/mrichter/AliRoot.git] / MUON / MUONCDB.h
index 4d13a6668e30cc73f44bd6eb996137cf8b20e130..64a06dfcb1e1d3aa969a2dd3572900f4cc4c3821 100644 (file)
@@ -12,7 +12,10 @@ class TList;
 class AliMUONV1DStore;
 class AliMUONV2DStore;
 
-static const char* CDBPath = "local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB";
+// Use the following for testing the Shuttle preprocessor
+//static const char* CDBPath = "local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB";
+// Or this one for "normal" use
+static const char* CDBPath = "local://$ALICE_ROOT";
 
 void generateTrigger(const char* cdbpath=CDBPath);