Skip to content

Creating new Algorithms for Muon RDO to Digit conversion

In order to simplify running MC Overlay separately for the different Muon technologies this commit creates separate Algorithms to convert RDOs to Digits for each technology.

The code in each Algorithm is based on the existing code in MuonRdoToMuonDigitTool. The syntax has also been tidied where possible.

MdtRdoToMdtDigit, RpcRdoToRpcDigit and TgcRdoToTgcDigit have all been tested in an Overlay job. CscRdoToCscDigit has only been compiled, but not run.

Merge request reports