Skip to content

Commit 525b770

Browse files
authored
[PWGLF] Local polarization of Lambda induced by jets in Run3 pp collisions at 13.6 TeV (#14096)
1 parent c6685b5 commit 525b770

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ struct LfMyV0s {
149149
const AxisSpec axisPy{100, -10, 10, "#py (GeV/c)"};
150150
const AxisSpec axisPz{100, -10, 10, "#pz (GeV/c)"};
151151
const AxisSpec axisPT{200, 0, 50, "#it{p}_{T} (GeV/#it{c})"};
152-
const AxisSpec axisPhi{100, -TMath::Pi(), TMath::Pi(), "#Phi"};
152+
const AxisSpec axisPhi{200, -TMath::Pi(), TMath::Pi(), "#Phi"};
153+
const AxisSpec axisDeltaPhi{200, 0, TMath::Pi(), "#Phi"};
153154
const AxisSpec axisTheta{100, -TMath::Pi(), TMath::Pi(), "#Theta"};
154155
const AxisSpec axisMass{100, 0.9, 1.0, "Mass(GeV/c^{2})"};
155156
const AxisSpec axisCostheta{100, -1, 1, "Cos(#theta^{*}_{p})"};
@@ -303,7 +304,7 @@ struct LfMyV0s {
303304
registryData.add("hprotonThetaInV0", "hprotonThetaInV0", kTH1F, {axisTheta});
304305
registryData.add("hprotonThetaInJetV0", "hprotonThetaInJetV0", kTH1F, {axisTheta});
305306

306-
registryData.add("LambdaQA/TH2FLambdaMassPhiInJet", "TH2FLambdaMassPhiInJet", kTH2F, {{200, -TMath::Pi(), TMath::Pi()}, {200, 0.9, 1.2}});
307+
registryData.add("LambdaQA/TH2FLambdaMassPhiInJet", "TH2FLambdaMassPhiInJet", kTH2F, {{200, 0, TMath::Pi()}, {200, 0.9, 1.2}});
307308

308309
// Lab frame measures
309310
registryData.add("LambdaQA/TH2FprotonCosThetaInLab", "TH2FprotonCosThetaInLab", kTH2F, {{200, 0.9, 1.2}, {200, -1.0, 1.0}});
@@ -324,8 +325,8 @@ struct LfMyV0s {
324325
registryData.add("LambdaQA/TH2FprotonCosThetaInJetV0", "TH2FprotonCosThetaInJetV0", kTH2F, {{200, 0.9, 1.2}, {200, -1.0, 1.0}});
325326
registryData.add("LambdaQA/TProfile1DprotonCosThetaInJetV0", "TProfile1DprotonCosThetaInJetV0", {HistType::kTProfile, {{200, 0.9, 1.2}}});
326327
registryData.add("LambdaQA/TProfile1DprotonCos2ThetaInJetV0", "TProfile1DprotonCos2ThetaInJetV0", {HistType::kTProfile, {{200, 0.9, 1.2}}});
327-
registryData.add("LambdaQA/TProfile2DprotonCosThetaInJetV0", "TProfile2DprotonCosThetaInJetV0", kTProfile2D, {TProfile2DaxisMass, axisPhi});
328-
registryData.add("LambdaQA/TProfile2DprotonCos2ThetaInJetV0", "TProfile2DprotonCos2ThetaInJetV0", kTProfile2D, {TProfile2DaxisMass, axisPhi});
328+
registryData.add("LambdaQA/TProfile2DprotonCosThetaInJetV0", "TProfile2DprotonCosThetaInJetV0", kTProfile2D, {TProfile2DaxisMass, axisDeltaPhi});
329+
registryData.add("LambdaQA/TProfile2DprotonCos2ThetaInJetV0", "TProfile2DprotonCos2ThetaInJetV0", kTProfile2D, {TProfile2DaxisMass, axisDeltaPhi});
329330

330331
registryData.add("hNEvents", "hNEvents", {HistType::kTH1D, {{10, 0.f, 10.f}}});
331332
registryData.get<TH1>(HIST("hNEvents"))->GetXaxis()->SetBinLabel(1, "all");

0 commit comments

Comments
 (0)