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 196c9d5 commit 3a8d0eeCopy full SHA for 3a8d0ee
PWGLF/TableProducer/Strangeness/sigmaminustask.cxx
@@ -538,7 +538,7 @@ struct sigmaminustask {
538
// Compute useful quantities for histograms
539
bool isSigmaMinus = (std::abs(mcMother.pdgCode()) == 3112);
540
bool isPiDaughter = (std::abs(mcDaughter.pdgCode()) == 211);
541
-
+
542
float recPtDaughter = daughterTrack.pt();
543
float recPtMother = motherTrack.pt();
544
float mcRadius = std::sqrt((mcMother.vx() - mcDaughter.vx()) * (mcMother.vx() - mcDaughter.vx()) + (mcMother.vy() - mcDaughter.vy()) * (mcMother.vy() - mcDaughter.vy()));
0 commit comments