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 |
# | 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 | ) |