ATLAS Offline Software
ParticleContainer_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: ParticleContainer_v1.h 637086 2014-12-19 16:02:19Z kkoeneke $
8 #ifndef XAODPARTICLEEVENT_VERSIONS_PARTICLECONTAINER_V1_H
9 #define XAODPARTICLEEVENT_VERSIONS_PARTICLECONTAINER_V1_H
10 
11 // EDM include(s):
14 
15 // Local include(s):
18 
19 // To complete the DATAVECTOR_BASE macro:
20 template struct DataVector_detail::DVLEltBaseInit< xAOD::Particle_v1 >;
21 
22 namespace xAOD {
25 }
26 
27 #endif // XAODPARTICLEEVENT_VERSIONS_PARTICLECONTAINER_V1_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
Particle_v1.h
IParticleContainer.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
ParticleContainerFwd.h
xAOD::ParticleContainer_v1
DataVector< Particle_v1 > ParticleContainer_v1
Define the particle container as a simple DataVector.
Definition: ParticleContainer_v1.h:24