changes in MuonID after 12/2017 hackathon
- change vdt::fast_exp to std::exp as profiling shows it to be faster
- remove the Choleskiy decomposition for matrix inversion in favour of Kramer as profiling shows it to be faster
- change when possible double to float
- change when possible int to unsigned int
Edited by Marco Cattaneo