@@ -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