ATLAS Offline Software
Loading...
Searching...
No Matches
TruthVertexFwd.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: TruthVertexFwd.h 574253 2013-12-06 15:21:49Z krasznaa $
8#ifndef XAODTRUTH_TRUTHVERTEXFWD_H
9#define XAODTRUTH_TRUTHVERTEXFWD_H
10
11// This is a forward declaration for the latest truth vertex type.
12// We need it because TruthVertex needs to use TruthParticle, and
13// TruthParticle also needs to use TruthVertex.
14
15namespace xAOD {
16 class TruthVertex_v1;
18}
19
20#endif // XAODTRUTH_TRUTHVERTEXFWD_H
Class describing a truth vertex in the MC record.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
TruthVertex_v1 TruthVertex
Typedef to implementation.
Definition TruthVertex.h:15