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