ATLAS Offline Software
TRT_BSIdErrContainer.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 /***************************************************************************
6  InDetByteStreamErrors package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 
11 #ifndef TRT_BYTESTREAMERRORS_TRT_BSIDERRCONTAINER_H
12 #define TRT_BYTESTREAMERRORS_TRT_BSIDERRCONTAINER_H
13 
14 
16 #include "AthenaKernel/CLASS_DEF.h"
17 
18 #include <stdint.h>
19 
20 typedef // <type, <index, header> >
22 
23 CLASS_DEF(TRT_BSIdErrContainer,1119715969,1)
24 
25 
26 #endif // TRT_BYTESTREAMERRORS_TRT_BSIDERRCONTAINER_H
TRT_BSIdErrContainer
DataVector< std::pair< uint8_t, std::pair< uint32_t, uint8_t > > > TRT_BSIdErrContainer
Definition: TRT_BSIdErrContainer.h:21
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type