ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace ftag::defaults {
11 const std::string tagger = "GN2v01";
12 const std::string jet_collection = "AntiKt4EMPFlowJets";
13 // Note: this is the run 3 CDI, run 2 is /xAODBTaggingEfficiency/13TeV/MC20_2025-06-16_GN2v01_v2.root
14 const std::string cdi_path = "xAODBTaggingEfficiency/13p6TeV/MC23_2025-06-17_GN2v01_v4.root";
15 const std::string strategy = "SFEigen";
16 const std::string pcbt_op = "Continuous";
17}
18
19#endif
20
const std::string jet_collection
const std::string pcbt_op
const std::string strategy
const std::string tagger
const std::string cdi_path