ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSteeringEventDict.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_TRIGSTEERINGEVENTDICT_H
6#define TRIGSTEERINGEVENT_TRIGSTEERINGEVENTDICT_H
7
23
24#include "AthLinks/ElementLink.h"
25#include <vector>
26
28
30 std::vector<TrigRoiDescriptor*> troi_vec;
31 std::vector<const TrigRoiDescriptor*> troi_const_vec;
33
35 std::vector<TrigSuperRoi*> tsroi_vec;
36 std::vector<const TrigSuperRoi*> tsroi_const_vec;
37
39
40 std::vector<LVL1CTP::Lvl1Item*> l1_vec;
41 std::vector<const LVL1CTP::Lvl1Item*> l1_const_vec;
42
44 std::vector<TrigPassBits*> tbits_vec;
45 std::vector<const TrigPassBits*> tbits_const_vec;
46
48 std::vector<TrigPassFlags*> tflags_vec;
49 std::vector<const TrigPassFlags*> tflags_const_vec;
50
51}
52
53#endif
Definition of the HLT extra data in the HLTResult payload.
TrigPassBitsCollection tbits
std::vector< const LVL1CTP::Lvl1Item * > l1_const_vec
TrigOperationalInfoCollection toi
std::vector< TrigPassBits * > tbits_vec
std::vector< const TrigPassBits * > tbits_const_vec
std::vector< TrigSuperRoi * > tsroi_vec
std::vector< const TrigPassFlags * > tflags_const_vec
std::vector< TrigPassFlags * > tflags_vec
std::vector< const TrigRoiDescriptor * > troi_const_vec
TrigRoiDescriptorCollection troi
TrigPassFlagsCollection tflags
std::vector< LVL1CTP::Lvl1Item * > l1_vec
std::vector< TrigRoiDescriptor * > troi_vec
std::vector< const TrigSuperRoi * > tsroi_const_vec
TrigSuperRoiCollection tsroi
ElementLink< TrigRoiDescriptorCollection > troi_el