Variables | |
tuple | dedxHarmonic2 |
00001 cms.EDProducer("DeDxEstimatorProducer", 00002 tracks = cms.InputTag("generalTracks"), 00003 trajectoryTrackAssociation = cms.InputTag("generalTracks"), 00004 00005 estimator = cms.string('generic'), 00006 exponent = cms.double(-2.0), 00007 00008 UseStrip = cms.bool(True), 00009 UsePixel = cms.bool(False), 00010 MeVperADCStrip = cms.double(3.61e-06*265), 00011 MeVperADCPixel = cms.double(3.61e-06), 00012 00013 UseCalibration = cms.bool(False), 00014 calibrationPath = cms.string(""), 00015 ShapeTest = cms.bool(True), 00016 )
Definition at line 3 of file dedxHarmonic2_cfi.py.