def pfTools.adaptPFElectrons | ( | process, | |
module, | |||
postfix | |||
) |
Definition at line 50 of file pfTools.py.
def pfTools.adaptPFMuons | ( | process, | |
module, | |||
postfix = "" , |
|||
muonMatchModule = None |
|||
) |
Definition at line 14 of file pfTools.py.
def pfTools.adaptPFPhotons | ( | process, | |
module | |||
) |
Definition at line 90 of file pfTools.py.
def pfTools.adaptPFTaus | ( | process, | |
tauType = 'shrinkingConePFTau' , |
|||
postfix = "" |
|||
) |
Definition at line 230 of file pfTools.py.
def pfTools.adaptPVs | ( | process, | |
pvCollection = cms.InputTag('offlinePrimaryVertices') , |
|||
postfix = '' |
|||
) |
Definition at line 384 of file pfTools.py.
def pfTools.addPFCandidates | ( | process, | |
src, | |||
patLabel = 'PFParticles' , |
|||
cut = "" , |
|||
postfix = "" |
|||
) |
Definition at line 275 of file pfTools.py.
def pfTools.reconfigurePF2PATTaus | ( | process, | |
tauType = 'shrinkingConePFTau' , |
|||
pf2patSelection = ["DiscriminationByIsolation" , |
|||
DiscriminationByLeadingPionPtCut, | |||
selectionDependsOn = ["DiscriminationByLeadingTrackFinding"] , |
|||
producerFromType = lambda producer: producer+"Producer" , |
|||
postfix = "" |
|||
) |
Definition at line 100 of file pfTools.py.
def pfTools.removeMCMatchingPF2PAT | ( | process, | |
postfix = "" , |
|||
outputModules = ['out'] |
|||
) |
Definition at line 377 of file pfTools.py.
def pfTools.switchToPFJets | ( | process, | |
input = cms.InputTag('pfNoTauClones') , |
|||
algo = 'AK4' , |
|||
postfix = "" , |
|||
jetCorrections = ('AK4PFchs', ['L1FastJet' , |
|||
L2Relative, | |||
L3Absolute, | |||
type1 = False , |
|||
outputModules = ['out'] |
|||
) |
Definition at line 312 of file pfTools.py.
def pfTools.switchToPFMET | ( | process, | |
input = cms.InputTag('pfMETPFBRECO') , |
|||
type1 = False , |
|||
postfix = "" |
|||
) |
Definition at line 296 of file pfTools.py.
def pfTools.tauTypeInPF2PAT | ( | process, | |
tauType = 'shrinkingConePFTau' , |
|||
postfix = "" |
|||
) |
Definition at line 270 of file pfTools.py.
def pfTools.usePF2PAT | ( | process, | |
runPF2PAT = True , |
|||
jetAlgo = 'AK4' , |
|||
runOnMC = True , |
|||
postfix = "" , |
|||
jetCorrections = ('AK4PFchs', ['L1FastJet' , |
|||
L2Relative, | |||
L3Absolute, | |||
None, | |||
pvCollection = cms.InputTag('goodOfflinePrimaryVerticesPFlow', , |
|||
typeIMetCorrections = False , |
|||
outputModules = ['out'] , |
|||
excludeFromTopProjection = ['Tau'] |
|||
) |
Definition at line 402 of file pfTools.py.
def pfTools.warningIsolation | ( | ) |
Definition at line 11 of file pfTools.py.