Skip to content

Write MC hits directly to output vectors

Chad Lantz requested to merge dontSaveHits2 into master

Eliminates the process of storing FiberHits and sorting them in EventAction, and replaces it with writing the hit information directly to the output vectors stored in the FiberSD. Also moves branch booking responsibility to the SD class. Future updates will have each class responsible for some output also responsible for booking that ouptut.

Merge request reports