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 f3370b2 commit 3b5320dCopy full SHA for 3b5320d
PWGDQ/Core/VarManager.cxx
@@ -916,6 +916,8 @@ void VarManager::SetDefaultVarNames()
916
fgVariableUnits[kCosThetaCS] = "";
917
fgVariableNames[kPhiCS] = "#varphi_{CS}";
918
fgVariableUnits[kPhiCS] = "rad.";
919
+ fgVariableNames[kCosPhiVP] = "cos(#varphi_{VP} - #Psi_{2})";
920
+ fgVariableUnits[kCosPhiVP] = "";
921
fgVariableNames[kPhiVP] = "#varphi_{VP} - #Psi_{2}";
922
fgVariableUnits[kPhiVP] = "rad.";
923
fgVariableNames[kDeltaPhiPair2] = "#Delta#phi";
0 commit comments