Skip to content

Commit 4347733

Browse files
Solve Formatting and MegaLinter errors
1 parent f947468 commit 4347733

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,10 +1658,10 @@ struct AnalysisSameEventPairing {
16581658
DefineHistograms(fHistMan, histNames.Data(), fConfigAddSEPHistogram.value.data()); // define all histograms
16591659
if (fEnableBarrelHistos) {
16601660
DefineHistograms(fHistMan, "PairingSEQA", "sameevent-pairing"); // histograms for QA of the pairing
1661-
};
1661+
}
16621662
if (fEnableBarrelMixingHistos) {
16631663
DefineHistograms(fHistMan, "PairingMEQA", "mixedevent-pairing"); // histograms for QA of the pairing
1664-
};
1664+
}
16651665
dqhistograms::AddHistogramsFromJSON(fHistMan, fConfigAddJSONHistograms.value.c_str()); // ad-hoc histograms via JSON
16661666
VarManager::SetUseVars(fHistMan->GetUsedVars()); // provide the list of required variables so that VarManager knows what to fill
16671667
fOutputList.setObject(fHistMan->GetMainHistogramList());
@@ -2501,8 +2501,8 @@ struct AnalysisSameEventPairing {
25012501
}
25022502
}
25032503
} // end pair cut loop
2504-
} // end muon cut loop
2505-
} // end barrel cut loop
2504+
} // end muon cut loop
2505+
} // end barrel cut loop
25062506
}
25072507
}
25082508
}

0 commit comments

Comments
 (0)