ATLAS Offline Software
|
#include "InDetGNNHardScatterSelection/ConstituentsLoader.h"
#include "FlavorTagDiscriminants/OnnxUtil.h"
#include "xAODTracking/Vertex.h"
#include "lwtnn/lightweight_network_config.hh"
#include <string>
#include <vector>
#include <functional>
#include <exception>
#include <type_traits>
#include <regex>
Go to the source code of this file.
Namespaces | |
InDetGNNHardScatterSelection | |
InDetGNNHardScatterSelection::internal | |
InDetGNNHardScatterSelection::internal::get | |
InDetGNNHardScatterSelection::dataprep | |
Typedefs | |
typedef std::pair< std::string, double > | InDetGNNHardScatterSelection::internal::NamedVar |
typedef xAOD::Vertex | InDetGNNHardScatterSelection::internal::Vertex |
typedef std::function< NamedVar(const Vertex &)> | InDetGNNHardScatterSelection::internal::VarFromVertex |
typedef SG::AuxElement::Decorator< float > | InDetGNNHardScatterSelection::internal::OutputSetterFloat |
typedef std::vector< std::pair< std::string, OutputSetterFloat > > | InDetGNNHardScatterSelection::internal::OutNodeFloat |
typedef std::vector< std::pair< std::regex, std::string > > | InDetGNNHardScatterSelection::dataprep::StringRegexes |
Functions | |
VarFromVertex | InDetGNNHardScatterSelection::internal::get::varFromVertex (const std::string &name, EDMType, const std::string &defaultflag) |
std::tuple< std::vector< HSGNNInputConfig >, std::vector< ConstituentsInputConfig > > | InDetGNNHardScatterSelection::dataprep::createGetterConfig (lwt::GraphConfig &graph_config) |
std::vector< internal::VarFromVertex > | InDetGNNHardScatterSelection::dataprep::createVertexVarGetters (const std::vector< HSGNNInputConfig > &inputs) |