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
L1TObjects
interface
L1RPCConfig.h
Go to the documentation of this file.
1
#ifndef RPCObjects_L1RPCConfig_h
2
#define RPCObjects_L1RPCConfig_h
3
// -*- C++ -*-
4
//
5
// Package: RPCObjects
6
// Class : L1RPCConfig
7
//
16
//
17
// Original Author: Tomasz Fruboes
18
// Created: Tue Mar 20 12:03:50 CET 2007
19
// $Id: L1RPCConfig.h,v 1.3 2007/11/20 17:32:50 michals Exp $
20
//
21
22
#include "
CondFormats/Serialization/interface/Serializable.h
"
23
24
#include <string>
25
#include <vector>
26
27
#include "
CondFormats/L1TObjects/interface/RPCPattern.h
"
28
29
class
L1RPCConfig
{
30
public
:
31
L1RPCConfig
();
32
~L1RPCConfig
();
33
34
void
setPPT
(
int
data
) {
m_ppt
=
data
; };
35
int
getPPT
()
const
{
return
m_ppt
; };
36
37
// void setDataDir(const std::string &dir); // Temporary
38
// std::string getDataDir()const {return m_dataDir;};
39
40
RPCPattern::RPCPatVec
m_pats
;
41
RPCPattern::TQualityVec
m_quals
;
42
43
private
:
44
int
m_ppt
;
45
// std::string m_dataDir;
46
47
// m_pats[tower][sector][segment][patternNo]
48
49
COND_SERIALIZABLE
;
50
};
51
52
#endif
RPCPattern::TQualityVec
std::vector< TQuality > TQualityVec
Definition:
RPCPattern.h:49
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1RPCConfig::setPPT
void setPPT(int data)
Definition:
L1RPCConfig.h:34
L1RPCConfig
Definition:
L1RPCConfig.h:29
L1RPCConfig::m_quals
RPCPattern::TQualityVec m_quals
Definition:
L1RPCConfig.h:41
L1RPCConfig::m_ppt
int m_ppt
Definition:
L1RPCConfig.h:44
L1RPCConfig::L1RPCConfig
L1RPCConfig()
Definition:
L1RPCConfig.cc:30
Serializable.h
L1RPCConfig::~L1RPCConfig
~L1RPCConfig()
Definition:
L1RPCConfig.cc:32
RPCPattern.h
RPCPattern::RPCPatVec
std::vector< RPCPattern > RPCPatVec
Definition:
RPCPattern.h:36
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
L1RPCConfig::m_pats
RPCPattern::RPCPatVec m_pats
Definition:
L1RPCConfig.h:35
L1RPCConfig::getPPT
int getPPT() const
Definition:
L1RPCConfig.h:35
Generated for CMSSW Reference Manual by
1.8.16