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