ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/evtSelData_cfi.py
Revision: 1.1
Committed: Mon Dec 7 22:53:00 2009 UTC (15 years, 5 months ago) by loizides
Content type: text/x-python
Branch: MAIN
Log Message:
Added

File Contents

# User Rev Content
1 loizides 1.1 # $Id: conversions_cfi.py,v 1.7 2009/07/12 13:12:06 bendavid Exp $
2    
3     import FWCore.ParameterSet.Config as cms
4    
5     evtSelData = cms.EDProducer("ProducerEvtSelData",
6     hfRecHits = cms.untracked.string('hfreco'),
7     hbheRecHits = cms.untracked.string('hbhereco'),
8     castorRecHits = cms.untracked.string('castorreco'),
9     zdcRecHits = cms.untracked.string('zdcreco'),
10     )