Go to the source code of this file.
|
| str | radio.path = "./" |
| |
| list | radio.fs = ['ship.10.0.nuRadiography-TGeant4.root'] |
| |
| | radio.myHist = ROOT.TH3F('myh','radio',500,-10000,10000,100,-300,300,100,-600,600) |
| |
| | radio.myHist2 = ROOT.TH3F('myh2','radio',500,-3000,3000,100,-300,300,100,-600,600) |
| |
| | radio.fl = ROOT.TFile(path+x) |
| |
| | radio.sTree = fl.cbmsim |
| |
| | radio.rc = sTree.GetEvent(n) |
| |
| | radio.nu = sTree.MCTrack[0] |
| |
| | radio.c1 = ROOT.gROOT.FindObject('c1') |
| |
| | radio.myHistxy = myHist.Project3D('xy') |
| |
| | radio.myHistxz = myHist.Project3D('xz') |
| |
| | radio.myHistyz = myHist.Project3D('yz') |
| |