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
EventFilter
EcalRawToDigi
interface
ECALUnpackerException.h
Go to the documentation of this file.
1
// Date : 30/05/2005
2
// Author : N.Almeida (LIP)
3
4
#ifndef ECALUNPACKEREXCEPTION_H
5
#define ECALUNPACKEREXCEPTION_H
6
7
#include <iostream>
8
#include <string>
9
#include <sstream>
10
11
12
class
ECALUnpackerException
{
13
public :
14
18
ECALUnpackerException
(std::ostringstream
a
){
info_
=
a
.str(); }
19
20
ECALUnpackerException
(
std::string
a
){
info_
=
a
;}
24
std::string
what
()
const
throw
() {
return
info_
;}
25
26
protected :
27
28
std::string
info_
;
29
30
};
31
32
#endif
ECALUnpackerException::what
std::string what() const
Definition:
ECALUnpackerException.h:24
ECALUnpackerException
Definition:
ECALUnpackerException.h:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
a
double a
Definition:
hdecay.h:119
ECALUnpackerException::ECALUnpackerException
ECALUnpackerException(std::ostringstream a)
Definition:
ECALUnpackerException.h:18
ECALUnpackerException::info_
std::string info_
Definition:
ECALUnpackerException.h:28
ALCARECOPromptCalibProdSiPixelAli0T_cff.throw
throw
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:9
ECALUnpackerException::ECALUnpackerException
ECALUnpackerException(std::string a)
Definition:
ECALUnpackerException.h:20
Generated for CMSSW Reference Manual by
1.8.16