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
19namespace CP
20{
23 {
25 public:
27 virtual StatusCode initialize () override;
28 virtual StatusCode execute () override;
29
31 private:
32 ToolHandle<IBTaggingEfficiencyJsonTool> m_efficiencyTool {this, "efficiencyTool", "BTaggingEfficiencyJsonTool", "the calibration tool we apply"};
34 private:
36
38 private:
40 this, "jets", "Jets", "the jet collection to run on"};
41
43 private:
45 this, "preselection", "", "the preselection to apply"};
46
48 private:
50 this, "scaleFactorDecoration", "", "the decoration for the Xbb SF"};
51 };
52}
53#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.