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
src
IORawData
CaloPatterns
src
HtrXmlPatternWriter.h
Go to the documentation of this file.
1
#ifndef HtrXmlPatternWriter_h_included
2
#define HtrXmlPatternWriter_h_included 1
3
4
#include "
HtrXmlPatternSet.h
"
5
#include <ostream>
6
7
class
HtrXmlPatternWriter
{
8
public
:
9
HtrXmlPatternWriter
();
10
void
setTagName
(
std::string
tn) {
m_tagName
= tn; }
11
void
writePattern
(
HalfHtrData
* spigotData,
int
fiber
, std::ostream& os,
int
level
= 0);
12
13
private
:
14
void
packWordsStd
(
int
adc0,
int
adc1,
int
adc2,
int
capid,
unsigned
int
& w1,
unsigned
int
&
w2
);
15
std::string
m_tagName
,
m_stamp
;
16
};
17
18
#endif
HtrXmlPatternWriter::HtrXmlPatternWriter
HtrXmlPatternWriter()
Definition:
HtrXmlPatternWriter.cc:11
w2
common ppss p3p6s2 common epss epspn46 common const1 w2
Definition:
inclppp.h:1
HtrXmlPatternWriter::packWordsStd
void packWordsStd(int adc0, int adc1, int adc2, int capid, unsigned int &w1, unsigned int &w2)
Definition:
HtrXmlPatternWriter.cc:65
HalfHtrData
Definition:
HtrXmlPatternSet.h:44
HtrXmlPatternWriter::setTagName
void setTagName(std::string tn)
Definition:
HtrXmlPatternWriter.h:10
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
FCDTask_cfi.fiber
fiber
Definition:
FCDTask_cfi.py:64
personalPlayback.level
level
Definition:
personalPlayback.py:22
HtrXmlPatternWriter
Definition:
HtrXmlPatternWriter.h:7
HtrXmlPatternWriter::m_stamp
std::string m_stamp
Definition:
HtrXmlPatternWriter.h:15
HtrXmlPatternWriter::m_tagName
std::string m_tagName
Definition:
HtrXmlPatternWriter.h:15
HtrXmlPatternWriter::writePattern
void writePattern(HalfHtrData *spigotData, int fiber, std::ostream &os, int level=0)
Definition:
HtrXmlPatternWriter.cc:22
HtrXmlPatternSet.h
Generated for CMSSW Reference Manual by
1.8.14