]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0Preprocessor.cxx
Initialize variables accord. to extended AliPID::kSPECIESN list
[u/mrichter/AliRoot.git] / T0 / AliT0Preprocessor.cxx
index 0f1626b27f72c586a6e4da1791dc948fad8b9ee2..e3b69f3d5f85828a09bbaedf90811585a2bbf2dc 100644 (file)
@@ -91,14 +91,11 @@ Bool_t AliT0Preprocessor::ProcessDCS(){
        TString runType = GetRunType();
        Log(Form("ProcessDCS - RunType: %s",runType.Data()));
 
-       if((runType == "STANDALONE")||
-          (runType == "PHYSICS") ){
-
-         //      return kFALSE;
-               return kTRUE;
-       }else{
-       return kFALSE;
-       }
+       if(runType == "PHYSICS" )
+         return kTRUE;
+       else
+         return kFALSE;
+       
 }
 //____________________________________________________
 
@@ -166,7 +163,7 @@ UInt_t AliT0Preprocessor::ProcessLaser()
       
       AliCDBMetaData metaData;
       metaData.SetBeamPeriod(0);
-      metaData.SetResponsible("Tomek&Michal");
+      metaData.SetResponsible("Alla");
       metaData.SetComment("Walk correction from laser runs.");
       if (writeok) resultLaser=Store("Calib","Slewing_Walk", laser, &metaData, 0, 1);
       else {