ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace xAOD {
14 class Vertex_v1;
15 typedef Vertex_v1 Vertex;
16}
17
18#endif // XAODTRACKING_VERTEXFWD_H
Class describing a Vertex.
Definition Vertex_v1.h:42
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Vertex_v1 Vertex
Define the latest version of the vertex class.