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

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

함수

gROOT SetStyle ("Plain")
 
TFile f ("B4.root")
 
c1 Divide (2, 2)
 
c1 cd (1)
 
ntuple Draw ("Eabs")
 
c1 cd (2)
 
ntuple Draw ("Labs")
 
c1 cd (3)
 
gPad SetLogy (1)
 
ntuple Draw ("Egap")
 
c1 cd (4)
 

변수

TCanvas * c1 = new TCanvas("c1", "", 20, 20, 1000, 1000)
 
TNtuple * ntuple = (TNtuple*)f.Get("B4")
 

함수 문서화

c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 Divide ( ,
 
)
ntuple Draw ( "Eabs"  )
ntuple Draw ( "Labs"  )
ntuple Draw ( "Egap"  )
TFile f ( "B4.root"  )
gPad SetLogy ( )
gROOT SetStyle ( "Plain"  )

변수 문서화

TCanvas* c1 = new TCanvas("c1", "", 20, 20, 1000, 1000)

B4d/plotNtuple.C 파일의 17 번째 라인에서 정의되었습니다.

TNtuple* ntuple = (TNtuple*)f.Get("B4")

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