ATLAS Offline Software
PhysicsAnalysis
JetTagging
FlavorTagDiscriminants
FlavorTagDiscriminants
AssociationEnums.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 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
FlavorTagDiscriminants
{
12
enum class
TrackLinkType
{
13
TRACK_PARTICLE
,
14
IPARTICLE
15
};
16
TrackLinkType
trackLinkTypeFromString
(
const
std::string&);
17
}
18
19
#endif
FlavorTagDiscriminants
This file contains "getter" functions used for accessing tagger inputs from the EDM.
Definition:
AssociationEnums.h:11
FlavorTagDiscriminants::trackLinkTypeFromString
TrackLinkType trackLinkTypeFromString(const std::string &)
Definition:
AssociationEnums.cxx:15
FlavorTagDiscriminants::TrackLinkType
TrackLinkType
Definition:
AssociationEnums.h:12
FlavorTagDiscriminants::TrackLinkType::IPARTICLE
@ IPARTICLE
FlavorTagDiscriminants::TrackLinkType::TRACK_PARTICLE
@ TRACK_PARTICLE
Generated on Thu Nov 7 2024 21:10:16 for ATLAS Offline Software by
1.8.18