Fixed the usage of CaloDetDescrManager in Calo tests
-
CaloCellContainerFromClusterTool_test
: dropped the call toCaloDetDescrManager::instance()
-
CaloTester
: stopped recordingCaloDetDescrManager
in the Detector Store
CaloDetDescrManager::instance()
is obsolete, and hopefully will be dropped soon. In tests the Calo DD manager should be retrieved either from the Condition Store, or from the CaloTester
itself