ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1JetRecoTreeProducer_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: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
general clean-up of prompt analysis code, migration to PromptL1 classes

File Contents

# User Rev Content
1 jbrooke 1.1 import FWCore.ParameterSet.Config as cms
2    
3     l1JetRecoTreeProducer = cms.EDFilter("L1JetRecoTreeProducer",
4     jetTag = cms.untracked.InputTag("sisCone5CaloJets")
5     )
6