CMS 3D CMS Logo

Functions | Variables
jetsAK4_CHS_cff Namespace Reference

Functions

def nanoAOD_addDeepInfoAK4CHS (process, addDeepBTag, addDeepFlavour, addParticleNet)
 
def nanoAOD_refineFastSim_bTagDeepFlav (process)
 

Variables

 addBTagInfo
 
 algos
 
 applyJec
 
 area
 
 backend
 
 basicJetsForMetForT1METNano
 JETS FOR MET type1. More...
 
 batch_eval
 
 bjetNN
 
 bJetVars
 
 bRegCorr
 
 bRegRes
 
 btagCSVV2
 
 btagDeepB
 
 btagDeepCvB
 
 btagDeepCvL
 
 btagDeepFlavB
 
 btagDeepFlavCvB
 
 btagDeepFlavCvL
 
 btagDeepFlavQG
 
 btagPNetB
 
 btagPNetCvB
 
 btagPNetCvL
 
 btagPNetQvG
 
 btagPNetTauVJet
 
 calcMuonSubtrRawPtAsValueMap
 
 chEmEF
 
 chFPV0EF
 
 chHEF
 
 cjetNN
 
 corrT1METJetTable
 
 cRegCorr
 
 cRegRes
 
 cut
 
 doc
 
 electronIdx1
 
 electronIdx2
 
 eta
 
 externalVariables
 
 False
 
 filterParams
 
 finalJets
 
 float
 
 hfadjacentEtaStripsSize
 
 hfcentralEtaStripSize
 
 hfsigmaEtaEta
 
 hfsigmaPhiPhi
 
 inputIsCorrected
 
 inputTensorName
 
 int
 
 isClassifier
 
 isEle
 
 isMu
 
 isOther
 
 jercVars
 
 Jet_chEmEF
 
 Jet_chHEF
 
 Jet_eta
 
 Jet_leadTrackPt
 
 Jet_leptonDeltaR
 
 Jet_leptonPtRel
 
 Jet_leptonPtRelInv
 
 Jet_mass
 
 Jet_mt
 
 Jet_neEmEF
 
 Jet_neHEF
 
 Jet_pt
 
 Jet_ptd
 
 Jet_vtx3deL
 
 Jet_vtx3dL
 
 Jet_vtxMass
 
 Jet_vtxNtrk
 
 Jet_vtxPt
 
 jetCorrEtaMax
 
 jetCorrFactorsNano
 
 jetCorrFactorsSource
 
 jetCorrLabel
 
 jetCorrLabelRes
 
 jetForMETTask
 
 jetId
 
 jets
 
 jetSource
 
 jetTable
 Tables for final output and docs ##########################. More...
 
 jetTablesTask
 
 jetTask
 
 jetUserDataTask
 
 leadTrackPt
 
 leptonDeltaR
 
 leptonPdgId
 
 leptonPtRelInvv0
 
 leptonPtRelv0
 
 levels
 
 looseJetId
 
 maxDR
 
 muEF
 
 muonIdx1
 
 muonIdx2
 
 muonSubtrFactor
 
 muonSubtrRawPt
 
 name
 
 nanoAOD_addDeepBTag_switch
 
 nanoAOD_addDeepFlavourTag_switch
 
 nanoAOD_addDeepInfoAK4CHS_switch
 
 nanoAOD_addParticleNet_switch
 
 nConstituents
 
 neEmEF
 
 neHEF
 
 nElectrons
 
 nMuons
 
 nSVs
 
 offsetCorrLabel
 
 outputFormulas
 
 outputNames
 
 outputTensorName
 
 phi
 
 pileupJetIdNano
 
 PNetRegPtRawCorr
 
 PNetRegPtRawCorrNeutrino
 
 PNetRegPtRawRes
 
 precision
 
 primaryVertices
 
 ptD
 
 puId
 
 puIdDisc
 Era dependent customization. More...
 
 puIdNanoDisc
 
 puIdNanoId
 
 pvsrc
 
 qgl
 
 qgtagger
 
 quality
 
 rawFactor
 
 rawPt
 
 rhosrc
 
 skipEM
 
 skipEMfractionThreshold
 
 skipMuons
 
 skipMuonSelection
 
 src
 
 srcJet
 
 srcJets
 
 srcPF
 
 srcVertexCollection
 
 svIdx1
 
 svIdx2
 
 svsrc
 
 tightId
 
 tightIdLepVeto
 
 tightJetId
 
 tightJetIdLepVeto
 
 True
 
 type1JetPtThreshold
 
 updatedJets
 
 updatedJetsWithUserData
 
 userFloats
 
 userInts
 
 variables
 
 variablesOrder
 
 version
 
 vertexes
 
 vtx3deL
 
 vtx3dL
 
 vtxMass
 
 vtxNtrk
 
 vtxPt
 
 weightFile
 

Function Documentation

◆ nanoAOD_addDeepInfoAK4CHS()

def jetsAK4_CHS_cff.nanoAOD_addDeepInfoAK4CHS (   process,
  addDeepBTag,
  addDeepFlavour,
  addParticleNet 
)

Definition at line 358 of file jetsAK4_CHS_cff.py.

References join(), and print().

Referenced by nano_cff.nanoAOD_customizeCommon().

358 def nanoAOD_addDeepInfoAK4CHS(process,addDeepBTag,addDeepFlavour,addParticleNet):
359  _btagDiscriminators=[]
360  if addDeepBTag:
361  print("Updating process to run DeepCSV btag")
362  _btagDiscriminators += ['pfDeepCSVJetTags:probb','pfDeepCSVJetTags:probbb','pfDeepCSVJetTags:probc']
363  if addDeepFlavour:
364  print("Updating process to run DeepFlavour btag")
365  _btagDiscriminators += ['pfDeepFlavourJetTags:probb','pfDeepFlavourJetTags:probbb','pfDeepFlavourJetTags:problepb','pfDeepFlavourJetTags:probc']
366  if addParticleNet:
367  print("Updating process to run ParticleNetAK4")
368  from RecoBTag.ONNXRuntime.pfParticleNetFromMiniAODAK4_cff import _pfParticleNetFromMiniAODAK4CHSCentralJetTagsAll as pfParticleNetFromMiniAODAK4CHSCentralJetTagsAll
369  from RecoBTag.ONNXRuntime.pfParticleNetFromMiniAODAK4_cff import _pfParticleNetFromMiniAODAK4CHSForwardJetTagsAll as pfParticleNetFromMiniAODAK4CHSForwardJetTagsAll
370  _btagDiscriminators += pfParticleNetFromMiniAODAK4CHSCentralJetTagsAll
371  _btagDiscriminators += pfParticleNetFromMiniAODAK4CHSForwardJetTagsAll
372  if len(_btagDiscriminators)==0: return process
373  print("Will recalculate the following discriminators: "+", ".join(_btagDiscriminators))
374  updateJetCollection(
375  process,
376  jetSource = cms.InputTag('slimmedJets'),
377  jetCorrections = ('AK4PFchs', cms.vstring(['L1FastJet', 'L2Relative', 'L3Absolute','L2L3Residual']), 'None'),
378  btagDiscriminators = _btagDiscriminators,
379  postfix = 'WithDeepInfo',
380  )
381  process.load("Configuration.StandardSequences.MagneticField_cff")
382  process.jetCorrFactorsNano.src="selectedUpdatedPatJetsWithDeepInfo"
383  process.updatedJets.jetSource="selectedUpdatedPatJetsWithDeepInfo"
384  return process
385 
def nanoAOD_addDeepInfoAK4CHS(process, addDeepBTag, addDeepFlavour, addParticleNet)
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
static std::string join(char **cmd)
Definition: RemoteFile.cc:19

◆ nanoAOD_refineFastSim_bTagDeepFlav()

def jetsAK4_CHS_cff.nanoAOD_refineFastSim_bTagDeepFlav (   process)

Definition at line 400 of file jetsAK4_CHS_cff.py.

References common_cff.ExtVar().

401 
402  fastSim.toModify( process.jetTable.variables,
403  btagDeepFlavBunrefined = process.jetTable.variables.btagDeepFlavB.clone(),
404  btagDeepFlavCvBunrefined = process.jetTable.variables.btagDeepFlavCvB.clone(),
405  btagDeepFlavCvLunrefined = process.jetTable.variables.btagDeepFlavCvL.clone(),
406  btagDeepFlavQGunrefined = process.jetTable.variables.btagDeepFlavQG.clone(),
407  )
408 
409  fastSim.toModify( process.jetTable.variables,
410  btagDeepFlavB = None,
411  btagDeepFlavCvB = None,
412  btagDeepFlavCvL = None,
413  btagDeepFlavQG = None,
414  )
415 
416  fastSim.toModify( process.jetTable.externalVariables,
417  btagDeepFlavB = ExtVar(cms.InputTag("btagDeepFlavRefineNN:btagDeepFlavBrefined"), float, doc="DeepJet b+bb+lepb tag discriminator", precision=10),
418  btagDeepFlavCvB = ExtVar(cms.InputTag("btagDeepFlavRefineNN:btagDeepFlavCvBrefined"), float, doc="DeepJet c vs b+bb+lepb discriminator", precision=10),
419  btagDeepFlavCvL = ExtVar(cms.InputTag("btagDeepFlavRefineNN:btagDeepFlavCvLrefined"), float, doc="DeepJet c vs uds+g discriminator", precision=10),
420  btagDeepFlavQG = ExtVar(cms.InputTag("btagDeepFlavRefineNN:btagDeepFlavQGrefined"), float, doc="DeepJet g vs uds discriminator", precision=10),
421  )
422 
423  process.btagDeepFlavRefineNN= cms.EDProducer("JetBaseMVAValueMapProducer",
424  backend = cms.string("ONNX"),
425  batch_eval = cms.bool(True),
426  disableONNXGraphOpt = cms.bool(True),
427 
428  src = cms.InputTag("linkedObjects","jets"),
429 
430  weightFile=cms.FileInPath("PhysicsTools/NanoAOD/data/btagDeepFlavRefineNN_CHS.onnx"),
431  name = cms.string("btagDeepFlavRefineNN"),
432 
433  isClassifier = cms.bool(False),
434  variablesOrder = cms.vstring(["GenJet_pt","GenJet_eta","Jet_hadronFlavour",
435  "Jet_btagDeepFlavB","Jet_btagDeepFlavCvB","Jet_btagDeepFlavCvL","Jet_btagDeepFlavQG"]),
436  variables = cms.PSet(
437  GenJet_pt = cms.string("?genJetFwdRef().backRef().isNonnull()?genJetFwdRef().backRef().pt():pt"),
438  GenJet_eta = cms.string("?genJetFwdRef().backRef().isNonnull()?genJetFwdRef().backRef().eta():eta"),
439  Jet_hadronFlavour = cms.string("hadronFlavour()"),
440  Jet_btagDeepFlavB = cms.string("bDiscriminator('pfDeepFlavourJetTags:probb')+bDiscriminator('pfDeepFlavourJetTags:probbb')+bDiscriminator('pfDeepFlavourJetTags:problepb')"),
441  Jet_btagDeepFlavCvB = cms.string("?(bDiscriminator('pfDeepFlavourJetTags:probc')+bDiscriminator('pfDeepFlavourJetTags:probb')+bDiscriminator('pfDeepFlavourJetTags:probbb')+bDiscriminator('pfDeepFlavourJetTags:problepb'))>0?bDiscriminator('pfDeepFlavourJetTags:probc')/(bDiscriminator('pfDeepFlavourJetTags:probc')+bDiscriminator('pfDeepFlavourJetTags:probb')+bDiscriminator('pfDeepFlavourJetTags:probbb')+bDiscriminator('pfDeepFlavourJetTags:problepb')):-1"),
442  Jet_btagDeepFlavCvL = cms.string("?(bDiscriminator('pfDeepFlavourJetTags:probc')+bDiscriminator('pfDeepFlavourJetTags:probuds')+bDiscriminator('pfDeepFlavourJetTags:probg'))>0?bDiscriminator('pfDeepFlavourJetTags:probc')/(bDiscriminator('pfDeepFlavourJetTags:probc')+bDiscriminator('pfDeepFlavourJetTags:probuds')+bDiscriminator('pfDeepFlavourJetTags:probg')):-1"),
443  Jet_btagDeepFlavQG = cms.string("?(bDiscriminator('pfDeepFlavourJetTags:probg')+bDiscriminator('pfDeepFlavourJetTags:probuds'))>0?bDiscriminator('pfDeepFlavourJetTags:probg')/(bDiscriminator('pfDeepFlavourJetTags:probg')+bDiscriminator('pfDeepFlavourJetTags:probuds')):-1"),
444  ),
445  inputTensorName = cms.string("input"),
446  outputTensorName = cms.string("output"),
447  outputNames = cms.vstring(["btagDeepFlavBrefined","btagDeepFlavCvBrefined","btagDeepFlavCvLrefined","btagDeepFlavQGrefined"]),
448  outputFormulas = cms.vstring(["at(0)","at(1)","at(2)","at(3)"]),
449  )
450 
451  fastSim.toModify(process.jetTablesTask, process.jetTablesTask.add(process.btagDeepFlavRefineNN))
452 
453  return process
454 
455 
def ExtVar(tag, valtype, doc=None, precision=-1)
Definition: common_cff.py:27
def nanoAOD_refineFastSim_bTagDeepFlav(process)

Variable Documentation

◆ addBTagInfo

jetsAK4_CHS_cff.addBTagInfo

Definition at line 22 of file jetsAK4_CHS_cff.py.

◆ algos

jetsAK4_CHS_cff.algos

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ applyJec

jetsAK4_CHS_cff.applyJec

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ area

jetsAK4_CHS_cff.area

Definition at line 127 of file jetsAK4_CHS_cff.py.

◆ backend

jetsAK4_CHS_cff.backend

◆ basicJetsForMetForT1METNano

jetsAK4_CHS_cff.basicJetsForMetForT1METNano

JETS FOR MET type1.

Definition at line 459 of file jetsAK4_CHS_cff.py.

◆ batch_eval

jetsAK4_CHS_cff.batch_eval

Definition at line 211 of file jetsAK4_CHS_cff.py.

◆ bjetNN

jetsAK4_CHS_cff.bjetNN

Definition at line 209 of file jetsAK4_CHS_cff.py.

◆ bJetVars

jetsAK4_CHS_cff.bJetVars

Definition at line 69 of file jetsAK4_CHS_cff.py.

◆ bRegCorr

jetsAK4_CHS_cff.bRegCorr

Definition at line 121 of file jetsAK4_CHS_cff.py.

◆ bRegRes

jetsAK4_CHS_cff.bRegRes

Definition at line 122 of file jetsAK4_CHS_cff.py.

◆ btagCSVV2

jetsAK4_CHS_cff.btagCSVV2

Definition at line 193 of file jetsAK4_CHS_cff.py.

◆ btagDeepB

jetsAK4_CHS_cff.btagDeepB

Definition at line 137 of file jetsAK4_CHS_cff.py.

◆ btagDeepCvB

jetsAK4_CHS_cff.btagDeepCvB

Definition at line 140 of file jetsAK4_CHS_cff.py.

◆ btagDeepCvL

jetsAK4_CHS_cff.btagDeepCvL

Definition at line 139 of file jetsAK4_CHS_cff.py.

◆ btagDeepFlavB

jetsAK4_CHS_cff.btagDeepFlavB

Definition at line 138 of file jetsAK4_CHS_cff.py.

◆ btagDeepFlavCvB

jetsAK4_CHS_cff.btagDeepFlavCvB

Definition at line 142 of file jetsAK4_CHS_cff.py.

◆ btagDeepFlavCvL

jetsAK4_CHS_cff.btagDeepFlavCvL

Definition at line 141 of file jetsAK4_CHS_cff.py.

◆ btagDeepFlavQG

jetsAK4_CHS_cff.btagDeepFlavQG

Definition at line 143 of file jetsAK4_CHS_cff.py.

◆ btagPNetB

jetsAK4_CHS_cff.btagPNetB

Definition at line 144 of file jetsAK4_CHS_cff.py.

◆ btagPNetCvB

jetsAK4_CHS_cff.btagPNetCvB

Definition at line 146 of file jetsAK4_CHS_cff.py.

◆ btagPNetCvL

jetsAK4_CHS_cff.btagPNetCvL

Definition at line 145 of file jetsAK4_CHS_cff.py.

◆ btagPNetQvG

jetsAK4_CHS_cff.btagPNetQvG

Definition at line 147 of file jetsAK4_CHS_cff.py.

◆ btagPNetTauVJet

jetsAK4_CHS_cff.btagPNetTauVJet

Definition at line 148 of file jetsAK4_CHS_cff.py.

◆ calcMuonSubtrRawPtAsValueMap

jetsAK4_CHS_cff.calcMuonSubtrRawPtAsValueMap

Definition at line 470 of file jetsAK4_CHS_cff.py.

◆ chEmEF

jetsAK4_CHS_cff.chEmEF

Definition at line 164 of file jetsAK4_CHS_cff.py.

◆ chFPV0EF

jetsAK4_CHS_cff.chFPV0EF

Definition at line 95 of file jetsAK4_CHS_cff.py.

◆ chHEF

jetsAK4_CHS_cff.chHEF

Definition at line 162 of file jetsAK4_CHS_cff.py.

◆ cjetNN

jetsAK4_CHS_cff.cjetNN

Definition at line 259 of file jetsAK4_CHS_cff.py.

◆ corrT1METJetTable

jetsAK4_CHS_cff.corrT1METJetTable

Definition at line 475 of file jetsAK4_CHS_cff.py.

◆ cRegCorr

jetsAK4_CHS_cff.cRegCorr

Definition at line 123 of file jetsAK4_CHS_cff.py.

◆ cRegRes

jetsAK4_CHS_cff.cRegRes

Definition at line 124 of file jetsAK4_CHS_cff.py.

◆ cut

jetsAK4_CHS_cff.cut

Definition at line 109 of file jetsAK4_CHS_cff.py.

◆ doc

jetsAK4_CHS_cff.doc

Definition at line 119 of file jetsAK4_CHS_cff.py.

◆ electronIdx1

jetsAK4_CHS_cff.electronIdx1

Definition at line 131 of file jetsAK4_CHS_cff.py.

◆ electronIdx2

jetsAK4_CHS_cff.electronIdx2

Definition at line 132 of file jetsAK4_CHS_cff.py.

◆ eta

jetsAK4_CHS_cff.eta

Definition at line 482 of file jetsAK4_CHS_cff.py.

◆ externalVariables

jetsAK4_CHS_cff.externalVariables

Definition at line 120 of file jetsAK4_CHS_cff.py.

◆ False

jetsAK4_CHS_cff.False

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ filterParams

jetsAK4_CHS_cff.filterParams

Definition at line 31 of file jetsAK4_CHS_cff.py.

◆ finalJets

jetsAK4_CHS_cff.finalJets

Definition at line 107 of file jetsAK4_CHS_cff.py.

◆ float

jetsAK4_CHS_cff.float

Definition at line 121 of file jetsAK4_CHS_cff.py.

◆ hfadjacentEtaStripsSize

jetsAK4_CHS_cff.hfadjacentEtaStripsSize

Definition at line 159 of file jetsAK4_CHS_cff.py.

◆ hfcentralEtaStripSize

jetsAK4_CHS_cff.hfcentralEtaStripSize

Definition at line 158 of file jetsAK4_CHS_cff.py.

◆ hfsigmaEtaEta

jetsAK4_CHS_cff.hfsigmaEtaEta

Definition at line 156 of file jetsAK4_CHS_cff.py.

◆ hfsigmaPhiPhi

jetsAK4_CHS_cff.hfsigmaPhiPhi

Definition at line 157 of file jetsAK4_CHS_cff.py.

◆ inputIsCorrected

jetsAK4_CHS_cff.inputIsCorrected

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ inputTensorName

jetsAK4_CHS_cff.inputTensorName

Definition at line 253 of file jetsAK4_CHS_cff.py.

◆ int

jetsAK4_CHS_cff.int

Definition at line 158 of file jetsAK4_CHS_cff.py.

◆ isClassifier

jetsAK4_CHS_cff.isClassifier

Definition at line 219 of file jetsAK4_CHS_cff.py.

◆ isEle

jetsAK4_CHS_cff.isEle

Definition at line 250 of file jetsAK4_CHS_cff.py.

Referenced by egHLT::trigTools.getSecondEtThresFromName().

◆ isMu

jetsAK4_CHS_cff.isMu

◆ isOther

jetsAK4_CHS_cff.isOther

Definition at line 251 of file jetsAK4_CHS_cff.py.

◆ jercVars

jetsAK4_CHS_cff.jercVars

Definition at line 75 of file jetsAK4_CHS_cff.py.

◆ Jet_chEmEF

jetsAK4_CHS_cff.Jet_chEmEF

Definition at line 248 of file jetsAK4_CHS_cff.py.

◆ Jet_chHEF

jetsAK4_CHS_cff.Jet_chHEF

Definition at line 247 of file jetsAK4_CHS_cff.py.

◆ Jet_eta

jetsAK4_CHS_cff.Jet_eta

Definition at line 233 of file jetsAK4_CHS_cff.py.

◆ Jet_leadTrackPt

jetsAK4_CHS_cff.Jet_leadTrackPt

Definition at line 236 of file jetsAK4_CHS_cff.py.

◆ Jet_leptonDeltaR

jetsAK4_CHS_cff.Jet_leptonDeltaR

Definition at line 244 of file jetsAK4_CHS_cff.py.

◆ Jet_leptonPtRel

jetsAK4_CHS_cff.Jet_leptonPtRel

Definition at line 242 of file jetsAK4_CHS_cff.py.

◆ Jet_leptonPtRelInv

jetsAK4_CHS_cff.Jet_leptonPtRelInv

Definition at line 243 of file jetsAK4_CHS_cff.py.

◆ Jet_mass

jetsAK4_CHS_cff.Jet_mass

Definition at line 234 of file jetsAK4_CHS_cff.py.

◆ Jet_mt

jetsAK4_CHS_cff.Jet_mt

Definition at line 232 of file jetsAK4_CHS_cff.py.

◆ Jet_neEmEF

jetsAK4_CHS_cff.Jet_neEmEF

Definition at line 246 of file jetsAK4_CHS_cff.py.

◆ Jet_neHEF

jetsAK4_CHS_cff.Jet_neHEF

Definition at line 245 of file jetsAK4_CHS_cff.py.

◆ Jet_pt

jetsAK4_CHS_cff.Jet_pt

Definition at line 231 of file jetsAK4_CHS_cff.py.

◆ Jet_ptd

jetsAK4_CHS_cff.Jet_ptd

Definition at line 235 of file jetsAK4_CHS_cff.py.

◆ Jet_vtx3deL

jetsAK4_CHS_cff.Jet_vtx3deL

Definition at line 240 of file jetsAK4_CHS_cff.py.

◆ Jet_vtx3dL

jetsAK4_CHS_cff.Jet_vtx3dL

Definition at line 239 of file jetsAK4_CHS_cff.py.

◆ Jet_vtxMass

jetsAK4_CHS_cff.Jet_vtxMass

Definition at line 238 of file jetsAK4_CHS_cff.py.

◆ Jet_vtxNtrk

jetsAK4_CHS_cff.Jet_vtxNtrk

Definition at line 237 of file jetsAK4_CHS_cff.py.

◆ Jet_vtxPt

jetsAK4_CHS_cff.Jet_vtxPt

Definition at line 241 of file jetsAK4_CHS_cff.py.

◆ jetCorrEtaMax

jetsAK4_CHS_cff.jetCorrEtaMax

Definition at line 461 of file jetsAK4_CHS_cff.py.

◆ jetCorrFactorsNano

jetsAK4_CHS_cff.jetCorrFactorsNano

Definition at line 12 of file jetsAK4_CHS_cff.py.

◆ jetCorrFactorsSource

jetsAK4_CHS_cff.jetCorrFactorsSource

Definition at line 24 of file jetsAK4_CHS_cff.py.

◆ jetCorrLabel

jetsAK4_CHS_cff.jetCorrLabel

Definition at line 462 of file jetsAK4_CHS_cff.py.

◆ jetCorrLabelRes

jetsAK4_CHS_cff.jetCorrLabelRes

Definition at line 463 of file jetsAK4_CHS_cff.py.

◆ jetForMETTask

jetsAK4_CHS_cff.jetForMETTask

Definition at line 491 of file jetsAK4_CHS_cff.py.

◆ jetId

jetsAK4_CHS_cff.jetId

Definition at line 154 of file jetsAK4_CHS_cff.py.

◆ jets

jetsAK4_CHS_cff.jets

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ jetSource

jetsAK4_CHS_cff.jetSource

Definition at line 23 of file jetsAK4_CHS_cff.py.

◆ jetTable

jetsAK4_CHS_cff.jetTable

Tables for final output and docs ##########################.

Definition at line 116 of file jetsAK4_CHS_cff.py.

◆ jetTablesTask

jetsAK4_CHS_cff.jetTablesTask

Definition at line 500 of file jetsAK4_CHS_cff.py.

◆ jetTask

jetsAK4_CHS_cff.jetTask

Definition at line 497 of file jetsAK4_CHS_cff.py.

◆ jetUserDataTask

jetsAK4_CHS_cff.jetUserDataTask

Definition at line 494 of file jetsAK4_CHS_cff.py.

◆ leadTrackPt

jetsAK4_CHS_cff.leadTrackPt

◆ leptonDeltaR

jetsAK4_CHS_cff.leptonDeltaR

Definition at line 87 of file jetsAK4_CHS_cff.py.

◆ leptonPdgId

jetsAK4_CHS_cff.leptonPdgId

◆ leptonPtRelInvv0

jetsAK4_CHS_cff.leptonPtRelInvv0

Definition at line 86 of file jetsAK4_CHS_cff.py.

◆ leptonPtRelv0

jetsAK4_CHS_cff.leptonPtRelv0

Definition at line 85 of file jetsAK4_CHS_cff.py.

◆ levels

jetsAK4_CHS_cff.levels

Definition at line 13 of file jetsAK4_CHS_cff.py.

◆ looseJetId

jetsAK4_CHS_cff.looseJetId

Definition at line 30 of file jetsAK4_CHS_cff.py.

◆ maxDR

jetsAK4_CHS_cff.maxDR

Definition at line 78 of file jetsAK4_CHS_cff.py.

◆ muEF

jetsAK4_CHS_cff.muEF

Definition at line 166 of file jetsAK4_CHS_cff.py.

◆ muonIdx1

jetsAK4_CHS_cff.muonIdx1

Definition at line 129 of file jetsAK4_CHS_cff.py.

◆ muonIdx2

jetsAK4_CHS_cff.muonIdx2

Definition at line 130 of file jetsAK4_CHS_cff.py.

◆ muonSubtrFactor

jetsAK4_CHS_cff.muonSubtrFactor

Definition at line 488 of file jetsAK4_CHS_cff.py.

◆ muonSubtrRawPt

jetsAK4_CHS_cff.muonSubtrRawPt

Definition at line 473 of file jetsAK4_CHS_cff.py.

Referenced by JetCleanerForType1METT< T, Textractor >.produce().

◆ name

jetsAK4_CHS_cff.name

Definition at line 118 of file jetsAK4_CHS_cff.py.

◆ nanoAOD_addDeepBTag_switch

jetsAK4_CHS_cff.nanoAOD_addDeepBTag_switch

Definition at line 387 of file jetsAK4_CHS_cff.py.

◆ nanoAOD_addDeepFlavourTag_switch

jetsAK4_CHS_cff.nanoAOD_addDeepFlavourTag_switch

Definition at line 388 of file jetsAK4_CHS_cff.py.

◆ nanoAOD_addDeepInfoAK4CHS_switch

jetsAK4_CHS_cff.nanoAOD_addDeepInfoAK4CHS_switch

Definition at line 386 of file jetsAK4_CHS_cff.py.

◆ nanoAOD_addParticleNet_switch

jetsAK4_CHS_cff.nanoAOD_addParticleNet_switch

Definition at line 389 of file jetsAK4_CHS_cff.py.

◆ nConstituents

jetsAK4_CHS_cff.nConstituents

Definition at line 160 of file jetsAK4_CHS_cff.py.

◆ neEmEF

jetsAK4_CHS_cff.neEmEF

Definition at line 165 of file jetsAK4_CHS_cff.py.

◆ neHEF

jetsAK4_CHS_cff.neHEF

Definition at line 163 of file jetsAK4_CHS_cff.py.

◆ nElectrons

jetsAK4_CHS_cff.nElectrons

Definition at line 133 of file jetsAK4_CHS_cff.py.

◆ nMuons

jetsAK4_CHS_cff.nMuons

Definition at line 128 of file jetsAK4_CHS_cff.py.

◆ nSVs

jetsAK4_CHS_cff.nSVs

Definition at line 136 of file jetsAK4_CHS_cff.py.

◆ offsetCorrLabel

jetsAK4_CHS_cff.offsetCorrLabel

Definition at line 464 of file jetsAK4_CHS_cff.py.

◆ outputFormulas

jetsAK4_CHS_cff.outputFormulas

Definition at line 256 of file jetsAK4_CHS_cff.py.

◆ outputNames

jetsAK4_CHS_cff.outputNames

◆ outputTensorName

jetsAK4_CHS_cff.outputTensorName

Definition at line 254 of file jetsAK4_CHS_cff.py.

◆ phi

jetsAK4_CHS_cff.phi

Definition at line 483 of file jetsAK4_CHS_cff.py.

◆ pileupJetIdNano

jetsAK4_CHS_cff.pileupJetIdNano

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ PNetRegPtRawCorr

jetsAK4_CHS_cff.PNetRegPtRawCorr

Definition at line 149 of file jetsAK4_CHS_cff.py.

◆ PNetRegPtRawCorrNeutrino

jetsAK4_CHS_cff.PNetRegPtRawCorrNeutrino

Definition at line 150 of file jetsAK4_CHS_cff.py.

◆ PNetRegPtRawRes

jetsAK4_CHS_cff.PNetRegPtRawRes

Definition at line 151 of file jetsAK4_CHS_cff.py.

◆ precision

jetsAK4_CHS_cff.precision

Definition at line 121 of file jetsAK4_CHS_cff.py.

◆ primaryVertices

jetsAK4_CHS_cff.primaryVertices

Definition at line 17 of file jetsAK4_CHS_cff.py.

◆ ptD

jetsAK4_CHS_cff.ptD

◆ puId

jetsAK4_CHS_cff.puId

Definition at line 153 of file jetsAK4_CHS_cff.py.

◆ puIdDisc

jetsAK4_CHS_cff.puIdDisc

Era dependent customization.

Definition at line 152 of file jetsAK4_CHS_cff.py.

◆ puIdNanoDisc

jetsAK4_CHS_cff.puIdNanoDisc

Definition at line 94 of file jetsAK4_CHS_cff.py.

◆ puIdNanoId

jetsAK4_CHS_cff.puIdNanoId

Definition at line 102 of file jetsAK4_CHS_cff.py.

◆ pvsrc

jetsAK4_CHS_cff.pvsrc

Definition at line 70 of file jetsAK4_CHS_cff.py.

◆ qgl

jetsAK4_CHS_cff.qgl

Definition at line 93 of file jetsAK4_CHS_cff.py.

◆ qgtagger

jetsAK4_CHS_cff.qgtagger

Definition at line 336 of file jetsAK4_CHS_cff.py.

◆ quality

jetsAK4_CHS_cff.quality

Definition at line 33 of file jetsAK4_CHS_cff.py.

◆ rawFactor

jetsAK4_CHS_cff.rawFactor

Definition at line 161 of file jetsAK4_CHS_cff.py.

◆ rawPt

jetsAK4_CHS_cff.rawPt

◆ rhosrc

jetsAK4_CHS_cff.rhosrc

Definition at line 215 of file jetsAK4_CHS_cff.py.

◆ skipEM

jetsAK4_CHS_cff.skipEM

Definition at line 465 of file jetsAK4_CHS_cff.py.

◆ skipEMfractionThreshold

jetsAK4_CHS_cff.skipEMfractionThreshold

Definition at line 466 of file jetsAK4_CHS_cff.py.

◆ skipMuons

jetsAK4_CHS_cff.skipMuons

Definition at line 468 of file jetsAK4_CHS_cff.py.

◆ skipMuonSelection

jetsAK4_CHS_cff.skipMuonSelection

Definition at line 467 of file jetsAK4_CHS_cff.py.

◆ src

jetsAK4_CHS_cff.src

Definition at line 12 of file jetsAK4_CHS_cff.py.

◆ srcJet

jetsAK4_CHS_cff.srcJet

Definition at line 76 of file jetsAK4_CHS_cff.py.

◆ srcJets

jetsAK4_CHS_cff.srcJets

Definition at line 336 of file jetsAK4_CHS_cff.py.

◆ srcPF

jetsAK4_CHS_cff.srcPF

Definition at line 77 of file jetsAK4_CHS_cff.py.

Referenced by BetaStarVarProducer< T >.produce().

◆ srcVertexCollection

jetsAK4_CHS_cff.srcVertexCollection

Definition at line 336 of file jetsAK4_CHS_cff.py.

◆ svIdx1

jetsAK4_CHS_cff.svIdx1

Definition at line 134 of file jetsAK4_CHS_cff.py.

◆ svIdx2

jetsAK4_CHS_cff.svIdx2

Definition at line 135 of file jetsAK4_CHS_cff.py.

◆ svsrc

jetsAK4_CHS_cff.svsrc

Definition at line 72 of file jetsAK4_CHS_cff.py.

◆ tightId

jetsAK4_CHS_cff.tightId

Definition at line 98 of file jetsAK4_CHS_cff.py.

◆ tightIdLepVeto

jetsAK4_CHS_cff.tightIdLepVeto

Definition at line 99 of file jetsAK4_CHS_cff.py.

◆ tightJetId

jetsAK4_CHS_cff.tightJetId

Definition at line 37 of file jetsAK4_CHS_cff.py.

◆ tightJetIdLepVeto

jetsAK4_CHS_cff.tightJetIdLepVeto

Definition at line 44 of file jetsAK4_CHS_cff.py.

◆ True

jetsAK4_CHS_cff.True

Definition at line 342 of file jetsAK4_CHS_cff.py.

◆ type1JetPtThreshold

jetsAK4_CHS_cff.type1JetPtThreshold

Definition at line 469 of file jetsAK4_CHS_cff.py.

◆ updatedJets

jetsAK4_CHS_cff.updatedJets

Definition at line 21 of file jetsAK4_CHS_cff.py.

◆ updatedJetsWithUserData

jetsAK4_CHS_cff.updatedJetsWithUserData

Definition at line 81 of file jetsAK4_CHS_cff.py.

◆ userFloats

jetsAK4_CHS_cff.userFloats

Definition at line 83 of file jetsAK4_CHS_cff.py.

◆ userInts

jetsAK4_CHS_cff.userInts

Definition at line 97 of file jetsAK4_CHS_cff.py.

◆ variables

jetsAK4_CHS_cff.variables

Definition at line 126 of file jetsAK4_CHS_cff.py.

◆ variablesOrder

jetsAK4_CHS_cff.variablesOrder

Definition at line 220 of file jetsAK4_CHS_cff.py.

◆ version

jetsAK4_CHS_cff.version

Definition at line 32 of file jetsAK4_CHS_cff.py.

◆ vertexes

jetsAK4_CHS_cff.vertexes

◆ vtx3deL

jetsAK4_CHS_cff.vtx3deL

Definition at line 91 of file jetsAK4_CHS_cff.py.

Referenced by BJetEnergyRegressionVarProducer< T >.produce().

◆ vtx3dL

jetsAK4_CHS_cff.vtx3dL

Definition at line 90 of file jetsAK4_CHS_cff.py.

Referenced by BJetEnergyRegressionVarProducer< T >.produce().

◆ vtxMass

jetsAK4_CHS_cff.vtxMass

◆ vtxNtrk

jetsAK4_CHS_cff.vtxNtrk

Definition at line 100 of file jetsAK4_CHS_cff.py.

Referenced by BJetEnergyRegressionVarProducer< T >.produce().

◆ vtxPt

jetsAK4_CHS_cff.vtxPt

Definition at line 88 of file jetsAK4_CHS_cff.py.

Referenced by BJetEnergyRegressionVarProducer< T >.produce().

◆ weightFile

jetsAK4_CHS_cff.weightFile

Definition at line 217 of file jetsAK4_CHS_cff.py.