Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:30:25

0001 {
0002   gROOT->Reset();
0003   
0004   // Draw histos filled by Geant4 simulation 
0005   //   
0006   TFile f("athr.root");  
0007   TCanvas* c1 = new TCanvas("c1", "  ");
0008   
0009   TH1D* hist1 = (TH1D*)f.Get("h1");
0010   hist1->Draw("HIST");
0011 }