Geant4
9.6.p02
|
Go to the source code of this file.
Functions | |
ntuple | Print () |
ntuple | GetBranch ("xx") -> SetAddress(&xx) |
ntuple | GetBranch ("yy") -> SetAddress(&yy) |
ntuple | GetBranch ("zz") -> SetAddress(&zz) |
ntuple | GetBranch ("edep") -> SetAddress(&edep) |
gStyle | SetPalette (1) |
ntuple | Draw ("xx:yy:zz:edep>>h30","","colz") |
Variables | |
TDirectory * | dir = (TDirectory*)f.Get("ntuple") |
TTree * | ntuple = (TTree*)dir->Get("EnergyDeposition") |
Int_t | index |
Double_t | xx |
Double_t | yy |
Double_t | zz |
Double_t | edep |
TH3F * | edepDDistribution3D |
ntuple Draw | ( | "xx:yy:zz:edep>>h30" | , |
"" | , | ||
"colz" | |||
) |
ntuple Print | ( | ) |
gStyle SetPalette | ( | 1 | ) |
TH3F* edepDDistribution3D |