ATLAS Offline Software
Loading...
Searching...
No Matches
NavFourMom/NavFourMom/IParticleContainer.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef NAVFOURMOM_IPARTICLECONTAINER_H
8#define NAVFOURMOM_IPARTICLECONTAINER_H
9/********************************************************************
10
11NAME: IParticleContainer.h
12Package : offline/Event/EventKernel
13
14AUTHORS: K. Cranmer
15CREATED: June 2004
16
17PURPOSE: This is a data object, containing a collection of IParticle Objects.
18********************************************************************/
19
20// INCLUDE HEADER FILES:
21
26
28
30
31// re-use the 'old' way of declaring classes to the ClassIDSvc
32CLASS_DEF(IParticleContainer, 1088157450, 1)
33
34#endif // NAVFOURMOM_IPARTICLECONTAINER_H
35
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.
#define DATAVECTOR_VIRTBASES1(T, B1)
Declare base class info to DataVector.
Definition DataVector.h:673
DataVector< IParticle > IParticleContainer
Derived DataVector<T>.
Definition DataVector.h:795