00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from HLTrigger.special.PixelMBCommon_cff import *
00005 import copy
00006 from HLTrigger.special.hltPixlMBForAlignment_cfi import *
00007
00008 hltPixelMBForAlignment = copy.deepcopy(hltPixlMBForAlignment)
00009 import copy
00010 from HLTrigger.HLTcore.hltPrescaler_cfi import *
00011
00012 preMBForAlignment = copy.deepcopy(hltPrescaler)
00013
00014 hltMBForAlignment = cms.Sequence(cms.SequencePlaceholder("hltBegin")+preMBForAlignment+l1seedMinBiasPixel+cms.SequencePlaceholder("doLocalPixel")+cms.SequencePlaceholder("pixelTrackingForMinBias")+hltPixelCands*hltPixelMBForAlignment)