Variables
muoncounters Namespace Reference

Variables

 wb = load_workbook("/Users/caradonna/Downloads/paddle_locations.xlsx", data_only = True)
 
 sheet_names = wb.get_sheet_names()
 
 muons = open("muoncounters.txt",'a')
 
int detector_number = 0
 
bool x_z_flip = True
 
 ws = wb[sheet_names[q]]
 
 k = ws.cell(row = a, column = j).value
 
int start_row = a+1
 
int start_column_tmp = j-1
 
int end_column_tmp = j+1
 
 row
 
 b
 
 column
 
int end_row = b-1
 
 start_column = chr(start_column_tmp + ord('A'))
 
 end_column = chr(end_column_tmp +ord('A'))
 
 wsr = np.array(ws.range('%s%s:%s%s' %(start_column,start_row,end_column, end_row)))
 
 init_coord = np.zeros((end_row - start_row + 1,3))
 
int wall_or = 1
 
 detector_points = np.zeros((4,3))
 

Variable Documentation

muoncounters.b

Definition at line 36 of file muoncounters.py.

muoncounters.column

Definition at line 36 of file muoncounters.py.

int muoncounters.detector_number = 0

Definition at line 16 of file muoncounters.py.

float muoncounters.detector_points = np.zeros((4,3))

Definition at line 61 of file muoncounters.py.

muoncounters.end_column = chr(end_column_tmp +ord('A'))

Definition at line 43 of file muoncounters.py.

int muoncounters.end_column_tmp = j+1

Definition at line 32 of file muoncounters.py.

int muoncounters.end_row = b-1

Definition at line 37 of file muoncounters.py.

muoncounters.init_coord = np.zeros((end_row - start_row + 1,3))

Definition at line 48 of file muoncounters.py.

muoncounters.k = ws.cell(row = a, column = j).value

Definition at line 27 of file muoncounters.py.

muoncounters.muons = open("muoncounters.txt",'a')

Definition at line 15 of file muoncounters.py.

muoncounters.row

Definition at line 36 of file muoncounters.py.

muoncounters.sheet_names = wb.get_sheet_names()

Definition at line 12 of file muoncounters.py.

muoncounters.start_column = chr(start_column_tmp + ord('A'))

Definition at line 42 of file muoncounters.py.

int muoncounters.start_column_tmp = j-1

Definition at line 31 of file muoncounters.py.

int muoncounters.start_row = a+1

Definition at line 30 of file muoncounters.py.

int muoncounters.wall_or = 1

Definition at line 59 of file muoncounters.py.

muoncounters.wb = load_workbook("/Users/caradonna/Downloads/paddle_locations.xlsx", data_only = True)

Definition at line 9 of file muoncounters.py.

muoncounters.ws = wb[sheet_names[q]]

Definition at line 21 of file muoncounters.py.

muoncounters.wsr = np.array(ws.range('%s%s:%s%s' %(start_column,start_row,end_column, end_row)))

Definition at line 46 of file muoncounters.py.

bool muoncounters.x_z_flip = True

Definition at line 17 of file muoncounters.py.