Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
plot_primary.C
이 파일의 문서화 페이지로 가기
1 {
2 // Plot the energy spectrum of the primary particles
3 gROOT -> Reset();
4 
5 TFile f("brachytherapy.root");
6 
7 // Draw histos filled by Geant4 simulation
8 //
9 
10 TCanvas* c1 = new TCanvas("c1", " ");
11 
12 h10.Draw();
13 }
TH1F * h10
ntupleExperimental Reset()