ATLAS Offline Software
HbbTagConfig.cxx
Go to the documentation of this file.
2 #include <filesystem>
3 
4 namespace FlavorTagDiscriminants {
6  input_file_path(path)
7  {
8  namespace fs = std::filesystem;
9  fs::path parent_dir_name = path.parent_path().stem();
10  if (parent_dir_name.empty()) throw std::runtime_error(
11  "can't figure out subjet link name from " + path.string());
12  subjet_link_name = parent_dir_name.string();
13  }
14 }
FlavorTagDiscriminants::HbbTagConfig::HbbTagConfig
HbbTagConfig()=default
athena.path
path
python interpreter configuration --------------------------------------—
Definition: athena.py:126
HbbTagConfig.h
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
Herwig7_QED_EvtGen_ll.fs
dictionary fs
Definition: Herwig7_QED_EvtGen_ll.py:17