]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Version where the process for HLT and vdrift on DAQ are off(Raphaelle)
authorcblume <Christoph.Blume@cern.ch>
Wed, 28 May 2014 07:41:32 +0000 (09:41 +0200)
committercblume <Christoph.Blume@cern.ch>
Wed, 28 May 2014 07:41:32 +0000 (09:41 +0200)
TRD/AliTRDPreprocessor.cxx

index d8e81736d539470234c70e0ba16fa7d4af84445f..93a787e2f58e9b3e06e974a00ef1e96f61ca8ae5 100644 (file)
@@ -142,6 +142,7 @@ UInt_t AliTRDPreprocessor::Process(TMap* dcsAliasMap)
   if ((runType=="PHYSICS") || (runType=="STANDALONE") || (runType=="DAQ")){
     // DCS
     if(ProcessDCS(dcsAliasMap)) return 1;
+    /*
     if(runType=="PHYSICS"){
       // HLT if On
       //TString runPar = GetRunParameter("HLTStatus");
@@ -156,9 +157,8 @@ UInt_t AliTRDPreprocessor::Process(TMap* dcsAliasMap)
        ExtractDriftVelocityDAQ(); // for testing!
       }
     }
-    //if((runType=="PHYSICS") || (runType=="STANDALONE")) {
-      //      if(ExtractHalfChamberStatusDAQ()) return 1;
-    //}
+    */
+   
   }
   
   return 0;