함수 | |
gStyle | SetOptStat (0000) |
c1 | Divide (2, 1) |
while (1) | |
fclose (fp) | |
cout<< " Max and Min Energy deposits (keV) == "<< edepMax << " ; "<< edepMin<< endl;cout << " Max and Min Dose deposits (Gy) == "<< doseMax << " ; "<< doseMin<< endl;cout << " Maximum Basal Distance (um) == "<< distMaxB << " "<< endl;cout<< " Maximum Apical Distance (um) == " << distMaxA<< " "<< endl;c1-> | cd (1) |
h1 | Draw ("P") |
h1 | SetMarkerSize (2) |
h1 | SetMarkerColor (4) |
h1 | SetMarkerStyle (27) |
h1 | SetFillStyle (3005) |
h1 | GetXaxis () -> SetTitle("Distance from Soma (um)") |
h1 | GetYaxis () -> SetRangeUser(edepMin, edepMax+3.) |
if (distMaxB > 0.) | |
if (distMaxA > 0.) | |
c1 | cd (2) |
h2 | SetMarkerColor (kRed) |
변수 | |
c1 = new TCanvas ("c1","",20,20,1200,600) | |
Int_t | ncols =0 |
Int_t | nlines = 0 |
FILE * | fp = fopen("Dend3DEdep.out","r") |
Float_t | posX |
Float_t | posY |
Float_t | posZ |
Float_t | distB |
Float_t | distA |
Float_t | EdepR |
Float_t | DoseR |
Float_t | distMaxA = -1e-9 |
Float_t | distMaxB = -1e-9 |
Float_t | edepMax = -1e-9 |
Float_t | doseMax = -1e-9 |
Float_t | edepMin = 1e9 |
Float_t | doseMin = 1e9 |
h1 = new TProfile("Energy", "Energy deposits (keV) in dendritic compartments",1000,-1000,1000,0.001,1000) | |
h2 = new TProfile("Dose", "Dose deposits (Gy) in dendritic compartments",1000,-1000,1000,0.001,1000) | |
cout<< " Max and Min Energy deposits (keV) == " << edepMax << " ; "<< edepMin<<endl;cout << " Max and Min Dose deposits (Gy) == " << doseMax << " ; "<< doseMin<<endl;cout << " Maximum Basal Distance (um) == " << distMaxB << " "<<endl;cout << " Maximum Apical Distance (um) == " << distMaxA << " "<<endl;c1-> cd | ( | 1 | ) |
c1 cd | ( | 2 | ) |
c1 Divide | ( | 2 | , |
1 | |||
) |
h2 Draw | ( | "P" | ) |
fclose | ( | fp | ) |
if | ( | distMaxB | , |
0. | |||
) |
plotDend.C 파일의 65 번째 라인에서 정의되었습니다.
if | ( | distMaxA | , |
0. | |||
) |
plotDend.C 파일의 70 번째 라인에서 정의되었습니다.
h2 SetFillStyle | ( | 3005 | ) |
h1 SetMarkerColor | ( | 4 | ) |
h2 SetMarkerColor | ( | kRed | ) |
h1 SetMarkerSize | ( | 2 | ) |
h2 SetMarkerStyle | ( | 27 | ) |
gStyle SetOptStat | ( | 0000 | ) |
c1 = new TCanvas ("c1","",20,20,1200,600) |
plotDend.C 파일의 14 번째 라인에서 정의되었습니다.
Float_t distA |
plotDend.C 파일의 22 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4UnionSolid::DistanceToIn(), G4SubtractionSolid::DistanceToOut(), G4IntersectionSolid::DistanceToOut(), while().
Float_t distB |
plotDend.C 파일의 22 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4UnionSolid::DistanceToIn(), G4SubtractionSolid::DistanceToOut(), G4IntersectionSolid::DistanceToOut(), while().
Float_t distMaxA = -1e-9 |
plotDend.C 파일의 23 번째 라인에서 정의되었습니다.
Float_t distMaxB = -1e-9 |
plotDend.C 파일의 24 번째 라인에서 정의되었습니다.
Float_t doseMax = -1e-9 |
plotDend.C 파일의 26 번째 라인에서 정의되었습니다.
Float_t doseMin = 1e9 |
plotDend.C 파일의 28 번째 라인에서 정의되었습니다.
Float_t DoseR |
plotDend.C 파일의 22 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : while().
Float_t edepMax = -1e-9 |
plotDend.C 파일의 25 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : LXeEventAction::EndOfEventAction().
Float_t edepMin = 1e9 |
plotDend.C 파일의 27 번째 라인에서 정의되었습니다.
Float_t EdepR |
plotDend.C 파일의 22 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : while().
FILE* fp = fopen("Dend3DEdep.out","r") |
plotDend.C 파일의 20 번째 라인에서 정의되었습니다.
h1 = new TProfile("Energy", "Energy deposits (keV) in dendritic compartments",1000,-1000,1000,0.001,1000) |
plotDend.C 파일의 30 번째 라인에서 정의되었습니다.
h2 = new TProfile("Dose", "Dose deposits (Gy) in dendritic compartments",1000,-1000,1000,0.001,1000) |
plotDend.C 파일의 31 번째 라인에서 정의되었습니다.
Int_t ncols =0 |
plotDend.C 파일의 17 번째 라인에서 정의되었습니다.
Int_t nlines = 0 |
plotDend.C 파일의 18 번째 라인에서 정의되었습니다.
Float_t posX |
plotDend.C 파일의 21 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Channeling::UpdateParameters(), IORTSteppingAction::UserSteppingAction().
Float_t posY |
plotDend.C 파일의 21 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Channeling::UpdateParameters(), IORTSteppingAction::UserSteppingAction().
Float_t posZ |
plotDend.C 파일의 21 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : IORTSteppingAction::UserSteppingAction().