ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_BSErrContainer_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINER_P2_H
6#define INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINER_P2_H
7
8
9#include <vector>
10#include <stdint.h>
11
13{
14 public:
17 std::vector<uint32_t> m_missingError;
18 std::vector<uint32_t> m_errorError;
19 std::vector<uint32_t> m_sidError;
20};
21
22
23#endif // Not INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINER_P1_H
24
std::vector< uint32_t > m_sidError
std::vector< uint32_t > m_errorError
std::vector< uint32_t > m_missingError
TRT_BSErrContainer_p2()=default
Default constructor.