ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/IPHCalignment2/RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py
Revision: 1.1
Committed: Fri Nov 25 17:05:36 2011 UTC (13 years, 5 months ago) by econte
Content type: text/x-python
Branch: MAIN
CVS Tags: TBD2011, TBD_2011, HEAD
Log Message:
new IPHC alignment

File Contents

# Content
1 import FWCore.ParameterSet.Config as cms
2
3 ttrhbwor = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
4 StripCPE = cms.string('Fake'),
5 ComponentName = cms.string('WithoutRefit'),
6 PixelCPE = cms.string('Fake'),
7 Matcher = cms.string('Fake'),
8 ComputeCoarseLocalPositionFromDisk = cms.bool(False)
9 )
10
11