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
Fireworks
Core
interface
FWHLTTriggerTableView.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWHLTTriggerTableView_h
2
#define Fireworks_Core_FWHLTTriggerTableView_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWHLTTriggerTableView
7
//
16
//
17
// Original Author:
18
// Created: Tue Jan 25 16:02:24 CET 2011
19
//
20
21
#include "
Fireworks/Core/interface/FWTriggerTableView.h
"
22
#include "
Fireworks/Core/interface/FWStringParameter.h
"
23
24
#include <unordered_map>
25
26
class
FWTriggerTableViewManager
;
27
class
FWTriggerTableViewTableManager
;
28
class
ViewerParameterGUI
;
29
30
class
FWHLTTriggerTableView
:
public
FWTriggerTableView
{
31
public
:
32
FWHLTTriggerTableView
(TEveWindowSlot*);
33
~FWHLTTriggerTableView
()
override
{}
34
35
protected
:
36
void
fillTable
(
fwlite::Event
*
event
)
override
;
37
38
private
:
39
typedef
std::unordered_map<std::string, double>
acceptmap_t
;
40
41
fwlite::Event
*
m_event
;
42
acceptmap_t
m_averageAccept
;
43
44
void
fillAverageAcceptFractions
();
45
};
46
#endif
FWHLTTriggerTableView
Definition:
FWHLTTriggerTableView.h:30
FWHLTTriggerTableView::acceptmap_t
std::unordered_map< std::string, double > acceptmap_t
Definition:
FWHLTTriggerTableView.h:39
FWHLTTriggerTableView::fillTable
void fillTable(fwlite::Event *event) override
Definition:
FWHLTTriggerTableView.cc:33
FWTriggerTableView.h
FWHLTTriggerTableView::FWHLTTriggerTableView
FWHLTTriggerTableView(TEveWindowSlot *)
Definition:
FWHLTTriggerTableView.cc:25
ViewerParameterGUI
Definition:
CmsShowViewPopup.h:49
FWTriggerTableViewManager
Definition:
FWTriggerTableViewManager.h:21
FWStringParameter.h
FWTriggerTableView
Definition:
FWTriggerTableView.h:31
FWHLTTriggerTableView::m_event
fwlite::Event * m_event
Definition:
FWHLTTriggerTableView.h:41
FWTriggerTableViewTableManager
Definition:
FWTriggerTableViewTableManager.h:31
FWHLTTriggerTableView::~FWHLTTriggerTableView
~FWHLTTriggerTableView() override
Definition:
FWHLTTriggerTableView.h:33
FWHLTTriggerTableView::fillAverageAcceptFractions
void fillAverageAcceptFractions()
Definition:
FWHLTTriggerTableView.cc:58
fwlite::Event
Definition:
Event.h:87
FWHLTTriggerTableView::m_averageAccept
acceptmap_t m_averageAccept
Definition:
FWHLTTriggerTableView.h:42
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.14