ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
FlavorTagDiscriminants
Root
VRJetOverlapDecoratorTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
FlavorTagDiscriminants/VRJetOverlapDecoratorTool.h
"
6
#include "
FlavorTagDiscriminants/VRJetOverlapDecorator.h
"
7
8
namespace
FlavorTagDiscriminants
{
9
10
VRJetOverlapDecoratorTool::VRJetOverlapDecoratorTool
(
const
std::string& name):
11
asg
::
AsgTool
(name),
12
m_dec
(nullptr)
13
{
14
}
15
VRJetOverlapDecoratorTool::~VRJetOverlapDecoratorTool
() {}
16
17
StatusCode
VRJetOverlapDecoratorTool::initialize
() {
18
m_dec
.reset(
new
VRJetOverlapDecorator
);
19
return
StatusCode::SUCCESS;
20
}
21
22
StatusCode
VRJetOverlapDecoratorTool::decorate
(
const
xAOD::JetContainer
& jets)
const
{
23
m_dec
->decorate(jets);
24
return
StatusCode::SUCCESS;
25
}
26
27
}
VRJetOverlapDecoratorTool.h
VRJetOverlapDecorator.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
VRJetOverlapDecorator
Definition
VRJetOverlapDecorator.h:19
asg::AsgTool::AsgTool
AsgTool(const std::string &name)
Constructor specifying the tool instance's name.
Definition
AsgTool.cxx:58
FlavorTagDiscriminants
Definition
DL2.h:18
asg
Definition
DataHandleTestTool.h:28
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
Generated on
for ATLAS Offline Software by
1.14.0