Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CommonTools
Utils
interface
KinematicTables.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_KinematicTables_h
2
#define CommonTools_Utils_KinematicTables_h
3
4
#include "
CommonTools/Utils/interface/KinematicColumns.h
"
5
#include "
FWCore/SOA/interface/Table.h
"
6
#include "
FWCore/SOA/interface/TableView.h
"
7
8
namespace
edm::soa
{
9
10
using
EtaPhiTable
=
edm::soa::Table<col::Eta, col::Phi>
;
11
using
EtaPhiTableView
=
edm::soa::ViewFromTable_t<EtaPhiTable>
;
12
13
using
PtEtaPhiTable
=
edm::soa::AddColumns_t<EtaPhiTable, std::tuple<col::Pt>
>;
14
using
PtEtaPhiTableView
=
edm::soa::ViewFromTable_t<PtEtaPhiTable>
;
15
16
}
// namespace edm::soa
17
18
#endif
edm::soa
Definition:
KinematicColumns.h:6
edm::soa::ViewFromTable_t
typename ViewFromTable< T >::type ViewFromTable_t
Definition:
TableView.h:104
edm::soa::EtaPhiTableView
edm::soa::ViewFromTable_t< EtaPhiTable > EtaPhiTableView
Definition:
KinematicTables.h:11
TableView.h
KinematicColumns.h
edm::soa::PtEtaPhiTableView
edm::soa::ViewFromTable_t< PtEtaPhiTable > PtEtaPhiTableView
Definition:
KinematicTables.h:14
edm::soa::Table
Definition:
Table.h:137
edm::soa::AddColumns_t
typename AddColumns< T1, T2 >::type AddColumns_t
Definition:
Table.h:416
Table.h
edm::soa::PtEtaPhiTable
edm::soa::AddColumns_t< EtaPhiTable, std::tuple< col::Pt > > PtEtaPhiTable
Definition:
KinematicTables.h:13
Generated for CMSSW Reference Manual by
1.8.16