Skip to content

Draft: New Module: InjectMessages

Simon Spannagel requested to merge inject_messages into master

This MR adds a new module which doesn't implement any useful algorithm or physics model, but just generates objects of all types, e.g. DepositedCharge objects at random positions in the sensor.

This module is meant for testing the framework as it allows to generate input for any other module without building a full simulation chain as sometimes necessary for e.g. digitization modules.

It is not yet finished and I would be happy to receive some feedback on the general idea as well as the implementation.

Edited by Simon Spannagel

Merge request reports