Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:08:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoTracker.SingleTrackPattern.CosmicCandidateFinder_cfi import *
0004 cosmicCandidateFinder.pixelRecHits = cms.InputTag('dummy','dummy')
0005 cosmicCandidateFinder.MinHits = cms.int32(4)
0006 cosmicCandidateFinder.Chi2Cut = cms.double(300.0)
0007 cosmicCandidateFinder.GeometricStructure = cms.untracked.string('STANDARD')