Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 import copy
00004 from RecoPixelVertexing.PixelTrackFitting.PixelTracks_cfi import *
00005
00006
00007
00008 pixelTracksForMinBias = copy.deepcopy(pixelTracks)
00009
00010 from RecoPixelVertexing.PixelTrackFitting.PixelTracks_cff import *
00011 import copy
00012 from HLTrigger.special.TriggerTypeFilter_cfi import *
00013
00014
00015
00016 filterTriggerType = copy.deepcopy(triggerTypeFilter)
00017
00018
00019 pixelTrackingForMinBias = cms.Sequence(pixelTracksForMinBias)
00020 pixelTrackingForIsol = cms.Sequence(pixelTracks)
00021 pixelTracksForMinBias.RegionFactoryPSet.RegionPSet.ptMin = 0.2
00022 filterTriggerType.InputLabel = 'rawDataCollector'
00023