ATLAS Offline Software
Namespaces | Classes | Typedefs | Enumerations | Functions
FlavorTagDiscriminants Namespace Reference

This file contains "getter" functions used for accessing tagger inputs from the EDM. More...

Namespaces

 dataprep
 
 defaults
 
 detail
 
 getter_utils
 
 hbb_key
 
 internal
 
 str
 
 TruthDecoratorHelpers
 

Classes

class  BacklinkAlg
 
class  BTagAugmenterTool
 
class  BTagConditionalDecoratorAlg
 
class  BTagDecoratorAlg
 
class  BTaggingBuilderAlg
 
class  BTagMuonAugmenter
 
class  BTagMuonAugmenterTool
 
class  BTagTrackLinkCopyAlg
 
class  CAccDec
 
struct  ConstituentsInputConfig
 
class  CountIParticleAlg
 
class  CountTrackParticleAlg
 
class  DecoratorAlg
 
class  DL2
 
class  DL2HighLevel
 
struct  DL2Properties
 
class  DL2Tool
 
class  FoldDecoratorAlg
 
struct  FTagDataDependencyNames
 
struct  FTagInputConfig
 
struct  FTagOptions
 
class  GNN
 
class  GNNAuxTaskDecoratorAlg
 
struct  GNNOptions
 
class  GNNTool
 
struct  GNNToolProperties
 
struct  HbbGraphConfig
 
class  HbbTag
 
struct  HbbTagConfig
 
struct  HbbTagProperties
 
class  HbbTagTool
 
class  IConstituentsLoader
 
class  INNSharingSvc
 
struct  InputVariableConfig
 
class  IParticlesLoader
 
class  JetTagConditionalDecoratorAlg
 
class  JetTagDecoratorAlg
 
class  LinkCounterAlg
 
class  MultifoldGNN
 
class  MultifoldGNNTool
 
class  NNSharingSvc
 
class  OnnxOutput
 
class  PoorMansIpAugmenterAlg
 
class  SoftElectronDecoratorAlg
 
class  SoftElectronTruthDecoratorAlg
 
class  TrackClassifier
 
class  TrackLeptonDecoratorAlg
 
class  TracksLoader
 
class  TrackTruthDecoratorAlg
 
class  TruthParticleDecoratorAlg
 
class  VRJetOverlapDecoratorTool
 

Typedefs

typedef SG::AuxElement AE
 
using Inputs = std::pair< std::vector< float >, std::vector< int64_t > >
 
using Tracks = std::vector< const xAOD::TrackParticle * >
 

Enumerations

enum  TrackLinkType { TrackLinkType::TRACK_PARTICLE, TrackLinkType::IPARTICLE }
 
enum  ConstituentsEDMType {
  ConstituentsEDMType::CHAR, ConstituentsEDMType::UCHAR, ConstituentsEDMType::INT, ConstituentsEDMType::FLOAT,
  ConstituentsEDMType::DOUBLE, ConstituentsEDMType::CUSTOM_GETTER
}
 
enum  ConstituentsSortOrder { ConstituentsSortOrder::ABS_D0_SIGNIFICANCE_DESCENDING, ConstituentsSortOrder::D0_SIGNIFICANCE_DESCENDING, ConstituentsSortOrder::PT_DESCENDING, ConstituentsSortOrder::ABS_D0_DESCENDING }
 
enum  ConstituentsSelection {
  ConstituentsSelection::ALL, ConstituentsSelection::IP3D_2018, ConstituentsSelection::DIPS_TIGHT_UPGRADE, ConstituentsSelection::DIPS_LOOSE_UPGRADE,
  ConstituentsSelection::DIPS_LOOSE_202102, ConstituentsSelection::LOOSE_202102_NOIP, ConstituentsSelection::R22_DEFAULT, ConstituentsSelection::R22_LOOSE
}
 
enum  ConstituentsType { ConstituentsType::IPARTICLE, ConstituentsType::TRACK }
 
enum  EDMType {
  EDMType::CHAR, EDMType::UCHAR, EDMType::INT, EDMType::FLOAT,
  EDMType::DOUBLE, EDMType::CUSTOM_GETTER
}
 
enum  FlipTagConfig { FlipTagConfig::STANDARD, FlipTagConfig::NEGATIVE_IP_ONLY, FlipTagConfig::FLIP_SIGN, FlipTagConfig::SIMPLE_FLIP }
 
enum  OnnxModelVersion { OnnxModelVersion::UNKNOWN, OnnxModelVersion::V0, OnnxModelVersion::V1, OnnxModelVersion::V2 }
 

Functions

TrackLinkType trackLinkTypeFromString (const std::string &)
 
ConstituentsInputConfig createConstituentsLoaderConfig (const std::string &name, const std::vector< std::string > &input_variables, FlipTagConfig flip_config)
 
FlipTagConfig flipTagConfigFromString (const std::string &)
 
void propify (asg::AsgTool &tool, GNNToolProperties *props)
 
GNNOptions getOptions (const GNNToolProperties &)
 
HbbGraphConfig getHbbGraphConfig (const lwt::GraphConfig &cfg)
 
ConstituentsInputConfig createIParticlesLoaderConfig (std::pair< std::string, std::vector< std::string >> iparticle_names)
 
 NLOHMANN_JSON_SERIALIZE_ENUM (OnnxModelVersion, { { OnnxModelVersion::UNKNOWN, "" }, { OnnxModelVersion::V0, "v0" }, { OnnxModelVersion::V1, "v1" }, { OnnxModelVersion::V2, "v2" }, }) class OnnxUtil final
 
ConstituentsInputConfig createTracksLoaderConfig (std::pair< std::string, std::vector< std::string >> trk_names, FlipTagConfig flip_config)
 
Tracks negativeIpOnly (BTagTrackIpAccessor &aug, const Tracks &tracks, const xAOD::Jet &j)
 
template<typename T >
std::size_t getHash (const T &obj)
 
size_t combine (size_t lhs, size_t rhs)
 

Detailed Description

This file contains "getter" functions used for accessing tagger inputs from the EDM.

In the most basic case, inputs can be directly retrieved from the EDM using accessors. In other cases, inputs require custom code called "custom getters" to produce the desired values.

Inputs to tagging algorithms are configured when the algorithm is initialised which means that the list of track and jet features that are used as inputs is not known at compile time. Instead we build an array of "getter" functions, each of which returns one feature for the tagger.

NOTE: This file is for experts only, don't expect support.

Typedef Documentation

◆ AE

Definition at line 36 of file BTagMuonAugmenter.h.

◆ Inputs

using FlavorTagDiscriminants::Inputs = typedef std::pair<std::vector<float>, std::vector<int64_t> >

◆ Tracks

Definition at line 36 of file TracksLoader.h.

Enumeration Type Documentation

◆ ConstituentsEDMType

Enumerator
CHAR 
UCHAR 
INT 
FLOAT 
DOUBLE 
CUSTOM_GETTER 

Definition at line 31 of file ConstituentsLoader.h.

◆ ConstituentsSelection

Enumerator
ALL 
IP3D_2018 
DIPS_TIGHT_UPGRADE 
DIPS_LOOSE_UPGRADE 
DIPS_LOOSE_202102 
LOOSE_202102_NOIP 
R22_DEFAULT 
R22_LOOSE 

Definition at line 38 of file ConstituentsLoader.h.

38  {
39  ALL,
40  IP3D_2018,
46  R22_LOOSE
47  };

◆ ConstituentsSortOrder

Enumerator
ABS_D0_SIGNIFICANCE_DESCENDING 
D0_SIGNIFICANCE_DESCENDING 
PT_DESCENDING 
ABS_D0_DESCENDING 

Definition at line 32 of file ConstituentsLoader.h.

◆ ConstituentsType

Enumerator
IPARTICLE 
TRACK 

Definition at line 48 of file ConstituentsLoader.h.

48  {
49  IPARTICLE,
50  TRACK
51  };

◆ EDMType

Enumerator
CHAR 
UCHAR 
INT 
FLOAT 
DOUBLE 
CUSTOM_GETTER 

Definition at line 33 of file DataPrepUtilities.h.

◆ FlipTagConfig

Enumerator
STANDARD 
NEGATIVE_IP_ONLY 
FLIP_SIGN 
SIMPLE_FLIP 

Definition at line 14 of file FlipTagEnums.h.

14  {
15  STANDARD, // use all tracks
16  NEGATIVE_IP_ONLY, // use only negative IP, flip sign
17  FLIP_SIGN, // just flip the sign of IP3D_signed_d0_significance, IP3D_signed_z0_significance, use all tracks
18  SIMPLE_FLIP, // flip the sign of d0, z0SinTheta, IP3D_signed_d0_significance, IP3D_signed_z0_significance, use all tracks
19  };

◆ OnnxModelVersion

Enumerator
UNKNOWN 
V0 
V1 
V2 

Definition at line 30 of file FlavorTagDiscriminants/FlavorTagDiscriminants/OnnxUtil.h.

30 {UNKNOWN, V0, V1, V2};

◆ TrackLinkType

Enumerator
TRACK_PARTICLE 
IPARTICLE 

Definition at line 12 of file AssociationEnums.h.

12  {
14  IPARTICLE
15  };

Function Documentation

◆ combine()

size_t FlavorTagDiscriminants::combine ( size_t  lhs,
size_t  rhs 
)
inline

Definition at line 21 of file hash.h.

21  {
22  lhs ^= rhs + 0x517cc1b727220a95 + (lhs << 6) + (lhs >> 2);
23  return lhs;
24  }

◆ createConstituentsLoaderConfig()

ConstituentsInputConfig FlavorTagDiscriminants::createConstituentsLoaderConfig ( const std::string &  name,
const std::vector< std::string > &  input_variables,
FlipTagConfig  flip_config 
)

Definition at line 84 of file ConstituentsLoader.cxx.

88  {
90 
91  TypeRegexes iparticle_type_regexes {
92  // iparticle variables
93  // ConstituentsEDMType picked correspond to the first matching regex
94  {"(pt|deta|dphi|energy)"_r, ConstituentsEDMType::CUSTOM_GETTER}
95  };
96  TypeRegexes trk_type_regexes {
97  // Some innermost / next-to-innermost hit variables had a different
98  // definition in 21p9, recomputed here with customGetter to reuse
99  // existing training
100  // ConstituentsEDMType picked correspond to the first matching regex
101  {"numberOf.*21p9"_r, ConstituentsEDMType::CUSTOM_GETTER},
102  {"numberOf.*"_r, ConstituentsEDMType::UCHAR},
103  {"btagIp_(d0|z0SinTheta)Uncertainty"_r, ConstituentsEDMType::FLOAT},
104  {"(numberDoF|chiSquared|qOverP|theta)"_r, ConstituentsEDMType::FLOAT},
105  {"(^.*[_])?(d|z)0.*"_r, ConstituentsEDMType::CUSTOM_GETTER},
106  {"(log_)?(ptfrac|dr|pt).*"_r, ConstituentsEDMType::CUSTOM_GETTER},
107  {"(deta|dphi)"_r, ConstituentsEDMType::CUSTOM_GETTER},
108  {"phi|theta|qOverP"_r, ConstituentsEDMType::FLOAT},
109  {"(phi|theta|qOverP)Uncertainty"_r, ConstituentsEDMType::CUSTOM_GETTER},
110  {"leptonID"_r, ConstituentsEDMType::CHAR}
111  };
112  // We have a number of special naming conventions to sort and
113  // filter tracks. The track nodes should be named according to
114  //
115  // tracks_<selection>_<sort-order>
116  //
117  SortRegexes trk_sort_regexes {
118  {".*absSd0sort"_r, ConstituentsSortOrder::ABS_D0_SIGNIFICANCE_DESCENDING},
119  {".*sd0sort"_r, ConstituentsSortOrder::D0_SIGNIFICANCE_DESCENDING},
120  {".*ptsort"_r, ConstituentsSortOrder::PT_DESCENDING},
121  {".*absD0DescendingSort"_r, ConstituentsSortOrder::ABS_D0_DESCENDING},
122  };
123  SelRegexes trk_select_regexes {
124  {".*_ip3d_.*"_r, ConstituentsSelection::IP3D_2018},
125  {".*_dipsTightUpgrade_.*"_r, ConstituentsSelection::DIPS_TIGHT_UPGRADE},
126  {".*_dipsLooseUpgrade_.*"_r, ConstituentsSelection::DIPS_LOOSE_UPGRADE},
127  {".*_all_.*"_r, ConstituentsSelection::ALL},
128  {".*_dipsLoose202102_.*"_r, ConstituentsSelection::DIPS_LOOSE_202102},
129  {".*_loose202102NoIpCuts_.*"_r, ConstituentsSelection::LOOSE_202102_NOIP},
130  {".*_r22default_.*"_r, ConstituentsSelection::R22_DEFAULT},
131  {".*_r22loose_.*"_r, ConstituentsSelection::R22_LOOSE},
132  };
133 
134  if (name.find("tracks") != std::string::npos){
135  std::regex flip_sequences;
136  if (flip_config == FlipTagConfig::FLIP_SIGN || flip_config == FlipTagConfig::NEGATIVE_IP_ONLY){
137  flip_sequences=std::regex(".*signed_[dz]0.*");
138  }
139  if (flip_config == FlipTagConfig::SIMPLE_FLIP){
140  flip_sequences=std::regex("(.*signed_[dz]0.*)|d0|z0SinTheta");
141  }
142  config = get_track_input_config(
143  name, input_variables,
144  trk_type_regexes, trk_sort_regexes, trk_select_regexes,
145  flip_sequences, flip_config);
147  config.output_name = "tracks";
148  }
149  else if (name.find("flows") != std::string::npos){
150  config = get_iparticle_input_config(
151  name, input_variables,
152  iparticle_type_regexes);
153  config.type = ConstituentsType::IPARTICLE;
154  config.output_name = "flows";
155  }
156  else{
157  throw std::runtime_error(
158  "Unknown constituent type: " + name + ". Only tracks and flows are supported."
159  );
160  }
161  return config;
162  }

◆ createIParticlesLoaderConfig()

ConstituentsInputConfig FlavorTagDiscriminants::createIParticlesLoaderConfig ( std::pair< std::string, std::vector< std::string >>  iparticle_names)

◆ createTracksLoaderConfig()

ConstituentsInputConfig FlavorTagDiscriminants::createTracksLoaderConfig ( std::pair< std::string, std::vector< std::string >>  trk_names,
FlipTagConfig  flip_config 
)

◆ flipTagConfigFromString()

FlipTagConfig FlavorTagDiscriminants::flipTagConfigFromString ( const std::string &  name)

Definition at line 15 of file FlipTagEnums.cxx.

15  {
16  RETURN_CONFIG(STANDARD);
17  RETURN_CONFIG(NEGATIVE_IP_ONLY);
18  RETURN_CONFIG(FLIP_SIGN);
19  RETURN_CONFIG(SIMPLE_FLIP);
20  throw std::logic_error("b-tagging flip config '" + name + "' unknown");
21  }

◆ getHash()

template<typename T >
std::size_t FlavorTagDiscriminants::getHash ( const T &  obj)

Definition at line 13 of file hash.h.

13  {
14  return std::hash<T>{}(obj);
15  }

◆ getHbbGraphConfig()

HbbGraphConfig FlavorTagDiscriminants::getHbbGraphConfig ( const lwt::GraphConfig &  cfg)

Definition at line 29 of file HbbGraphConfig.cxx.

29  {
30  namespace hk = FlavorTagDiscriminants::hbb_key;
31  HbbGraphConfig k;
32  k.n_subjets = 0;
33  std::regex subjet_match(hk::subjet + "[0-9]+");
34  std::string first_match;
35  for (const auto& node: graph_cfg.inputs) {
36  for (const auto& var: node.variables) {
37  const std::string& name = var.name;
38  k.defaults[node.name][name] = node.defaults.at(name);
39  }
40  if (node.name == hk::fatjet) {
41  for (const auto& var: node.variables) {
42  k.fatjet.insert(var.name);
43  }
44  } else if (std::regex_match(node.name, subjet_match)) {
45  std::set<std::string> subjet_set;
46  for (const auto& var: node.variables) {
47  subjet_set.insert(var.name);
48  }
49  if (k.n_subjets == 0) {
50  k.subjet = subjet_set;
51  first_match = node.name;
52  } else if (k.subjet != subjet_set) {
53  std::string error = "mismatch in subjet keys: we expect the same"
54  " variables to be read from each subjet. ";
55  error.append("first subjet (" + first_match + ") "
56  + formatSet(k.subjet) + ", match "
57  + std::to_string(k.n_subjets)
58  + ", (" + node.name + ") " + formatSet(subjet_set));
59  throw std::runtime_error(error);
60  }
61  k.n_subjets++;
62  } else {
63  throw std::runtime_error("no way to match '" + node.name + "'");
64  }
65  }
66  return k;
67  }

◆ getOptions()

GNNOptions FlavorTagDiscriminants::getOptions ( const GNNToolProperties props)

Definition at line 22 of file GNNToolifiers.cxx.

22  {
23  GNNOptions opts;
24  if (props.flipTagConfig.size() > 0) {
25  opts.flip_config = flipTagConfigFromString(props.flipTagConfig);
26  }
27  opts.variable_remapping = props.variableRemapping;
28  if (props.trackLinkType.size() > 0) {
29  opts.track_link_type = trackLinkTypeFromString(props.trackLinkType);
30  }
31  opts.default_output_value = props.default_output_value;
32  return opts;
33  }

◆ negativeIpOnly()

Tracks FlavorTagDiscriminants::negativeIpOnly ( BTagTrackIpAccessor aug,
const Tracks tracks,
const xAOD::Jet j 
)

Definition at line 214 of file TracksLoader.cxx.

215  {
216  Tracks filtered;
217  // we want to reverse the order of the tracks as part of the
218  // flipping
219  for (auto ti = tracks.crbegin(); ti != tracks.crend(); ti++) {
220  const xAOD::TrackParticle* tp = *ti;
221  double sip = aug.getSignedIp(*tp, j).ip3d_signed_d0_significance;
222  if (sip < 0) filtered.push_back(tp);
223  }
224  return filtered;
225  }

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

FlavorTagDiscriminants::NLOHMANN_JSON_SERIALIZE_ENUM ( OnnxModelVersion  ,
{ { OnnxModelVersion::UNKNOWN, "" }, { OnnxModelVersion::V0, "v0" }, { OnnxModelVersion::V1, "v1" }, { OnnxModelVersion::V2, "v2" }, }   
)
final

Definition at line 32 of file FlavorTagDiscriminants/FlavorTagDiscriminants/OnnxUtil.h.

32  {
34  { OnnxModelVersion::V0, "v0" },
35  { OnnxModelVersion::V1, "v1" },
36  { OnnxModelVersion::V2, "v2" },
37  })
38 
39  //
40  // Utility class that loads the onnx model from the given path
41  // and runs inference based on the user given inputs
42 
43  class OnnxUtil final{
44 
45  public:
46  using OutputConfig = std::vector<OnnxOutput>;
47 
48  OnnxUtil(const std::string& path_to_onnx);
49 
50  void initialize();
51 
52  struct InferenceOutput {
53  std::map<std::string, float> singleFloat;
54  std::map<std::string, std::vector<char>> vecChar;
55  std::map<std::string, std::vector<float>> vecFloat;
56  };
57 
58  InferenceOutput runInference(std::map<std::string, Inputs>& gnn_inputs) const;
59 
60  const lwt::GraphConfig getLwtConfig() const;
61  const nlohmann::json& getMetadata() const;
62  const OutputConfig& getOutputConfig() const;
63  OnnxModelVersion getOnnxModelVersion() const;
64  const std::string& getModelName() const;
65 
66  private:
67  const nlohmann::json loadMetadata(const std::string& key) const;
68  const std::string determineModelName() const;
69 
70  nlohmann::json m_metadata;
71  std::string m_path_to_onnx;
72 
73  std::unique_ptr< Ort::Session > m_session;
74  std::unique_ptr< Ort::Env > m_env;
75 
76  size_t m_num_inputs;
77  size_t m_num_outputs;
78  std::string m_model_name;
79  std::vector<std::string> m_input_node_names;
80  OutputConfig m_output_nodes;
81 
82  OnnxModelVersion m_onnx_model_version = OnnxModelVersion::UNKNOWN;
83 
84  }; // Class OnnxUtil

◆ propify()

void FlavorTagDiscriminants::propify ( asg::AsgTool tool,
GNNToolProperties props 
)

Definition at line 12 of file GNNToolifiers.cxx.

12  {
13  t.declareProperty("flipTagConfig", props->flipTagConfig,
14  "flip configuration used for calibration");
15  t.declareProperty("variableRemapping", props->variableRemapping,
16  "user-defined mapping to rename the vars stored in the NN");
17  t.declareProperty("trackLinkType", props->trackLinkType,
18  "access tracks as IParticleContainer or as TrackParticleContainer");
19  t.declareProperty("defaultOutputValue", props->default_output_value);
20  }

◆ trackLinkTypeFromString()

TrackLinkType FlavorTagDiscriminants::trackLinkTypeFromString ( const std::string &  name)

Definition at line 15 of file AssociationEnums.cxx.

15  {
16  RETURN_CONFIG(TRACK_PARTICLE);
17  RETURN_CONFIG(IPARTICLE);
18  throw std::logic_error("DL2 association scheme '" + name + "' unknown");
19  }
FlavorTagDiscriminants::FlipTagConfig::SIMPLE_FLIP
@ SIMPLE_FLIP
python.StoreID.UNKNOWN
int UNKNOWN
Definition: StoreID.py:16
beamspotnt.var
var
Definition: bin/beamspotnt.py:1394
FlavorTagDiscriminants::OnnxModelVersion::V2
@ V2
FlavorTagDiscriminants::ConstituentsSelection::IP3D_2018
@ IP3D_2018
FlavorTagDiscriminants::hbb_key::subjet
const std::string subjet
Definition: HbbConstants.h:18
FlavorTagDiscriminants::ConstituentsInputConfig
Definition: ConstituentsLoader.h:59
json
nlohmann::json json
Definition: HistogramDef.cxx:9
H5Utils::Compression::STANDARD
@ STANDARD
initialize
void initialize()
Definition: run_EoverP.cxx:894
FlavorTagDiscriminants::FlipTagConfig::NEGATIVE_IP_ONLY
@ NEGATIVE_IP_ONLY
ParticleTest.tp
tp
Definition: ParticleTest.py:25
ALL
@ ALL
Definition: sTGCenumeration.h:14
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
python.HanMetadata.getMetadata
def getMetadata(f, key)
Definition: HanMetadata.py:12
config
Definition: PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
RETURN_CONFIG
#define RETURN_CONFIG(cfg)
Definition: FlipTagEnums.cxx:12
PrepareReferenceFile.regex
regex
Definition: PrepareReferenceFile.py:43
FlavorTagDiscriminants::ConstituentsSortOrder::ABS_D0_SIGNIFICANCE_DESCENDING
@ ABS_D0_SIGNIFICANCE_DESCENDING
FlavorTagDiscriminants::ConstituentsEDMType::CUSTOM_GETTER
@ CUSTOM_GETTER
FlavorTagDiscriminants::ConstituentsEDMType::DOUBLE
@ DOUBLE
FlavorTagDiscriminants::ConstituentsSelection::DIPS_TIGHT_UPGRADE
@ DIPS_TIGHT_UPGRADE
OnnxUtil
Definition: JetTagPerformanceCalibration/xAODBTaggingEfficiency/xAODBTaggingEfficiency/OnnxUtil.h:14
FlavorTagDiscriminants::internal::Tracks
std::vector< const xAOD::TrackParticle * > Tracks
Definition: DataPrepUtilities.h:65
FlavorTagDiscriminants::trackLinkTypeFromString
TrackLinkType trackLinkTypeFromString(const std::string &)
Definition: AssociationEnums.cxx:15
FlavorTagDiscriminants::FlipTagConfig::FLIP_SIGN
@ FLIP_SIGN
FlavorTagDiscriminants::flipTagConfigFromString
FlipTagConfig flipTagConfigFromString(const std::string &)
Definition: FlipTagEnums.cxx:15
FlavorTagDiscriminants::ConstituentsSortOrder::ABS_D0_DESCENDING
@ ABS_D0_DESCENDING
FlavorTagDiscriminants::ConstituentsSelection::DIPS_LOOSE_UPGRADE
@ DIPS_LOOSE_UPGRADE
FlavorTagDiscriminants::hbb_key
Definition: HbbConstants.h:14
node::name
void name(const std::string &n)
Definition: node.h:38
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
ActsTrk::to_string
std::string to_string(const DetectorType &type)
Definition: GeometryDefs.h:34
FlavorTagDiscriminants::ConstituentsSortOrder::PT_DESCENDING
@ PT_DESCENDING
FlavorTagDiscriminants::OnnxModelVersion
OnnxModelVersion
Definition: FlavorTagDiscriminants/FlavorTagDiscriminants/OnnxUtil.h:30
FlavorTagDiscriminants::ConstituentsSelection::R22_DEFAULT
@ R22_DEFAULT
FlavorTagDiscriminants::ConstituentsEDMType::UCHAR
@ UCHAR
FlavorTagDiscriminants::TrackLinkType::IPARTICLE
@ IPARTICLE
FlavorTagDiscriminants::ConstituentsSelection::R22_LOOSE
@ R22_LOOSE
FlavorTagDiscriminants::hbb_key::fatjet
const std::string fatjet
Definition: HbbConstants.h:19
FlavorTagDiscriminants::ConstituentsEDMType::CHAR
@ CHAR
FlavorTagDiscriminants::ConstituentsSelection::DIPS_LOOSE_202102
@ DIPS_LOOSE_202102
config
std::vector< std::string > config
Definition: fbtTestBasics.cxx:72
FlavorTagDiscriminants::ConstituentsEDMType::FLOAT
@ FLOAT
TRACK
xAOD::TrackParticle TRACK
Definition: D3PDMaker/TileD3PDMaker/src/ITrackTools.h:86
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition: TrackParticle_v1.h:43
athena.opts
opts
Definition: athena.py:86
RETURN_CONFIG
#define RETURN_CONFIG(cfg)
Definition: AssociationEnums.cxx:12
FlavorTagDiscriminants::OnnxModelVersion::V0
@ V0
FlavorTagDiscriminants::ConstituentsEDMType::INT
@ INT
python.PyAthena.obj
obj
Definition: PyAthena.py:135
BTagSignedIP::ip3d_signed_d0_significance
double ip3d_signed_d0_significance
Definition: BTagTrackIpAccessor.h:23
error
Definition: IImpactPoint3dEstimator.h:70
FlavorTagDiscriminants::ConstituentsSelection::LOOSE_202102_NOIP
@ LOOSE_202102_NOIP
FlavorTagDiscriminants::OnnxModelVersion::V1
@ V1
node
Definition: memory_hooks-stdcmalloc.h:74
fitman.k
k
Definition: fitman.py:528
FlavorTagDiscriminants::ConstituentsSortOrder::D0_SIGNIFICANCE_DESCENDING
@ D0_SIGNIFICANCE_DESCENDING
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37
FlavorTagDiscriminants::TrackLinkType::TRACK_PARTICLE
@ TRACK_PARTICLE
BTagTrackIpAccessor::getSignedIp
BTagSignedIP getSignedIp(const xAOD::TrackParticle &track, const xAOD::Jet &jet) const
Definition: BTagTrackIpAccessor.cxx:54