This repository contains all scripts needed to submit MonteCarlo input output tests, aggregate them into csv files, and analyze those csv's using a python framework to search for signatures of ambiguities within the current Amplitude Analysis models used at GlueX. Its hypothesized that the strength of the m=0 wave and the ratio of reflectivities present heavily influences the range of ambiguous solutions one can have. This can be tested through a series of input-output studies using Monte Carlo (MC) simulated events. The motivation primarily stems from fits to the neutral
To run the scripts, you must have a working version of conda in order to source and start the python environment here. Miniforge or Miniconda are recommended.
To create the environment and activate it, run:
conda env create --file environment.yml
conda activate ambiguities