@@ -39,7 +39,7 @@ rich(const char *inputFile = "delphes.root",
3939 smearer .loadTable (2212 , "lutCovm .pr .dat ");
4040
4141 // logx binning
42- const Int_t nbins = 80 ;
42+ const Int_t nbins = 200 ;
4343 double xmin = 1.e-2 ;
4444 double xmax = 1.e2 ;
4545 double logxmin = std ::log10 (xmin );
@@ -72,11 +72,11 @@ rich(const char *inputFile = "delphes.root",
7272 hRecP [i ] = new TH1F (Form ("hRecP_%s" , pname [i ]), ";#it{p} (GeV/#it{c})" , nbins , xbins );
7373 hRecPt [i ] = new TH1F (Form ("hRecPt_%s" , pname [i ]), ";#it{p} (GeV/#it{c})" , nbins , xbins );
7474 hAngleP_true [i ] = new TH2F (Form ("hAngleP_true_%s" , pname [i ]), ";#it{p} (GeV/#it{c});#theta (rad)" , nbins , xbins , 250 , 0. , 0.25 );
75- hNsigmaP [i ] = new TH2F (Form ("hNsigmaP_%s" , pname [i ]), Form (";#it{p} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 200 , -10 . , 10 . );
76- hNsigmaPt [i ] = new TH2F (Form ("hNsigmaPt_%s" , pname [i ]), Form (";#it{p_{T}} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 200 , -10 . , 10 . );
75+ hNsigmaP [i ] = new TH2F (Form ("hNsigmaP_%s" , pname [i ]), Form (";#it{p} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 500 , -25 . , 25 . );
76+ hNsigmaPt [i ] = new TH2F (Form ("hNsigmaPt_%s" , pname [i ]), Form (";#it{p_{T}} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 500 , -25 . , 25 . );
7777 for (int j = 0 ; j < 5 ; ++ j ) {
78- hNsigmaP_true [i ][j ] = new TH2F (Form ("hNsigmaP_%s_true_%s" , pname [i ], pname [j ]), Form (";#it{p} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 200 , -10 . , 10 . );
79- hNsigmaPt_true [i ][j ] = new TH2F (Form ("hNsigmaPt_%s_true_%s" , pname [i ], pname [j ]), Form (";#it{p_{T}} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 200 , -10 . , 10 . );
78+ hNsigmaP_true [i ][j ] = new TH2F (Form ("hNsigmaP_%s_true_%s" , pname [i ], pname [j ]), Form (";#it{p} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 500 , -25 . , 25 . );
79+ hNsigmaPt_true [i ][j ] = new TH2F (Form ("hNsigmaPt_%s_true_%s" , pname [i ], pname [j ]), Form (";#it{p_{T}} (GeV/#it{c});n#sigma_{%s}" , plabel [i ]), nbins , xbins , 500 , -25 . , 25 . );
8080 }
8181 }
8282
0 commit comments