ATLAS Offline Software
TruthParticleContainerFwd.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 #ifndef XAODTRUTH_TRUTHPARTICLECONTAINERFWD_H
8 #define XAODTRUTH_TRUTHPARTICLECONTAINERFWD_H
9 
10 // EDM include(s):
13 
14 // Local include(s):
16 
17 // Declare that this is a vector of IParticle-derived objects
19 
20 namespace xAOD {
23 }
24 
25 #endif // XAODTRUTH_TRUTHPARTICLECONTAINERFWD_H
TruthParticleFwd.h
DATAVECTOR_BASE_FWD
DATAVECTOR_BASE_FWD(xAOD::TruthParticle, xAOD::IParticle)
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition: Event/xAOD/xAODBase/xAODBase/IParticle.h:40
IParticleContainer.h
xAOD::TruthParticle_v1
Class describing a truth particle in the MC record.
Definition: TruthParticle_v1.h:41
DataVector< TruthParticle >
xAOD::TruthParticleContainer
TruthParticleContainer_v1 TruthParticleContainer
Declare the latest version of the truth particle container.
Definition: Event/xAOD/xAODTruth/xAODTruth/TruthParticleContainer.h:17
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.