Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
ParameterSet
interface
IllegalParameters.h
Go to the documentation of this file.
1
2
namespace
edm {
3
4
class
EventProcessor;
5
class
SubProcess;
6
class
ParameterSetDescription
;
7
8
class
IllegalParameters
{
9
private
:
10
static
bool
throwAnException_
;
11
static
bool
throwAnException
() {
return
throwAnException_
; }
12
static
void
setThrowAnException
(
bool
v
) {
throwAnException_
=
v
; }
13
14
friend
class
EventProcessor
;
15
friend
class
SubProcess
;
16
friend
class
ParameterSetDescription
;
17
};
18
}
ParameterSetDescription
edm::IllegalParameters::throwAnException
static bool throwAnException()
Definition:
IllegalParameters.h:11
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:50
edm::SubProcess
Definition:
SubProcess.h:26
edm::IllegalParameters
Definition:
IllegalParameters.h:8
edm::IllegalParameters::setThrowAnException
static void setThrowAnException(bool v)
Definition:
IllegalParameters.h:12
edm::IllegalParameters::throwAnException_
static bool throwAnException_
Definition:
IllegalParameters.h:10
edm::EventProcessor
Definition:
EventProcessor.h:66
v
mathSSE::Vec4< T > v
Definition:
newBasic3DVector.h:343
Generated for CMSSW Reference Manual by
1.8.5