ATLAS Offline Software
Loading...
Searching...
No Matches
VertexContainerFwd.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_VERTEXCONTAINERFWD_H
9#define XAODTRACKING_VERTEXCONTAINERFWD_H
10
11// This is a forward declaration for the latest vertex container type.
12
13// EDM include(s):
15
16// Local include(s):
18
19namespace xAOD {
21 typedef DataVector< Vertex > VertexContainer;
22}
23
24#endif // XAODTRACKING_VERTEXCONTAINERFWD_H
An STL vector of pointers that by default owns its pointed-to elements.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".