Skip to content

Remove deprecated interface in TileInfo

TileInfo is used to return any detector-dependent constants or information regarding the Tile Calorimeter, including conditions data via different conditions tools. It is not good for AthenaMT.

So functionality of TileInfo which is provided via tools has been removed.

Last client of such functionality CaloJiveXML package has been migrated to use Tile tools directly.

It is supposed that TileInfo keeps and provides only constants which will be initialized during initialization of job.

Merge request reports