ATLAS Offline Software
InnerDetector
InDetConditions
InDetByteStreamErrorsAthenaPool
InDetByteStreamErrorsAthenaPool
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
11
class
TRT_BSIdErrContainer_p1
12
{
13
public
:
15
TRT_BSIdErrContainer_p1
();
16
friend
class
TRT_BSIdErrContainerCnv_p1
;
17
private
:
18
std::vector<std::pair<uint8_t, std::pair<uint32_t, uint8_t> >* >
m_bsErrs
;
19
};
20
21
// inlines
22
23
inline
24
TRT_BSIdErrContainer_p1::TRT_BSIdErrContainer_p1
() {}
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
Generated on Fri Jan 10 2025 21:20:44 for ATLAS Offline Software by
1.8.18