ATLAS Offline Software
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 
7 #include "xAODJet/JetContainer.h"
8 
10 
13  std::string relative_name;
14  std::string absolute_name;
16 };
17 
19 {
20 public:
22  void decorate(const xAOD::JetContainer& jets) const;
23 private:
30 };
31 
32 #endif
VRJetOverlapConfig::jet_parameters_source
VRJetParameters jet_parameters_source
Definition: VRJetOverlapDecorator.h:15
VRJetOverlapDecorator::VRJetOverlapDecorator
VRJetOverlapDecorator(const VRJetOverlapConfig &=VRJetOverlapConfig())
Definition: VRJetOverlapDecorator.cxx:68
VRJetOverlapDecorator::decorate
void decorate(const xAOD::JetContainer &jets) const
Definition: VRJetOverlapDecorator.cxx:78
VRJetParameters::EDM
@ EDM
SG::ConstAccessor
Helper class to provide constant type-safe access to aux data.
Definition: ConstAccessor.h:54
VRJetOverlapConfig::VRJetOverlapConfig
VRJetOverlapConfig(VRJetParameters=VRJetParameters::RHO30MIN02MAX4)
Definition: VRJetOverlapDecorator.cxx:61
SG::Decorator
Helper class to provide type-safe access to aux data.
Definition: Decorator.h:58
VRJetParameters
VRJetParameters
Definition: VRJetOverlapDecorator.h:9
VRJetOverlapDecorator::m_max_radius
SG::AuxElement::ConstAccessor< float > m_max_radius
Definition: VRJetOverlapDecorator.h:28
VRJetOverlapDecorator
Definition: VRJetOverlapDecorator.h:19
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
VRJetOverlapDecorator::m_rel_decorator
SG::AuxElement::Decorator< float > m_rel_decorator
Definition: VRJetOverlapDecorator.h:25
VRJetOverlapConfig::absolute_name
std::string absolute_name
Definition: VRJetOverlapDecorator.h:14
VRJetOverlapDecorator::m_abs_decorator
SG::AuxElement::Decorator< float > m_abs_decorator
Definition: VRJetOverlapDecorator.h:26
VRJetOverlapDecorator::m_mass_scale
SG::AuxElement::ConstAccessor< float > m_mass_scale
Definition: VRJetOverlapDecorator.h:29
VRJetOverlapDecorator::m_param_source
VRJetParameters m_param_source
Definition: VRJetOverlapDecorator.h:24
JetContainer.h
VRJetOverlapDecorator::m_min_radius
SG::AuxElement::ConstAccessor< float > m_min_radius
Definition: VRJetOverlapDecorator.h:27
VRJetParameters::RHO30MIN02MAX4
@ RHO30MIN02MAX4
VRJetOverlapConfig
Definition: VRJetOverlapDecorator.h:11
defineDB.jets
list jets
Definition: JetTagCalibration/share/defineDB.py:24
VRJetOverlapConfig::relative_name
std::string relative_name
Definition: VRJetOverlapDecorator.h:13