ATLAS Offline Software
InDetSimDataCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  CLASS_DEF for InDetSimData map
7  ------------------------------
8  ATLAS Collaboration
9  ***************************************************************************/
10 
11 // $Id: InDetSimDataCollection.h,v 1.3 2004-04-05 23:16:07 costanzo Exp $
12 
13 #ifndef INDETSIMDATA_INDETSIMDATACOLLECTION_H
14 #define INDETSIMDATA_INDETSIMDATACOLLECTION_H
15 
17 #include "AthenaKernel/CLASS_DEF.h"
18 #include "Identifier/Identifier.h"
20 // std includes
21 #include <map>
23  : public std::map<Identifier, InDetSimData, std::less<Identifier>,
24  SG::ArenaPoolSTLAllocator<
25  std::pair<const Identifier, InDetSimData>>> {
26  // empty
27 };
29 
30 #endif // INDETSIMDATA_INDETSIMDATACLASS_DEF_H
InDetSimDataCollection
Definition: InDetSimDataCollection.h:25
ArenaPoolSTLAllocator.h
STL-style allocator wrapper for ArenaPoolAllocator.
InDetSimData.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type