ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/grogg/python/PFJetCollections_cfi.py
Revision: 1.2
Committed: Fri Sep 3 09:21:17 2010 UTC (14 years, 7 months ago) by grogg
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -44 lines
Log Message:
Cleanup of jet and W collections

File Contents

# User Rev Content
1 grogg 1.1 import FWCore.ParameterSet.Config as cms
2    
3    
4     ak5PFJetsClean = cms.EDFilter("JetViewCleaner",
5 grogg 1.2 srcJets = cms.InputTag("selectedPatJetsAK5PF"),
6 grogg 1.1 module_label = cms.string(""),
7 grogg 1.2 srcObjects = cms.VInputTag(cms.InputTag("triggeredPatElectrons")),
8 grogg 1.1 deltaRMin = cms.double(0.3)
9     )
10    
11     #######################################################
12    
13 grogg 1.2 PFJetPath = cms.Sequence(ak5PFJetsClean)
14 grogg 1.1
15