ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
STL-style allocator wrapper for ArenaPoolAllocator.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg