]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliPhysicsSelection.cxx
From Laurent Aphecetche: Change of parameters for muons
[u/mrichter/AliRoot.git] / ANALYSIS / AliPhysicsSelection.cxx
index 5df8b5384278784eb5f2bdf5d3c507a3c0fa5de1..d2f579d44e9c7936010d2bd807e1fb53df4d620a 100644 (file)
@@ -1969,7 +1969,9 @@ void AliPhysicsSelection::DetectPassName(){
   if (!passName.Contains("pass")){
     AliError(" Failed to find reconstruction pass name:");
     AliError(" --> If these are MC data: please set kTRUE first argument of AddTaskPhysicsSelection");
-    AliFatal(" --> If these are real data: please insert pass name inside the path of your local file, e.g. /your_path/pass2/AliESDs.root");
+    AliError(" --> If these are real data: please insert pass name inside the path of your local file, e.g. /your_path/pass2/AliESDs.root");
+    AliError(" --> Setting default pass name...");
+    passName = "default";
   }
   
   AliInfo(Form("pass name: %s\n",passName.Data()));