Geant4
9.6.p02
|
Go to the source code of this file.
Functions | |
TFile | f ("./Au3.local.root") |
h1d | SetTitle ("Fluence distribution of 13 MeV e- in Au (93.7 mg/cm2)") |
h1d | GetXaxis () -> SetTitle("r (mm)") |
h1d | GetYaxis () -> SetTitle("Fluence") |
h1d | SetStats (kFALSE) |
h1d | Draw ("HIST") |
in | open ("../data/Au3.13MeV.ascii") |
for (int i=0;i< nbdata;i++) | |
in | close () |
legend | AddEntry (h1d,"msc95","l") |
legend | AddEntry (pt,"Faddegon data","P") |
legend | Draw () |
Variables | |
TH1D * | h1d = (TH1D*) f.Get("4") |
ifstream | in |
TMarker * | pt |
Double_t | x |
Double_t | y |
int | nbdata = 0 |
TLegend * | legend = new TLegend(0.6,0.55,0.8,0.68) |
in close | ( | ) |
h1d Draw | ( | "HIST" | ) |
legend Draw | ( | ) |
TFile f | ( | "./Au3.local.root" | ) |
in open | ( | "../data/Au3.13MeV.ascii" | ) |
h1d SetStats | ( | kFALSE | ) |