]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug Fixed: Adding Error in case Trigger configuration is not found in DAQ logbook.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Jul 2009 09:30:06 +0000 (09:30 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Jul 2009 09:30:06 +0000 (09:30 +0000)
STEER/AliGRPPreprocessor.cxx

index 69a5c1300acedcd7e58d7a1b42f3550921f6f2b0..e0500b1a170b37989bb3bfc2bca20b63e4d28a31 100644 (file)
@@ -309,6 +309,11 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
                        }
                }
        }
+       else {
+               Log("Trigger configuration NOT FOUND in DAQ logbook");
+               error |= 16;
+       }
+
        /*  the DCS should not been used any more to access this stuff!!!
        // ...or from DCS FXS
        else{
@@ -345,7 +350,6 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
        md.SetComment("Output parameters from the GRP preprocessor.");
        
        Bool_t result = kTRUE;
-       Log("Before storing");
        result = Store("GRP", "Data", grpobj, &md); 
        delete grpobj;