Add more particles
1 unresolved thread
1 unresolved thread
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.
Edited by Marshall Scott
Merge request reports
Activity
1 ////////////////////////// 2 // Common Particle Functions 3 // M. Scott 05/2021 4 ////////////////////////// 5 6 std::tuple <int, double> extract_particle_parameters(std::string particle_name) {
Please register or sign in to reply