ATLAS Offline Software
Loading...
Searching...
No Matches
InDetByteStreamErrorsDict.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETBYTESTREAMERRORSDICT_H
6#define INDETBYTESTREAMERRORSDICT_H
7
12
13namespace {
14 // Need this to create the dict entries
15
16 std::pair<uint8_t, uint32_t> dummy_pair_trt;
17
18 std::pair<uint8_t, std::pair<uint32_t, uint8_t> > dummy_id_pair;
19 std::vector<std::pair<uint8_t, std::pair<uint32_t, uint8_t> >* > dummy_id_ptr_vec;
20
21}
22
23#endif // INDETBYTESTREAMERRORSDICT_H