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
SiPixelObjects
interface
SiPixelFedCabling.h
Go to the documentation of this file.
1
#ifndef EventFilter_SiPixelRawToDigi_SiPixelFedCabling_H
2
#define EventFilter_SiPixelRawToDigi_SiPixelFedCabling_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include "
CondFormats/SiPixelObjects/interface/PixelROC.h
"
7
#include "
CondFormats/SiPixelObjects/interface/CablingPathToDetUnit.h
"
8
#include <vector>
9
10
class
SiPixelFedCabling
{
11
public
:
12
virtual
~SiPixelFedCabling
() {}
13
14
virtual
std::string
version
()
const
= 0;
15
16
virtual
const
sipixelobjects::PixelROC
*
findItem
(
const
sipixelobjects::CablingPathToDetUnit
&)
const
= 0;
17
18
virtual
std::vector<sipixelobjects::CablingPathToDetUnit>
pathToDetUnit
(uint32_t rawDetId)
const
= 0;
19
20
virtual
bool
pathToDetUnitHasDetUnit
(uint32_t rawDetId,
unsigned
int
fedId
)
const
= 0;
21
22
virtual
std::unordered_map<uint32_t, unsigned int>
det2fedMap
()
const
= 0;
23
24
virtual
std::map<uint32_t, std::vector<sipixelobjects::CablingPathToDetUnit> >
det2PathMap
()
const
= 0;
25
26
COND_SERIALIZABLE
;
27
};
28
29
#endif
SiPixelFedCabling::findItem
virtual const sipixelobjects::PixelROC * findItem(const sipixelobjects::CablingPathToDetUnit &) const =0
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
SiPixelFedCabling::pathToDetUnit
virtual std::vector< sipixelobjects::CablingPathToDetUnit > pathToDetUnit(uint32_t rawDetId) const =0
SiPixelFedCabling
Definition:
SiPixelFedCabling.h:10
SiPixelFedCabling::version
virtual std::string version() const =0
SiPixelFedCabling::~SiPixelFedCabling
virtual ~SiPixelFedCabling()
Definition:
SiPixelFedCabling.h:12
sipixelobjects::CablingPathToDetUnit
Definition:
CablingPathToDetUnit.h:5
SiPixelFedCabling::det2PathMap
virtual std::map< uint32_t, std::vector< sipixelobjects::CablingPathToDetUnit > > det2PathMap() const =0
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
PixelROC.h
CablingPathToDetUnit.h
SiPixelFedCabling::det2fedMap
virtual std::unordered_map< uint32_t, unsigned int > det2fedMap() const =0
Serializable.h
l1tstage2_dqm_sourceclient-live_cfg.fedId
fedId
Definition:
l1tstage2_dqm_sourceclient-live_cfg.py:88
sipixelobjects::PixelROC
Definition:
PixelROC.h:23
SiPixelFedCabling::pathToDetUnitHasDetUnit
virtual bool pathToDetUnitHasDetUnit(uint32_t rawDetId, unsigned int fedId) const =0
Generated for CMSSW Reference Manual by
1.8.16