7 std::vector<unsigned> 
LArMon::trigStreamMatching(
const std::vector<std::string>& streamsFromJobO, 
const std::vector<xAOD::EventInfo::StreamTag>& streamInEvent) {
 
   10   std::vector<unsigned> foundStreams;
 
   11   const unsigned nStreamsInJobO=streamsFromJobO.size();
 
   12   for (
unsigned i=0;
i<nStreamsInJobO;++
i) {
 
   15       if (streamsFromJobO[
i]==streamTag.name()) {
 
   16     foundStreams.push_back(
i);
 
   22     if (!
found) foundStreams.push_back(nStreamsInJobO);