ATLAS Offline Software
PhysicsAnalysis
JetTagging
FlavorTagDiscriminants
src
testHash.cxx
Go to the documentation of this file.
1
#include "
FlavorTagDiscriminants/GNNOptions.h
"
2
3
#include <unordered_map>
4
5
#include <iostream>
6
7
int
main
(
int
,
char
*[]) {
8
using namespace
FlavorTagDiscriminants
;
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
}
FlavorTagDiscriminants
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition:
AssociationEnums.h:11
FlavorTagDiscriminants::GNNOptions
Definition:
GNNOptions.h:16
main
int main(int, char *[])
Definition:
testHash.cxx:7
GNNOptions.h
python.PyAthena.v
v
Definition:
PyAthena.py:154
athena.opts
opts
Definition:
athena.py:88
fitman.k
k
Definition:
fitman.py:528
Generated on Wed Jan 8 2025 21:18:11 for ATLAS Offline Software by
1.8.18