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

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

함수

gStyle SetPalette (1)
 
gROOT SetStyle ("Plain")
 
TFile f ("ICSD.root")
 
f ls ()
 
ntuple1 SetBranchAddress ("ionisations",&ion)
 
 for (Int_t i=0;i< nentries;i++)
 
hist1 Draw ()
 
hist1 GetXaxis () -> SetLabelSize(0.025)
 
hist1 GetYaxis () -> SetLabelSize(0.025)
 
c1 SaveAs ("ICSD.tiff")
 

변수

TCanvas * c1 = new TCanvas ("c1","",20,20,1000,500)
 
TH1D * hist1 = new TH1D("histo","ICSD", 30, 0.0, 30)
 
Double_t ion = 0.0
 
TNtuple * ntuple1 = (TNtuple*)f.Get("ntuple_1")
 
Int_t nentries = ntuple1->GetEntries()
 

함수 문서화

hist1 Draw ( )
TFile f ( "ICSD.root"  )
for ( )

extended/medical/dna/icsd/plot.C 파일의 24 번째 라인에서 정의되었습니다.

hist1 GetXaxis ( ) -> SetLabelSize(0.025)
hist1 GetYaxis ( ) -> SetLabelSize(0.025)
f ls ( )
c1 SaveAs ( "ICSD.tiff"  )
ntuple1 SetBranchAddress ( "ionisations"  ,
ion 
)
gStyle SetPalette ( )
gROOT SetStyle ( "Plain"  )

변수 문서화

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

extended/medical/dna/icsd/plot.C 파일의 12 번째 라인에서 정의되었습니다.

TH1D* hist1 = new TH1D("histo","ICSD", 30, 0.0, 30)

extended/medical/dna/icsd/plot.C 파일의 17 번째 라인에서 정의되었습니다.

Double_t ion = 0.0
Int_t nentries = ntuple1->GetEntries()

extended/medical/dna/icsd/plot.C 파일의 22 번째 라인에서 정의되었습니다.

TNtuple* ntuple1 = (TNtuple*)f.Get("ntuple_1")

extended/medical/dna/icsd/plot.C 파일의 20 번째 라인에서 정의되었습니다.