ATLAS Offline Software
Loading...
Searching...
No Matches
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
7
9
11 asg::AsgTool(name),
12 m_dec(nullptr)
13 {
14 }
16
19 return StatusCode::SUCCESS;
20 }
21
23 m_dec->decorate(jets);
24 return StatusCode::SUCCESS;
25 }
26
27}
StatusCode initialize() override
Dummy implementation of the initialisation function.
StatusCode decorate(const xAOD::JetContainer &jets) const override
Decorate a jet collection without otherwise modifying it.
AsgTool(const std::string &name)
Constructor specifying the tool instance's name.
Definition AsgTool.cxx:58
JetContainer_v1 JetContainer
Definition of the current "jet container version".