Loading [MathJax]/jax/input/TeX/config.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
PhysicsAnalysis
PyAnalysis
PyAnalysisExamples
PyAnalysisExamples
MySelectionAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef PYANALYSISEXAMPLES_MYSELECTIONALG_H
6
#define PYANALYSISEXAMPLES_MYSELECTIONALG_H
7
8
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
11
namespace
AthPyEx
{
12
class
MyTool;
13
class
MyCutClass;
14
15
class
MySelectionAlg
:
public
AthAlgorithm
16
{
17
public
:
18
MySelectionAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
19
~MySelectionAlg
() {}
20
21
StatusCode
initialize
();
22
StatusCode
execute
();
23
StatusCode
finalize
();
24
25
private
:
26
double
m_ThrPT
;
27
std::string
m_NewKey
;
28
std::string
m_ContainerKey
;
29
30
MyCutClass
*
m_cut
;
31
AthPyEx::MyTool
*
m_myTool
;
32
};
33
34
}
//> end namespace AthPyEx
35
36
#endif
AthPyEx
Definition:
MyCutClass.h:13
AthPyEx::MySelectionAlg::m_NewKey
std::string m_NewKey
Definition:
MySelectionAlg.h:27
AthPyEx::MySelectionAlg::initialize
StatusCode initialize()
Definition:
MySelectionAlg.cxx:35
AthPyEx::MySelectionAlg::m_cut
MyCutClass * m_cut
Definition:
MySelectionAlg.h:30
AthPyEx::MySelectionAlg::MySelectionAlg
MySelectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
MySelectionAlg.cxx:21
AthAlgorithm.h
AthPyEx::MySelectionAlg::m_myTool
AthPyEx::MyTool * m_myTool
Definition:
MySelectionAlg.h:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthPyEx::MyCutClass
Definition:
MyCutClass.h:16
AthPyEx::MySelectionAlg::~MySelectionAlg
~MySelectionAlg()
Definition:
MySelectionAlg.h:19
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
AthPyEx::MySelectionAlg::m_ContainerKey
std::string m_ContainerKey
Definition:
MySelectionAlg.h:28
AthPyEx::MyTool
Definition:
MyTool.h:23
AthPyEx::MySelectionAlg::execute
StatusCode execute()
Definition:
MySelectionAlg.cxx:70
AthPyEx::MySelectionAlg::m_ThrPT
double m_ThrPT
Definition:
MySelectionAlg.h:26
AthPyEx::MySelectionAlg::finalize
StatusCode finalize()
Definition:
MySelectionAlg.cxx:62
AthPyEx::MySelectionAlg
Definition:
MySelectionAlg.h:16
Generated on Sun May 11 2025 21:15:07 for ATLAS Offline Software by
1.8.18