Skip to content

Commit

Permalink
Merge pull request #10 from alibuild/alibot-cleanup-6302
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#6302
  • Loading branch information
DelloStritto authored May 30, 2024
2 parents fb1ab02 + 7a5e6ff commit 02dccfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/candidateCreator3Prong.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ struct HfCandidateCreator3ProngExpressions {
/// at least one event selection not satisfied --> reject the gen particle
rowMcMatchGen(flag, origin, channel);
continue;
}
}

// D± → π± K∓ π±
if (createDplus) {
Expand Down
6 changes: 3 additions & 3 deletions PWGHF/Utils/utilsEvSelHf.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ enum McCollisionRejection {

struct HfEventSelectionMc {
// event selection parameters (in chronological order of application)
bool useSel8Trigger{false}; // Apply the ITS RO frame border cut
bool useSel8Trigger{false}; // Apply the ITS RO frame border cut
bool useTimeFrameBorderCut{true}; // Apply TF border cut
float zPvPosMin{-1000.f}; // Minimum PV posZ (cm)
float zPvPosMax{1000.f}; // Maximum PV posZ (cm)
float zPvPosMin{-1000.f}; // Minimum PV posZ (cm)
float zPvPosMax{1000.f}; // Maximum PV posZ (cm)

/// \brief Function to apply event selections in HF analyses
/// \param mcCollision is the analysed mc collision
Expand Down

0 comments on commit 02dccfd

Please sign in to comment.