ATLAS Offline Software
Functions
testHash.cxx File Reference
#include "FlavorTagDiscriminants/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 FlavorTagDiscriminants;
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 }
FlavorTagDiscriminants
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition: AssociationEnums.h:11
FlavorTagDiscriminants::GNNOptions
Definition: GNNOptions.h:16
python.PyAthena.v
v
Definition: PyAthena.py:157
athena.opts
opts
Definition: athena.py:86
fitman.k
k
Definition: fitman.py:528