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

Variables

dict h = {}
 
 f = open('ExtGoliathFieldMap.txt','r')
 
int i = 0
 
 x = float(x)/10.
 
 y = float(y)/10.
 
 z = float(z)/10.
 
 Bx = Bx
 
 By = By
 
 Bz = Bz
 
dict rc = h['Bx'].Fill(float(x),float(y),float(z),float(Bx))
 

Variable Documentation

◆ Bx

goliath2root.Bx = Bx

Definition at line 25 of file goliath2root.py.

◆ By

goliath2root.By = By

Definition at line 25 of file goliath2root.py.

◆ Bz

goliath2root.Bz = Bz

Definition at line 25 of file goliath2root.py.

◆ f

goliath2root.f = open('ExtGoliathFieldMap.txt','r')

Definition at line 19 of file goliath2root.py.

◆ h

dict goliath2root.h = {}

Definition at line 11 of file goliath2root.py.

◆ i

int goliath2root.i = 0

Definition at line 21 of file goliath2root.py.

◆ rc

dict goliath2root.rc = h['Bx'].Fill(float(x),float(y),float(z),float(Bx))

Definition at line 33 of file goliath2root.py.

◆ x

int goliath2root.x = float(x)/10.

Definition at line 25 of file goliath2root.py.

◆ y

int goliath2root.y = float(y)/10.

Definition at line 25 of file goliath2root.py.

◆ z

int goliath2root.z = float(z)/10.

Definition at line 25 of file goliath2root.py.