Skip to content

Commit 97e83f7

Browse files
author
Chiara De Martin
committed
fix in parenthesis of absolute value
1 parent 35a638c commit 97e83f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,6 @@ struct cascadeFlow {
16801680

16811681
float cascMCeta = -std::log(std::tan(theta1 / 2));
16821682
float cascMCy = 0;
1683-
int pdgCode{cascMC.pdgCode()};
16841683
if (std::abs(cascmc.pdgCode()) == PDG_t::kXiMinus) {
16851684
cascMCy = RecoDecay::y(std::array{cascmc.pxMC(), cascmc.pyMC(), cascmc.pzMC()}, constants::physics::MassXiMinus);
16861685
if (std::abs(cascMCeta) < etaCascMCGen) {

0 commit comments

Comments
 (0)