27 (
const std::string&
t,
const std::string&
n,
const IInterface*
p)
44 return StatusCode::FAILURE;
57 std::vector<InDet::IZWindowRoISeedTool::ZWindow> listRoIs;
60 unsigned long long evtN = 0;
64 if ( eventInfo.isValid() ){
65 evtN = eventInfo->eventNumber();
66 runN = eventInfo->runNumber();
75 std::istringstream iss(
line);
78 unsigned long long eventnum;
81 while( iss >>
runnum >> eventnum >> zref){
83 if(
runnum == runN && eventnum == evtN)
break;
86 if(
runnum == runN && eventnum == evtN){
91 listRoIs.push_back(readinref);