Skip to content

Commit e0c07e8

Browse files
authored
Merge pull request #11 from alibuild/alibot-cleanup-16763
Please consider the following formatting changes to AliceO2Group#16763
2 parents 633aa0b + 503ab6f commit e0c07e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ struct k892hadronphotonBkg {
239239
}
240240
}
241241

242-
// Single-particle selection
242+
// Single-particle selection
243243
histos.add("PhotonSel/hSelectionStatistics", "hSelectionStatistics", kTH1D, {axisConfig.axisCandSel});
244244
for (size_t i = 0; i < photonSels.size(); ++i)
245245
histos.get<TH1>(HIST("PhotonSel/hSelectionStatistics"))->GetXaxis()->SetBinLabel(i + 1, photonSels[i].c_str());
@@ -403,7 +403,7 @@ struct k892hadronphotonBkg {
403403
}
404404

405405
//_______________________________________________
406-
// Process v0 photon candidate
406+
// Process v0 photon candidate
407407
template <typename TV0Object>
408408
bool processPhotonCandidate(TV0Object const& gamma)
409409
{

0 commit comments

Comments
 (0)