ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/IPHCalignment2/RecoTracker/TransientTrackingRecHit/python/TTRHBuilderWithTemplate_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

# User Rev Content
1 econte 1.1 import FWCore.ParameterSet.Config as cms
2    
3     TTRHBuilderAngleAndTemplate = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
4     StripCPE = cms.string('StripCPEfromTrackAngle'),
5     ComponentName = cms.string('WithAngleAndTemplate'),
6     PixelCPE = cms.string('PixelCPETemplateReco'),
7     Matcher = cms.string('StandardMatcher'),
8     ComputeCoarseLocalPositionFromDisk = cms.bool(False)
9     )
10    
11