ATLAS Offline Software
Loading...
Searching...
No Matches
testHash.cxx File Reference
#include "FlavorTagInference/GNNOptions.h"
#include <unordered_map>
#include <iostream>
Include dependency graph for testHash.cxx:

Go to the source code of this file.

Functions

int main (int, char *[])

Function Documentation

◆ main()

int main ( int ,
char * [] )

Definition at line 7 of file testHash.cxx.

7 {
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}
This file contains "getter" functions used for accessing tagger inputs from the EDM.