58 MsgStream log(
msgSvc(), name());
59 log << MSG::INFO <<
"in execute()" << endreq;
61 std::vector<Algorithm*>::const_iterator it = subAlgorithms()->begin();
62 std::vector<Algorithm*>::const_iterator end = subAlgorithms()->end();
63 for(; it != end; it++) {
64 sc = (*it)->execute();
66 log <<
"Error while executing " << (*it)->name() << endreq;
68 return StatusCode::SUCCESS;