9 #include "GaudiKernel/IService.h"
10 #include "GaudiKernel/ISvcLocator.h"
21 <<
"INSIDE CONSTRUCTOR OF DETTOOL string& type " <<
type <<
endmsg
22 <<
"INSIDE CONSTRUCTOR OF DETTOOL std::string& name " <<
name <<
endmsg;
54 theZDCFactory.initializePbPb2015();
57 theZDCFactory.initializePbPb2023();
67 theZDCFactory.create(world);
69 catch (
const std::bad_alloc&) {
72 return StatusCode::FAILURE;
76 theExpt->
addManager(theZDCFactory.getDetectorManager());
77 ATH_CHECK(
detStore()->record(theZDCFactory.getDetectorManager(),theZDCFactory.getDetectorManager()->getName()) );
80 return StatusCode::SUCCESS;