SND@LHC Software
Loading...
Searching...
No Matches
radio Namespace Reference

Variables

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

Variable Documentation

◆ c1

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

Definition at line 23 of file radio.py.

◆ fl

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

Definition at line 9 of file radio.py.

◆ fs

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

Definition at line 3 of file radio.py.

◆ myHist

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

Definition at line 5 of file radio.py.

◆ myHist2

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

Definition at line 6 of file radio.py.

◆ myHistxy

radio.myHistxy = myHist.Project3D('xy')

Definition at line 26 of file radio.py.

◆ myHistxz

radio.myHistxz = myHist.Project3D('xz')

Definition at line 27 of file radio.py.

◆ myHistyz

radio.myHistyz = myHist.Project3D('yz')

Definition at line 28 of file radio.py.

◆ nu

radio.nu = sTree.MCTrack[0]

Definition at line 14 of file radio.py.

◆ path

str radio.path = "./"

Definition at line 2 of file radio.py.

◆ rc

radio.rc = sTree.GetEvent(n)

Definition at line 13 of file radio.py.

◆ sTree

radio.sTree = fl.cbmsim

Definition at line 10 of file radio.py.