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
+4 -6
View File
@@ -1,12 +1,7 @@
// -------------------------------------------------------------------
// $Id$
// -------------------------------------------------------------------
//
// *********************************************************************
// To execute this macro under ROOT,
// 1 - launch ROOT (usually type 'root' at your machine's prompt)
// 2 - type '.X plot.C' at the ROOT session prompt
// This macro needs the track.txt file
// *********************************************************************
{
gROOT->Reset();
@@ -17,10 +12,13 @@ Double_t scale;
c1 = new TCanvas ("c1","",20,20,1000,500);
c1.Divide(2,1);
system ("rm -rf microdosimetry.root");
system ("hadd microdosimetry.root microdosimetry_*.root");
TFile f("microdosimetry.root");
TNtuple* ntuple;
ntuple = (TNtuple*)f->Get("ntuple");
ntuple = (TNtuple*)f->Get("microdosimetry");
c1.cd(1);
gStyle->SetOptStat(000000);