New Condition Algorithm for Calo Super Cells
This MR introduces a new condition algorithm CaloSuperCellAlignCondAlg. Its functionality combines what has previously been done by the super cell manager converter and by the super cell alignment tool.
The following changes have been implemented
- Several auxiliary methods and functions were moved from the
CaloSuperCellAlignTool.cxxandCaloSuperCellMgrDetDescrCnv.cxxintoCaloDetDescrUtils/CaloSuperCellUtils, so that these functions now can also be used by the newCaloSuperCellAlignCondAlg. - In order to get the package dependencies right, the
CaloSuperCellAlignToolwas moved into a new packageCaloAlignment/CaloAlignmentTools. TheCaloAlignToolwas moved there as well, for the sake of consistency. - Finally, the configuration of
CaloSuperCellAlignCondAlgwas activated.
This MR contains several commits, that reflect the various stages of the development. This should also simplify the code review process.
Edited by Vakhtang Tsulaia