Skip to content

Commit 29241f8

Browse files
zchochulZuzanna ChochulskaZuzanna Chochulska
authored
[PWGCF] FemtoUniverse -- Adding the correction requested by Vit (AliceO2Group#8996)
Co-authored-by: Zuzanna Chochulska <[email protected]> Co-authored-by: Zuzanna Chochulska <[email protected]>
1 parent e118140 commit 29241f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackPhi.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ using namespace o2::soa;
4848

4949
namespace
5050
{
51-
static constexpr int NPart = 2;
52-
static constexpr int NCuts = 5;
51+
// static constexpr int NPart = 2;
52+
// static constexpr int NCuts = 5;
5353
static const std::vector<std::string> partNames{"PhiCandidate", "Track"};
5454
static const std::vector<std::string> cutNames{"MaxPt", "PIDthr", "nSigmaTPC", "nSigmaTPCTOF", "MaxP"};
55-
static const float cutsTable[NPart][NCuts]{
56-
{4.05f, 1.f, 3.f, 3.f, 100.f},
57-
{4.05f, 1.f, 3.f, 3.f, 100.f}};
55+
// static const float cutsTable[NPart][NCuts]{ //unused variable
56+
// {4.05f, 1.f, 3.f, 3.f, 100.f},
57+
// {4.05f, 1.f, 3.f, 3.f, 100.f}};
5858
} // namespace
5959

6060
struct FemtoUniversePairTaskTrackPhi {

0 commit comments

Comments
 (0)