Loading [MathJax]/jax/output/SVG/config.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
EventInfoDef.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef COLUMNAR_EVENT_INFO_EVENT_INFO_DEF_H
9 #define COLUMNAR_EVENT_INFO_EVENT_INFO_DEF_H
10 
13 
14 namespace columnar
15 {
17  {
18  static constexpr bool isDefined = true;
19  static constexpr bool isMutable = false;
20  static constexpr bool perEventRange = false;
21  static constexpr bool perEventId = true;
22 
25 
28 
31  };
32 }
33 
34 #endif
columnar::ContainerIdTraits
Definition: ContainerId.h:97
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition: IEventInfoCnvTool.h:17
columnar::final
CM final
Definition: ColumnAccessor.h:106
columnar::ContainerId::eventInfo
@ eventInfo
EventInfo.h
xAOD::EventInfo_v1
Class describing the basic event information.
Definition: EventInfo_v1.h:43
columnar
Definition: ClusterDef.h:16
ContainerId.h
columnar::ContainerId
ContainerId
the id for the different "virtual" containers
Definition: ContainerId.h:71
columnar::ContainerIdTraits::isDefined
static constexpr bool isDefined
Definition: ContainerId.h:98