Skip to content

Commit 3b95aea

Browse files
committed
Please consider the following formatting changes
1 parent 69de705 commit 3b95aea

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)