CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltDeDxEstimatorProducer_cfi.py
Go to the documentation of this file.
2 
3 DeDxEstimatorProducer = cms.EDProducer("DeDxEstimatorProducer",
4  tracks = cms.InputTag("hltIter4Merged"),
5  trajectoryTrackAssociation = cms.InputTag("hltIter4Merged"),
6 
7  estimator = cms.string('generic'),
8  exponent = cms.double(-2.0),
9 
10  UseStrip = cms.bool(True),
11  UsePixel = cms.bool(False),
12  MeVperADCStrip = cms.double(3.61e-06*265),
13  MeVperADCPixel = cms.double(3.61e-06),
14 
15  UseCalibration = cms.bool(False),
16  calibrationPath = cms.string(""),
17  ShapeTest = cms.bool(False),
18 )