Functions | |
def | backupJetsFirstStep |
def | backupJetsSecondStep |
def | makeRecoJetCollection |
def | reduceFinalJetCollection |
def | reduceInputJetCollection |
def extraJets_MuEGFixMoriond2017.backupJetsFirstStep | ( | process | ) |
Take snapshots of the sequences before we change the PFCandidates
Definition at line 56 of file extraJets_MuEGFixMoriond2017.py.
References helpers.cloneProcessingSnippet(), 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 67 of file extraJets_MuEGFixMoriond2017.py.
References helpers.addKeepStatement(), helpers.massSearchReplaceAnyInputTag(), reduceFinalJetCollection(), and reduceInputJetCollection().
Referenced by customizeMiniAOD_MuEGFixMoriond2017.customizeAll().
def extraJets_MuEGFixMoriond2017.makeRecoJetCollection | ( | process, | |
pfCandCollection, | |||
coneSize, | |||
useCHSAlgo, | |||
postfix | |||
) |
Definition at line 8 of file extraJets_MuEGFixMoriond2017.py.
References clone(), and helpers.cloneProcessingSnippet().
def extraJets_MuEGFixMoriond2017.reduceFinalJetCollection | ( | process, | |
jetCollection, | |||
badMuons | |||
) |
Definition at line 44 of file extraJets_MuEGFixMoriond2017.py.
Referenced by backupJetsSecondStep().
def extraJets_MuEGFixMoriond2017.reduceInputJetCollection | ( | process, | |
jetCollection, | |||
badMuons | |||
) |
Definition at line 33 of file extraJets_MuEGFixMoriond2017.py.
Referenced by backupJetsSecondStep().