27 SmartIF<IJobOptionsSvc> iSvc( svcLct->service(
"JobOptionsSvc" ) );
30 const std::vector<const Property*>* ps = iSvc->getProperties(
"EventCnvSvc" );
31 std::vector<const Property*>::const_iterator it, end = ps->end();
32 for ( it = ps->begin(); it != end; ++it )
34 if ( ( *it )->name() ==
"digiRootInputFile" )