ATLAS Offline Software
InDetBSErrContainer64_p1.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINER64BIT_P1_H
8 #define INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINER64BIT_P1_H
9 
11 
12 #include <vector>
13 
15 {
16  public:
20  std::vector<std::pair<IdentifierHash, uint64_t>> m_bsErrs;
21 };
22 
23 #endif // InDetBSErrContainer64_p1
InDetBSErrContainer64_p1
Definition: InDetBSErrContainer64_p1.h:15
InDetBSErrContainer64_p1::InDetBSErrContainer64_p1
InDetBSErrContainer64_p1()=default
IdentifierHash.h
InDetBSErrContainer64_p1::m_bsErrs
std::vector< std::pair< IdentifierHash, uint64_t > > m_bsErrs
Definition: InDetBSErrContainer64_p1.h:20
IDCInDetBSErrContainerCnv_p1
Definition: IDCInDetBSErrContainerCnv_p1.h:14