Revision: | 1.2 |
Committed: | Tue Dec 8 00:31:46 2009 UTC (15 years, 5 months ago) by edwenger |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_012g, Mit_012f, Mit_012e |
Changes since 1.1: | +2 -1 lines |
Log Message: | add pixel cluster shape info |
# | Content |
---|---|
1 | # $Id: evtSelData_cfi.py,v 1.1 2009/12/07 22:53:00 loizides 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 | pixelRecHits = cms.untracked.string('siPixelRecHits') |
11 | ) |