Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed May 24, 2024
1 parent 89096a2 commit c358439
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions PWGHF/Utils/utilsEvSelHf.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ void setLabelHistoEvSel(Histo& hCollisions)
/// \return a bitmask with the event selections not satisfied by the analysed collision
template <bool applyEvSel, o2::aod::hf_collision_centrality::CentralityEstimator centEstimator, typename Coll>
uint16_t getHfCollisionRejectionMask(const Coll& collision, float& centrality, float centralityMin, float centralityMax,
bool useSel8Trigger,
int triggerClass,
bool useTimeFrameBorderCut,
float zPvPosMin, float zPvPosMax,
int nPvContributorsMin,
float chi2PvMax,
bool useIsGoodZvtxFT0vsPV, bool useNoSameBunchPileup,
bool useNumTracksInTimeRange, int numTracksInTimeRangeMin, int numTracksInTimeRangeMax
)
bool useSel8Trigger,
int triggerClass,
bool useTimeFrameBorderCut,
float zPvPosMin, float zPvPosMax,
int nPvContributorsMin,
float chi2PvMax,
bool useIsGoodZvtxFT0vsPV, bool useNoSameBunchPileup,
bool useNumTracksInTimeRange, int numTracksInTimeRangeMin, int numTracksInTimeRangeMax)
{

uint16_t statusCollision{0}; // 16 bits, in case new ev. selections will be added
Expand Down

0 comments on commit c358439

Please sign in to comment.