ATLAS Offline Software
TauVertexedClusterDecorator.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_TAUVERTEXEDCLUSTERDECORATOR_H
6 #define TAURECTOOLS_TAUVERTEXEDCLUSTERDECORATOR_H
7 
9 
10 #include "xAODJet/Jet.h"
11 
19 
20 public:
21 
23 
24  TauVertexedClusterDecorator(const std::string& name);
25 
26  virtual ~TauVertexedClusterDecorator() = default;
27 
28  virtual StatusCode initialize() override;
29 
30  virtual StatusCode execute(xAOD::TauJet& tau) const override;
31 
32 private:
33 
35  std::string m_seedJet;
36 
39 };
40 
41 #endif //TAURECTOOLS_TAUVERTEXEDCLUSTERDECORATOR_H
Jet.h
TauVertexedClusterDecorator::m_seedJet
std::string m_seedJet
Name of the seed jet.
Definition: TauVertexedClusterDecorator.h:35
ASG_TOOL_CLASS2
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
Definition: AsgToolMacros.h:77
TauVertexedClusterDecorator::execute
virtual StatusCode execute(xAOD::TauJet &tau) const override
Execute - called for each tau candidate.
Definition: TauVertexedClusterDecorator.cxx:37
xAOD::CaloCluster_v1::State
State
enum of possible signal states.
Definition: CaloCluster_v1.h:304
TauRecToolBase.h
TauRecToolBase
The base class for all tau tools.
Definition: TauRecToolBase.h:21
TauVertexedClusterDecorator::m_clusterState
xAOD::CaloCluster::State m_clusterState
Calibration state of cluster.
Definition: TauVertexedClusterDecorator.h:38
TauVertexedClusterDecorator::~TauVertexedClusterDecorator
virtual ~TauVertexedClusterDecorator()=default
TauVertexedClusterDecorator::TauVertexedClusterDecorator
TauVertexedClusterDecorator(const std::string &name)
Definition: TauVertexedClusterDecorator.cxx:10
TauVertexedClusterDecorator
Decorate CaloVertexedTopoCluster to the tau candidate.
Definition: TauVertexedClusterDecorator.h:18
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
ITauToolBase
The base class for all tau tools.
Definition: ITauToolBase.h:30
TauVertexedClusterDecorator::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition: TauVertexedClusterDecorator.cxx:17