ATLAS Offline Software
Loading...
Searching...
No Matches
testHash.cxx
Go to the documentation of this file.
2
3#include <unordered_map>
4
5#include <iostream>
6
7int main(int, char*[]) {
8 using namespace FlavorTagInference;
9 GNNOptions opts;
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}
int main()
Definition hello.cxx:18
This file contains "getter" functions used for accessing tagger inputs from the EDM.