]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/macros/electrons/myplot11.C
correct the cluster rejection by energy range and number of cells cut
[u/mrichter/AliRoot.git] / PWG4 / macros / electrons / myplot11.C
CommitLineData
b21a4af6 1{
2 TFile *fin = TFile::Open("histos.root");
3 TCanvas *myc1 = new TCanvas("myc1","myc1",1);
4// myc1->SetLogx(1);
5// myc1->SetLogy(1);
6 histos.Print();
7 histos->FindObject("AnaElectron_hPtElectron")->Draw("pe");
8//AnaElectron_hPtElectron->GetXaxis()->SetRangeUser(1,200);
9//AnaElectron_hPtElectron->GetYaxis()->SetRangeUser(1,4000);
10//AnaElectron_hPtElectron->SetTitle("pT of Electron");
11//AnaElectron_hPtElectron->SetStats(kFALSE);
12//AnaElectron_hPtElectron->Draw("pe");
13
14// myc1->Print("electron.pdf");
15}