]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGRPPreprocessor.cxx
Bug fix. Removed delete statement
[u/mrichter/AliRoot.git] / STEER / AliGRPPreprocessor.cxx
index 414c175fff59392547748fbe8c5460bb0172b4ec..efa8ac948fa5f0dd636baba03a970ab773103f42 100644 (file)
@@ -190,7 +190,20 @@ AliGRPPreprocessor::AliGRPPreprocessor(AliShuttleInterface* shuttle):
 {
        // constructor - shuttle must be instantiated!
 
+       AddRunType("COSMIC");
+       AddRunType("LASER");
        AddRunType("PHYSICS");
+       AddRunType("CALIBRATION_BC");
+       AddRunType("CALIBRATION_CENTRAL");
+       AddRunType("CALIBRATION_EMD");
+       AddRunType("CALIBRATION_MB");
+       AddRunType("CALIBRATION_SEMICENTRAL");
+       AddRunType("CALIBRATION");
+       AddRunType("PEDESTAL");
+       AddRunType("STANDALONE");
+       AddRunType("GAIN");
+       AddRunType("NOISE");
+       AddRunType("PULSER");
 }
 
 //_______________________________________________________________
@@ -265,7 +278,7 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
        Log(Form("Starting DCS Query at %d and finishing at %d",GetStartTimeDCSQuery(),GetEndTimeDCSQuery()));
        Int_t entries = ProcessDcsDPs( valueMap, grpobj );
        Log(Form("entries found = %d",entries));
-       if( entries < fgknDCSDP-7 ) { // FIXME (!= ) LHState and pressure map are not working yet... and removing the 4 values for the missing HP 
+       if( entries < fgknDCSDP-4 ) { // FIXME (!= ) LHState, LHCLuminosity, BeamIntensity, LH3_BSF4_H3 are not working yet...  
                Log(Form("Problem with the DCS data points!!!"));
                error |= 8;
        } else  Log(Form("DCS data points, successful!"));
@@ -528,7 +541,7 @@ UInt_t AliGRPPreprocessor::ProcessDcsFxs()
                // Get the CTP counters information
                TList* list = GetFileSources(kDCS,"CTP_xcounters");  
                if (!list) {
-                       Log("No CTP counters file: connection problems with DAQ FXS logbook!");
+                       Log("No CTP counters file: connection problems with DCS FXS logbook!");
                        return 1;
                }