ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
FlavorTagDiscriminants
FlavorTagDiscriminants
VRJetOverlapDecoratorTool.h
Go to the documentation of this file.
1
// for text editors: this file is -*- C++ -*-
2
/*
3
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef VR_JET_OVERLAP_DECORATOR_TOOL_H
7
#define VR_JET_OVERLAP_DECORATOR_TOOL_H
8
9
#include "
AsgTools/AsgTool.h
"
10
#include "
JetInterface/IJetDecorator.h
"
11
#include "
xAODJet/JetContainerFwd.h
"
12
13
class
VRJetOverlapDecorator
;
14
15
namespace
FlavorTagDiscriminants
{
16
17
class
VRJetOverlapDecoratorTool
:
public
asg::AsgTool
,
virtual
public
IJetDecorator
18
{
19
ASG_TOOL_CLASS
(
VRJetOverlapDecoratorTool
,
IJetDecorator
)
20
public
:
21
VRJetOverlapDecoratorTool
(
const
std::string& name);
22
~VRJetOverlapDecoratorTool
();
23
24
StatusCode
initialize
()
override
;
25
26
// returns 0 for success
27
StatusCode
decorate
(
const
xAOD::JetContainer
& jets)
const override
;
28
private
:
29
std::unique_ptr<VRJetOverlapDecorator>
m_dec
;
30
};
31
32
}
33
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
AsgTool.h
IJetDecorator.h
JetContainerFwd.h
FlavorTagDiscriminants::VRJetOverlapDecoratorTool::~VRJetOverlapDecoratorTool
~VRJetOverlapDecoratorTool()
Definition
VRJetOverlapDecoratorTool.cxx:15
FlavorTagDiscriminants::VRJetOverlapDecoratorTool::initialize
StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition
VRJetOverlapDecoratorTool.cxx:17
FlavorTagDiscriminants::VRJetOverlapDecoratorTool::m_dec
std::unique_ptr< VRJetOverlapDecorator > m_dec
Definition
VRJetOverlapDecoratorTool.h:29
FlavorTagDiscriminants::VRJetOverlapDecoratorTool::decorate
StatusCode decorate(const xAOD::JetContainer &jets) const override
Decorate a jet collection without otherwise modifying it.
Definition
VRJetOverlapDecoratorTool.cxx:22
FlavorTagDiscriminants::VRJetOverlapDecoratorTool::VRJetOverlapDecoratorTool
VRJetOverlapDecoratorTool(const std::string &name)
Definition
VRJetOverlapDecoratorTool.cxx:10
IJetDecorator
Interface for adding a decoration to a jet container.
Definition
IJetDecorator.h:21
VRJetOverlapDecorator
Definition
VRJetOverlapDecorator.h:19
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition
AsgTool.h:47
FlavorTagDiscriminants
Definition
CaloChargedFlowDecoratorAlg.h:15
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
Generated on
for ATLAS Offline Software by
1.17.0