| 
    Geant4
    9.6.p02
    
   | 
 
Go to the source code of this file.
Functions | |
| TFile | f ("./93ref0.root") | 
| h1d | SetTitle ("30 GeV e- on 20 X0 Fe : energy dep, longit profil") | 
| h1d | GetXaxis () -> SetTitle("depth (X0)") | 
| h1d | GetYaxis () -> SetTitle("(100/E0) (dE/dt)") | 
| h1d | SetStats (kFALSE) | 
| h1d | Draw ("HIST") | 
| in | open ("pdg.ascii") | 
| while (1) | |
| in | close () | 
| h1f | SetLineColor (2) | 
| h1f | Draw ("SAME") | 
| legend | AddEntry (h1d,"93ref0","l") | 
| legend | AddEntry (h1f,"EGS4","L") | 
| legend | Draw () | 
Variables | |
| TH1D * | h1d = (TH1D*) f.Get("4") | 
| ifstream | in | 
| int | nb_bins = 40 | 
| float | x_min = 0 | 
| float | x_max = 20 | 
| TH1F * | h1f = new TH1F("h1f","",nb_bins,x_min,x_max) | 
| Float_t | x | 
| Float_t | y | 
| TLegend * | legend = new TLegend(0.65,0.55,0.85,0.68) | 
| in close | ( | ) | 
| h1d Draw | ( | "HIST" | ) | 
| h1f Draw | ( | "SAME" | ) | 
| legend Draw | ( | ) | 
| TFile f | ( | "./93ref0.root" | ) | 
| in open | ( | "pdg.ascii" | ) | 
| h1f SetLineColor | ( | 2 | ) | 
| h1d SetStats | ( | kFALSE | ) | 
 1.8.4