22 StatusCode sc = evtStore()->retrieve(attrList,
"EventInfoAtts");
26 coral::AttributeList::const_iterator
it = attrList->begin();
27 while (
it != attrList->end()) {
29 std::ostringstream
value;
35 if ((*attrList)[
"EventNumber"].data<unsigned long long>()%2!=0) {
36 retc = StatusCode::RECOVERABLE;