Gets the paths of models to run via MultiFoldTagger.
 
Definition at line 78 of file BTaggingConfigFlags.py.
   80     Gets the paths of models to run via MultiFoldTagger. 
   84     caldir = 
'BTagging/20231205/GN2v01/antikt4empflow' 
   85     pf_nns = [f
'{caldir}/network_fold{n}.onnx' for n 
in range(4)]
 
   94         "BTagging/20250213/GN3V00/antikt4empflow/network.onnx", 
 
   95         "BTagging/20250213/GN3PflowMuonsV00/antikt4empflow/network.onnx", 
 
   98         "BTagging/20250912/GN3EPCLV01/antikt4empflow/network.onnx", 
 
  101     gn3_paths = gn3v00_paths + gn3v01_paths
 
  104              "BTagging/20230705/gn2xv01/antikt10ufo/network.onnx",
 
  105              "BTagging/20240925/GN2Xv02/antikt10ufo/network.onnx",
 
  106              "BTagging/20250310/GN2XTauV00/antikt10ufo/network.onnx",
 
  107              "BTagging/20250912/GN3XPV01/antikt10ufo/network.onnx",
 
  108              "JetCalibTools/CalibArea-00-04-83/CalibrationFactors/bbJESJMS_calibFactors_R22_MC20_CSSKUFO_bJR10v00Ext_20250212.onnx", 
 
  109              "JetCalibTools/CalibArea-00-04-83/CalibrationFactors/bbJESJMS_calibFactors_R22_MC20MC23_CSSKUFO_bJR10v01_20250212.onnx"  
  112     noflip = dict(flip=
False)
 
  115         'AntiKt4EMPFlowJets': [
 
  118                 'hash': 
'jetFoldHash',
 
  119                 'cone_association': 
True,
 
  121             *[{
'folds' : [nn_path]} 
for nn_path 
in gn3_paths]
 
  123         'AntiKt4EMTopoJets': [
 
  126                 'hash': 
'jetFoldHash',
 
  127                 'cone_association': 
True,
 
  130         'AntiKt4EMPFlowCustomVtxJets': [
 
  133                 'hash': 
'jetFoldHash',
 
  134                 'cone_association': 
True 
  136             *[{
'folds' : [nn_path]} 
for nn_path 
in gn3_paths]
 
  138         'AntiKt4EMPFlowByVertexJets': [
 
  141                 'hash': 
'jetFoldHash',
 
  142                 'cone_association': 
True 
  145         'AntiKt10UFOCSSKSoftDropBeta100Zcut10Jets': [
 
  146             {
'folds' : [nn_path], **noflip} 
for nn_path 
in lrj_paths
 
  151                 'hash': 
'jetFoldHash',
 
  152                 'cone_association': 
True