ATLAS Offline Software
Loading...
Searching...
No Matches
GNNDataLoader.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FLAVORTAGINFERENCE_GNNDATALOADER_H
6#define FLAVORTAGINFERENCE_GNNDATALOADER_H
7
13
14namespace FlavorTagInference {
15
17 public:
18 GNNDataLoader(ISaltModelPtr salt_model, const GNNOptions& opts);
21 private:
23 std::string getVecInputName(const SaltModelVersion salt_model_version, const ConstituentsInputConfig& constituents_config) const;
24 };
25} // namespace FlavorTagInference
26
27#endif
std::string getVecInputName(const SaltModelVersion salt_model_version, const ConstituentsInputConfig &constituents_config) const
GNNDataLoader(ISaltModelPtr salt_model, const GNNOptions &opts)
FTagDataDependencyNames data_dependency_names
This file contains "getter" functions used for accessing tagger inputs from the EDM.
std::shared_ptr< const ISaltModel > ISaltModelPtr
Definition ISaltModel.h:54