ATLAS Offline Software
ToolDefaults.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef FTAG_TOOL_DEFAULTS_H
6 #define FTAG_TOOL_DEFAULTS_H
7 
8 #include <string>
9 
10 namespace ftag::defaults {
11  const std::string tagger = "GN2v01";
12  const std::string jet_collection = "AntiKt4EMPFlowJets";
13  const std::string cdi_path = "xAODBTaggingEfficiency/13p6TeV/MC23_2024-10-17_GN2v01_v1.root";
14  const std::string strategy = "SFEigen";
15  const std::string pcbt_op = "Continuous";
16 }
17 
18 #endif
19 
ftag::defaults::strategy
const std::string strategy
Definition: ToolDefaults.h:14
ftag::defaults
Definition: ToolDefaults.h:10
ftag::defaults::tagger
const std::string tagger
Definition: ToolDefaults.h:11
ftag::defaults::jet_collection
const std::string jet_collection
Definition: ToolDefaults.h:12
ftag::defaults::cdi_path
const std::string cdi_path
Definition: ToolDefaults.h:13
ftag::defaults::pcbt_op
const std::string pcbt_op
Definition: ToolDefaults.h:15