Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+5 -2
View File
@@ -1,5 +1,5 @@
// -------------------------------------------------------------------
// $Id$
// $Id: plot.C 70323 2013-05-29 07:57:44Z gcosmo $
// -------------------------------------------------------------------
//
// *********************************************************************
@@ -16,10 +16,13 @@ Double_t scale;
c1 = new TCanvas ("c1","",20,20,1000,500);
c1.Divide(2,1);
system ("rm -rf dna.root");
system ("hadd dna.root dna_*.root");
TFile f("dna.root");
TNtuple* ntuple;
ntuple = (TNtuple*)f->Get("ntuple");
ntuple = (TNtuple*)f->Get("dna");
c1.cd(1);
gStyle->SetOptStat(000000);