Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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::col::MissingInnerHits
Definition:
TrackSpecificColumns.h:13
HLT_FULL_cff.numberOfValidHits
tuple numberOfValidHits
Definition:
HLT_FULL_cff.py:80550
edm::soa::col::NumberOfValidHits
Definition:
TrackSpecificColumns.h:12
gpuVertexFinder::soa
ZVertexSoA * soa
Definition:
gpuVertexFinder.cc:21
edm::soa::col::PtError
Definition:
TrackSpecificColumns.h:10
d0
static constexpr float d0
Definition:
L1EGammaCrystalsEmulatorProducer.cc:85
Column.h
SOA_DECLARE_DEFAULT
#define SOA_DECLARE_DEFAULT(_ClassName_, _Expression_)
Definition:
Column.h:112
edm::soa::col::D0
Definition:
TrackSpecificColumns.h:11
cuy.col
int col
Definition:
cuy.py:1009
RecoTauCleanerPlugins.charge
tuple charge
Definition:
RecoTauCleanerPlugins.py:37
Generated for CMSSW Reference Manual by
1.8.5