함수 | |
| in | open ("./EGSnrc/100keV-DPK.ascii") |
| for (int i=0;i< nbdata;i++) | |
| in | close () |
| h1d | SetTitle ("Dose point kernel : energy deposition profile, e- 100 keV") |
| h1d | GetXaxis () -> SetTitle("d(E/E0)/d(r/r0) along r/r0 r/r0") |
| h1d | GetYaxis () -> SetTitle("DPK") |
| h1d | SetStats (kFALSE) |
| h1d | SetLineColor (kRed) |
| h1d | Draw ("L") |
| TFile | f1 ("./100keV_local.root") |
| h1 | SetLineColor (kBlack) |
| h1 | Draw ("SAME HIST") |
| legend | AddEntry (h1,"local ","l") |
| legend | AddEntry (h1d,"EGSnrc","l") |
| legend | Draw () |
변수 | |
| ifstream | in |
| double | x_min = 0 |
| double | x_max = 1.2 |
| int | nbdata = 0 |
| TH1D * | h1d = new TH1D("h1d","",nbdata,x_min,x_max) |
| Double_t | x |
| Double_t | y |
| TH1D * | h1 = (TH1D*) f1.Get("8") |
| TLegend * | legend = new TLegend(0.7,0.6,0.86,0.78) |
legend->AddEntry(h2,"liver ","l"); legend->AddEntry(h3,"penel","l");
| in close | ( | ) |
| h1d Draw | ( | "L" | ) |
| h3 Draw | ( | "SAME HIST" | ) |
| legend Draw | ( | ) |
| TFile f1 | ( | "./100keV_local.root" | ) |
| for | ( | ) |
TestEm12/berger/berger.C 파일의 24 번째 라인에서 정의되었습니다.
다음을 참조함 : y.
| in open | ( | "./EGSnrc/100keV-DPK.ascii" | ) |
| h14 SetLineColor | ( | kRed | ) |
| h1 SetLineColor | ( | kBlack | ) |
| h1d SetStats | ( | kFALSE | ) |
| TH1D* h1 = (TH1D*) f1.Get("8") |
TestEm12/berger/berger.C 파일의 42 번째 라인에서 정의되었습니다.
TestEm12/berger/berger.C 파일의 21 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ToolsAnalysisManager::MergeImpl(), G4ToolsAnalysisManager::PlotImpl(), G4XmlAnalysisReader::ReadH1Impl(), G4CsvAnalysisReader::ReadH1Impl().
| ifstream in |
TestEm12/berger/berger.C 파일의 1 번째 라인에서 정의되었습니다.
| TLegend* legend = new TLegend(0.7,0.6,0.86,0.78) |
TestEm12/berger/berger.C 파일의 57 번째 라인에서 정의되었습니다.
| in nbdata = 0 |
TestEm12/berger/berger.C 파일의 18 번째 라인에서 정의되었습니다.
| Double_t x |
TestEm12/berger/berger.C 파일의 23 번째 라인에서 정의되었습니다.
| double x_max = 1.2 |
TestEm12/berger/berger.C 파일의 16 번째 라인에서 정의되었습니다.
| double x_min = 0 |
TestEm12/berger/berger.C 파일의 15 번째 라인에서 정의되었습니다.
| Double_t y |
TestEm12/berger/berger.C 파일의 23 번째 라인에서 정의되었습니다.
1.8.5