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
Fireworks
FWInterface
interface
FWFFHelper.h
Go to the documentation of this file.
1
#ifndef Fireworks_FWInterface_FWFFHelper_h
2
#define Fireworks_FWInterface_FWFFHelper_h
3
4
namespace
edm
{
5
class
ParameterSet
;
6
class
ActivityRegistry
;
7
}
// namespace edm
8
9
class
TRint;
10
11
class
FWFFHelper
{
12
public
:
13
FWFFHelper
(
const
edm::ParameterSet
&,
const
edm::ActivityRegistry
&);
14
TRint *
app
() {
return
m_Rint
; }
15
16
private
:
17
TRint *
m_Rint
;
18
};
19
20
#endif
ParameterSet
Definition:
Functions.h:16
FWFFHelper
Definition:
FWFFHelper.h:11
FWFFHelper::app
TRint * app()
Definition:
FWFFHelper.h:14
ActivityRegistry
FWFFHelper::m_Rint
TRint * m_Rint
Definition:
FWFFHelper.h:17
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::ActivityRegistry
Definition:
ActivityRegistry.h:136
FWFFHelper::FWFFHelper
FWFFHelper(const edm::ParameterSet &, const edm::ActivityRegistry &)
Definition:
FWFFHelper.cc:41
Generated for CMSSW Reference Manual by
1.8.14