Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ClusterDef.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_CLUSTER_CLUSTER_DEF_H
9 #define COLUMNAR_CLUSTER_CLUSTER_DEF_H
10 
14 
15 namespace columnar
16 {
18  {
19  static constexpr bool isDefined = true;
20  static constexpr bool isMutable = false;
21  static constexpr bool perEventRange = true;
22  static constexpr bool perEventId = false;
23 
26 
29 
32  };
33 }
34 
35 #endif
columnar::ContainerIdTraits
Definition: ContainerId.h:97
xAOD::CaloCluster
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
Definition: Event/xAOD/xAODCaloEvent/xAODCaloEvent/CaloCluster.h:19
xAOD::CaloClusterContainer
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.
Definition: Event/xAOD/xAODCaloEvent/xAODCaloEvent/CaloClusterContainer.h:17
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
columnar::ContainerId::cluster
@ cluster
CaloCluster.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:794
columnar::final
CM final
Definition: ColumnAccessor.h:106
columnar
Definition: ClusterDef.h:16
ContainerId.h
CaloClusterContainer.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