Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 import copy
00004 from RecoTracker.SingleTrackPattern.CosmicCandidateFinder_cfi import *
00005
00006
00007 cosmicCandidateFinderP5 = copy.deepcopy(cosmicCandidateFinder)
00008 cosmicCandidateFinderP5.GeometricStructure = 'STANDARD'
00009 cosmicCandidateFinderP5.cosmicSeeds = 'cosmicseedfinderP5'
00010
00011 from RecoTracker.TrackProducer.CosmicFinalFitWithMaterialP5_cff import *
00012
00013
00014
00015
00016
00017
00018