Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:34:07

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 clusterShapeHitFilterESProducer = cms.ESProducer('ClusterShapeHitFilterESProducer',
0004   PixelShapeFile = cms.string('RecoTracker/PixelLowPtUtilities/data/pixelShapePhase0.par'),
0005   PixelShapeFileL1 = cms.string('RecoTracker/PixelLowPtUtilities/data/pixelShapePhase0.par'),
0006   ComponentName = cms.string(''),
0007   isPhase2 = cms.bool(False),
0008   doPixelShapeCut = cms.bool(True),
0009   doStripShapeCut = cms.bool(True),
0010   clusterChargeCut = cms.PSet(
0011     value = cms.double(-1)
0012   ),
0013   appendToDataLabel = cms.string('')
0014 )