Geant4
10.02.p03
|
Go to the source code of this file.
Functions | |
TFile | f ("human_phantom.root") |
ntuple | Print () |
ntuple | GetBranch ("organID") -> SetAddress(&xx) |
ntuple | GetBranch ("edep") -> SetAddress(&edep) |
for (Int_t i=0;i< nevent;i++) | |
Variables | |
TDirectory * | dir = (TDirectory*)f.Get("human_phantom_ntuple") |
TTree * | ntuple = (TTree*)dir->Get("1") |
Int_t | nevent = Int_t(ntuple->GetEntries()) |
Double_t | xx |
Double_t | edep |
TFile f | ( | "human_phantom.root" | ) |
for | ( | ) |
Definition at line 17 of file human_phantom/macro.C.
ntuple Print | ( | ) |
TDirectory* dir = (TDirectory*)f.Get("human_phantom_ntuple") |
Definition at line 5 of file human_phantom/macro.C.
Double_t edep |
Definition at line 13 of file human_phantom/macro.C.
Int_t nevent = Int_t(ntuple->GetEntries()) |
Definition at line 10 of file human_phantom/macro.C.
Definition at line 6 of file human_phantom/macro.C.
Double_t xx |
Definition at line 12 of file human_phantom/macro.C.