We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93d7cec + 6c0eb44 commit 47c5d2bCopy full SHA for 47c5d2b
1 file changed
PWGUD/TableProducer/SGCandProducer.cxx
@@ -357,7 +357,7 @@ struct SGCandProducer {
357
LOGF(info, "No Newbc %i", bc.globalBC());
358
}
359
getHist(TH1, histdir + "/Stat")->Fill(issgevent + 10, 1.);
360
- if ((storeDG && issgevent==o2::aod::sgselector::DoubleGap) || (storeSG && (issgevent==o2::aod::sgselector::SingleGapA || issgevent==o2::aod::sgselector::SingleGapC))) {
+ if ((storeDG && issgevent == o2::aod::sgselector::DoubleGap) || (storeSG && (issgevent == o2::aod::sgselector::SingleGapA || issgevent == o2::aod::sgselector::SingleGapC))) {
361
if (verboseInfo)
362
LOGF(info, "Current BC: %i, %i, %i", bc.globalBC(), newbc.globalBC(), issgevent);
363
if (sameCuts.minRgtrwTOF()) {
0 commit comments