ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleBaseContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PARTICLEEVENT_PARTICLEBASECONTAINER_H
6#define PARTICLEEVENT_PARTICLEBASECONTAINER_H
7
8
14
15//DATAVECTOR_VIRTBASES1 (ParticleBase, IParticle);
16
18
19CLASS_DEF(ParticleBaseContainer, 1725646416, 1)
20
21 //SG_BASE(ParticleBaseContainer, DataVector<ParticleBase> ); // < needed for auto-symlink feature
22
23#endif // !PARTICLEEVENT_PARTICLEBASECONTAINER_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataVector< ParticleBase > ParticleBaseContainer
Derived DataVector<T>.
Definition DataVector.h:795