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
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
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
CondFormats
PPSObjects
interface
CTPPSPixelAnalysisMask.h
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* Author: F.Ferro ferro@ge.infn.it
4
*
5
****************************************************************************/
6
7
#ifndef CondFormats_PPSObjects_CTPPSPixelAnalysisMask
8
#define CondFormats_PPSObjects_CTPPSPixelAnalysisMask
9
10
#include <set>
11
#include <map>
12
13
#include "
CondFormats/Serialization/interface/Serializable.h
"
14
#include "
CondFormats/PPSObjects/interface/CTPPSPixelIndices.h
"
15
19
class
CTPPSPixelROCAnalysisMask
{
20
public
:
21
CTPPSPixelROCAnalysisMask
() :
fullMask
(
false
) {}
22
24
bool
fullMask
;
25
27
std::set<std::pair<unsigned char, unsigned char> >
maskedPixels
;
28
29
COND_SERIALIZABLE
;
30
};
31
35
class
CTPPSPixelAnalysisMask
{
36
public
:
37
std::map<uint32_t, CTPPSPixelROCAnalysisMask>
analysisMask
;
38
39
void
insert
(
const
uint32_t &sid,
const
CTPPSPixelROCAnalysisMask
&am);
40
41
COND_SERIALIZABLE
;
42
};
43
44
#endif
funct::false
false
Definition:
Factorize.h:29
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
CTPPSPixelAnalysisMask::insert
void insert(const uint32_t &sid, const CTPPSPixelROCAnalysisMask &am)
Definition:
CTPPSPixelAnalysisMask.cc:8
CTPPSPixelAnalysisMask
Channel-mask mapping.
Definition:
CTPPSPixelAnalysisMask.h:34
CTPPSPixelIndices.h
CTPPSPixelROCAnalysisMask::fullMask
bool fullMask
whether all channels of the ROC shall be masked
Definition:
CTPPSPixelAnalysisMask.h:26
Serializable.h
CTPPSPixelAnalysisMask::analysisMask
std::map< uint32_t, CTPPSPixelROCAnalysisMask > analysisMask
Definition:
CTPPSPixelAnalysisMask.h:36
CTPPSPixelROCAnalysisMask
Contains data on masked channels of a ROC.
Definition:
CTPPSPixelAnalysisMask.h:18
CTPPSPixelROCAnalysisMask::maskedPixels
std::set< std::pair< unsigned char, unsigned char > > maskedPixels
list of channels to be masked
Definition:
CTPPSPixelAnalysisMask.h:29
CTPPSPixelROCAnalysisMask::CTPPSPixelROCAnalysisMask
CTPPSPixelROCAnalysisMask()
Definition:
CTPPSPixelAnalysisMask.h:23
Generated for CMSSW Reference Manual by
1.8.16