X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONDataInterface.cxx;h=f698927fc94d54e63b13034fbdde84ed21e8cc5b;hb=1100f3cd3432283c7f88469856e4c6d5fd1c7fe5;hp=72c171400e45cfb63bdca88cebf881e4f24805d6;hpb=168e9c4d964fb4c171ece6ecd58086a307241034;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONDataInterface.cxx b/MUON/AliMUONDataInterface.cxx index 72c171400e4..f698927fc94 100644 --- a/MUON/AliMUONDataInterface.cxx +++ b/MUON/AliMUONDataInterface.cxx @@ -37,6 +37,7 @@ #include "AliRunLoader.h" #include "AliHeader.h" #include "AliCDBManager.h" +#include "AliLog.h" #include #include @@ -564,6 +565,7 @@ AliMUONDataInterface::Open(const char* filename) { AliError(Form("Cannot open file %s",filename)); fIsValid = kFALSE; + return; } runLoader->LoadHeader();