ATLAS Offline Software
ParticleFwd.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$
8 #ifndef XAODPARTICLEEVENT_PARTICLEFWD_H
9 #define XAODPARTICLEEVENT_PARTICLEFWD_H
10 
11 // This is a forward declaration for the latest particle type.
12 
13 namespace xAOD {
14  class Particle_v1;
15  typedef Particle_v1 Particle;
16 }
17 
18 #endif // XAODPARTICLEEVENT_PARTICLEFWD_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::Particle
Particle_v1 Particle
Define the latest version of the particle class.
Definition: Event/xAOD/xAODParticleEvent/xAODParticleEvent/Particle.h:17