ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
TauID
TauAnalysisTools
src
BuildTruthTausAlg.h
Go to the documentation of this file.
1
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
2
#include "
TauAnalysisTools/BuildTruthTaus.h
"
3
4
namespace
TauAnalysisTools
{
5
6
class
BuildTruthTausAlg
:
public
AthReentrantAlgorithm
{
7
public
:
8
BuildTruthTausAlg
(
const
std::string& name, ISvcLocator* svcLoc);
9
10
StatusCode
initialize
()
override
;
11
StatusCode
execute
(
const
EventContext&)
const override
;
12
13
private
:
14
ToolHandle<TauAnalysisTools::BuildTruthTaus>
m_buildTruthTaus
{
15
this
,
"BuildTruthTaus"
,
""
,
"BuildTruthTaus tool"
16
};
17
};
18
19
}
AthReentrantAlgorithm.h
BuildTruthTaus.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
TauAnalysisTools::BuildTruthTausAlg::BuildTruthTausAlg
BuildTruthTausAlg(const std::string &name, ISvcLocator *svcLoc)
Definition
BuildTruthTausAlg.cxx:6
TauAnalysisTools::BuildTruthTausAlg::initialize
StatusCode initialize() override
Definition
BuildTruthTausAlg.cxx:10
TauAnalysisTools::BuildTruthTausAlg::execute
StatusCode execute(const EventContext &) const override
Definition
BuildTruthTausAlg.cxx:16
TauAnalysisTools::BuildTruthTausAlg::m_buildTruthTaus
ToolHandle< TauAnalysisTools::BuildTruthTaus > m_buildTruthTaus
Definition
BuildTruthTausAlg.h:14
TauAnalysisTools
Definition
PhysValMET.h:37
Generated on
for ATLAS Offline Software by
1.14.0