|
|
|||
File indexing completed on 2025-11-04 09:27:30
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 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|