CMS 3D CMS Logo

MBForAlignment_cff.py

Go to the documentation of this file.
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 #   do the filter work 
00008 hltPixelMBForAlignment = copy.deepcopy(hltPixlMBForAlignment)
00009 import copy
00010 from HLTrigger.HLTcore.hltPrescaler_cfi import *
00011 #   HLT prescaler
00012 preMBForAlignment = copy.deepcopy(hltPrescaler)
00013 #   the full sequence
00014 hltMBForAlignment = cms.Sequence(cms.SequencePlaceholder("hltBegin")+preMBForAlignment+l1seedMinBiasPixel+cms.SequencePlaceholder("doLocalPixel")+cms.SequencePlaceholder("pixelTrackingForMinBias")+hltPixelCands*hltPixelMBForAlignment)

Generated on Tue Jun 9 17:37:58 2009 for CMSSW by  doxygen 1.5.4