Skip to content

Commit c35320b

Browse files
committed
Fix format
1 parent 0ec265a commit c35320b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
261261
addHistograms(registry);
262262
}
263263

264-
/// \brief Applies event selection
264+
/// \brief Applies event selection.
265265
/// \tparam useEvSel use information from the EvSel table
266266
/// \tparam centEstimator centrality estimator
267267
/// \param collision collision to test against the selection criteria
@@ -407,7 +407,6 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
407407
if (TESTBIT(rejectionMask, reason)) {
408408
return;
409409
}
410-
411410
hCollisions->Fill(reason);
412411
}
413412

0 commit comments

Comments
 (0)