Skip to content

Commit 7daf794

Browse files
adjusted filled tables accordingly to the new version of the tables - missed one table in the previous commit
1 parent b7eaad9 commit 7daf794

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,20 +1004,14 @@ struct LfTreeCreatorClusterStudies {
10041004
return;
10051005
}
10061006

1007-
if (setting_smallTable) {
1008-
m_ClusterStudiesTable(
1009-
track.p() * track.sign(),
1010-
track.eta(),
1011-
track.phi(),
1012-
track.itsClusterSizes(),
1013-
partID);
1014-
} else {
1007+
m_ClusterStudiesTable(
1008+
track.p() * track.sign(),
1009+
track.eta(),
1010+
track.phi(),
1011+
track.itsClusterSizes(),
1012+
partID);
1013+
if (!setting_smallTable) {
10151014
m_ClusterStudiesTableExtra(
1016-
track.p() * track.sign(), // p,
1017-
track.eta(), // eta,
1018-
track.phi(), // phi,
1019-
track.itsClusterSizes(), // itsClSize,
1020-
partID, // pdgCode,
10211015
track.tpcInnerParam() * track.sign(), // pTPC,
10221016
track.pidForTracking(), // PIDinTrk,
10231017
tpcNSigma, // TpcNSigma,

0 commit comments

Comments
 (0)