Skip to content

Refactor the Muon RegSelCondAlgs

Mark Sutton requested to merge sutt/athena:rs-rpc into master

The RPC has it's own cabling conditions data now, so the extraction of the cabling has ben moved from the base class into the derived classes for each muon subsystem.

Because the other muon subsystems do not have their own cabling conditions data, we use the MDT cabling conditions as a proxy. The RPC now has it's own so now the RPC and MDT classes should be similar. The cabling conditions from whatever system are now retrieved in the createTable() methods.

If only all the cabling conditions were all derived from the same base class ...

Edited by Mark Sutton

Merge request reports