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
SimG4Core
Application
interface
ExceptionHandler.h
Go to the documentation of this file.
1
// ------------------------------------------------------------
2
//
3
// Author: V.Ivanchenko - 01.11.2017 - old code re-written
4
//
5
// ------------------------------------------------------------
6
//
7
// Class description:
8
//
9
// Catch Geant4 exception and throw CMS exception allowing
10
// correctly abort problematic run or notify about a problem
11
// ------------------------------------------------------------
12
13
#ifndef SimG4Core_Application_ExceptionHandler_H
14
#define SimG4Core_Application_ExceptionHandler_H
15
16
#include "G4VExceptionHandler.hh"
17
#include "G4ExceptionSeverity.hh"
18
19
class
ExceptionHandler
:
public
G4VExceptionHandler {
20
public
:
21
explicit
ExceptionHandler
(
double
th);
22
~ExceptionHandler
()
override
;
23
24
int
operator==
(
const
ExceptionHandler
&right)
const
{
return
(
this
== &right); }
25
int
operator!=
(
const
ExceptionHandler
&right)
const
{
return
(
this
!= &right); }
26
27
bool
Notify
(
const
char
*exceptionOrigin,
28
const
char
*exceptionCode,
29
G4ExceptionSeverity
severity
,
30
const
char
*
description
)
override
;
31
32
ExceptionHandler
(
const
ExceptionHandler
&) =
delete
;
33
ExceptionHandler
&
operator=
(
const
ExceptionHandler
&right) =
delete
;
34
35
private
:
36
double
m_eth
;
37
};
38
39
#endif
ExceptionHandler
Definition:
ExceptionHandler.h:19
ExceptionHandler::ExceptionHandler
ExceptionHandler(double th)
Definition:
ExceptionHandler.cc:12
ExceptionHandler::m_eth
double m_eth
Definition:
ExceptionHandler.h:36
edmLumisInFiles.description
description
Definition:
edmLumisInFiles.py:11
ExceptionHandler::~ExceptionHandler
~ExceptionHandler() override
Definition:
ExceptionHandler.cc:14
ExceptionHandler::operator!=
int operator!=(const ExceptionHandler &right) const
Definition:
ExceptionHandler.h:25
ExceptionHandler::operator=
ExceptionHandler & operator=(const ExceptionHandler &right)=delete
ExceptionHandler::operator==
int operator==(const ExceptionHandler &right) const
Definition:
ExceptionHandler.h:24
ErrorSummaryFilter_cfi.severity
severity
Definition:
ErrorSummaryFilter_cfi.py:5
ExceptionHandler::Notify
bool Notify(const char *exceptionOrigin, const char *exceptionCode, G4ExceptionSeverity severity, const char *description) override
Definition:
ExceptionHandler.cc:16
Generated for CMSSW Reference Manual by
1.8.16