ATLAS Offline Software
HbbTagConfig.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef HBB_TAG_CONFIG_H
6 #define HBB_TAG_CONFIG_H
7 
8 #include <filesystem>
9 
10 namespace FlavorTagDiscriminants {
11 
12  struct HbbTagConfig
13  {
15  HbbTagConfig() = default;
17  std::string subjet_link_name;
18  double min_subjet_pt = 7e3;
19  };
20 }
21 
22 #endif
FlavorTagDiscriminants::HbbTagConfig::min_subjet_pt
double min_subjet_pt
Definition: HbbTagConfig.h:18
FlavorTagDiscriminants::HbbTagConfig::HbbTagConfig
HbbTagConfig()=default
athena.path
path
python interpreter configuration --------------------------------------—
Definition: athena.py:126
FlavorTagDiscriminants
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition: AssociationEnums.h:11
FlavorTagDiscriminants::HbbTagConfig::subjet_link_name
std::string subjet_link_name
Definition: HbbTagConfig.h:17
CheckAppliedSFs.e3
e3
Definition: CheckAppliedSFs.py:264
FlavorTagDiscriminants::HbbTagConfig::input_file_path
std::filesystem::path input_file_path
Definition: HbbTagConfig.h:16
FlavorTagDiscriminants::HbbTagConfig
Definition: HbbTagConfig.h:13