ATLAS Offline Software
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 
12  enum class TrackLinkType {
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