Skip to content

Remove mutable data members from CscRDO_Decoder

William Axel Leight requested to merge wleight/athena:ATLASRECTS-6174 into master

Most of the necessary parameters for the CscRODReadout are passed to the methods that use it anyway. If the CscIdHelper is also passed, it is no longer necessary for the CscRODReadout object to be a member of the class.

Closes ATLASRECTS-6174

Merge request reports