ATLAS Offline Software
ParticleBaseLinks.h
Go to the documentation of this file.
1 // dear emacs, this is -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 /***************************************************************************************
8 
9 ParticleBaseLinks.h is needed to be able to add ParticleLinks<ParticleBaseContainer>
10  to store gate. A similar header is needed for every instantiation
11  of ParticleLinks
12 
13 *****************************************************************************************/
14 
15 #ifndef PARTICLEEVENT_PARTICLEBASELINKS_H
16 #define PARTICLEEVENT_PARTICLEBASELINKS_H 1
17 
20 #include "AthenaKernel/CLASS_DEF.h"
21 
24 
25 CLASS_DEF(ParticleBaseLinks, 236848729, 1)
26 
27 
28 #endif // !PARTICLEEVENT_PARTICLEBASELINKS_H
ParticleBaseContainer.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