ATLAS Offline Software
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 
23 inline
25 
26 #endif // Not INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSIDERRCONTAINER_P1_H
27 
TRT_BSIdErrContainer_p1::TRT_BSIdErrContainer_p1
TRT_BSIdErrContainer_p1()
Default constructor.
Definition: TRT_BSIdErrContainer_p1.h:24
TRT_BSIdErrContainer_p1::m_bsErrs
std::vector< std::pair< uint8_t, std::pair< uint32_t, uint8_t > > * > m_bsErrs
Definition: TRT_BSIdErrContainer_p1.h:18
TRT_BSIdErrContainerCnv_p1
Definition: TRT_BSIdErrContainerCnv_p1.h:14
TRT_BSIdErrContainer_p1
Definition: TRT_BSIdErrContainer_p1.h:12