Skip to content

Commit

Permalink
[PWGCF] FemtoUniverse -- Adding the correction requested by Vit (Alic…
Browse files Browse the repository at this point in the history
…eO2Group#8996)

Co-authored-by: Zuzanna Chochulska <[email protected]>
Co-authored-by: Zuzanna Chochulska <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2024
1 parent e118140 commit 29241f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackPhi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ using namespace o2::soa;

namespace
{
static constexpr int NPart = 2;
static constexpr int NCuts = 5;
// static constexpr int NPart = 2;
// static constexpr int NCuts = 5;
static const std::vector<std::string> partNames{"PhiCandidate", "Track"};
static const std::vector<std::string> cutNames{"MaxPt", "PIDthr", "nSigmaTPC", "nSigmaTPCTOF", "MaxP"};
static const float cutsTable[NPart][NCuts]{
{4.05f, 1.f, 3.f, 3.f, 100.f},
{4.05f, 1.f, 3.f, 3.f, 100.f}};
// static const float cutsTable[NPart][NCuts]{ //unused variable
// {4.05f, 1.f, 3.f, 3.f, 100.f},
// {4.05f, 1.f, 3.f, 3.f, 100.f}};
} // namespace

struct FemtoUniversePairTaskTrackPhi {
Expand Down

0 comments on commit 29241f8

Please sign in to comment.