ATLAS Offline Software
BoostedXbbTagTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef jetsubstructuremomenttools_boostedxbbtagtool_header
6 #define jetsubstructuremomenttools_boostedxbbtagtool_header
7 
9 
13 
14  public:
15  // Constructor and destructor
16  BoostedXbbTagTool(const std::string& name);
17 
18  int modifyJet(xAOD::Jet &jet) const;
19 
20  private:
21  std::string m_working_point,
27  std::string m_decor_prefix;
28  bool m_debug,
30 };
31 
32 
33 #endif
BoostedXbbTagTool::m_working_point
std::string m_working_point
Definition: BoostedXbbTagTool.h:21
BoostedXbbTagTool::m_verbose
bool m_verbose
Definition: BoostedXbbTagTool.h:29
BoostedXbbTagTool::m_boson_type
std::string m_boson_type
Definition: BoostedXbbTagTool.h:23
BoostedXbbTagTool::m_num_bTags
int m_num_bTags
Definition: BoostedXbbTagTool.h:26
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
BoostedXbbTagTool::m_algorithm_name
std::string m_algorithm_name
Definition: BoostedXbbTagTool.h:24
JetSubStructureMomentToolsBase.h
BoostedXbbTagTool::m_muon_container_name
std::string m_muon_container_name
Definition: BoostedXbbTagTool.h:25
BoostedXbbTagTool::m_decor_prefix
std::string m_decor_prefix
Definition: BoostedXbbTagTool.h:27
BoostedXbbTagTool::m_recommendations_file
std::string m_recommendations_file
Definition: BoostedXbbTagTool.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
BoostedXbbTagTool::BoostedXbbTagTool
BoostedXbbTagTool(const std::string &name)
Definition: BoostedXbbTagTool.cxx:12
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
BoostedXbbTagTool::modifyJet
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition: BoostedXbbTagTool.cxx:30
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
BoostedXbbTagTool::m_debug
bool m_debug
Definition: BoostedXbbTagTool.h:28
JetSubStructureMomentToolsBase
Definition: JetSubStructureMomentToolsBase.h:18
BoostedXbbTagTool
Definition: BoostedXbbTagTool.h:11
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition: IJetModifier.h:20