]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/macros/electrons/myplot11s.C
New PWG4 electron-jet analysis macros and goodies
[u/mrichter/AliRoot.git] / PWG4 / macros / electrons / myplot11s.C
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 }