Skip to content

Commit cf1c088

Browse files
LFTreeCreatorClusterStudies: added cuts on Lambda momentum, pi and p nsigmaTPC. Fixed pTPC for He3 (#7033)
* fixed pTPC He3, added cuts on lambda momentum and p, pi nsigmaTPC * Please consider the following formatting changes --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent a5d678f commit cf1c088

2 files changed

Lines changed: 159 additions & 173 deletions

File tree

PWGLF/DataModel/LFClusterStudiesTable.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ DECLARE_SOA_TABLE(
7575
LFClusterStudiesTables::Eta,
7676
LFClusterStudiesTables::Phi,
7777
LFClusterStudiesTables::ItsClusterSize,
78-
LFClusterStudiesTables::PartID,
79-
LFClusterStudiesTables::IsPositive);
78+
LFClusterStudiesTables::PartID);
8079

8180
DECLARE_SOA_TABLE(
8281
ClStTableMc, "AOD", "CLSTTABLEMC",
@@ -85,7 +84,6 @@ DECLARE_SOA_TABLE(
8584
LFClusterStudiesTables::Phi,
8685
LFClusterStudiesTables::ItsClusterSize,
8786
LFClusterStudiesTables::PartID,
88-
LFClusterStudiesTables::IsPositive,
8987
LFClusterStudiesTables::PartIDMc);
9088

9189
DECLARE_SOA_TABLE(
@@ -95,7 +93,6 @@ DECLARE_SOA_TABLE(
9593
LFClusterStudiesTables::Phi,
9694
LFClusterStudiesTables::ItsClusterSize,
9795
LFClusterStudiesTables::PartID,
98-
LFClusterStudiesTables::IsPositive,
9996
LFClusterStudiesTables::PTPC,
10097
LFClusterStudiesTables::PIDinTrk,
10198
LFClusterStudiesTables::TpcNSigma,
@@ -111,7 +108,6 @@ DECLARE_SOA_TABLE(
111108
LFClusterStudiesTables::Phi,
112109
LFClusterStudiesTables::ItsClusterSize,
113110
LFClusterStudiesTables::PartID,
114-
LFClusterStudiesTables::IsPositive,
115111
LFClusterStudiesTables::PartIDMc,
116112
LFClusterStudiesTables::PTPC,
117113
LFClusterStudiesTables::PIDinTrk,

0 commit comments

Comments
 (0)