ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace xAOD {
14 class Particle_v1;
15 typedef Particle_v1 Particle;
16}
17
18#endif // XAODPARTICLEEVENT_PARTICLEFWD_H
Description of a generic particle.
Definition Particle_v1.h:31
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Particle_v1 Particle
Define the latest version of the particle class.