ATLAS Offline Software
Loading...
Searching...
No Matches
LArTrigStreamMatching.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARMONTOOLS_LARTRIGSTREAMMACHING
6#define LARMONTOOLS_LARTRIGSTREAMMACHING
7
8#include <vector>
9#include <string>
10
12
13namespace LArMon {
14
15//Returns a vector with the indices of the streamsFromJobO that match an entry in streamsInEvent. For streams that are not part of streamsFromJobO
16//streamsFromJobO.size() is added to the return vector
17std::vector<unsigned> trigStreamMatching(const std::vector<std::string>& streamsFromJobO, const std::vector<xAOD::EventInfo::StreamTag>& streamInEvent);
18
19}
20#endif
std::vector< unsigned > trigStreamMatching(const std::vector< std::string > &streamsFromJobO, const std::vector< xAOD::EventInfo::StreamTag > &streamInEvent)