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 3081997 commit efb5749Copy full SHA for efb5749
PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx
@@ -550,7 +550,8 @@ struct TrHeAnalysis {
550
getRigidity(track) * (1.f * track.sign()),
551
track.tpcSignal());
552
histos.fill(HIST("histogram/H3/H3-TOFbetaVsP"),
553
- track.p() * (1.f * track.sign()), track.beta());
+ track.p() * (1.f * track.sign()),
554
+ track.beta());
555
float tPt = track.pt();
556
float tEta = track.eta();
557
float tPhi = track.phi();
0 commit comments