#include "FlavorTagInference/GNNOptions.h"
#include <unordered_map>
#include <iostream>
Go to the source code of this file.
◆ main()
| int main |
( |
int | , |
|
|
char * | [] ) |
Definition at line 7 of file testHash.cxx.
7 {
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.