![]() |
|
|||
File indexing completed on 2023-03-17 11:19:51
0001 import FWCore.ParameterSet.Config as cms 0002 0003 seedClusterRemover = cms.EDProducer("SeedClusterRemover", 0004 trajectories = cms.InputTag("initialStepSeeds"), 0005 stripClusters = cms.InputTag("siStripClusters"), 0006 pixelClusters = cms.InputTag("siPixelClusters"), 0007 Common = cms.PSet( maxChi2 = cms.double(9.0) ), #dummy 0008 ) 0009
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |