X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EMCAL%2FAliEMCALJetFinderPlots.h;h=8837d197020d30f8594e63c5e41fef1d03893a91;hp=305980e5418b1599602e57712859b15cbc700dd2;hb=9622226e244576c2ed7b1cea39e6d33cbdf80294;hpb=4692d49439ad427f295afd952d4aa6e682467523 diff --git a/EMCAL/AliEMCALJetFinderPlots.h b/EMCAL/AliEMCALJetFinderPlots.h index 305980e5418..8837d197020 100755 --- a/EMCAL/AliEMCALJetFinderPlots.h +++ b/EMCAL/AliEMCALJetFinderPlots.h @@ -93,6 +93,7 @@ class AliEMCALJetFinderPlots : public TObject //============================== Reconstruction Bin Comparison ============================================ TH1F* GetRecoBinPt(){return fhRecoBinPt;} // ("fhRecoBinPt","Reconstructed Pt Distribution",100,0,1); + TH1F* GetRecoBinPtNoBg(){return fhRecoBinPtNoBg;} // ("fhRecoBinPt","Reconstructed Pt Distribution",100,0,1); TH1F* GetRecoBinPartonPt(){return fhRecoBinPartonPt;} // ("fhRecoBinPartonPt","Input Pt Distribution",100,0,1); TH1F* GetRecoBinJetEt(){return fhRecoBinJetEt;} // ("fhRecoJetEt","E_{T}^{reco}",250,0.,250.); TH1F* GetRecoBinInputJetEt(){return fhRecoBinInputJetEt;} // ("fhRecoInputJetEt","E_{T}^{reco}",250,0.,250.); @@ -152,6 +153,7 @@ class AliEMCALJetFinderPlots : public TObject //============================== Reconstruction Bin Comparison ============================================ TH1F *fhRecoBinPt; // ("fhRecoBinPt","Reconstructed Pt Distribution",100,0,1); + TH1F *fhRecoBinPtNoBg; // ("fhRecoBinPt","Reconstructed Pt Distribution",100,0,1); TH1F *fhRecoBinPartonPt; // ("fhRecoBinPartonPt","Input Pt Distribution",100,0,1); TH1F *fhRecoBinJetEt; // ("fhRecoJetEt","E_{T}^{reco}",250,0.,250.); TH1F *fhRecoBinInputJetEt; // ("fhRecoInputJetEt","E_{T}^{reco}",250,0.,250.);