Skip to content

Commit

Permalink
Forgotten test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz84 committed Apr 28, 2016
1 parent 5efe3a8 commit a920c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AD/ADrec/AliADQADataMakerRec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void AliADQADataMakerRec::EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArra
TDatime currentTime;
fCycleStopTime = currentTime.GetSecond();

if (fRun==fOldRun){
if (fRun!=fOldRun){
((TH1F*)GetRawsData(kTrend_TriggerChargeQuantileADA))->SetBins(1,0,1);
((TH1F*)GetRawsData(kTrend_TriggerChargeQuantileADC))->SetBins(1,0,1);
fOldRun=fRun;
Expand Down

0 comments on commit a920c8c

Please sign in to comment.