ATLAS Offline Software
Loading...
Searching...
No Matches
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
15namespace xAOD {
16 class TruthParticle_v1;
18}
19
20#endif // XAODTRUTH_TRUTHPARTICLEFWD_H
Class describing a truth particle in the MC record.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
TruthParticle_v1 TruthParticle
Typedef to implementation.