@@ -40,20 +40,17 @@ struct qaMatchEff {
4040 // Histogram configuration
4141 //
4242 // histo x axes limits
43- Configurable<float > etaMin{" eta-min" , -0 . 8f , " Lower limit in eta" };
44- Configurable<float > etaMax{" eta-max" , 0 . 8f , " Upper limit in eta" };
43+ Configurable<float > etaMin{" eta-min" , -2 . 0f , " Lower limit in eta" };
44+ Configurable<float > etaMax{" eta-max" , 2 . 0f , " Upper limit in eta" };
4545 Configurable<float > phiMin{" phi-min" , 0 .0f , " Lower limit in phi" };
4646 Configurable<float > phiMax{" phi-max" , 1 .0f * TwoPI, " Upper limit in phi" };
47- Configurable<float > ptMin{" pt-min" , 0 .0f , " Lower limit in pT" };
48- Configurable<float > ptMax{" pt-max" , 15 .f , " Upper limit in pT" };
4947 // histos bins
50- Configurable<int > ptBins{" pt-bins" , 16 , " Number of pT bins" };
51- Configurable<int > etaBins{" eta-bins" , 16 , " Number of eta bins" };
48+ Configurable<int > etaBins{" eta-bins" , 40 , " Number of eta bins" };
5249 Configurable<int > phiBins{" phi-bins" , 18 , " Number of phi bins" };
5350 // histo axes
5451 //
5552 // non uniform pt binning
56- std::vector<double > ptBinning = {0.0 , 0.5 , 1.0 , 2.0 , 3.0 , 4.0 , 5.0 , 6.0 , 7.0 , 8.0 , 9.0 , 10.0 , 11.0 , 12.0 , 13.0 , 14.0 , 15.0 };
53+ std::vector<double > ptBinning = {0.0 , 0.05 , 0.1 , 0.15 , 0.2 , 0.25 , 0.3 , 0.35 , 0.4 , 0.45 , 0.5 , 0.6 , 0.7 , 0.8 , 0.9 , 1.0 , 2.0 , 3.0 , 4.0 , 5.0 , 6.0 , 7.0 , 8.0 , 9.0 , 10.0 , 11.0 , 12.0 , 13.0 , 14.0 , 15.0 };
5754 AxisSpec axisPt{ptBinning, " #it{p}_{T} (GeV/#it{c})" };
5855 // const AxisSpec axisPt{ptBins, ptMin, ptMax, "#it{p}_{T} (GeV/#it{c})"};
5956 //
0 commit comments