32 MsgStream log( messageService(), name() );
34 StatusCode sc = service(
"HltStoreSvc", m_HltStoreSvc);
35 if( sc.isFailure() ) {
36 log << MSG::FATAL << name() <<
": Unable to locate Service HltStoreSvc" << endreq;
40 std::string sigID = signature->
label();
41 m_SigMap[sigID] = signature;
42 log << MSG::INFO << name() <<
" Find Signature with ID: " << sigID << endreq;
44 return StatusCode::SUCCESS;