]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/macros/electrons/myplot11s.C
Reader: Add option to remove or not event with primary vertex not reconstructed
[u/mrichter/AliRoot.git] / PWG4 / macros / electrons / myplot11s.C
CommitLineData
b21a4af6 1{
2 TFile *fin = TFile::Open("histosscaled.root");
3 TCanvas *myc1 = new TCanvas("myc1","myc1",1);
4// myc1->SetLogx(1);
5// myc1->SetLogy(1);
6 histosscaled.Print();
7 histosscaled->FindObject("AnaElectron_hPtElectronScaled")->Draw("pe");
8//AnaElectron_hPtElectronScaled->GetXaxis()->SetRangeUser(1,200);
9// AnaElectron_hPtElectronScaled->GetYaxis()->SetRangeUser(1,4000);
10// AnaElectron_hPtElectronScaled->SetTitle("pT of Electron");
11// AnaElectron_hPtElectronScaled->SetStats(kFALSE);
12// AnaElectron_hPtElectronScaled->Draw("pe");
13
14// myc1->Print("electron.pdf");
15}