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

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

함수

gROOT SetStyle ("Plain")
 
gStyle SetOptStat (1111)
 
gStyle SetPalette (1)
 
c1 Divide (2, 2)
 
 system ("rm -rf nanobeam.root")
 
 system ("hadd -O nanobeam.root nanobeam_*.root")
 
TFile f ("nanobeam.root")
 
c1 cd (1)
 
ntuple0 SetMarkerSize (.2)
 
ntuple0 SetMarkerColor (2)
 
ntuple0 SetMarkerStyle (20)
 
ntuple0 Draw ("xIn:yIn:zIn","")
 
c1 cd (2)
 
gPad SetLogz ()
 
ntuple2 Draw ("yIn:xIn","","hcolz")
 
c1 cd (3)
 
ntuple2 SetMarkerColor (4)
 
ntuple2 Draw ("thetaIn:xIn","","hcolz")
 
c1 cd (4)
 
ntuple2 Draw ("phiIn:yIn","","hcolz")
 

변수

 c1 = new TCanvas ("c1","",200,10,800,800)
 
TNtuple * ntuple0 = (TNtuple*)f.Get("ntuple0")
 
TNtuple * ntuple2 = (TNtuple*)f.Get("ntuple2")
 

함수 문서화

c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 cd ( )
c1 Divide ( ,
 
)
ntuple0 Draw ( "xIn:yIn:zIn"  ,
""   
)
ntuple2 Draw ( "yIn:xIn"  ,
""  ,
"hcolz"   
)
ntuple2 Draw ( "thetaIn:xIn"  ,
""  ,
"hcolz"   
)
ntuple2 Draw ( "phiIn:yIn"  ,
""  ,
"hcolz"   
)
TFile f ( "nanobeam.root"  )
gPad SetLogz ( )
ntuple0 SetMarkerColor ( )
ntuple2 SetMarkerColor ( )
ntuple0 SetMarkerSize ( 2)
ntuple0 SetMarkerStyle ( 20  )
gStyle SetOptStat ( 1111  )
gStyle SetPalette ( )
gROOT SetStyle ( "Plain"  )
system ( "rm -rf nanobeam.root"  )
system ( "hadd -O nanobeam.root nanobeam_*.root"  )

변수 문서화

c1 = new TCanvas ("c1","",200,10,800,800)

advanced/nanobeam/plot.C 파일의 10 번째 라인에서 정의되었습니다.

ntuple0 = (TNtuple*)f.Get("ntuple0")

advanced/nanobeam/plot.C 파일의 18 번째 라인에서 정의되었습니다.

ntuple2 = (TNtuple*)f.Get("ntuple2")

advanced/nanobeam/plot.C 파일의 28 번째 라인에서 정의되었습니다.