k4SimGeant4
|
Variables | |
list | centre_x = [1977.25, -726.366, 2130.49, -2045.03, -2236.08] |
list | centre_y = [9.07315, 2114.81, 679.002, 652.057, -1.38118] |
list | centre_z = [0, 0, 0, 0, 0] |
store = EventStore(["positions_ecalInclinedSim.root"]) | |
positions = event.get('Positions') | |
x = pos.position().x | |
y = pos.position().y | |
z = pos.position().z | |
list check_inclinedEcal_positions.centre_x = [1977.25, -726.366, 2130.49, -2045.03, -2236.08] |
list check_inclinedEcal_positions.centre_y = [9.07315, 2114.81, 679.002, 652.057, -1.38118] |
list check_inclinedEcal_positions.centre_z = [0, 0, 0, 0, 0] |
check_inclinedEcal_positions.positions = event.get('Positions') |
check_inclinedEcal_positions.store = EventStore(["positions_ecalInclinedSim.root"]) |
check_inclinedEcal_positions.x = pos.position().x |
check_inclinedEcal_positions.y = pos.position().y |
check_inclinedEcal_positions.z = pos.position().z |