]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changing Error message in case Trigger scalers are not found in DCS FXS.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Aug 2009 08:05:19 +0000 (08:05 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Aug 2009 08:05:19 +0000 (08:05 +0000)
Another printout fixed.

STEER/AliGRPPreprocessor.cxx

index 40acbf312dde5fc4fcaf0934ebef9a768f93ad00..1c2cb4f1c72feae3d3cfc560bfe45d9661a49cb1 100644 (file)
@@ -183,7 +183,7 @@ ClassImp(AliGRPPreprocessor)
                    "",
                    "(DAQ logbook ERROR)",
                    "(DAQ FXS ERROR)",
-                   "(DCS FXS ERROR)",
+                   "(Trigger Scalers not found in DCS FXS - ERROR)",
                    "(DCS data points ERROR)",
                    "(Trigger Configuration ERROR)",
                    "(DAQ logbook ERROR determining partition of the run)"
@@ -614,7 +614,7 @@ UInt_t AliGRPPreprocessor::ProcessDcsFxs(TString partition, TString detector)
        // Get the CTP counters information
 
        if (partition.IsNull() && !detector.IsNull()){ // standalone partition
-               Log("STANDALONE partition for current run, using Trigger Configuration dummy value");
+               Log("STANDALONE partition for current run, using Trigger Scalers dummy value");
                AliCDBEntry *cdbEntry = GetFromOCDB("CTP","DummyScalers");
                if (!cdbEntry) {
                        Log(Form("No dummy CTP scalers entry found, going into error..."));