ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
FlavorTagDiscriminants
src
testHash.cxx
Go to the documentation of this file.
1
#include "
FlavorTagInference/GNNOptions.h
"
2
3
#include <unordered_map>
4
5
#include <iostream>
6
7
int
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
}
GNNOptions.h
main
int main()
Definition
hello.cxx:18
FlavorTagInference
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition
PhysicsAnalysis/JetTagging/FlavorTagInference/FlavorTagInference/ConstituentsLoader.h:27
FlavorTagInference::GNNOptions
Definition
GNNOptions.h:15
Generated on
for ATLAS Offline Software by
1.14.0