FairShip
Loading...
Searching...
No Matches
radio Namespace Reference

Variables

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

Variable Documentation

◆ c1

ROOT radio.c1 = ROOT.gROOT.FindObject("c1")

Definition at line 27 of file radio.py.

◆ fl

ROOT radio.fl = ROOT.TFile(path + x)

Definition at line 13 of file radio.py.

◆ fs

list radio.fs = ["ship.10.0.nuRadiography-TGeant4.root"]

Definition at line 7 of file radio.py.

◆ myHist

ROOT radio.myHist = ROOT.TH3F("myh", "radio", 500, -10000, 10000, 100, -300, 300, 100, -600, 600)

Definition at line 9 of file radio.py.

◆ myHist2

ROOT radio.myHist2 = ROOT.TH3F("myh2", "radio", 500, -3000, 3000, 100, -300, 300, 100, -600, 600)

Definition at line 10 of file radio.py.

◆ myHistxy

ROOT radio.myHistxy = myHist.Project3D("xy")

Definition at line 30 of file radio.py.

◆ myHistxz

ROOT radio.myHistxz = myHist.Project3D("xz")

Definition at line 31 of file radio.py.

◆ myHistyz

ROOT radio.myHistyz = myHist.Project3D("yz")

Definition at line 32 of file radio.py.

◆ nu

ROOT radio.nu = sTree.MCTrack[0]

Definition at line 18 of file radio.py.

◆ path

str radio.path = "./"

Definition at line 6 of file radio.py.

◆ rc

ROOT radio.rc = sTree.GetEvent(n)

Definition at line 17 of file radio.py.

◆ sTree

ROOT radio.sTree = fl.Get("cbmsim")

Definition at line 14 of file radio.py.