Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
c1->cd();
c1->Update();
TFile fa = TFile("Li7.root");
TFile fb = TFile("Li6.root");
TFile fa("Li7.root");
TFile fb("Li6.root");
TH1D* ha1 = (TH1D*)fa.Get("6");
ha1->SetStats(kFALSE);