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 f00d366 commit 4d71e2eCopy full SHA for 4d71e2e
PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx
@@ -721,7 +721,7 @@ struct TrHeAnalysis {
721
return hePID ? track.tpcInnerParam() / 2 : track.tpcInnerParam();
722
}
723
template <class T>
724
- float getMassSquared(const T& track)
+ float getMass(const T& track)
725
{
726
if (cfgMassMethod == 0) {
727
float m = track.mass();
0 commit comments