Functions | |
def | addModuleToSequence |
def | addShiftedJetCollections |
Now, jet variation for corrected METs, the default collection to use. More... | |
def | addShiftedSingleParticleCollection |
Up variation. More... | |
def | addSmearedJets |
def | createShiftedSingleParticleUpModule |
def | isValidInputTag |
def objectsUncertaintyTools.addModuleToSequence | ( | process, | |
module, | |||
moduleName_parts, | |||
sequence, | |||
postfix | |||
) |
Definition at line 13 of file objectsUncertaintyTools.py.
References addShiftedSingleParticleCollection().
Referenced by jmeUncertaintyTools.JetMEtUncertaintyTools._addCleanedJets(), addShiftedJetCollections(), addShiftedSingleParticleCollection(), addSmearedJets(), and createShiftedSingleParticleUpModule().
def objectsUncertaintyTools.addShiftedJetCollections | ( | process, | |
jetCollection, | |||
lastJetCollection, | |||
jetCorrLabelUpToL3, | |||
jetCorrLabelUpToL3Res, | |||
jecUncertaintyFile, | |||
jecUncertaintyTag, | |||
varyByNsigmas, | |||
sequence, | |||
postfix = "" |
|||
) |
Now, jet variation for corrected METs, the default collection to use.
Definition at line 166 of file objectsUncertaintyTools.py.
References addModuleToSequence(), and addSmearedJets().
Referenced by jmeUncertaintyTools.JetMEtUncertaintyTools._addShiftedParticleCollections(), and createShiftedSingleParticleUpModule().
def objectsUncertaintyTools.addShiftedSingleParticleCollection | ( | process, | |
identifier, | |||
objectCollection, | |||
varyByNsigmas, | |||
sequence, | |||
postfix = "" |
|||
) |
Up variation.
Down variation
Definition at line 48 of file objectsUncertaintyTools.py.
References addModuleToSequence(), createShiftedSingleParticleUpModule(), and isValidInputTag().
Referenced by jmeUncertaintyTools.JetMEtUncertaintyTools._addShiftedParticleCollections(), and addModuleToSequence().
def objectsUncertaintyTools.addSmearedJets | ( | process, | |
jetCollection, | |||
smearedJetCollectionName_parts, | |||
jetSmearFileName, | |||
jetSmearHistogram, | |||
jetResolutions, | |||
varyByNsigmas, | |||
shiftBy = None , |
|||
sequence = None , |
|||
postfix = "" |
|||
) |
Definition at line 225 of file objectsUncertaintyTools.py.
References addModuleToSequence().
Referenced by jmeUncertaintyTools.JetMEtUncertaintyTools._addShiftedParticleCollections(), addShiftedJetCollections(), runMVAMEtUncertainties.RunMVAMEtUncertainties.toolCode(), runType1PFMEtUncertainties.RunType1PFMEtUncertainties.toolCode(), and runNoPileUpMEtUncertainties.RunNoPileUpMEtUncertainties.toolCode().
def objectsUncertaintyTools.createShiftedSingleParticleUpModule | ( | process, | |
identifier, | |||
objectCollection, | |||
varyByNsigmas, | |||
sequence, | |||
postfix = "" |
|||
) |
Definition at line 94 of file objectsUncertaintyTools.py.
References addModuleToSequence(), and addShiftedJetCollections().
Referenced by addShiftedSingleParticleCollection().
def objectsUncertaintyTools.isValidInputTag | ( | input | ) |
Definition at line 3 of file objectsUncertaintyTools.py.
Referenced by jmeUncertaintyTools.JetMEtUncertaintyTools._addCleanedJets(), runType1PFMEtUncertainties.RunType1PFMEtUncertainties._addCorrPFMEt(), runMVAMEtUncertainties.RunMVAMEtUncertainties._addPFMVAMEt(), jmeUncertaintyTools.JetMEtUncertaintyTools._addShiftedParticleCollections(), jmeUncertaintyTools.JetMEtUncertaintyTools._getLeptonsForPFMEtInput(), addShiftedSingleParticleCollection(), runMVAMEtUncertainties.RunMVAMEtUncertainties.toolCode(), runType1PFMEtUncertainties.RunType1PFMEtUncertainties.toolCode(), and runNoPileUpMEtUncertainties.RunNoPileUpMEtUncertainties.toolCode().