Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
JetDef.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_JET_JET_DEF_H
9 #define COLUMNAR_JET_JET_DEF_H
10 
12 #include <xAODJet/JetContainer.h>
13 
14 namespace columnar
15 {
16  template<> struct ContainerIdTraits<ContainerId::jet> final
17  {
18  static constexpr bool isDefined = true;
19  static constexpr bool isMutable = false;
20  static constexpr bool perEventRange = true;
21  static constexpr bool perEventId = false;
22 
24  using xAODObjectIdType = const xAOD::Jet;
25 
28 
31  };
32 
34  {
35  static constexpr bool isDefined = true;
36  static constexpr bool isMutable = true;
37  static constexpr ContainerId constId = ContainerId::jet;
38  static constexpr bool perEventRange = true;
39  static constexpr bool perEventId = false;
40 
43 
46 
49  };
50 }
51 
52 #endif
columnar::ContainerIdTraits
Definition: ContainerId.h:97
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
DataVector
Derived DataVector<T>.
Definition: DataVector.h:794
columnar::ContainerId::mutableJet
@ mutableJet
columnar::final
CM final
Definition: ColumnAccessor.h:106
columnar::ContainerId::jet
@ jet
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
JetContainer.h
columnar
Definition: ClusterDef.h:16
ContainerId.h
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition: JetContainer.h:17
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
xAOD::Jet
Jet_v1 Jet
Definition of the current "jet version".
Definition: Event/xAOD/xAODJet/xAODJet/Jet.h:17