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
L1Trigger
RPCTrigger
interface
RPCException.h
Go to the documentation of this file.
1
#ifndef L1Trigger_RPCException_h
2
#define L1Trigger_RPCException_h
3
#if (__BCPLUSPLUS__ >= 0x0550)
4
#include <string>
5
#include "TException.h"
6
class
RPCException
:
public
TException {
7
public
:
8
RPCException
(
std::string
msg
) : TException(
msg
){};
9
};
10
11
#elif defined _STAND_ALONE //_MSC_VER
12
#include <string>
13
#include "TException.h"
14
class
RPCException
:
public
TException {
//public __gc
15
public
:
16
RPCException
(
std::string
msg
) : TException(
msg
){};
17
};
18
19
#else // not _STAND_ALONE
20
#include "
FWCore/Utilities/interface/Exception.h
"
21
class
RPCException
:
public
cms::Exception
{
22
public
:
23
RPCException
(
std::string
msg
) :
cms
::
Exception
(
msg
){};
24
};
25
#endif // _STAND_ALONE
26
27
#endif
mps_check.msg
tuple msg
Definition:
mps_check.py:285
RPCException::RPCException
RPCException(std::string msg)
Definition:
RPCException.h:23
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Exception
RPCException
Definition:
RPCException.h:21
Exception.h
cms::Exception
Definition:
Exception.h:70
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Generated for CMSSW Reference Manual by
1.8.16