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
JetMETCorrections
InterpolationTables
interface
AbsArrayProjector.h
Go to the documentation of this file.
1
#ifndef NPSTAT_ABSARRAYPROJECTOR_HH_
2
#define NPSTAT_ABSARRAYPROJECTOR_HH_
3
14
namespace
npstat
{
19
template
<
typename
Input,
typename
Result>
20
struct
AbsArrayProjector
{
21
virtual
~AbsArrayProjector
() {}
22
24
virtual
void
clear
() = 0;
25
27
virtual
void
process
(
const
unsigned
*
index
,
unsigned
indexLen,
unsigned
long
linearIndex,
const
Input
&
value
) = 0;
28
30
virtual
Result
result
() = 0;
31
};
32
}
// namespace npstat
33
34
#endif // ABSARRAYPROJECTOR_HH_
npstat::AbsArrayProjector::result
virtual Result result()=0
npstat
Definition:
AbsArrayProjector.h:14
npstat::AbsArrayProjector::process
virtual void process(const unsigned *index, unsigned indexLen, unsigned long linearIndex, const Input &value)=0
npstat::AbsArrayProjector
Definition:
AbsArrayProjector.h:20
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:72
value
Definition:
value.py:1
npstat::AbsArrayProjector::clear
virtual void clear()=0
TrackCandidateTopBottomHitFilter_cfi.Input
Input
Definition:
TrackCandidateTopBottomHitFilter_cfi.py:4
npstat::AbsArrayProjector::~AbsArrayProjector
virtual ~AbsArrayProjector()
Definition:
AbsArrayProjector.h:21
Generated for CMSSW Reference Manual by
1.8.14