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

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

함수

TFile f1 ("./opt3.root")
 
h1 SetTitle ("1 TeV muon in 3 m iron : kinetic energy at exit (GeV)")
 
h1 GetXaxis () -> SetTitle("Ekine (GeV)")
 
h1 GetYaxis () -> SetTitle("nb/GeV")
 
h1 SetStats (kFALSE)
 
h1 SetLineColor (kBlue)
 
h1 Draw ("HIST")
 
in open ("mars14.ascii")
 
 while (1)
 
in close ()
 
h1f SetLineColor (kRed)
 
h1f Draw ("SAME")
 
legend AddEntry (h1,"local (Urban90)","l")
 
legend AddEntry (h1f,"Mars14 simul ","L")
 
legend Draw ()
 

변수

TH1D * h1 = (TH1D*) f1.Get("10")
 
ifstream in
 
int nb_bins = 100
 
float x_min = 950.
 
float x_max = 1000.
 
TH1F * h1f = new TH1F("h1f","",nb_bins,x_min,x_max)
 
Float_t x
 
Float_t y
 
TLegend * legend = new TLegend(0.2,0.55,0.45,0.70)
 

함수 문서화

legend AddEntry ( h1  ,
"local (Urban90)"  ,
"l"   
)
legend AddEntry ( h1f  ,
"Mars14 simul "  ,
"L"   
)
in close ( )
h1 Draw ( "HIST"  )
h1f Draw ( "SAME"  )
legend Draw ( )
TFile f1 ( "./opt3.root"  )
h1 GetXaxis ( ) -> SetTitle("Ekine (GeV)")
h1 GetYaxis ( ) -> SetTitle("nb/GeV")
in open ( "mars14.ascii"  )
h1 SetLineColor ( kBlue  )
h1f SetLineColor ( kRed  )
h1 SetStats ( kFALSE  )
h1 SetTitle ( "1 TeV muon in 3 m iron : kinetic energy at exit (GeV)"  )
while ( )

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

다음을 참조함 : y.

변수 문서화

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

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

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

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

ifstream in

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

TLegend* legend = new TLegend(0.2,0.55,0.45,0.70)

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

int nb_bins = 100

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

Float_t x

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

float x_max = 1000.

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

float x_min = 950.

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

Float_t y

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