Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Calorimeter
CaloIdentifier
CaloIdentifier
CaloID_Exception.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/* date of creation : 10/X/2002 */
6
7
/* date of last modification : 10/X/2002 */
8
9
#ifndef CALOID_EXCEPTION_H
10
#define CALOID_EXCEPTION_H
11
12
#include <string>
13
20
class
CaloID_Exception
{
21
public
:
22
26
CaloID_Exception
() ;
27
31
CaloID_Exception
(
const
std::string& lMessage ,
int
lCode);
32
36
void
message
(
const
std::string& lMessage);
37
41
const
std::string&
message
()
const
;
42
46
void
code
(
int
lCode) ;
47
59
int
code
()
const
;
60
61
operator
std::string()
const
;
62
63
64
private
:
65
69
std::string
m_message
;
70
74
int
m_code
;
75
};
76
77
78
#endif //CALOID_EXCEPTION_H
CaloID_Exception
Exception class for Calo Identifiers.
Definition:
CaloID_Exception.h:20
CaloID_Exception::m_message
std::string m_message
error message
Definition:
CaloID_Exception.h:69
CaloID_Exception::code
int code() const
return error code
Definition:
CaloID_Exception.cxx:28
CaloID_Exception::message
const std::string & message() const
return error message
Definition:
CaloID_Exception.cxx:22
CaloID_Exception::CaloID_Exception
CaloID_Exception()
default constructor
Definition:
CaloID_Exception.cxx:11
CaloID_Exception::m_code
int m_code
error code
Definition:
CaloID_Exception.h:74
Generated on Sun May 11 2025 21:07:10 for ATLAS Offline Software by
1.8.18