ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
TauID
TauAnalysisTools
src
BuildTruthTausAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
5
#include "
TauAnalysisTools/BuildTruthTaus.h
"
6
7
namespace
TauAnalysisTools
{
8
9
class
BuildTruthTausAlg
:
public
AthReentrantAlgorithm
{
10
public
:
11
BuildTruthTausAlg
(
const
std::string& name, ISvcLocator* svcLoc);
12
13
StatusCode
initialize
()
override
;
14
StatusCode
execute
(
const
EventContext&)
const override
;
15
16
private
:
17
ToolHandle<TauAnalysisTools::BuildTruthTaus>
m_buildTruthTaus
{
18
this
,
"BuildTruthTaus"
,
""
,
"BuildTruthTaus tool"
19
};
20
};
21
22
}
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:9
TauAnalysisTools::BuildTruthTausAlg::initialize
StatusCode initialize() override
Definition
BuildTruthTausAlg.cxx:13
TauAnalysisTools::BuildTruthTausAlg::execute
StatusCode execute(const EventContext &) const override
Definition
BuildTruthTausAlg.cxx:19
TauAnalysisTools::BuildTruthTausAlg::m_buildTruthTaus
ToolHandle< TauAnalysisTools::BuildTruthTaus > m_buildTruthTaus
Definition
BuildTruthTausAlg.h:17
TauAnalysisTools
Definition
PhysValMET.h:37
Generated on
for ATLAS Offline Software by
1.14.0