ATLAS Offline Software
Loading...
Searching...
No Matches
BuildTruthTausAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
6
7namespace TauAnalysisTools {
8
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}
An algorithm that can be simultaneously executed in multiple threads.
BuildTruthTausAlg(const std::string &name, ISvcLocator *svcLoc)
StatusCode execute(const EventContext &) const override
ToolHandle< TauAnalysisTools::BuildTruthTaus > m_buildTruthTaus