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
n
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
c
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
src
CommonTools
Utils
interface
TrackSpecificColumns.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_TrackSpecificColumns_h
2
#define CommonTools_Utils_TrackSpecificColumns_h
3
4
#include "
FWCore/SOA/interface/Column.h
"
5
6
namespace
edm::soa
{
7
8
namespace
col
{
9
10
SOA_DECLARE_COLUMN
(
PtError
,
float
,
"ptError"
);
11
SOA_DECLARE_COLUMN
(
D0
,
float
,
"d0"
);
12
SOA_DECLARE_COLUMN
(
NumberOfValidHits
,
int
,
"numberOfValidHits"
);
13
SOA_DECLARE_COLUMN
(
MissingInnerHits
,
int
,
"missingInnerHits"
);
14
SOA_DECLARE_COLUMN
(
Charge
,
int
,
"charge"
);
15
16
}
// namespace col
17
18
SOA_DECLARE_DEFAULT
(
col::PtError
, ptError());
19
SOA_DECLARE_DEFAULT
(
col::D0
,
d0
());
20
SOA_DECLARE_DEFAULT
(
col::NumberOfValidHits
,
numberOfValidHits
());
21
SOA_DECLARE_DEFAULT
(
col::Charge
,
charge
());
22
SOA_DECLARE_DEFAULT
(
col::MissingInnerHits
, missingInnerHits());
23
24
}
// namespace edm::soa
25
26
#endif
edm::soa::col::Charge
Definition:
TrackSpecificColumns.h:14
SOA_DECLARE_COLUMN
#define SOA_DECLARE_COLUMN(_ClassName_, _Type_, _String_)
Definition:
Column.h:86
edm::soa
Definition:
KinematicColumns.h:6
edm::soa::col::MissingInnerHits
Definition:
TrackSpecificColumns.h:13
edm::soa::col::NumberOfValidHits
Definition:
TrackSpecificColumns.h:12
TrackCollections2monitor_cff.numberOfValidHits
numberOfValidHits
Definition:
TrackCollections2monitor_cff.py:267
ALCARECOTkAlJpsiMuMu_cff.charge
charge
Definition:
ALCARECOTkAlJpsiMuMu_cff.py:47
edm::soa::col::PtError
Definition:
TrackSpecificColumns.h:10
d0
static constexpr float d0
Definition:
L1EGammaCrystalsEmulatorProducer.cc:83
Column.h
SOA_DECLARE_DEFAULT
#define SOA_DECLARE_DEFAULT(_ClassName_, _Expression_)
Definition:
Column.h:112
cuy.col
col
Definition:
cuy.py:1009
edm::soa::col::D0
Definition:
TrackSpecificColumns.h:11
Generated for CMSSW Reference Manual by
1.8.14