ATLAS Offline Software
Loading...
Searching...
No Matches
PRD_MultiTruthCollection.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// Dear emacs, this is -*-c++-*-
6#ifndef PRD_MULTITRUTHCOLLECTION_H
7#define PRD_MULTITRUTHCOLLECTION_H
8
9#include <map>
10
11#include "Identifier/Identifier.h"
13
15
17
22 : public std::multimap<Identifier, HepMcParticleLink, std::less<Identifier>,
23 SG::ArenaPoolSTLAllocator<std::pair<
24 const Identifier, HepMcParticleLink>>> {};
25
27
28#endif/*PRD_MULTITRUTHCOLLECTION_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
A PRD is mapped onto all contributing particles.