Skip to content

Commit 6c0eb44

Browse files
committed
Please consider the following formatting changes
1 parent 93d7cec commit 6c0eb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/TableProducer/SGCandProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ struct SGCandProducer {
357357
LOGF(info, "No Newbc %i", bc.globalBC());
358358
}
359359
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))) {
360+
if ((storeDG && issgevent == o2::aod::sgselector::DoubleGap) || (storeSG && (issgevent == o2::aod::sgselector::SingleGapA || issgevent == o2::aod::sgselector::SingleGapC))) {
361361
if (verboseInfo)
362362
LOGF(info, "Current BC: %i, %i, %i", bc.globalBC(), newbc.globalBC(), issgevent);
363363
if (sameCuts.minRgtrwTOF()) {

0 commit comments

Comments
 (0)