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