ATLAS Offline Software
Loading...
Searching...
No Matches
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
17
18#include <stdint.h>
19
20typedef // <type, <index, header> >
22
24
25
26#endif // TRT_BYTESTREAMERRORS_TRT_BSIDERRCONTAINER_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector< std::pair< uint8_t, std::pair< uint32_t, uint8_t > > > TRT_BSIdErrContainer
Derived DataVector<T>.
Definition DataVector.h:795