Skip to content

Commit 588e274

Browse files
author
Prottay Das
committed
corrected the errors
1 parent aeb0e7f commit 588e274

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/TableProducer/Resonances/cksspinalignment.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ struct cksspinalignment {
268268
float dcaPositive;
269269
float dcaNegative;
270270
float dcaBetweenDaughters;
271-
float lifetime;
271+
// float lifetime;
272272
int64_t positiveIndex;
273273
int64_t negativeIndex;
274274
};

PWGLF/Tasks/Resonances/phiflowder.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ struct phiflowder {
225225
auto qxtQxp = qxZDCC * qxZDCA;
226226
auto qytQyp = qyZDCC * qyZDCA;
227227
auto qxytp = qxtQxp + qytQyp;
228-
auto qxpQyt = qxZDCA * qyZDCC;
229-
auto qxtQyp = qxZDCC * qyZDCA;
228+
// auto qxpQyt = qxZDCA * qyZDCC;
229+
// auto qxtQyp = qxZDCC * qyZDCA;
230230

231231
histos.fill(HIST("hCentrality"), centrality);
232232
histos.fill(HIST("hpQxytpvscent"), centrality, qxytp);

0 commit comments

Comments
 (0)