Classes | |
class | RunMETCorrectionsAndUncertainties |
Functions | |
def | isValidInputTag (input) |
def | runMetCorAndUncForMiniAODProduction (process, metType="PF", jetCollUnskimmed="patJets", photonColl="selectedPatPhotons", electronColl="selectedPatElectrons", muonColl="selectedPatMuons", tauColl="selectedPatTaus", pfCandColl="particleFlow", jetCleaning="LepClean", jetSelection="pt>15 && abs(eta)<9.9", jecUnFile="", jetFlavor="AK4PFchs", recoMetFromPFCs=False, postfix="") |
def | runMetCorAndUncFromMiniAOD (process, metType="PF", jetCollUnskimmed="slimmedJets", photonColl="slimmedPhotons", electronColl="slimmedElectrons", muonColl="slimmedMuons", tauColl="slimmedTaus", pfCandColl="packedPFCandidates", jetFlavor="AK4PFchs", jetCleaning="LepClean", isData=False, manualJetConfig=False, reclusterJets=None, jetSelection="pt>15 && abs(eta)<9.9", recoMetFromPFCs=None, jetCorLabelL3="ak4PFCHSL1FastL2L3Corrector", jetCorLabelRes="ak4PFCHSL1FastL2L3ResidualCorrector", CHS=False, reapplyJEC=True, jecUncFile="", computeMETSignificance=True, fixEE2017=False, fixEE2017Params=None, postfix="") |
Variables | |
runMETCorrectionsAndUncertainties | |
def runMETCorrectionsAndUncertainties.isValidInputTag | ( | input | ) |
Definition at line 9 of file runMETCorrectionsAndUncertainties.py.
Referenced by runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties.createMVAMETModule(), runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties.getMETUncertainties(), and runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties.jetCleaning().
def runMETCorrectionsAndUncertainties.runMetCorAndUncForMiniAODProduction | ( | process, | |
metType = "PF" , |
|||
jetCollUnskimmed = "patJets" , |
|||
photonColl = "selectedPatPhotons" , |
|||
electronColl = "selectedPatElectrons" , |
|||
muonColl = "selectedPatMuons" , |
|||
tauColl = "selectedPatTaus" , |
|||
pfCandColl = "particleFlow" , |
|||
jetCleaning = "LepClean" , |
|||
jetSelection = "pt>15 && abs(eta)<9.9" , |
|||
jecUnFile = "" , |
|||
jetFlavor = "AK4PFchs" , |
|||
recoMetFromPFCs = False , |
|||
postfix = "" |
|||
) |
Definition at line 1844 of file runMETCorrectionsAndUncertainties.py.
References runMetCorAndUncFromMiniAOD().
Referenced by extraSlimmedMETs_MuEGFixMoriond2017.addExtraMETCollections(), corMETFromMuonAndEG.corMETFromMuonAndEG(), and miniAOD_tools.miniAOD_customizeCommon().
def runMETCorrectionsAndUncertainties.runMetCorAndUncFromMiniAOD | ( | process, | |
metType = "PF" , |
|||
jetCollUnskimmed = "slimmedJets" , |
|||
photonColl = "slimmedPhotons" , |
|||
electronColl = "slimmedElectrons" , |
|||
muonColl = "slimmedMuons" , |
|||
tauColl = "slimmedTaus" , |
|||
pfCandColl = "packedPFCandidates" , |
|||
jetFlavor = "AK4PFchs" , |
|||
jetCleaning = "LepClean" , |
|||
isData = False , |
|||
manualJetConfig = False , |
|||
reclusterJets = None , |
|||
jetSelection = "pt>15 && abs(eta)<9.9" , |
|||
recoMetFromPFCs = None , |
|||
jetCorLabelL3 = "ak4PFCHSL1FastL2L3Corrector" , |
|||
jetCorLabelRes = "ak4PFCHSL1FastL2L3ResidualCorrector" , |
|||
CHS = False , |
|||
reapplyJEC = True , |
|||
jecUncFile = "" , |
|||
computeMETSignificance = True , |
|||
fixEE2017 = False , |
|||
fixEE2017Params = None , |
|||
postfix = "" |
|||
) |
Definition at line 1935 of file runMETCorrectionsAndUncertainties.py.
Referenced by corMETFromMuonAndEG.corMETFromMuonAndEG(), nano_cff.nanoAOD_recalibrateMETs(), nano_cff.nanoAOD_runMETfixEE2017(), and runMetCorAndUncForMiniAODProduction().
runMETCorrectionsAndUncertainties.runMETCorrectionsAndUncertainties |
Definition at line 1826 of file runMETCorrectionsAndUncertainties.py.