ATLAS Offline Software
Loading...
Searching...
No Matches
VRJetOverlapDecorator.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef VR_JET_OVERLAP_DECORATOR_H
5#define VR_JET_OVERLAP_DECORATOR_H
6
8
10
17
19{
20public:
22 void decorate(const xAOD::JetContainer& jets) const;
23private:
25 SG::AuxElement::Decorator<float> m_rel_decorator;
26 SG::AuxElement::Decorator<float> m_abs_decorator;
27 SG::AuxElement::ConstAccessor<float> m_min_radius;
28 SG::AuxElement::ConstAccessor<float> m_max_radius;
29 SG::AuxElement::ConstAccessor<float> m_mass_scale;
30};
31
32#endif
SG::AuxElement::Decorator< float > m_rel_decorator
SG::AuxElement::ConstAccessor< float > m_mass_scale
SG::AuxElement::ConstAccessor< float > m_min_radius
SG::AuxElement::Decorator< float > m_abs_decorator
SG::AuxElement::ConstAccessor< float > m_max_radius
VRJetOverlapDecorator(const VRJetOverlapConfig &=VRJetOverlapConfig())
void decorate(const xAOD::JetContainer &jets) const
JetContainer_v1 JetContainer
Definition of the current "jet container version".
VRJetOverlapConfig(VRJetParameters=VRJetParameters::RHO30MIN02MAX4)
VRJetParameters jet_parameters_source