ATLAS Offline Software
Loading...
Searching...
No Matches
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
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
AthPyEx::MyCutClass
Definition
MyCutClass.h:16
AthPyEx::MySelectionAlg::execute
StatusCode execute()
Definition
MySelectionAlg.cxx:70
AthPyEx::MySelectionAlg::finalize
StatusCode finalize()
Definition
MySelectionAlg.cxx:62
AthPyEx::MySelectionAlg::initialize
StatusCode initialize()
Definition
MySelectionAlg.cxx:35
AthPyEx::MySelectionAlg::MySelectionAlg
MySelectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
MySelectionAlg.cxx:21
AthPyEx::MySelectionAlg::m_myTool
AthPyEx::MyTool * m_myTool
Definition
MySelectionAlg.h:31
AthPyEx::MySelectionAlg::m_ContainerKey
std::string m_ContainerKey
Definition
MySelectionAlg.h:28
AthPyEx::MySelectionAlg::~MySelectionAlg
~MySelectionAlg()
Definition
MySelectionAlg.h:19
AthPyEx::MySelectionAlg::m_ThrPT
double m_ThrPT
Definition
MySelectionAlg.h:26
AthPyEx::MySelectionAlg::m_cut
MyCutClass * m_cut
Definition
MySelectionAlg.h:30
AthPyEx::MySelectionAlg::m_NewKey
std::string m_NewKey
Definition
MySelectionAlg.h:27
AthPyEx::MyTool
Definition
MyTool.h:23
AthPyEx
Definition
MyCutClass.h:13
Generated on
for ATLAS Offline Software by
1.14.0