Skip to content

Commit 96ebb1c

Browse files
committed
commented unused variables
1 parent e8d18a5 commit 96ebb1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,12 +1796,14 @@ struct StrangenessInJets {
17961796
if (!mcParticle.isPhysicalPrimary())
17971797
continue;
17981798

1799+
/*
17991800
double wPiplusJet(1.0), wPiplusUe(1.0);
18001801
double wPiminusJet(1.0), wPiminusUe(1.0);
18011802
double wKaplusJet(1.0), wKaplusUe(1.0);
18021803
double wKaminusJet(1.0), wKaminusUe(1.0);
18031804
double wPrplusJet(1.0), wPrplusUe(1.0);
18041805
double wPrminusJet(1.0), wPrminusUe(1.0);
1806+
*/
18051807
double wK0jet(1.0), wK0Ue(1.0), wLambdaJet(1.0), wLambdaUe(1.0), wAntilambdaJet(1.0), wAntilambdaUe(1.0);
18061808
if (applyReweighting) {
18071809
auto getWeight = [&](TH2F* histo) {

0 commit comments

Comments
 (0)