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
L1Trigger
GlobalTriggerAnalyzer
interface
L1GtPatternMap.h
Go to the documentation of this file.
1
#ifndef GlobalTriggerAnalyzer_L1GtPatternMap_h
2
#define GlobalTriggerAnalyzer_L1GtPatternMap_h
3
18
#include "
L1Trigger/GlobalTriggerAnalyzer/interface/L1GtPatternLine.h
"
19
22
class
L1GtPatternMap
{
23
public
:
26
L1GtPatternLine
&
getLine
(
int
eventNr,
int
bxNr);
27
28
typedef
std::map<std::pair<int, int>,
L1GtPatternLine
>
LineMap
;
29
31
LineMap::const_iterator
begin
()
const
;
32
LineMap::const_iterator
end
()
const
;
33
35
LineMap::iterator
begin
();
36
LineMap::iterator
end
();
37
39
void
print
(std::ostream&
out
)
const
;
40
41
private
:
42
LineMap
m_lines
;
43
};
44
45
#endif
/*GlobalTriggerAnalyzer_L1GtPatternMap_h*/
L1GtPatternMap::print
void print(std::ostream &out) const
Definition:
L1GtPatternMap.cc:31
L1GtPatternLine.h
L1GtPatternMap::begin
LineMap::const_iterator begin() const
Definition:
L1GtPatternMap.cc:25
L1GtPatternMap::getLine
L1GtPatternLine & getLine(int eventNr, int bxNr)
Definition:
L1GtPatternMap.cc:20
L1GtPatternLine
Definition:
L1GtPatternLine.h:28
L1GtPatternMap::end
LineMap::const_iterator end() const
Definition:
L1GtPatternMap.cc:26
L1GtPatternMap
Definition:
L1GtPatternMap.h:22
L1GtPatternMap::LineMap
std::map< std::pair< int, int >, L1GtPatternLine > LineMap
Definition:
L1GtPatternMap.h:28
L1GtPatternMap::m_lines
LineMap m_lines
Definition:
L1GtPatternMap.h:42
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
Generated for CMSSW Reference Manual by
1.8.16