CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions | Variables
jetsAK8_cff Namespace Reference

Functions

def nanoAOD_addDeepInfoAK8 (process, addDeepBTag, addDeepBoostedJet, addDeepDoubleX, addDeepDoubleXV2, addParticleNetMassLegacy, addParticleNet, jecPayload)
 

Variables

 addBTagInfo
 
 area
 
 btagCSVV2
 
 btagDDBvLV2
 
 btagDDCvBV2
 
 btagDDCvLV2
 
 btagDeepB
 
 btagDeepFlavB
 
 btagHbb
 
 btagUParTAK4B
 
 candidates
 
 candIdxDoc
 
 candIdxName
 
 chEmEF
 
 chHEF
 
 chMultiplicity
 
 cut
 
 deepTag_H
 
 deepTag_QCD
 
 deepTag_QCDothers
 
 deepTag_TvsQCD
 
 deepTag_WvsQCD
 
 deepTag_ZvsQCD
 
 deepTagMD_bbvsLight
 
 deepTagMD_ccvsLight
 
 deepTagMD_H4qvsQCD
 
 deepTagMD_HbbvsQCD
 
 deepTagMD_TvsQCD
 
 deepTagMD_WvsQCD
 
 deepTagMD_ZbbvsQCD
 
 deepTagMD_ZHbbvsQCD
 
 deepTagMD_ZHccvsQCD
 
 deepTagMD_ZvsQCD
 
 doc
 
 electronIdx3SJ
 
 eta
 
 extension
 
 externalVariables
 
 fatJetTable
 
 finalJetsAK8
 
 finalJetsAK8ConstituentsTable
 
 finalJetsAK8PFConstituents
 AK8 constituents. More...
 
 finalJetsPFConstituents
 
 float
 
 hfEmEF
 
 hfHEF
 
 int
 
 jecPayload
 
 jetAK8LepTask
 
 jetAK8TablesTask
 
 jetAK8Task
 
 jetAK8UserDataTask
 
 jetCorrFactorsAK8
 
 jetCorrFactorsSource
 
 jetCut
 
 jets
 
 jetSource
 
 lepInAK8JetVars
 
 levels
 
 lsf3
 
 mass
 
 msoftdrop
 
 muEF
 
 muonIdx3SJ
 
 n2b1
 
 n3b1
 
 name
 
 nanoAOD_addDeepBoostedJet_switch
 
 nanoAOD_addDeepBTag_switch
 
 nanoAOD_addDeepDoubleX_switch
 
 nanoAOD_addDeepDoubleXV2_switch
 
 nanoAOD_addDeepInfoAK8_switch
 
 nanoAOD_addParticleNet_switch
 
 nanoAOD_addParticleNetMassLegacy_switch
 
 nConstituents
 
 neEmEF
 
 neHEF
 
 neMultiplicity
 
 particleNet_massCorr
 
 particleNet_QCD
 
 particleNet_QCD0HF
 
 particleNet_QCD1HF
 
 particleNet_QCD2HF
 
 particleNet_WVsQCD
 
 particleNet_XbbVsQCD
 
 particleNet_XccVsQCD
 
 particleNet_XggVsQCD
 
 particleNet_XqqVsQCD
 
 particleNet_XteVsQCD
 
 particleNet_XtmVsQCD
 
 particleNet_XttVsQCD
 
 particleNetLegacy_mass
 
 particleNetLegacy_QCD
 
 particleNetLegacy_Xbb
 
 particleNetLegacy_Xcc
 
 particleNetLegacy_Xqq
 
 particleNetWithMass_H4qvsQCD
 
 particleNetWithMass_HbbvsQCD
 
 particleNetWithMass_HccvsQCD
 
 particleNetWithMass_QCD
 
 particleNetWithMass_TvsQCD
 
 particleNetWithMass_WvsQCD
 
 particleNetWithMass_ZvsQCD
 
 payload
 
 pdgId
 
 pfCandidatesTable
 
 phi
 
 precision
 
 primaryVertices
 
 pt
 
 rawFactor
 
 singleton
 
 skipNulls
 
 src
 
 srcEle
 
 srcMu
 
 subJetIdx1
 
 subJetIdx2
 
 subJetTable
 DeepInfoAK8:End. More...
 
 tau1
 
 tau2
 
 tau3
 
 tau4
 
 updatedJetsAK8
 
 updatedJetsAK8WithUserData
 
 userFloats
 
 userInts
 
 variables
 
 warnOnSkip
 

Function Documentation

◆ nanoAOD_addDeepInfoAK8()

def jetsAK8_cff.nanoAOD_addDeepInfoAK8 (   process,
  addDeepBTag,
  addDeepBoostedJet,
  addDeepDoubleX,
  addDeepDoubleXV2,
  addParticleNetMassLegacy,
  addParticleNet,
  jecPayload 
)

Definition at line 150 of file jetsAK8_cff.py.

References join(), and print().

Referenced by nano_cff.nanoAOD_customizeCommon().

150 def nanoAOD_addDeepInfoAK8(process, addDeepBTag, addDeepBoostedJet, addDeepDoubleX, addDeepDoubleXV2, addParticleNetMassLegacy, addParticleNet, jecPayload):
151  _btagDiscriminators=[]
152  if addDeepBTag:
153  print("Updating process to run DeepCSV btag to AK8 jets")
154  _btagDiscriminators += ['pfDeepCSVJetTags:probb','pfDeepCSVJetTags:probbb']
155  if addDeepBoostedJet:
156  print("Updating process to run DeepBoostedJet on datasets before 103X")
157  from RecoBTag.ONNXRuntime.pfDeepBoostedJet_cff import _pfDeepBoostedJetTagsAll as pfDeepBoostedJetTagsAll
158  _btagDiscriminators += pfDeepBoostedJetTagsAll
159  if addParticleNet:
160  print("Updating process to run ParticleNet joint classification and mass regression")
161  from RecoBTag.ONNXRuntime.pfParticleNetFromMiniAODAK8_cff import _pfParticleNetFromMiniAODAK8JetTagsAll as pfParticleNetFromMiniAODAK8JetTagsAll
162  _btagDiscriminators += pfParticleNetFromMiniAODAK8JetTagsAll
163  if addParticleNetMassLegacy:
164  from RecoBTag.ONNXRuntime.pfParticleNet_cff import _pfParticleNetMassRegressionOutputs
165  _btagDiscriminators += _pfParticleNetMassRegressionOutputs
166  if addDeepDoubleX:
167  print("Updating process to run DeepDoubleX on datasets before 104X")
168  _btagDiscriminators += ['pfDeepDoubleBvLJetTags:probHbb', \
169  'pfDeepDoubleCvLJetTags:probHcc', \
170  'pfDeepDoubleCvBJetTags:probHcc', \
171  'pfMassIndependentDeepDoubleBvLJetTags:probHbb', 'pfMassIndependentDeepDoubleCvLJetTags:probHcc', 'pfMassIndependentDeepDoubleCvBJetTags:probHcc']
172  if addDeepDoubleXV2:
173  print("Updating process to run DeepDoubleXv2 on datasets before 11X")
174  _btagDiscriminators += [
175  'pfMassIndependentDeepDoubleBvLV2JetTags:probHbb',
176  'pfMassIndependentDeepDoubleCvLV2JetTags:probHcc',
177  'pfMassIndependentDeepDoubleCvBV2JetTags:probHcc'
178  ]
179  if len(_btagDiscriminators)==0: return process
180  print("Will recalculate the following discriminators on AK8 jets: "+", ".join(_btagDiscriminators))
181  updateJetCollection(
182  process,
183  jetSource = cms.InputTag('slimmedJetsAK8'),
184  pvSource = cms.InputTag('offlineSlimmedPrimaryVertices'),
185  svSource = cms.InputTag('slimmedSecondaryVertices'),
186  rParam = 0.8,
187  jetCorrections = (jecPayload.value(), cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute', 'L2L3Residual']), 'None'),
188  btagDiscriminators = _btagDiscriminators,
189  postfix='AK8WithDeepInfo',
190  printWarning = False
191  )
192  process.jetCorrFactorsAK8.src="selectedUpdatedPatJetsAK8WithDeepInfo"
193  process.updatedJetsAK8.jetSource="selectedUpdatedPatJetsAK8WithDeepInfo"
194  return process
195 
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
def nanoAOD_addDeepInfoAK8(process, addDeepBTag, addDeepBoostedJet, addDeepDoubleX, addDeepDoubleXV2, addParticleNetMassLegacy, addParticleNet, jecPayload)
Definition: jetsAK8_cff.py:150
static std::string join(char **cmd)
Definition: RemoteFile.cc:21

Variable Documentation

◆ addBTagInfo

jetsAK8_cff.addBTagInfo

Definition at line 21 of file jetsAK8_cff.py.

◆ area

jetsAK8_cff.area

Definition at line 50 of file jetsAK8_cff.py.

◆ btagCSVV2

jetsAK8_cff.btagCSVV2

Definition at line 108 of file jetsAK8_cff.py.

◆ btagDDBvLV2

jetsAK8_cff.btagDDBvLV2

Definition at line 124 of file jetsAK8_cff.py.

◆ btagDDCvBV2

jetsAK8_cff.btagDDCvBV2

Definition at line 126 of file jetsAK8_cff.py.

◆ btagDDCvLV2

jetsAK8_cff.btagDDCvLV2

Definition at line 125 of file jetsAK8_cff.py.

◆ btagDeepB

jetsAK8_cff.btagDeepB

Definition at line 122 of file jetsAK8_cff.py.

◆ btagDeepFlavB

jetsAK8_cff.btagDeepFlavB

Definition at line 224 of file jetsAK8_cff.py.

◆ btagHbb

jetsAK8_cff.btagHbb

Definition at line 123 of file jetsAK8_cff.py.

◆ btagUParTAK4B

jetsAK8_cff.btagUParTAK4B

Definition at line 225 of file jetsAK8_cff.py.

◆ candidates

jetsAK8_cff.candidates

Definition at line 294 of file jetsAK8_cff.py.

◆ candIdxDoc

jetsAK8_cff.candIdxDoc

Definition at line 292 of file jetsAK8_cff.py.

◆ candIdxName

jetsAK8_cff.candIdxName

Definition at line 291 of file jetsAK8_cff.py.

◆ chEmEF

jetsAK8_cff.chEmEF

Definition at line 93 of file jetsAK8_cff.py.

◆ chHEF

jetsAK8_cff.chHEF

Definition at line 91 of file jetsAK8_cff.py.

◆ chMultiplicity

jetsAK8_cff.chMultiplicity

Definition at line 89 of file jetsAK8_cff.py.

◆ cut

jetsAK8_cff.cut

Definition at line 34 of file jetsAK8_cff.py.

◆ deepTag_H

jetsAK8_cff.deepTag_H

Definition at line 130 of file jetsAK8_cff.py.

◆ deepTag_QCD

jetsAK8_cff.deepTag_QCD

Definition at line 131 of file jetsAK8_cff.py.

◆ deepTag_QCDothers

jetsAK8_cff.deepTag_QCDothers

Definition at line 132 of file jetsAK8_cff.py.

◆ deepTag_TvsQCD

jetsAK8_cff.deepTag_TvsQCD

Definition at line 127 of file jetsAK8_cff.py.

◆ deepTag_WvsQCD

jetsAK8_cff.deepTag_WvsQCD

Definition at line 128 of file jetsAK8_cff.py.

◆ deepTag_ZvsQCD

jetsAK8_cff.deepTag_ZvsQCD

Definition at line 129 of file jetsAK8_cff.py.

◆ deepTagMD_bbvsLight

jetsAK8_cff.deepTagMD_bbvsLight

Definition at line 141 of file jetsAK8_cff.py.

◆ deepTagMD_ccvsLight

jetsAK8_cff.deepTagMD_ccvsLight

Definition at line 142 of file jetsAK8_cff.py.

◆ deepTagMD_H4qvsQCD

jetsAK8_cff.deepTagMD_H4qvsQCD

Definition at line 140 of file jetsAK8_cff.py.

◆ deepTagMD_HbbvsQCD

jetsAK8_cff.deepTagMD_HbbvsQCD

Definition at line 138 of file jetsAK8_cff.py.

◆ deepTagMD_TvsQCD

jetsAK8_cff.deepTagMD_TvsQCD

Definition at line 133 of file jetsAK8_cff.py.

◆ deepTagMD_WvsQCD

jetsAK8_cff.deepTagMD_WvsQCD

Definition at line 134 of file jetsAK8_cff.py.

◆ deepTagMD_ZbbvsQCD

jetsAK8_cff.deepTagMD_ZbbvsQCD

Definition at line 137 of file jetsAK8_cff.py.

◆ deepTagMD_ZHbbvsQCD

jetsAK8_cff.deepTagMD_ZHbbvsQCD

Definition at line 136 of file jetsAK8_cff.py.

◆ deepTagMD_ZHccvsQCD

jetsAK8_cff.deepTagMD_ZHccvsQCD

Definition at line 139 of file jetsAK8_cff.py.

◆ deepTagMD_ZvsQCD

jetsAK8_cff.deepTagMD_ZvsQCD

Definition at line 135 of file jetsAK8_cff.py.

◆ doc

jetsAK8_cff.doc

Definition at line 48 of file jetsAK8_cff.py.

◆ electronIdx3SJ

jetsAK8_cff.electronIdx3SJ

Definition at line 102 of file jetsAK8_cff.py.

◆ eta

jetsAK8_cff.eta

Definition at line 283 of file jetsAK8_cff.py.

◆ extension

jetsAK8_cff.extension

Definition at line 279 of file jetsAK8_cff.py.

◆ externalVariables

jetsAK8_cff.externalVariables

Definition at line 99 of file jetsAK8_cff.py.

◆ fatJetTable

jetsAK8_cff.fatJetTable

Definition at line 44 of file jetsAK8_cff.py.

◆ finalJetsAK8

jetsAK8_cff.finalJetsAK8

Definition at line 32 of file jetsAK8_cff.py.

◆ finalJetsAK8ConstituentsTable

jetsAK8_cff.finalJetsAK8ConstituentsTable

Definition at line 289 of file jetsAK8_cff.py.

◆ finalJetsAK8PFConstituents

jetsAK8_cff.finalJetsAK8PFConstituents

AK8 constituents.

Definition at line 262 of file jetsAK8_cff.py.

◆ finalJetsPFConstituents

jetsAK8_cff.finalJetsPFConstituents

Definition at line 267 of file jetsAK8_cff.py.

◆ float

jetsAK8_cff.float

Definition at line 50 of file jetsAK8_cff.py.

◆ hfEmEF

jetsAK8_cff.hfEmEF

Definition at line 96 of file jetsAK8_cff.py.

◆ hfHEF

jetsAK8_cff.hfHEF

Definition at line 95 of file jetsAK8_cff.py.

◆ int

jetsAK8_cff.int

Definition at line 285 of file jetsAK8_cff.py.

◆ jecPayload

jetsAK8_cff.jecPayload

Definition at line 203 of file jetsAK8_cff.py.

◆ jetAK8LepTask

jetsAK8_cff.jetAK8LepTask

Definition at line 302 of file jetsAK8_cff.py.

◆ jetAK8TablesTask

jetsAK8_cff.jetAK8TablesTask

Definition at line 304 of file jetsAK8_cff.py.

◆ jetAK8Task

jetsAK8_cff.jetAK8Task

Definition at line 299 of file jetsAK8_cff.py.

◆ jetAK8UserDataTask

jetsAK8_cff.jetAK8UserDataTask

Definition at line 298 of file jetsAK8_cff.py.

◆ jetCorrFactorsAK8

jetsAK8_cff.jetCorrFactorsAK8

Definition at line 10 of file jetsAK8_cff.py.

◆ jetCorrFactorsSource

jetsAK8_cff.jetCorrFactorsSource

Definition at line 23 of file jetsAK8_cff.py.

◆ jetCut

jetsAK8_cff.jetCut

Definition at line 295 of file jetsAK8_cff.py.

◆ jets

jetsAK8_cff.jets

Definition at line 293 of file jetsAK8_cff.py.

◆ jetSource

jetsAK8_cff.jetSource

Definition at line 22 of file jetsAK8_cff.py.

◆ lepInAK8JetVars

jetsAK8_cff.lepInAK8JetVars

Definition at line 38 of file jetsAK8_cff.py.

◆ levels

jetsAK8_cff.levels

Definition at line 11 of file jetsAK8_cff.py.

◆ lsf3

jetsAK8_cff.lsf3

Definition at line 100 of file jetsAK8_cff.py.

◆ mass

jetsAK8_cff.mass

Definition at line 282 of file jetsAK8_cff.py.

◆ msoftdrop

jetsAK8_cff.msoftdrop

Definition at line 58 of file jetsAK8_cff.py.

◆ muEF

jetsAK8_cff.muEF

Definition at line 97 of file jetsAK8_cff.py.

◆ muonIdx3SJ

jetsAK8_cff.muonIdx3SJ

Definition at line 101 of file jetsAK8_cff.py.

◆ n2b1

jetsAK8_cff.n2b1

Definition at line 56 of file jetsAK8_cff.py.

◆ n3b1

jetsAK8_cff.n3b1

Definition at line 57 of file jetsAK8_cff.py.

◆ name

jetsAK8_cff.name

Definition at line 47 of file jetsAK8_cff.py.

◆ nanoAOD_addDeepBoostedJet_switch

jetsAK8_cff.nanoAOD_addDeepBoostedJet_switch

Definition at line 198 of file jetsAK8_cff.py.

◆ nanoAOD_addDeepBTag_switch

jetsAK8_cff.nanoAOD_addDeepBTag_switch

Definition at line 197 of file jetsAK8_cff.py.

◆ nanoAOD_addDeepDoubleX_switch

jetsAK8_cff.nanoAOD_addDeepDoubleX_switch

Definition at line 199 of file jetsAK8_cff.py.

◆ nanoAOD_addDeepDoubleXV2_switch

jetsAK8_cff.nanoAOD_addDeepDoubleXV2_switch

Definition at line 200 of file jetsAK8_cff.py.

◆ nanoAOD_addDeepInfoAK8_switch

jetsAK8_cff.nanoAOD_addDeepInfoAK8_switch

Definition at line 196 of file jetsAK8_cff.py.

◆ nanoAOD_addParticleNet_switch

jetsAK8_cff.nanoAOD_addParticleNet_switch

Definition at line 202 of file jetsAK8_cff.py.

◆ nanoAOD_addParticleNetMassLegacy_switch

jetsAK8_cff.nanoAOD_addParticleNetMassLegacy_switch

Definition at line 201 of file jetsAK8_cff.py.

◆ nConstituents

jetsAK8_cff.nConstituents

Definition at line 88 of file jetsAK8_cff.py.

◆ neEmEF

jetsAK8_cff.neEmEF

Definition at line 94 of file jetsAK8_cff.py.

◆ neHEF

jetsAK8_cff.neHEF

Definition at line 92 of file jetsAK8_cff.py.

◆ neMultiplicity

jetsAK8_cff.neMultiplicity

Definition at line 90 of file jetsAK8_cff.py.

◆ particleNet_massCorr

jetsAK8_cff.particleNet_massCorr

Definition at line 70 of file jetsAK8_cff.py.

◆ particleNet_QCD

jetsAK8_cff.particleNet_QCD

Definition at line 66 of file jetsAK8_cff.py.

◆ particleNet_QCD0HF

jetsAK8_cff.particleNet_QCD0HF

Definition at line 69 of file jetsAK8_cff.py.

◆ particleNet_QCD1HF

jetsAK8_cff.particleNet_QCD1HF

Definition at line 68 of file jetsAK8_cff.py.

◆ particleNet_QCD2HF

jetsAK8_cff.particleNet_QCD2HF

Definition at line 67 of file jetsAK8_cff.py.

◆ particleNet_WVsQCD

jetsAK8_cff.particleNet_WVsQCD

Definition at line 78 of file jetsAK8_cff.py.

◆ particleNet_XbbVsQCD

jetsAK8_cff.particleNet_XbbVsQCD

Definition at line 71 of file jetsAK8_cff.py.

◆ particleNet_XccVsQCD

jetsAK8_cff.particleNet_XccVsQCD

Definition at line 72 of file jetsAK8_cff.py.

◆ particleNet_XggVsQCD

jetsAK8_cff.particleNet_XggVsQCD

Definition at line 74 of file jetsAK8_cff.py.

◆ particleNet_XqqVsQCD

jetsAK8_cff.particleNet_XqqVsQCD

Definition at line 73 of file jetsAK8_cff.py.

◆ particleNet_XteVsQCD

jetsAK8_cff.particleNet_XteVsQCD

Definition at line 77 of file jetsAK8_cff.py.

◆ particleNet_XtmVsQCD

jetsAK8_cff.particleNet_XtmVsQCD

Definition at line 76 of file jetsAK8_cff.py.

◆ particleNet_XttVsQCD

jetsAK8_cff.particleNet_XttVsQCD

Definition at line 75 of file jetsAK8_cff.py.

◆ particleNetLegacy_mass

jetsAK8_cff.particleNetLegacy_mass

Definition at line 79 of file jetsAK8_cff.py.

◆ particleNetLegacy_QCD

jetsAK8_cff.particleNetLegacy_QCD

Definition at line 83 of file jetsAK8_cff.py.

◆ particleNetLegacy_Xbb

jetsAK8_cff.particleNetLegacy_Xbb

Definition at line 80 of file jetsAK8_cff.py.

◆ particleNetLegacy_Xcc

jetsAK8_cff.particleNetLegacy_Xcc

Definition at line 81 of file jetsAK8_cff.py.

◆ particleNetLegacy_Xqq

jetsAK8_cff.particleNetLegacy_Xqq

Definition at line 82 of file jetsAK8_cff.py.

◆ particleNetWithMass_H4qvsQCD

jetsAK8_cff.particleNetWithMass_H4qvsQCD

Definition at line 63 of file jetsAK8_cff.py.

◆ particleNetWithMass_HbbvsQCD

jetsAK8_cff.particleNetWithMass_HbbvsQCD

Definition at line 64 of file jetsAK8_cff.py.

◆ particleNetWithMass_HccvsQCD

jetsAK8_cff.particleNetWithMass_HccvsQCD

Definition at line 65 of file jetsAK8_cff.py.

◆ particleNetWithMass_QCD

jetsAK8_cff.particleNetWithMass_QCD

Definition at line 59 of file jetsAK8_cff.py.

◆ particleNetWithMass_TvsQCD

jetsAK8_cff.particleNetWithMass_TvsQCD

Definition at line 60 of file jetsAK8_cff.py.

◆ particleNetWithMass_WvsQCD

jetsAK8_cff.particleNetWithMass_WvsQCD

Definition at line 61 of file jetsAK8_cff.py.

◆ particleNetWithMass_ZvsQCD

jetsAK8_cff.particleNetWithMass_ZvsQCD

Definition at line 62 of file jetsAK8_cff.py.

◆ payload

jetsAK8_cff.payload

Definition at line 15 of file jetsAK8_cff.py.

◆ pdgId

jetsAK8_cff.pdgId

Definition at line 285 of file jetsAK8_cff.py.

◆ pfCandidatesTable

jetsAK8_cff.pfCandidatesTable

Definition at line 273 of file jetsAK8_cff.py.

◆ phi

jetsAK8_cff.phi

Definition at line 284 of file jetsAK8_cff.py.

◆ precision

jetsAK8_cff.precision

Definition at line 50 of file jetsAK8_cff.py.

◆ primaryVertices

jetsAK8_cff.primaryVertices

Definition at line 16 of file jetsAK8_cff.py.

◆ pt

jetsAK8_cff.pt

Definition at line 281 of file jetsAK8_cff.py.

◆ rawFactor

jetsAK8_cff.rawFactor

Definition at line 51 of file jetsAK8_cff.py.

◆ singleton

jetsAK8_cff.singleton

Definition at line 278 of file jetsAK8_cff.py.

◆ skipNulls

jetsAK8_cff.skipNulls

Definition at line 269 of file jetsAK8_cff.py.

◆ src

jetsAK8_cff.src

Definition at line 10 of file jetsAK8_cff.py.

◆ srcEle

jetsAK8_cff.srcEle

Definition at line 40 of file jetsAK8_cff.py.

◆ srcMu

jetsAK8_cff.srcMu

Definition at line 41 of file jetsAK8_cff.py.

◆ subJetIdx1

jetsAK8_cff.subJetIdx1

Definition at line 84 of file jetsAK8_cff.py.

◆ subJetIdx2

jetsAK8_cff.subJetIdx2

Definition at line 86 of file jetsAK8_cff.py.

◆ subJetTable

jetsAK8_cff.subJetTable

DeepInfoAK8:End.

Definition at line 219 of file jetsAK8_cff.py.

◆ tau1

jetsAK8_cff.tau1

◆ tau2

jetsAK8_cff.tau2

◆ tau3

jetsAK8_cff.tau3

◆ tau4

jetsAK8_cff.tau4

◆ updatedJetsAK8

jetsAK8_cff.updatedJetsAK8

Definition at line 20 of file jetsAK8_cff.py.

◆ updatedJetsAK8WithUserData

jetsAK8_cff.updatedJetsAK8WithUserData

Definition at line 26 of file jetsAK8_cff.py.

◆ userFloats

jetsAK8_cff.userFloats

Definition at line 28 of file jetsAK8_cff.py.

◆ userInts

jetsAK8_cff.userInts

Definition at line 29 of file jetsAK8_cff.py.

◆ variables

jetsAK8_cff.variables

Definition at line 49 of file jetsAK8_cff.py.

◆ warnOnSkip

jetsAK8_cff.warnOnSkip

Definition at line 270 of file jetsAK8_cff.py.