ATLAS Offline Software
testHash.cxx
Go to the documentation of this file.
2 
3 #include <unordered_map>
4 
5 #include <iostream>
6 
7 int main(int, char*[]) {
8  using namespace FlavorTagInference;
10  std::unordered_map<GNNOptions, std::string> optsMap;
11  optsMap[opts] = "zooz";
12  for (const auto& [k, v]: optsMap) {
13  std::cout << k.default_output_value << " " << v << std::endl;
14  }
15  return 0;
16 }
FlavorTagInference
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition: PhysicsAnalysis/JetTagging/FlavorTagInference/FlavorTagInference/ConstituentsLoader.h:27
main
int main(int, char *[])
Definition: testHash.cxx:7
GNNOptions.h
FlavorTagInference::GNNOptions
Definition: GNNOptions.h:15
python.PyAthena.v
v
Definition: PyAthena.py:154
athena.opts
opts
Definition: athena.py:88
fitman.k
k
Definition: fitman.py:528