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
CalibFormats
SiPixelObjects
interface
PixelFEDParameters.h
Go to the documentation of this file.
1
#ifndef PixelFEDParameters_h
2
#define PixelFEDParameters_h
3
11
#include <iosfwd>
12
13
namespace
pos
{
19
class
PixelFEDParameters;
20
std::ostream&
operator<<
(std::ostream&
s
,
const
PixelFEDParameters& pFEDp);
21
22
class
PixelFEDParameters
{
23
public
:
24
PixelFEDParameters
();
25
~PixelFEDParameters
();
26
27
unsigned
int
getFEDNumber
()
const
;
28
unsigned
int
getCrate
()
const
;
29
unsigned
int
getVMEBaseAddress
()
const
;
30
void
setFEDParameters
(
unsigned
int
fednumber,
unsigned
int
crate,
unsigned
int
vmebaseaddress);
31
void
setFEDNumber
(
unsigned
int
fednumber);
32
void
setCrate
(
unsigned
int
crate);
33
void
setVMEBaseAddress
(
unsigned
int
vmebaseaddress);
34
friend
std::ostream&
pos::operator<<
(std::ostream&
s
,
const
PixelFEDParameters
& pFEDp);
35
36
private
:
37
unsigned
int
fednumber_
;
38
unsigned
int
crate_
;
39
unsigned
int
vmebaseaddress_
;
40
};
41
}
// namespace pos
42
#endif
pos::PixelFEDParameters::fednumber_
unsigned int fednumber_
Definition:
PixelFEDParameters.h:37
pos::PixelFEDParameters::vmebaseaddress_
unsigned int vmebaseaddress_
Definition:
PixelFEDParameters.h:39
pos
Definition:
PixelAliasList.h:18
pos::PixelFEDParameters::getCrate
unsigned int getCrate() const
Definition:
PixelFEDParameters.cc:16
pos::PixelFEDParameters
This class implements..
Definition:
PixelFEDParameters.h:22
pos::PixelFEDParameters::setFEDParameters
void setFEDParameters(unsigned int fednumber, unsigned int crate, unsigned int vmebaseaddress)
Definition:
PixelFEDParameters.cc:20
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
pos::PixelFEDParameters::setFEDNumber
void setFEDNumber(unsigned int fednumber)
Definition:
PixelFEDParameters.cc:26
pos::PixelFEDParameters::~PixelFEDParameters
~PixelFEDParameters()
Definition:
PixelFEDParameters.cc:12
pos::operator<<
std::ostream & operator<<(std::ostream &s, const PixelCalibConfiguration &calib)
Definition:
PixelCalibConfiguration.cc:1325
pos::PixelFEDParameters::setCrate
void setCrate(unsigned int crate)
Definition:
PixelFEDParameters.cc:28
pos::PixelFEDParameters::PixelFEDParameters
PixelFEDParameters()
Definition:
PixelFEDParameters.cc:6
pos::PixelFEDParameters::getFEDNumber
unsigned int getFEDNumber() const
Definition:
PixelFEDParameters.cc:14
pos::PixelFEDParameters::setVMEBaseAddress
void setVMEBaseAddress(unsigned int vmebaseaddress)
Definition:
PixelFEDParameters.cc:30
pos::PixelFEDParameters::getVMEBaseAddress
unsigned int getVMEBaseAddress() const
Definition:
PixelFEDParameters.cc:18
pos::PixelFEDParameters::crate_
unsigned int crate_
Definition:
PixelFEDParameters.h:38
Generated for CMSSW Reference Manual by
1.8.16