ATLAS Offline Software
Loading...
Searching...
No Matches
RobRequestInfo.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7void HLT::RobRequestInfo::addRequestScheduledRobIDs(const std::vector<uint32_t>& roblist) {
8 m_requestScheduledRobIDs.resize(m_requestScheduledRobIDs.size()+roblist.size());
9 std::copy_backward(roblist.begin(),roblist.end(), m_requestScheduledRobIDs.end());
10
11}
12
std::vector< uint32_t > m_requestScheduledRobIDs
list of scheduled rob IDs to request in preparation stage
void addRequestScheduledRobIDs(const std::vector< uint32_t > &roblist)