Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
함수 | 변수
egs.C 파일 참조

이 파일의 소스 코드 페이지로 가기

함수

TFile f1 ("./Ta_1000keV_opt3.root")
 TFile f1("./Al_1033keV_opt3.root");. 더 자세히 ...
 
h1 SetTitle ("Depth dose distribution of 1000 keV e- in Ta")
 
h1 GetXaxis () -> SetTitle("Edep (Mev.cm2/g) along x/r0 x/r0")
 
h1 GetYaxis () -> SetTitle("MeV*cm2/g")
 
h1 SetStats (kFALSE)
 
h1 SetLineColor (kBlack)
 
h1 Draw ("HIST")
 
in open ("./EGSnrc/Ta_1000keV_EGSnrc.ascii")
 in.open("./EGSnrc/Al_1033keV_EGSnrc.ascii"); 더 자세히 ...
 
 for (int i=0;i< nbdata;i++)
 
in close ()
 
legend AddEntry (h1,"ref10 ","l")
 
legend AddEntry (pt,"EGSnrc","P")
 
legend Draw ()
 

변수

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)
 

함수 문서화

legend AddEntry ( h1  ,
"ref10 "  ,
"l"   
)
legend AddEntry ( pt  ,
"EGSnrc"  ,
"P"   
)
in close ( )
h1 Draw ( "HIST"  )
legend Draw ( )
TFile f1 ( "./Ta_1000keV_opt3.root"  )

TFile f1("./Al_1033keV_opt3.root");.

for ( )

egs.C 파일의 30 번째 라인에서 정의되었습니다.

다음을 참조함 : y.

h1 GetXaxis ( ) -> SetTitle("Edep (Mev.cm2/g) along x/r0 x/r0")
h1 GetYaxis ( ) -> SetTitle("MeV*cm2/g")
in open ( "./EGSnrc/Ta_1000keV_EGSnrc.ascii"  )

in.open("./EGSnrc/Al_1033keV_EGSnrc.ascii");

h1 SetLineColor ( kBlack  )
h3 SetStats ( kFALSE  )

다음에 의해서 참조됨 : Analysis::Analysis().

h1 SetTitle ( "Depth dose distribution of 1000 keV e- in Ta"  )

변수 문서화

TH1D* h1 = (TH1D*) f1.Get("8")

egs.C 파일의 9 번째 라인에서 정의되었습니다.

ifstream in

egs.C 파일의 21 번째 라인에서 정의되었습니다.

TLegend* legend = new TLegend(0.6,0.5,0.8,0.70)

egs.C 파일의 40 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ParticleHPLegendreStore::SampleDiscreteTwoBody(), G4ParticleHPLegendreStore::SampleElastic(), G4ParticleHPLegendreStore::SampleMax().

in nbdata = 0

egs.C 파일의 28 번째 라인에서 정의되었습니다.

TMarker* pt
Double_t x

egs.C 파일의 26 번째 라인에서 정의되었습니다.

Double_t y

egs.C 파일의 26 번째 라인에서 정의되었습니다.