ATLAS Offline Software
Loading...
Searching...
No Matches
TauClusterFinder.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_TAUCLUSTERFINDER_H
6#define TAURECTOOLS_TAUCLUSTERFINDER_H
7
9
10#include "AsgTools/ToolHandle.h"
11
20
22
23 public:
24
26
28 TauClusterFinder(const std::string& name);
29
31 ~TauClusterFinder() = default;
32
34 virtual StatusCode execute(xAOD::TauJet& tau) const override;
35
36 private:
37
38 std::vector<const xAOD::CaloCluster*> getClusterList(const xAOD::Jet& jet) const;
39
40 Gaudi::Property<bool> m_useOrigCluster {this, "UseOriginalCluster", true,
41 "Use original cluster object if jet constituent is a shallow copy"};
42};
43
44#endif // TAURECTOOLS_TAUCLUSTERFINDER_H
The base class for all tau tools.
ASG_TOOL_CLASS2(TauClusterFinder, TauRecToolBase, ITauToolBase)
virtual StatusCode execute(xAOD::TauJet &tau) const override
Execution of this tool.
Gaudi::Property< bool > m_useOrigCluster
TauClusterFinder(const std::string &name)
Constructor.
~TauClusterFinder()=default
Destructor.
std::vector< const xAOD::CaloCluster * > getClusterList(const xAOD::Jet &jet) const
TauRecToolBase(const std::string &name)
Jet_v1 Jet
Definition of the current "jet version".
TauJet_v3 TauJet
Definition of the current "tau version".