Skip to content

Commit 4d71e2e

Browse files
authored
Update trHeAnalysis.cxx
1 parent f00d366 commit 4d71e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ struct TrHeAnalysis {
721721
return hePID ? track.tpcInnerParam() / 2 : track.tpcInnerParam();
722722
}
723723
template <class T>
724-
float getMassSquared(const T& track)
724+
float getMass(const T& track)
725725
{
726726
if (cfgMassMethod == 0) {
727727
float m = track.mass();

0 commit comments

Comments
 (0)