ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/pixelRecHits_cfi.py
Revision: 1.2
Committed: Sat Nov 21 19:37:23 2009 UTC (15 years, 5 months ago) by loizides
Content type: text/x-python
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Use standard pixel reco

File Contents

# User Rev Content
1 loizides 1.2 # $Id: pixelRecHits_cfi.py,v 1.1 2009/11/05 09:33:28 loizides Exp $
2 loizides 1.1
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 loizides 1.2 # CPE = cms.string('PixelCPETemplateReco'),
10 loizides 1.1 VerboseLevel = cms.untracked.int32(0),
11     )