FairShip
Loading...
Searching...
No Matches
radio.py File Reference

Go to the source code of this file.

Namespaces

namespace  radio
 

Variables

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