ATLAS Offline Software
Namespaces | Functions | Variables
resample_meson.py File Reference

Go to the source code of this file.

Namespaces

 python.resample_meson
 

Functions

def python.resample_meson.calculate_momentum_magnitude (E, Q2)
 
def python.resample_meson.generate_virtuality (mass, width)
 
def python.resample_meson.build_four_momentum (Energy, p3_magnitude, theta, phi)
 
def python.resample_meson.build_TLorentz (energy, px, py, pz)
 
def python.resample_meson.resample_meson (input_filename, output_filename, meson_id, meson_width)
 

Variables

 python.resample_meson.input_file = sys.argv[1]
 
 python.resample_meson.output_file = sys.argv[2]
 
 python.resample_meson.meson_id = sys.argv[3]
 
 python.resample_meson.meson_width = sys.argv[4]