ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1MuonRecoTreeProducer_cfi.py
Revision: 1.3
Committed: Wed Aug 25 07:40:36 2010 UTC (14 years, 8 months ago) by alebihan
Content type: text/x-python
Branch: MAIN
CVS Tags: hi44X_02, L1CorrectionsStudy_13_09_11, CMSSW_4_2_3_patch2
Changes since 1.2: +1 -1 lines
Log Message:
modifications for 38X

File Contents

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