ATLAS Offline Software
InnerDetector
InDetRawEvent
InDetSimData
InDetSimData
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
16
#include "
AthAllocators/ArenaPoolSTLAllocator.h
"
17
#include "
AthenaKernel/CLASS_DEF.h
"
18
#include "Identifier/Identifier.h"
19
#include "
InDetSimData/InDetSimData.h
"
20
// std includes
21
#include <map>
22
class
InDetSimDataCollection
23
:
public
std::map<Identifier, InDetSimData, std::less<Identifier>,
24
SG::ArenaPoolSTLAllocator<
25
std::pair<const Identifier, InDetSimData>>> {
26
// empty
27
};
28
CLASS_DEF
(
InDetSimDataCollection
, 2543, 1)
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
Generated on Thu Nov 7 2024 21:17:05 for ATLAS Offline Software by
1.8.18