ATLAS Offline Software
Loading...
Searching...
No Matches
XbbEfficiencyAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef F_TAG_ANALYSIS_ALGORITHMS__Xbb_EFFICIENCY_ALG_H
8#define F_TAG_ANALYSIS_ALGORITHMS__Xbb_EFFICIENCY_ALG_H
9
18#include <memory>
19
20namespace CP
21{
24 {
26 public:
28 virtual StatusCode initialize () override;
29 virtual StatusCode execute () override;
30
32 private:
33 ToolHandle<IBTaggingEfficiencyJsonTool> m_efficiencyTool {this, "efficiencyTool", "BTaggingEfficiencyJsonTool", "the calibration tool we apply"};
35 private:
37
39 private:
41 this, "jets", "Jets", "the jet collection to run on"};
42
44 private:
46 this, "preselection", "", "the preselection to apply"};
47
49 private:
51 this, "scaleFactorDecoration", "", "the decoration for the Xbb SF"};
52 };
53}
54#endif
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.