ATLAS Offline Software
Loading...
Searching...
No Matches
JetSeedBuilder.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 TAURECTOOLS_JETSEEDBUILDER_H
6#define TAURECTOOLS_JETSEEDBUILDER_H
7
9
10
16
18
19 public:
20
22
23
24 JetSeedBuilder(const std::string& name);
25
27 virtual ~JetSeedBuilder();
28
30 virtual StatusCode execute(xAOD::TauJet& pTau) const override;
31};
32
33#endif // TAURECTOOLS_JETSEEDBUILDER_H
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
The base class for all tau tools.
JetSeedBuilder(const std::string &name)
Constructor.
virtual StatusCode execute(xAOD::TauJet &pTau) const override
Executation of this tool.
virtual ~JetSeedBuilder()
Destructor.
TauRecToolBase(const std::string &name)
TauJet_v3 TauJet
Definition of the current "tau version".