Revision: | 1.1 |
Committed: | Thu Nov 5 09:33:28 2009 UTC (15 years, 6 months ago) by loizides |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_012a, Mit_012 |
Log Message: | Added pixelRecHits |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.1 | # $Id: conversionElectronsStable_cfi.py,v 1.2 2009/07/12 13:12:06 bendavid Exp $ |
2 | |||
3 | import FWCore.ParameterSet.Config as cms | ||
4 | |||
5 | from RecoLocalTracker.SiPixelRecHits.PixelCPEESProducers_cff import * | ||
6 | |||
7 | siPixelRecHits = cms.EDFilter("SiPixelRecHitConverter", | ||
8 | src = cms.InputTag("siPixelClusters"), | ||
9 | CPE = cms.string('PixelCPETemplateReco'), | ||
10 | VerboseLevel = cms.untracked.int32(0), | ||
11 | ) |