ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1MuonRecoTreeProducer_cfi.py
Revision: 1.2
Committed: Thu Mar 11 13:56:38 2010 UTC (15 years, 1 month ago) by alebihan
Content type: text/x-python
Branch: MAIN
CVS Tags: L1TriggerAnalysis_3_6_1patch4, V20-00-00
Branch point for: oldformat_06072010
Changes since 1.1: +2 -1 lines
Log Message:
general clean-up of prompt analysis code, migration to PromptL1 classes

File Contents

# User Rev Content
1 guiducci 1.1 import FWCore.ParameterSet.Config as cms
2    
3 alebihan 1.2 l1MuonRecoTreeProducer = cms.EDFilter("L1MuonRecoTreeProducer",
4     maxMuon = cms.uint32(20)
5 guiducci 1.1 )
6