33 SmartIF<StoreGateSvc> pSvc{ Gaudi::svcLocator()->service(
"StoreGateSvc") };
35 log << MSG::ERROR <<
"could not get StoreGateSvc" <<
endmsg;
41 StatusCode
sc = pSvc->retrieve(beg,ending);
42 if (
sc.isFailure() || beg==ending)
43 log << MSG::ERROR <<
"could not get DataHeader" <<
endmsg;
47 for (; beg != ending; ++beg)
50 std::vector<DataHeaderElement>::const_iterator it = dh.begin();
51 for (; it != dh.end(); ++it)
58 log << MSG::ERROR <<
"could not get ClassIDSvc" <<
endmsg;