ATLAS Offline Software
InDetBSErrContainer_p2.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_INDETBSERRCONTAINER_P2_H
8 #define INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINER_P2_H
9 
11 
12 #include <utility>
13 #include <vector>
14 
16 {
17  public:
22  private:
23  std::vector<std::pair<IdentifierHash, int>> m_bsErrs;
24 };
25 
26 #endif // InDetBSErrContainer_p2
InDetBSErrContainerCnv_p2
Definition: InDetBSErrContainerCnv_p2.h:15
IDCInDetBSErrContainerCnv
Definition: IDCInDetBSErrContainerCnv.h:18
InDetBSErrContainer_p2::InDetBSErrContainer_p2
InDetBSErrContainer_p2()
Default constructor.
Definition: InDetBSErrContainer_p2.h:19
IdentifierHash.h
InDetBSErrContainer_p2
Definition: InDetBSErrContainer_p2.h:16
InDetBSErrContainer_p2::m_bsErrs
std::vector< std::pair< IdentifierHash, int > > m_bsErrs
Definition: InDetBSErrContainer_p2.h:23