ATLAS Offline Software
Loading...
Searching...
No Matches
EventInfoContainer_v1.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: EventInfoContainer_v1.h 629232 2014-11-18 18:17:36Z krasznaa $
8#ifndef XAODEVENTINFO_EVENTINFOCONTAINER_V1_H
9#define XAODEVENTINFO_EVENTINFOCONTAINER_V1_H
10
11// EDM include(s):
13
14// Local include(s):
16
17namespace xAOD {
18
27 typedef DataVector< EventInfo_v1 > EventInfoContainer_v1;
28
29} // namespace xAOD
30
31#endif // XAODEVENTINFO_EVENTINFOCONTAINER_V1_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.
DataVector< EventInfo_v1 > EventInfoContainer_v1
Container type for event info objects.