]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/SurveyToAlignHmpid.C
Fixing the compilation: some classes and libraries were missing
[u/mrichter/AliRoot.git] / HMPID / SurveyToAlignHmpid.C
index 975b2ebae8dfdde1c55c1b0eb7644b40d26525a8..a7715f3e207762d568cc488f066f4f3acb79a07a 100644 (file)
@@ -22,9 +22,9 @@ void SurveyToAlignHmpid(const char* filename="Survey_781282_HMPID.txt"){
        // We retrieve and open the ideal geometry
        AliCDBManager* cdbman = AliCDBManager::Instance();
        if(!cdbman->IsDefaultStorageSet()){
-               cdbman->SetDefaultStorage("local://$ALICE_ROOT");
+               cdbman->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
        }else{
-               cdbman->SetSpecificStorage("GRP/Geometry/*","local://$ALICE_ROOT");
+               cdbman->SetSpecificStorage("GRP/Geometry/*","local://$ALICE_ROOT/OCDB");
        }
        cdbman->SetRun(0);
        AliCDBEntry* cdbe = (AliCDBEntry*) cdbman->Get("GRP/Geometry/Data");