ATLAS Offline Software
TruthParticleFwd.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: TruthParticleFwd.h 574253 2013-12-06 15:21:49Z krasznaa $
8 #ifndef XAODTRUTH_TRUTHPARTICLEFWD_H
9 #define XAODTRUTH_TRUTHPARTICLEFWD_H
10 
11 // This is a forward declaration for the latest truth particle type.
12 // We need it because TruthParticle needs to use TruthVertex, and
13 // TruthVertex also needs to use TruthParticle.
14 
15 namespace xAOD {
16  class TruthParticle_v1;
17  typedef TruthParticle_v1 TruthParticle;
18 }
19 
20 #endif // XAODTRUTH_TRUTHPARTICLEFWD_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TruthParticle
TruthParticle_v1 TruthParticle
Typedef to implementation.
Definition: Event/xAOD/xAODTruth/xAODTruth/TruthParticle.h:15