ATLAS Offline Software
Loading...
Searching...
No Matches
RobRequestInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGSTEERINGEVENT_ROBREQUESTINFO_H
6#define TRIGSTEERINGEVENT_ROBREQUESTINFO_H
7
8#include <vector>
9#include <stdint.h>
10
11namespace HLT {
13 public:
16
20
21 const std::vector<uint32_t>& requestScheduledRobIDs() const {
23 }
24
25 void addRequestScheduledRobIDs(const std::vector<uint32_t>& roblist);
26 void addRequestScheduledRobIDs(uint32_t rob);
27
28 private:
29
30 std::vector<uint32_t> m_requestScheduledRobIDs;
31
32
33 }; // end class
34} // end namespace
35
36#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 ...