ATLAS Offline Software
thenaPool/InDetByteStreamErrorsAthenaPool/TRT_BSErrContainer_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_BSERRCONTAINER_P1_H
6 #define INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINER_P1_H
7 
8 
9 #include <vector>
10 #include <stdint.h>
11 
13 {
14  public:
18  private:
19  std::vector<std::pair<uint8_t, uint32_t>* > m_bsErrs;
20 };
21 
22 // inlines
23 
24 inline
26 
27 #endif // Not INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINER_P1_H
28 
TRT_BSErrContainer_p1::m_bsErrs
std::vector< std::pair< uint8_t, uint32_t > * > m_bsErrs
Definition: thenaPool/InDetByteStreamErrorsAthenaPool/TRT_BSErrContainer_p1.h:19
TRT_BSErrContainer_p1::TRT_BSErrContainer_p1
TRT_BSErrContainer_p1()
Default constructor.
Definition: thenaPool/InDetByteStreamErrorsAthenaPool/TRT_BSErrContainer_p1.h:25
TRT_BSErrContainer_p1
Definition: thenaPool/InDetByteStreamErrorsAthenaPool/TRT_BSErrContainer_p1.h:13
TRT_BSErrContainerCnv_p1
Definition: TRT_BSErrContainerCnv_p1.h:14