CaloCellList : Add overloads passing CaloDetDescrManager
Add overloads to the select
passing const CaloDetDescrManager&
and change
the doSelect
to accept const CaloDetDescrManager&
rather than doing CaloDetDescrManager::instance
This is due to https://its.cern.ch/jira/browse/ATLASRECTS-5012
The idea will be to move aways of having to call the CaloDetDescrManager::instance
for most of the clients.
Also
- Removed one unused method
- Made a couple of methods
const