Go to the source code of this file.
|
| TH1D * | h1 = (TH1D*) f1.Get("8") |
| |
| ifstream | in |
| |
| TMarker * | pt |
| |
| Double_t | x |
| |
| Double_t | y |
| |
| int | nbdata = 0 |
| |
| TLegend * | legend = new TLegend(0.6,0.5,0.8,0.70) |
| |
◆ AddEntry() [1/2]
◆ AddEntry() [2/2]
◆ close()
◆ Draw() [1/2]
◆ Draw() [2/2]
◆ f1()
| TFile f1 |
( |
"./Ta_1000keV_opt3.root" |
| ) |
|
TFile f1("./Al_1033keV_opt3.root");.
◆ for()
Definition at line 30 of file egs.C.
32 if (!
in.good())
break;
33 pt =
new TMarker(
x,y,22);
34 pt->SetMarkerColor(kRed);
◆ GetXaxis()
◆ GetYaxis()
◆ open()
| in open |
( |
"./EGSnrc/Ta_1000keV_EGSnrc.ascii" |
| ) |
|
in.open("./EGSnrc/Al_1033keV_EGSnrc.ascii");
◆ SetLineColor()
| h1 SetLineColor |
( |
kBlack |
| ) |
|
◆ SetStats()
◆ SetTitle()
| h1 SetTitle |
( |
"Depth dose distribution of 1000 keV e- in Ta" |
| ) |
|
◆ h1
| TH1D* h1 = (TH1D*) f1.Get("8") |
Definition at line 9 of file egs.C.
◆ in
Definition at line 21 of file egs.C.
◆ legend
| TLegend* legend = new TLegend(0.6,0.5,0.8,0.70) |
Definition at line 40 of file egs.C.
◆ nbdata
Definition at line 28 of file egs.C.
◆ pt
Definition at line 25 of file egs.C.
Definition at line 26 of file egs.C.
Definition at line 26 of file egs.C.