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;
71 const EventContext& ctx = Gaudi::Hive::currentContext();
74 CHECK( eventInfo.
isValid() ? StatusCode::SUCCESS : StatusCode::FAILURE );
77 std::vector<SG::WriteDecorHandle<xAOD::EventInfo,int> >
78 intDecorators = createDecorators<xAOD::EventInfo,int>(
m_intDecorKeys,ctx);
94 ATH_MSG_DEBUG(
"Decorating unassociated hits with nPixelBarrelUA = ");
102 return StatusCode::SUCCESS;