Skip to content
Snippets Groups Projects
Commit 894ea862 authored by Zafar's avatar Zafar Committed by Stephen A. Wood
Browse files

Fix title of xp in global variables list

parent 9ec9143f
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ Int_t THcDC::DefineVariables( EMode mode )
{ "nsp", "Number of Space Points", "fNSp" },
{ "x", "X at focal plane", "fDCTracks.THcDCTrack.GetX()"},
{ "y", "Y at focal plane", "fDCTracks.THcDCTrack.GetY()"},
{ "xp", "YP at focal plane", "fDCTracks.THcDCTrack.GetXP()"},
{ "xp", "XP at focal plane", "fDCTracks.THcDCTrack.GetXP()"},
{ "yp", "YP at focal plane", "fDCTracks.THcDCTrack.GetYP()"},
{ "residual", "Residuals", "fResiduals"},
{ 0 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment