Skip to content

Fixed the usage of CaloDetDescrManager in Calo tests

  1. CaloCellContainerFromClusterTool_test: dropped the call to CaloDetDescrManager::instance()
  2. CaloTester: stopped recording CaloDetDescrManager 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

Merge request reports