Functions | |
def | backupJetsFirstStep (process) |
def | backupJetsSecondStep (process, sequences, badMuons, verbose=False) |
def | makeRecoJetCollection (process, pfCandCollection, coneSize, useCHSAlgo, postfix) |
def | reduceFinalJetCollection (process, jetCollection, badMuons) |
def | reduceInputJetCollection (process, jetCollection, badMuons) |
def extraJets_MuEGFixMoriond2017.backupJetsFirstStep | ( | process | ) |
Definition at line 71 of file extraJets_MuEGFixMoriond2017.py.
References helpers.cloneProcessingSnippet(), helpers.getPatAlgosToolsTask(), and helpers.listDependencyChain().
Referenced by customizeMiniAOD_MuEGFixMoriond2017.customizeAll().
def extraJets_MuEGFixMoriond2017.backupJetsSecondStep | ( | process, | |
sequences, | |||
badMuons, | |||
verbose = False |
|||
) |
Deploy the snapshots after the change of PFCandidates
Definition at line 90 of file extraJets_MuEGFixMoriond2017.py.
References helpers.addKeepStatement(), helpers.getPatAlgosToolsTask(), helpers.listModules(), MassReplace.massSearchReplaceAnyInputTag(), reduceFinalJetCollection(), and reduceInputJetCollection().
Referenced by customizeMiniAOD_MuEGFixMoriond2017.customizeAll().
def extraJets_MuEGFixMoriond2017.makeRecoJetCollection | ( | process, | |
pfCandCollection, | |||
coneSize, | |||
useCHSAlgo, | |||
postfix | |||
) |
Definition at line 11 of file extraJets_MuEGFixMoriond2017.py.
References helpers.addToProcessAndTask(), clone(), helpers.cloneProcessingSnippet(), helpers.getPatAlgosToolsTask(), createfilelist.int, and str.
def extraJets_MuEGFixMoriond2017.reduceFinalJetCollection | ( | process, | |
jetCollection, | |||
badMuons | |||
) |
Definition at line 54 of file extraJets_MuEGFixMoriond2017.py.
References helpers.addToProcessAndTask(), and helpers.getPatAlgosToolsTask().
Referenced by backupJetsSecondStep().
def extraJets_MuEGFixMoriond2017.reduceInputJetCollection | ( | process, | |
jetCollection, | |||
badMuons | |||
) |
Definition at line 38 of file extraJets_MuEGFixMoriond2017.py.
References helpers.addToProcessAndTask(), and helpers.getPatAlgosToolsTask().
Referenced by backupJetsSecondStep().