X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=T0%2FAliT0Preprocessor.cxx;h=d19dc2ca74b7026de36e7e805f07c17fc2a48453;hb=330d876fef155191dceb4a41a61949235db77ca7;hp=0f1626b27f72c586a6e4da1791dc948fad8b9ee2;hpb=278d8a5f8292b6cb24e4331d161c31ca0f32a597;p=u%2Fmrichter%2FAliRoot.git diff --git a/T0/AliT0Preprocessor.cxx b/T0/AliT0Preprocessor.cxx index 0f1626b27f7..d19dc2ca74b 100644 --- a/T0/AliT0Preprocessor.cxx +++ b/T0/AliT0Preprocessor.cxx @@ -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; + } //____________________________________________________