]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Overwriting some previous changes by JFGO.... ops! Now fixed.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 May 2008 17:39:15 +0000 (17:39 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 May 2008 17:39:15 +0000 (17:39 +0000)
STEER/AliGRPPreprocessor.cxx

index cedb974bc0465465041d093b03e5e10a6f94ddd2..cac57b14f9d8da8a9e3aaf723f48e264793ea0b3 100644 (file)
@@ -62,17 +62,17 @@ ClassImp(AliGRPPreprocessor)
   const Int_t AliGRPPreprocessor::fgknDAQLbPar = 8; // num parameters in the logbook
   const Int_t AliGRPPreprocessor::fgknDCSDP = 11;   // number of dcs dps
   const char* AliGRPPreprocessor::fgkDCSDataPoints[AliGRPPreprocessor::fgknDCSDP] = {
-                   "LHCState",
+                   "LHCState",              // missing in DCS
                    "L3Polarity",
                    "DipolePolarity",
-                   "LHCLuminosity",
-                   "BeamIntensity",
+                   "LHCLuminosity",         // missing in DCS
+                   "BeamIntensity",         // missing in DCS
                    "L3Current",
                    "DipoleCurrent",
                    "CavernTemperature",
                    "CavernAtmosPressure",
-                   "gva_cr5AtmosphericPressure",
-                   "gva_meyrinAtmosphericPressure"
+                   "gva_cr5AtmosphericPressure",   // missing in DCS
+                   "gva_meyrinAtmosphericPressure" // missing in DCS
                  };
                  
   const Short_t kSensors = 9; // start index position of sensor in DCS DPs
@@ -178,7 +178,7 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
   // DCS data points //
   //=================//
   Int_t entries = ProcessDcsDPs( valueMap, grpmap );
-  if( entries < fgknDCSDP-3 ) { // FIXME (!= ) LHState and pressure map are not working yet...???
+  if( entries < fgknDCSDP-5 ) { // FIXME (!= ) LHState and pressure map are not working yet...
     Log(Form("Problem with the DCS data points!!!"));
     error |= 8;
   } else  Log(Form("DCS data points, successful!"));