21 const std::string&
name,
22 const IInterface*
parent) :
31 ATH_MSG_WARNING(
"No decoration prefix name provided for the output of UnassociatedHitsDecorator!");
35 ATH_MSG_ERROR(
"No EventInfo collection provided for UnassociatedHitsDecorator!");
36 return StatusCode::FAILURE;
43 std::vector<std::string>
names;
60 return StatusCode::SUCCESS;
65 return StatusCode::SUCCESS;
73 CHECK( eventInfo.
isValid() ? StatusCode::SUCCESS : StatusCode::FAILURE );
76 std::vector<SG::WriteDecorHandle<xAOD::EventInfo,int> >
77 intDecorators = createDecorators<xAOD::EventInfo,int>(
m_intDecorKeys,ctx);
93 ATH_MSG_DEBUG(
"Decorating unassociated hits with nPixelBarrelUA = ");
101 return StatusCode::SUCCESS;