ATLAS Offline Software
MvaTESVariableDecorator.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_MVATESVARIABLEDECORATOR_H
6 #define TAURECTOOLS_MVATESVARIABLEDECORATOR_H
7 
9 
14 
16 
17 public:
18 
20 
21  MvaTESVariableDecorator(const std::string& name="MvaTESVariableDecorator");
22 
23  virtual ~MvaTESVariableDecorator() = default;
24 
25  virtual StatusCode initialize() override;
26 
27  virtual StatusCode execute(xAOD::TauJet& xTau) const override;
28 
29 private:
30 
32 
34  "averageInteractionsPerCrossingKey",
35  "EventInfo.averageInteractionsPerCrossing",
36  "Decoration for Average Interaction Per Crossing"};
37 
39  "Key_vertexInputContainer",
40  "PrimaryVertices",
41  "input vertex container key"};
42 
44  "EventShapeKey",
45  "Kt4LCTopoOriginEventShape",
46  "EventShape key"};
47 
48 };
49 
50 #endif // TAURECTOOLS_MVATESVARIABLEDECORATOR_H
MvaTESVariableDecorator::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition: MvaTESVariableDecorator.cxx:23
EventShape.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
MvaTESVariableDecorator::execute
virtual StatusCode execute(xAOD::TauJet &xTau) const override
Execute - called for each tau candidate.
Definition: MvaTESVariableDecorator.cxx:34
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MvaTESVariableDecorator::m_doVertexCorrection
bool m_doVertexCorrection
Definition: MvaTESVariableDecorator.h:31
MvaTESVariableDecorator::m_eventShapeKey
SG::ReadHandleKey< xAOD::EventShape > m_eventShapeKey
Definition: MvaTESVariableDecorator.h:43
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
MvaTESVariableDecorator
Definition: MvaTESVariableDecorator.h:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
MvaTESVariableDecorator::m_aveIntPerXKey
SG::ReadDecorHandleKey< xAOD::EventInfo > m_aveIntPerXKey
Definition: MvaTESVariableDecorator.h:33
MvaTESVariableDecorator::MvaTESVariableDecorator
MvaTESVariableDecorator(const std::string &name="MvaTESVariableDecorator")
Definition: MvaTESVariableDecorator.cxx:16
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ITauToolBase
The base class for all tau tools.
Definition: ITauToolBase.h:30
EventInfo.h
MvaTESVariableDecorator::m_vertexContainerKey
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainerKey
Definition: MvaTESVariableDecorator.h:38
MvaTESVariableDecorator::~MvaTESVariableDecorator
virtual ~MvaTESVariableDecorator()=default
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition: StoreGate/StoreGate/ReadDecorHandleKey.h:85