7#ifndef F_TAG_ANALYSIS_ALGORITHMS__Xbb_EFFICIENCY_ALG_H
8#define F_TAG_ANALYSIS_ALGORITHMS__Xbb_EFFICIENCY_ALG_H
29 virtual StatusCode
execute ()
override;
33 ToolHandle<IBTaggingEfficiencyJsonTool>
m_efficiencyTool {
this,
"efficiencyTool",
"BTaggingEfficiencyJsonTool",
"the calibration tool we apply"};
41 this,
"jets",
"Jets",
"the jet collection to run on"};
46 this,
"preselection",
"",
"the preselection to apply"};
51 this,
"scaleFactorDecoration",
"",
"the decoration for the Xbb SF"};
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
a data handle for reading systematics varied input data
an algorithm for calling IBTaggingEfficiencyJsonTool
ToolHandle< IBTaggingEfficiencyJsonTool > m_efficiencyTool
the efficiency json tool
virtual StatusCode initialize() override
virtual StatusCode execute() override
SysListHandle m_systematicsList
the systematics list we run
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysWriteDecorHandle< float > m_scaleFactorDecoration
the decoration for the Xbb SF
SysReadHandle< xAOD::JetContainer > m_jetHandle
the jet collection we run on
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.