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

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

함수

TFile f ("./93ref0.root")
 
h1d SetTitle ("30 GeV e- on 20 X0 Fe : energy dep, longit profil")
 
h1d GetXaxis () -> SetTitle("depth (X0)")
 
h1d GetYaxis () -> SetTitle("(100/E0) (dE/dt)")
 
h1d SetStats (kFALSE)
 
h1d Draw ("HIST")
 
in open ("pdg.ascii")
 
 while (1)
 
in close ()
 
h1f SetLineColor (2)
 
h1f Draw ("SAME")
 
legend AddEntry (h1d,"93ref0","l")
 
legend AddEntry (h1f,"EGS4","L")
 
legend Draw ()
 

변수

TH1D * h1d = (TH1D*) f.Get("4")
 
ifstream in
 
int nb_bins = 40
 
float x_min = 0
 
float x_max = 20
 
TH1F * h1f = new TH1F("h1f","",nb_bins,x_min,x_max)
 
Float_t x
 
Float_t y
 
TLegend * legend = new TLegend(0.65,0.55,0.85,0.68)
 

함수 문서화

legend AddEntry ( h1d  ,
"93ref0"  ,
"l"   
)
legend AddEntry ( h1f  ,
"EGS4"  ,
"L"   
)
in close ( )
h1d Draw ( "HIST"  )
h1f Draw ( "SAME"  )
legend Draw ( )
TFile f ( "./93ref0.root"  )
h1d GetXaxis ( ) -> SetTitle("depth (X0)")
h1d GetYaxis ( ) -> SetTitle("(100/E0) (dE/dt)")
in open ( "pdg.ascii"  )
h1f SetLineColor ( )
h1d SetStats ( kFALSE  )
h1d SetTitle ( "30 GeV e- on 20 X0 Fe : energy  dep,
longit profil"   
)
while ( )

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

다음을 참조함 : y.

변수 문서화

TH1D* h1d = (TH1D*) f.Get("4")

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

TH1F* h1f = new TH1F("h1f","",nb_bins,x_min,x_max)

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

ifstream in

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

TLegend* legend = new TLegend(0.65,0.55,0.85,0.68)

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

int nb_bins = 40

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

Float_t x

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

float x_max = 20

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

float x_min = 0

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

Float_t y

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