ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/python/pf2pat.py
(Generate patch)

Comparing UserCode/Betchart/TopRefTuple/python/pf2pat.py (file contents):
Revision 1.6 by bbetchar, Wed Nov 14 06:39:18 2012 UTC vs.
Revision 1.7 by bbetchar, Wed Nov 14 17:17:00 2012 UTC

# Line 29 | Line 29 | class TopRefPF2PAT(object) :
29                             jetAlgo = 'AK5',
30                             jetCorrections = ('AK5PFchs', ['L1FastJet','L2Relative','L3Absolute','L2L3Residual'][:None if options.isData else -1] )
31                             )
32 +        getattr( process, 'pfPileUp'+options.postfix).checkClosestZVertex = False # https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookJetEnergyCorrections#JetEnCorPFnoPU2012
33          getattr( process, 'pfPileUpIso'+options.postfix).checkClosestZVertex = True
34          if options.isData: coreTools.runOnData( process, names = [ 'PFAll' ], postfix = options.postfix )
35          coreTools.removeSpecificPATObjects( process, names = [ 'Photons', 'Taus' ], postfix = options.postfix )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines