Skip to content

Commit

Permalink
PWFCF: formatter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
abilandz committed Oct 19, 2024
1 parent 0db3086 commit fd79236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,7 @@ void BookWeightsHistograms()
pw.fWeightsFlagsPro->GetXaxis()->SetBinLabel(2, "w_{p_{t}}");
pw.fWeightsFlagsPro->GetXaxis()->SetBinLabel(3, "w_{#eta}");
pw.fWeightsFlagsPro->GetXaxis()->SetBinLabel(4, "(w_{#varphi})_{| p_{T}}"); // TBI 20241019 not sure if this is the final notation, keep in sync with void SetDiffWeightsHist(...)
pw.fWeightsFlagsPro->GetXaxis()->SetBinLabel(5, "(w_{#varphi})_{| #eta}"); // TBI 20241019 not sure if this is the final notation, keep in sync with void SetDiffWeightsHist(...)
pw.fWeightsFlagsPro->GetXaxis()->SetBinLabel(5, "(w_{#varphi})_{| #eta}"); // TBI 20241019 not sure if this is the final notation, keep in sync with void SetDiffWeightsHist(...)

for (Int_t w = 0; w < eWeights_N; w++) // use weights [phi,pt,eta]
{
Expand Down

0 comments on commit fd79236

Please sign in to comment.