ATLAS Offline Software
PhysicsAnalysis
JetTagging
FlavorTagInference
FlavorTagInference
AssociationEnums.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef ASSOCIATION_ENUMS_HH
7
#define ASSOCIATION_ENUMS_HH
8
9
#include <string>
10
11
namespace
FlavorTagInference
{
12
enum class
TrackLinkType
{
13
TRACK_PARTICLE
,
14
IPARTICLE
15
};
16
TrackLinkType
trackLinkTypeFromString
(
const
std::string&);
17
}
18
19
#endif
FlavorTagInference
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition:
AssociationEnums.h:11
FlavorTagInference::TrackLinkType::TRACK_PARTICLE
@ TRACK_PARTICLE
FlavorTagInference::TrackLinkType
TrackLinkType
Definition:
AssociationEnums.h:12
FlavorTagInference::trackLinkTypeFromString
TrackLinkType trackLinkTypeFromString(const std::string &)
Definition:
AssociationEnums.cxx:15
FlavorTagInference::TrackLinkType::IPARTICLE
@ IPARTICLE
Generated on Tue Apr 22 2025 21:07:21 for ATLAS Offline Software by
1.8.18