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
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
Simulation
Interfaces
HepMC_Interfaces
HepMC_Interfaces
IZeroLifetimePatcher.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef HEPMC_INTERFACES_IZEROLIFETIMEPATCHER_H
6
#define HEPMC_INTERFACES_IZEROLIFETIMEPATCHER_H 1
7
8
// Gaudi
9
// framework includes
10
#include "GaudiKernel/IInterface.h"
11
#include "GaudiKernel/StatusCode.h"
12
13
#include "
AtlasHepMC/GenEvent_fwd.h
"
14
15
namespace
Simulation
{
16
24
class
IZeroLifetimePatcher
:
virtual
public
IInterface {
25
public
:
26
28
virtual
~IZeroLifetimePatcher
(){}
29
31
DeclareInterfaceID
(
IZeroLifetimePatcher
, 1, 0);
32
34
virtual
StatusCode
applyWorkaround
(HepMC::GenEvent& ge)
const
= 0;
35
37
virtual
StatusCode
removeWorkaround
(HepMC::GenEvent& ge)
const
= 0;
38
39
};
40
41
}
// end of namespace
42
43
#endif // HEPMC_INTERFACES_IZEROLIFETIMEPATCHER_H
Simulation::IZeroLifetimePatcher::applyWorkaround
virtual StatusCode applyWorkaround(HepMC::GenEvent &ge) const =0
Applies the workaround for zero-lifetime particles to the GenEvent.
Simulation::IZeroLifetimePatcher::DeclareInterfaceID
DeclareInterfaceID(IZeroLifetimePatcher, 1, 0)
Creates the InterfaceID and interfaceID() method.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
GenEvent_fwd.h
Simulation::IZeroLifetimePatcher::removeWorkaround
virtual StatusCode removeWorkaround(HepMC::GenEvent &ge) const =0
Removes the workaround for zero-lifetime particles from the GenEvent.
Simulation::IZeroLifetimePatcher::~IZeroLifetimePatcher
virtual ~IZeroLifetimePatcher()
Virtual destructor.
Definition:
IZeroLifetimePatcher.h:28
Simulation
Definition:
BeamEffectsAlg.cxx:21
Simulation::IZeroLifetimePatcher
Definition:
IZeroLifetimePatcher.h:24
Generated on Thu Apr 10 2025 21:12:27 for ATLAS Offline Software by
1.8.18