Hi,
Most of the people I know do not use C++ anymore. Having a python interface to programmatically get these decays is going to make life easier for the user. I am thinking of something like:
from rapidsim import Generator
gen = Generator(decay='B+->phi ee') # specify decay
gen.energy = 8000 # Center of mass energy, etc
...
df = gen.run(nentries=5000) # put 5000 candidates in a pandas dataframe
Cheers.
Hi,
Most of the people I know do not use C++ anymore. Having a python interface to programmatically get these decays is going to make life easier for the user. I am thinking of something like:
Cheers.