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
CalibTracker
SiStripAPVAnalysis
interface
TkApvMask.h
Go to the documentation of this file.
1
#ifndef TkAPVMask_H
2
#define TkAPVMask_H
3
4
#include "
CalibTracker/SiStripAPVAnalysis/interface/ApvAnalysis.h
"
5
#include <vector>
9
class
TkApvMask
{
10
public
:
11
virtual
~TkApvMask
() {}
12
13
enum
StripMaskType
{
ok
= 0,
dead
= 1,
noisy
= 2 };
14
15
typedef
std::vector<StripMaskType>
MaskType
;
16
17
virtual
void
setMask
(
const
MaskType
&
in
) = 0;
18
virtual
MaskType
mask
() = 0;
19
20
virtual
void
calculateMask
(
const
ApvAnalysis::PedestalType
&) = 0;
21
};
22
23
#endif
TkApvMask::MaskType
std::vector< StripMaskType > MaskType
Definition:
TkApvMask.h:15
TkApvMask::ok
Definition:
TkApvMask.h:13
TkApvMask
Definition:
TkApvMask.h:9
ApvAnalysis::PedestalType
std::vector< float > PedestalType
Definition:
ApvAnalysis.h:44
TkApvMask::~TkApvMask
virtual ~TkApvMask()
Definition:
TkApvMask.h:11
TkApvMask::noisy
Definition:
TkApvMask.h:13
TkApvMask::StripMaskType
StripMaskType
Definition:
TkApvMask.h:13
recoMuon::in
Definition:
RecoMuonEnumerators.h:6
ApvAnalysis.h
TkApvMask::calculateMask
virtual void calculateMask(const ApvAnalysis::PedestalType &)=0
TkApvMask::mask
virtual MaskType mask()=0
TkApvMask::dead
Definition:
TkApvMask.h:13
TkApvMask::setMask
virtual void setMask(const MaskType &in)=0
Generated for CMSSW Reference Manual by
1.8.14