ATLAS Offline Software
Loading...
Searching...
No Matches
BuildTruthTausAlg.h
Go to the documentation of this file.
3
4namespace TauAnalysisTools {
5
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}
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