We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec265a commit c35320bCopy full SHA for c35320b
PWGHF/Utils/utilsEvSelHf.h
@@ -261,7 +261,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
261
addHistograms(registry);
262
}
263
264
- /// \brief Applies event selection
+ /// \brief Applies event selection.
265
/// \tparam useEvSel use information from the EvSel table
266
/// \tparam centEstimator centrality estimator
267
/// \param collision collision to test against the selection criteria
@@ -407,7 +407,6 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
407
if (TESTBIT(rejectionMask, reason)) {
408
return;
409
410
-
411
hCollisions->Fill(reason);
412
413
0 commit comments