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
FWCore
Framework
src
ProductDeletedException.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_ProductDeletedException_h
2
#define FWCore_Framework_ProductDeletedException_h
3
// -*- C++ -*-
4
//
5
// Package: Framework
6
// Class : ProductDeletedException
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Thu Jan 12 13:32:29 CST 2012
19
//
20
21
// system include files
22
23
// user include files
24
#include "
FWCore/Utilities/interface/Exception.h
"
25
26
// forward declarations
27
namespace
edm
{
28
class
ProductDeletedException
:
public
cms::Exception
{
29
public
:
30
ProductDeletedException
();
31
//virtual ~ProductDeletedException();
32
33
// ---------- const member functions ---------------------
34
35
// ---------- static member functions --------------------
36
37
// ---------- member functions ---------------------------
38
39
private
:
40
//ProductDeletedException(const ProductDeletedException&); // stop default
41
42
//const ProductDeletedException& operator=(const ProductDeletedException&); // stop default
43
44
// ---------- member data --------------------------------
45
};
46
47
}
// namespace edm
48
#endif
edm::ProductDeletedException
Definition:
ProductDeletedException.h:28
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ProductDeletedException::ProductDeletedException
ProductDeletedException()
Definition:
ProductDeletedException.cc:31
Exception.h
cms::Exception
Definition:
Exception.h:70
Generated for CMSSW Reference Manual by
1.8.16