@@ -66,8 +66,6 @@ struct hadronnucleicorrelation {
6666 Configurable<bool > isMC{" isMC" , false , " is MC" };
6767 Configurable<bool > isMCGen{" isMCGen" , false , " is isMCGen" };
6868 Configurable<bool > isPrim{" isPrim" , true , " is isPrim" };
69- Configurable<bool > domatterGen{" domatterGen" , true , " domatterGen" };
70- Configurable<bool > mcCorrelation{" mcCorrelation" , false , " true: build the correlation function only for SE" };
7169 Configurable<bool > docorrection{" docorrection" , false , " do efficiency correction" };
7270
7371 Configurable<std::string> fCorrectionPath {" fCorrectionPath" , " " , " Correction path to file" };
@@ -211,7 +209,7 @@ struct hadronnucleicorrelation {
211209 AxisSpec pTAxis = {200 , -10 .f , 10 .f , " p_{T} GeV/c" };
212210 AxisSpec pTAxis_small = {100 , -5 .f , 5 .f , " p_{T} GeV/c" };
213211
214- AxisSpec DeltaEtaAxis = {100 , -1.5 , 1.5 , " #Delta#eta" };
212+ AxisSpec DeltaEtaAxis = {300 , -1.5 , 1.5 , " #Delta#eta" };
215213
216214 registry.add (" hNEvents" , " hNEvents" , {HistType::kTH1D , {{7 , 0 .f , 7 .f }}});
217215 registry.get <TH1>(HIST (" hNEvents" ))->GetXaxis ()->SetBinLabel (1 , " Selected" );
0 commit comments