ATLAS Offline Software
Loading...
Searching...
No Matches
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
10
11namespace AthPyEx {
12class MyTool;
13class MyCutClass;
14
16{
17public:
18 MySelectionAlg(const std::string& name, ISvcLocator* pSvcLocator);
20
21 StatusCode initialize();
22 StatusCode execute();
23 StatusCode finalize();
24
25private:
26 double m_ThrPT;
27 std::string m_NewKey;
28 std::string m_ContainerKey;
29
32};
33
34} //> end namespace AthPyEx
35
36#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
MySelectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
AthPyEx::MyTool * m_myTool