X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=STEER%2FAliQAManager.cxx;fp=STEER%2FAliQAManager.cxx;h=2f7fd75012066be8d81c10362fa26ae909216d75;hp=6029f52f881ac1c42aa1aaf829931e53ca934cd5;hb=2edee6fe4bad35c71ce4bf23e8228737b1f10b71;hpb=7fd26bf4df188cfe4586d9e915706d8e872967bc diff --git a/STEER/AliQAManager.cxx b/STEER/AliQAManager.cxx index 6029f52f881..2f7fd750120 100644 --- a/STEER/AliQAManager.cxx +++ b/STEER/AliQAManager.cxx @@ -609,7 +609,7 @@ void AliQAManager::Increment(const AliQAv1::TASKINDEX_t taskIndex) { // Increments the cycle counter for all QA Data Makers static AliQAv1::TASKINDEX_t currentTask = AliQAv1::kNTASKINDEX ; - if (currentTask == taskIndex) + if ( (currentTask == taskIndex) && taskIndex != AliQAv1::kNULLTASK ) return ; else currentTask = taskIndex ;