]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/TestShuttle/AliTestShuttle.cxx
Moving changes in AliTestShuttle.cxx/h in $ALICE_ROOT/SHUTTLE/TestShuttle
[u/mrichter/AliRoot.git] / SHUTTLE / TestShuttle / AliTestShuttle.cxx
index 6d0d2d2dcfac18d2293ae3e5f35d315ff1e6a216..138017096df2a37ad01e38ce577c2521f8114bf6 100644 (file)
@@ -575,10 +575,11 @@ void AliTestShuttle::Process()
     if (preprocessor)
     {
       if (preprocessor->ProcessRunType())
-      {
-        preprocessor->Initialize(fRun, fStartTime, fEndTime);
-        preprocessor->Process(fDcsAliasMap);
-      }
+             {
+                     preprocessor->Initialize(fRun, fStartTime, fEndTime);
+                     preprocessor->Process(fDcsAliasMap);
+             }
+      
     }
   }
 }
@@ -660,6 +661,15 @@ const char* AliTestShuttle::GetTriggerConfiguration()
        return NULL;
 }
 //______________________________________________________________________________________________
+const char* AliTestShuttle::GetTriggerDetectorMask()
+{
+       //returns trigger detector mask
+       if (fTriggerDetectorMask.Length()>0){
+               return fTriggerDetectorMask;
+       }
+       return NULL;
+}
+//______________________________________________________________________________________________
 UInt_t AliTestShuttle::GetStartTimeDCSQuery()
 {
        // Return Start Time for the DCS query