ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/HbbAnalyzer/python/SkimGen_cfi.py
Revision: 1.1.2.1
Committed: Tue Dec 4 23:05:23 2012 UTC (12 years, 5 months ago) by apana
Content type: text/x-python
Branch: hbbsubstructDevPostHCP
CVS Tags: hbbsubstructDev_11, hbbsubstructDev_10
Changes since 1.1: +8 -0 lines
Log Message:
First commit

File Contents

# User Rev Content
1 apana 1.1.2.1 import FWCore.ParameterSet.Config as cms
2    
3     skim = cms.EDFilter("SkimGen",
4     mcTruthCollection = cms.InputTag("genParticles"),
5     genpart=cms.vint32(22), # photons
6     genpt=cms.double(50.),
7     Debug=cms.bool(False)
8     )