ATLAS Offline Software
TauCommonCalcVars.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_TAUCOMMONCALCVARS_H
6 #define TAURECTOOLS_TAUCOMMONCALCVARS_H
7 
10 
21 public:
22  //-----------------------------------------------------------------
23  // Constructor and destructor
24  //-----------------------------------------------------------------
25  TauCommonCalcVars(const std::string& name="TauCommonCalcVars");
28 
29  virtual StatusCode execute(xAOD::TauJet& pTau) const override;
30 
31 private:
32 
33  Gaudi::Property<int> m_isolationTrackType{this, "isolationTrackType", xAOD::TauJetParameters::modifiedIsolationTrack};
34 
35 };
36 
37 #endif // TAURECTOOLS_TAUCOMMONCALCVARS_H
TauCommonCalcVars
Calculate variables which rely on tracks and precalculated cell/cluster information.
Definition: TauCommonCalcVars.h:20
PropertyWrapper.h
ASG_TOOL_CLASS2
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
Definition: AsgToolMacros.h:77
TauRecToolBase.h
TauRecToolBase
The base class for all tau tools.
Definition: TauRecToolBase.h:21
TauCommonCalcVars::~TauCommonCalcVars
~TauCommonCalcVars()
Definition: TauCommonCalcVars.cxx:28
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:240
TauCommonCalcVars::execute
virtual StatusCode execute(xAOD::TauJet &pTau) const override
Execute - called for each tau candidate.
Definition: TauCommonCalcVars.cxx:34
TauCommonCalcVars::m_isolationTrackType
Gaudi::Property< int > m_isolationTrackType
Definition: TauCommonCalcVars.h:33
ITauToolBase
The base class for all tau tools.
Definition: ITauToolBase.h:30
xAOD::TauJetParameters::modifiedIsolationTrack
@ modifiedIsolationTrack
Definition: TauDefs.h:412
TauCommonCalcVars::TauCommonCalcVars
TauCommonCalcVars(const std::string &name="TauCommonCalcVars")
Definition: TauCommonCalcVars.cxx:20