ATLAS Offline Software
Loading...
Searching...
No Matches
TauSubstructureVariables.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TAURECTOOLS_TAUSUBSTRUCTUREVARIABLES_H
6#define TAURECTOOLS_TAUSUBSTRUCTUREVARIABLES_H
7
10
11#include <string>
12
20
22
23public:
24
26
27 TauSubstructureVariables(const std::string& name="TauSubstructureVariables");
28
29 virtual ~TauSubstructureVariables() = default;
30
31 virtual StatusCode execute(xAOD::TauJet& tau) const override;
32
33 static const float DEFAULT;
34
35private:
36
37 Gaudi::Property<bool> m_doVertexCorrection{this, "VertexCorrection", true};
38
39};
40
41#endif // TAURECTOOLS_TAUSUBSTRUCTUREVARIABLES_H
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
The base class for all tau tools.
TauRecToolBase(const std::string &name)
TauSubstructureVariables(const std::string &name="TauSubstructureVariables")
virtual ~TauSubstructureVariables()=default
Gaudi::Property< bool > m_doVertexCorrection
virtual StatusCode execute(xAOD::TauJet &tau) const override
Execute - called for each tau candidate.
TauJet_v3 TauJet
Definition of the current "tau version".