#include <HistHandler.h>
Definition at line 222 of file HistHandler.h.
◆ dRJetAxisHandler()
CP::dRJetAxisHandler::dRJetAxisHandler |
( |
| ) |
|
◆ ~dRJetAxisHandler()
virtual CP::dRJetAxisHandler::~dRJetAxisHandler |
( |
| ) |
|
|
virtualdefault |
◆ GetBinningParameter()
Implements CP::AxisHandler.
Definition at line 84 of file HistHandler.cxx.
86 static std::atomic<unsigned int> warned = {0};
90 else if (acc_dR_deriv.isAvailable(
mu)){
92 }
else if(
m_acc.isAvailable(
mu) ) {
96 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"The DFCommonJetDr jet decoration is not available in the derivation will fall back to %s",s_close_jet_decor.c_str());
104 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"The %s decoration has not been found for the Muon. Isolation scale-factors are now also binned in #Delta R(jet,#mu)", s_close_jet_decor.c_str());
105 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"using the closest calibrated AntiKt4EMTopo jet with p_{T}>20~GeV and surving the standard OR criteria.");
106 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"You should decorate your muon appropiately before passing to the tool, and use dRJet = -1 in case there is no jet in an event.");
107 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"For the time being the inclusive scale-factor is going to be returned.");
108 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"In future derivations, muons will also be decorated centrally with DFCommonJetDr, for your benefit.");
109 Warning(
"MuonEfficiencyCorrections::dRJetAxisHandler()",
"You can define custom jet decorations via the 'CloseJetDRDecorator' property of the MuonEfficiencyCorrections tool");
◆ set_close_jet_decorator()
void CP::dRJetAxisHandler::set_close_jet_decorator |
( |
const std::string & |
decor_name | ) |
|
|
static |
◆ set_use_2D_sf()
void CP::dRJetAxisHandler::set_use_2D_sf |
( |
const bool |
in | ) |
|
|
static |
◆ ATLAS_THREAD_SAFE [1/2]
std::string s_close_jet_decor CP::dRJetAxisHandler::ATLAS_THREAD_SAFE |
|
staticprivate |
◆ ATLAS_THREAD_SAFE [2/2]
bool s_use_2D_sf CP::dRJetAxisHandler::ATLAS_THREAD_SAFE |
|
staticprivate |
◆ m_acc
◆ m_use_2D_sf
bool CP::dRJetAxisHandler::m_use_2D_sf |
|
private |
The documentation for this class was generated from the following files: