Skip to content
Snippets Groups Projects
  1. Apr 02, 2020
  2. Apr 01, 2020
  3. Mar 04, 2020
  4. Mar 03, 2020
  5. Feb 11, 2020
  6. Mar 19, 2019
  7. Mar 18, 2019
  8. Oct 27, 2018
  9. Oct 26, 2018
  10. Aug 25, 2018
  11. Aug 23, 2018
  12. Jul 05, 2018
  13. May 09, 2018
  14. May 08, 2018
  15. Apr 13, 2018
  16. Oct 11, 2017
  17. Oct 10, 2017
    • Marco Cattaneo's avatar
      f89c681b
    • Marco Cattaneo's avatar
      Merge branch 'muon_bkg_fix' into 'master' · 9023d56c
      Marco Cattaneo authored
      Fix to Muon/MuonBackground to allow MCParticles unsorted by the keys
      
      Muon/MuonBackground seg faulted if the `KeyedContainer<MCParticle>` is not sorted by the key.
      
      `MuonBackground::calculateStartingNumberOfHits(int)` used to obtain the number of particles from the key of the last element in the container. And booked memory for storing information based on this number. The code has been changed such that it does not rely on a specific order for the keys (and there can be keys missing) by using a `std::map` instead.
      
      Also changed for loops to more readable range based ones.
      
      See merge request !30
      9023d56c
  18. May 07, 2017
  19. Sep 06, 2016
  20. Aug 26, 2016
  21. Aug 25, 2016
  22. Aug 22, 2016
  23. Aug 08, 2016
  24. Aug 05, 2016
Loading