ATLAS Offline Software
Loading...
Searching...
No Matches
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
InDetBSErrContainer_p2()
Default constructor.
std::vector< std::pair< IdentifierHash, int > > m_bsErrs