ATLAS Offline Software
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 
13 namespace 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
17 std::vector<unsigned> trigStreamMatching(const std::vector<std::string>& streamsFromJobO, const std::vector<xAOD::EventInfo::StreamTag>& streamInEvent);
18 
19 }
20 #endif
LArMon
Definition: LArTrigStreamMatching.h:13
EventInfo.h
LArMon::trigStreamMatching
std::vector< unsigned > trigStreamMatching(const std::vector< std::string > &streamsFromJobO, const std::vector< xAOD::EventInfo::StreamTag > &streamInEvent)
Definition: LArTrigStreamMatching.cxx:7