Skip to content

Commit

Permalink
add a missing paramter
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed Apr 9, 2018
1 parent f28ac60 commit f407bcc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -22,6 +22,7 @@
process.load("Configuration.StandardSequences.GeometryRecoDB_cff")
process.load("Configuration.StandardSequences.MagneticField_cff")
process.GlobalTrackingGeometryESProducer = cms.ESProducer( "GlobalTrackingGeometryESProducer" ) # for muon hlt dqm
process.HLTSiStripClusterChargeCutNone = cms.PSet( value = cms.double( -1.0 ) )
process.ClusterShapeHitFilterESProducer = cms.ESProducer( "ClusterShapeHitFilterESProducer",
ComponentName = cms.string( "ClusterShapeHitFilter" ),
PixelShapeFileL1 = cms.string( "RecoPixelVertexing/PixelLowPtUtilities/data/pixelShapePhase1_loose.par" ),
Expand Down

0 comments on commit f407bcc

Please sign in to comment.