|
|
|||
File indexing completed on 2025-12-16 09:31:03
0001 {
0002 gROOT->Reset();
0003
0004 // Draw histos filled by Geant4 simulation
0005 //
0006 TFile f("NeutronSource.root");
0007 TCanvas* c1 = new TCanvas("c1", " ");
0008
0009 ///TH1D* hist4 = (TH1D*)f.Get("4");
0010 ///hist4->Draw("HIST");
0011
0012 TH1D* hist6 = (TH1D*)f.Get("6");
0013 hist6->Draw("HIST");
0014 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|