Skip to content

Commit 3b5320d

Browse files
authored
Updated the calculation of the angle between dimuon and event plane
1 parent f3370b2 commit 3b5320d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGDQ/Core/VarManager.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,8 @@ void VarManager::SetDefaultVarNames()
916916
fgVariableUnits[kCosThetaCS] = "";
917917
fgVariableNames[kPhiCS] = "#varphi_{CS}";
918918
fgVariableUnits[kPhiCS] = "rad.";
919+
fgVariableNames[kCosPhiVP] = "cos(#varphi_{VP} - #Psi_{2})";
920+
fgVariableUnits[kCosPhiVP] = "";
919921
fgVariableNames[kPhiVP] = "#varphi_{VP} - #Psi_{2}";
920922
fgVariableUnits[kPhiVP] = "rad.";
921923
fgVariableNames[kDeltaPhiPair2] = "#Delta#phi";

0 commit comments

Comments
 (0)