Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 09:39:57

0001 {
0002 // Plot the energy spectrum of the primary particles
0003 gROOT -> Reset();
0004 
0005 TFile f("primary.root");
0006   
0007 // Draw histos filled by Geant4 simulation 
0008 //   
0009   
0010 TCanvas* c1 = new TCanvas("c1", " ");
0011 
0012 h10->Draw();
0013 }