ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Columnar
ColumnarMuon
ColumnarMuon
MuonDef.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_MUON_MUON_DEF_H
9
#define COLUMNAR_MUON_MUON_DEF_H
10
11
#include <
ColumnarCore/ContainerId.h
>
12
#include <
xAODMuon/MuonContainer.h
>
13
14
namespace
columnar
15
{
16
struct
MuonDef
:
RegularContainerId
<xAOD::Muon,xAOD::MuonContainer>
17
{
18
static
constexpr
std::string_view
idName
=
"muon"
;
19
};
20
21
using
MuonRange
=
ObjectRange<MuonDef>
;
22
using
MuonId
=
ObjectId<MuonDef>
;
23
using
OptMuonId
=
OptObjectId<MuonDef>
;
24
template
<
typename
CT,
typename
CM=ColumnarModeDefault>
using
MuonAccessor
=
AccessorTemplate<MuonDef,CT,ColumnAccessMode::input,CM>
;
25
template
<
typename
CT,
typename
CM=ColumnarModeDefault>
using
MuonDecorator
=
AccessorTemplate<MuonDef,CT,ColumnAccessMode::output,CM>
;
26
}
27
28
#endif
ContainerId.h
MuonContainer.h
columnar::AccessorTemplate
the raw column accessor template class
Definition
ColumnAccessor.h:197
columnar::ObjectId
a class representing a single object (electron, muons, etc.)
Definition
ContainerId.h:205
columnar::ObjectRange
a class representing a continuous sequence of objects (a.k.a. a container)
Definition
ContainerId.h:204
columnar::OptObjectId
a class representing a single optional object (electron, muons, etc.)
Definition
ContainerId.h:206
columnar
Definition
ClusterDef.h:16
columnar::OptMuonId
OptObjectId< MuonDef > OptMuonId
Definition
MuonDef.h:23
columnar::MuonId
ObjectId< MuonDef > MuonId
Definition
MuonDef.h:22
columnar::MuonRange
ObjectRange< MuonDef > MuonRange
Definition
MuonDef.h:21
columnar::MuonAccessor
AccessorTemplate< MuonDef, CT, ColumnAccessMode::input, CM > MuonAccessor
Definition
MuonDef.h:24
columnar::MuonDecorator
AccessorTemplate< MuonDef, CT, ColumnAccessMode::output, CM > MuonDecorator
Definition
MuonDef.h:25
columnar::MuonDef
Definition
MuonDef.h:17
columnar::MuonDef::idName
static constexpr std::string_view idName
Definition
MuonDef.h:18
columnar::RegularContainerId
a template that provides a base definition of container id for a regular container
Definition
ContainerId.h:122
Generated on
for ATLAS Offline Software by
1.17.0