Changelog:
Added:
- SiPMSimulator: class that automatically handles all the event loop given a SiPMSensor and a list of events to simulate
- Added operator==() method to identify hits on same cell
- Added some unit testing
- Improved random number generation with faster algorithms
- Added support for openMP
Removed:
- Removed cell ID. Cells are identified given row and column
- Removed many unused methods