21 ATH_MSG_WARNING(
"No decoration prefix name provided for the output of UnassociatedHitsDecorator!");
25 ATH_MSG_ERROR(
"No EventInfo collection provided for UnassociatedHitsDecorator!");
26 return StatusCode::FAILURE;
33 std::vector<std::string>
names;
50 return StatusCode::SUCCESS;
59 CHECK( eventInfo.
isValid() ? StatusCode::SUCCESS : StatusCode::FAILURE );
62 std::vector<SG::WriteDecorHandle<xAOD::EventInfo,int> >
63 intDecorators = createDecorators<xAOD::EventInfo,int>(
m_intDecorKeys,ctx);
79 ATH_MSG_DEBUG(
"Decorating unassociated hits with nPixelBarrelUA = ");
87 return StatusCode::SUCCESS;