Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please consider the following formatting changes to #6278 #34

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading