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
FWCore
ParameterSet
interface
IllegalParameters.h
Go to the documentation of this file.
1
#ifndef FWCore_PArameterSet_IllegalParameters_h
2
#define FWCore_PArameterSet_IllegalParameters_h
3
4
#include <atomic>
5
6
namespace
edm
{
7
8
class
EventProcessor
;
9
class
SubProcess;
10
class
ParameterSetDescription
;
11
12
class
IllegalParameters
{
13
private
:
14
static
std::atomic<bool>
throwAnException_
;
15
static
bool
throwAnException
() {
return
throwAnException_
; }
16
static
void
setThrowAnException
(
bool
v
) {
throwAnException_
=
v
; }
17
18
friend
class
EventProcessor
;
19
friend
class
SubProcess
;
20
friend
class
ParameterSetDescription
;
21
};
22
}
// namespace edm
23
24
#endif
ParameterSetDescription
edm::IllegalParameters::throwAnException
static bool throwAnException()
Definition:
IllegalParameters.h:15
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
edm::SubProcess
Definition:
SubProcess.h:53
edm::IllegalParameters
Definition:
IllegalParameters.h:12
edm::IllegalParameters::setThrowAnException
static void setThrowAnException(bool v)
Definition:
IllegalParameters.h:16
edm::IllegalParameters::throwAnException_
static std::atomic< bool > throwAnException_
Definition:
IllegalParameters.h:14
csc_dqm_offlineclient_cfi.EventProcessor
EventProcessor
Definition:
csc_dqm_offlineclient_cfi.py:10
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::EventProcessor
Definition:
EventProcessor.h:69
Generated for CMSSW Reference Manual by
1.8.14