ATLAS Offline Software
Loading...
Searching...
No Matches
InDetBSErrContainer_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_INDETBSERRCONTAINER_P1_H
8#define INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINER_P1_H
9
10
11#include <vector>
12#include <stdint.h>
14
16{
17 public:
21 private:
22 std::vector<std::pair<IdentifierHash, int32_t>* > m_bsErrs;
23 // Pointer data member is fine for ROOT persistency but has an overhead.
24 // https://root.cern.ch/root/htmldoc/guides/users-guide/ROOTUsersGuide.html#pointers-and-references-in-persistency
25 // https://its.cern.ch/jira/browse/ATLASRECTS-4937
26};
27
28// inlines
29
30inline
32
33#endif
InDetBSErrContainer_p1()
Default constructor.
std::vector< std::pair< IdentifierHash, int32_t > * > m_bsErrs