![]() |
ATLAS Offline Software
|
#include "FlavorTagInference/GNNOptions.h"
#include "FlavorTagInference/DataPrepUtilities.h"
#include "FlavorTagInference/TracksLoader.h"
#include "FlavorTagInference/FlowElementsLoader.h"
#include "FlavorTagInference/HitsLoader.h"
#include "FlavorTagInference/ElectronsLoader.h"
Go to the source code of this file.
Classes | |
struct | FlavorTagInference::SaltModelData |
class | FlavorTagInference::GNNDataLoader |
Namespaces | |
FlavorTagInference | |
This file contains "getter" functions used for accessing tagger inputs from the EDM. | |
Typedefs | |
using | FlavorTagInference::Inputs = std::pair< std::vector< float >, std::vector< int64_t > > |
using | FlavorTagInference::SaltModelInputs = std::map< std::string, Inputs > |