CMS 3D CMS Logo

P5CosmicCandidateFinder_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 cosmicCandidateFinder.pixelRecHits = cms.InputTag('dummy','dummy')
5 cosmicCandidateFinder.MinHits = cms.int32(4)
6 cosmicCandidateFinder.Chi2Cut = cms.double(300.0)
7 cosmicCandidateFinder.GeometricStructure = cms.untracked.string('STANDARD')