CMS 3D CMS Logo

dedxHarmonic2_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dedxHarmonic2 = cms.EDProducer("DeDxEstimatorProducer",
00004     tracks                     = cms.InputTag("generalTracks"),
00005     trajectoryTrackAssociation = cms.InputTag("generalTracks"),
00006 
00007     estimator      = cms.string('generic'),
00008     exponent       = cms.double(-2.0),
00009 
00010     UseStrip       = cms.bool(True),
00011     UsePixel       = cms.bool(True),
00012     MeVperADCStrip = cms.double(3.61e-06*250),
00013     MeVperADCPixel = cms.double(3.61e-06)
00014 )

Generated on Tue Jun 9 17:45:24 2009 for CMSSW by  doxygen 1.5.4