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
Fireworks
Core
interface
FWParameters.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWParameters_h
2
#define Fireworks_Core_FWParameters_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWGenericParameterWithRange
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Fri Mar 7 14:36:34 EST 2008
19
//
20
21
// user include files
22
#include "
Fireworks/Core/interface/FWGenericParameter.h
"
23
#include "
Fireworks/Core/interface/FWGenericParameterWithRange.h
"
24
25
// forward declarations
26
27
struct
FWParameters
{
28
typedef
FWGenericParameterWithRange<long>
Long
;
29
typedef
FWGenericParameterWithRange<double>
Double
;
30
typedef
FWGenericParameter<std::string>
String
;
31
typedef
FWGenericParameter<bool>
Bool
;
32
};
33
34
typedef
FWParameters::Long
FWLongParameter
;
35
typedef
FWParameters::Double
FWDoubleParameter
;
36
typedef
FWParameters::String
FWStringParameter
;
37
typedef
FWParameters::Bool
FWBoolParameter
;
38
39
#endif
FWGenericParameterWithRange.h
FWGenericParameterWithRange
Definition:
FWGenericParameterWithRange.h:27
FWBoolParameter
FWParameters::Bool FWBoolParameter
Definition:
FWParameters.h:37
FWLongParameter
FWParameters::Long FWLongParameter
Definition:
FWParameters.h:34
FWParameters::Long
FWGenericParameterWithRange< long > Long
Definition:
FWParameters.h:28
FWStringParameter
FWParameters::String FWStringParameter
Definition:
FWParameters.h:36
FWGenericParameter
Definition:
FWGenericParameter.h:31
FWGenericParameter.h
FWDoubleParameter
FWParameters::Double FWDoubleParameter
Definition:
FWParameters.h:35
FWParameters::Double
FWGenericParameterWithRange< double > Double
Definition:
FWParameters.h:29
FWParameters
Definition:
FWParameters.h:27
FWParameters::Bool
FWGenericParameter< bool > Bool
Definition:
FWParameters.h:31
FWParameters::String
FWGenericParameter< std::string > String
Definition:
FWParameters.h:30
Generated for CMSSW Reference Manual by
1.8.16