Skip to content

Commit 019d4f2

Browse files
authored
[PWGLF] Nuclei: Remove mcCorrelation and adjust DeltaEtaAxis
1 parent 5a8843f commit 019d4f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Nuspex/hadronnucleicorrelation.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ struct hadronnucleicorrelation {
6767
Configurable<bool> isMCGen{"isMCGen", false, "is isMCGen"};
6868
Configurable<bool> isPrim{"isPrim", true, "is isPrim"};
6969
Configurable<bool> domatterGen{"domatterGen", true, "domatterGen"};
70-
Configurable<bool> mcCorrelation{"mcCorrelation", false, "true: build the correlation function only for SE"};
7170
Configurable<bool> docorrection{"docorrection", false, "do efficiency correction"};
7271

7372
Configurable<std::string> fCorrectionPath{"fCorrectionPath", "", "Correction path to file"};
@@ -211,7 +210,7 @@ struct hadronnucleicorrelation {
211210
AxisSpec pTAxis = {200, -10.f, 10.f, "p_{T} GeV/c"};
212211
AxisSpec pTAxis_small = {100, -5.f, 5.f, "p_{T} GeV/c"};
213212

214-
AxisSpec DeltaEtaAxis = {100, -1.5, 1.5, "#Delta#eta"};
213+
AxisSpec DeltaEtaAxis = {300, -1.5, 1.5, "#Delta#eta"};
215214

216215
registry.add("hNEvents", "hNEvents", {HistType::kTH1D, {{7, 0.f, 7.f}}});
217216
registry.get<TH1>(HIST("hNEvents"))->GetXaxis()->SetBinLabel(1, "Selected");

0 commit comments

Comments
 (0)