We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ebb1c commit c3c7d85Copy full SHA for c3c7d85
PWGLF/Tasks/Strangeness/strangenessInJets.cxx
@@ -1820,11 +1820,12 @@ struct StrangenessInJets {
1820
}
1821
return histo->GetBinContent(bx, by);
1822
};
1823
+ /*
1824
wPiplusJet = getWeight(twodWeightsPiplusJet);
1825
wPiplusUe = getWeight(twodWeightsPiplusUe);
1826
wPiminusJet = getWeight(twodWeightsPiminusJet);
1827
wPiminusUe = getWeight(twodWeightsPiminusUe);
-
1828
+ */
1829
int ix = twodWeightsK0Jet->GetXaxis()->FindBin(mcParticle.pt());
1830
int iy = twodWeightsK0Jet->GetYaxis()->FindBin(mcParticle.eta());
1831
wK0jet = twodWeightsK0Jet->GetBinContent(ix, iy);
0 commit comments