Main Page
Namespaces
Classes
Package Documentation
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
{
22
virtual
~AbsArrayProjector
() {}
23
25
virtual
void
clear
() = 0;
26
28
virtual
void
process
(
const
unsigned
*
index
,
unsigned
indexLen,
29
unsigned
long
linearIndex,
30
const
Input
&
value
) = 0;
31
33
virtual
Result
result
() = 0;
34
};
35
}
36
37
#endif // ABSARRAYPROJECTOR_HH_
38
npstat::AbsArrayProjector::result
virtual Result result()=0
npstat
Definition:
AbsArrayProjector.h:14
Input
#define Input(cl)
Definition:
vmac.h:190
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:36
value
Definition:
value.py:1
npstat::AbsArrayProjector::clear
virtual void clear()=0
npstat::AbsArrayProjector::~AbsArrayProjector
virtual ~AbsArrayProjector()
Definition:
AbsArrayProjector.h:22
Generated for CMSSW Reference Manual by
1.8.11