CMS 3D CMS Logo

dedxTruncated40_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dedxTruncated40 = cms.EDProducer("DeDxEstimatorProducer",
00004     tracks                     = cms.InputTag("generalTracks"),
00005     trajectoryTrackAssociation = cms.InputTag("generalTracks"),
00006  
00007     estimator      = cms.string('truncated'),
00008     fraction       = cms.double(0.4),
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 )
00015 
00016 

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