ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_BSIdErrContainer_p1.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#ifndef INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSIDERRCONTAINER_P1_H
6#define INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSIDERRCONTAINER_P1_H
7
8#include <stdint.h>
9#include <vector>
10
12{
13 public:
17 private:
18 std::vector<std::pair<uint8_t, std::pair<uint32_t, uint8_t> >* > m_bsErrs;
19};
20
21// inlines
22
23inline
25
26#endif // Not INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSIDERRCONTAINER_P1_H
27
TRT_BSIdErrContainer_p1()
Default constructor.
std::vector< std::pair< uint8_t, std::pair< uint32_t, uint8_t > > * > m_bsErrs