Add more particles
1 unresolved thread
1 unresolved thread
Compare changes
+ 18
− 0
\ No newline at end of file
Added muon, pi0, pi+, pi- particles to the functions.
It seems to me that since multiple programs use this function, that we should make it a header.
This can be implemented as a
std::map<string, std::tuple<int,double>>
rather than many if statements