ATLAS Offline Software
Loading...
Searching...
No Matches
RobRequestInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#pragma once
6#ifndef TrigSteeringEvent_RobRequestInfo_h
7#define TrigSteeringEvent_RobRequestInfo_h
8
9#include <vector>
10#include <stdint.h>
11
12namespace HLT {
14 public:
17
21
22 const std::vector<uint32_t>& requestScheduledRobIDs() const {
24 }
25
26 void addRequestScheduledRobIDs(const std::vector<uint32_t>& roblist);
27 void addRequestScheduledRobIDs(uint32_t rob);
28
29 private:
30
31 std::vector<uint32_t> m_requestScheduledRobIDs;
32
33
34 }; // end class
35} // end namespace
36
37#endif
const std::vector< uint32_t > & requestScheduledRobIDs() const
std::vector< uint32_t > m_requestScheduledRobIDs
list of scheduled rob IDs to request in preparation stage
void addRequestScheduledRobIDs(const std::vector< uint32_t > &roblist)
void clearRequestScheduledRobIDs()
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...