Metadata-Version: 2.4
Name: b2_run_sim
Version: 0.0.1
Summary: Simulation helper for basf2.
Project-URL: Homepage, https://github.com/ethanlee20/b2_sim
Project-URL: Issues, https://github.com/ethanlee20/b2_sim/issues
Author-email: Ethan Lee <elee20@hawaii.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.14
Description-Content-Type: text/markdown

After setting up your environment, run using

```
python3.14 <script> 
```

Steering files need to take the following command line arguments

```
simulation_steering_file.py <decay file path> <output file path> <number of events>
```

```
reconstruction_steering_file.py <simulated events file path> <output file path>
```

Decay file should be specified as a template. i.e. put `{parameter_name}` in place of parameter values.

See `example.py` script and `example` directory for more details.