CMS 3D CMS Logo

PixelMBCommon_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import copy
00004 from HLTrigger.HLTfilters.hltLevel1GTSeed_cfi import *
00005 #
00006 #   include "HLTrigger/Configuration/data/common/HLTSetup.cff"
00007 #    include "HLTrigger/special/data/HLTFullRecoForSpecial.cff"
00008 l1seedMinBiasPixel = copy.deepcopy(hltLevel1GTSeed)
00009 #   convert all pixel tracks to RecoChargedCandidates
00010 hltPixelCands = cms.EDProducer("ConcreteChargedCandidateProducer",
00011     src = cms.InputTag("pixelTracksForMinBias"),
00012     #      just pretend tracks are pi+, many will not really be...
00013     particleType = cms.string('pi+')
00014 )
00015 
00016 l1seedMinBiasPixel.L1SeedsLogicalExpression = 'L1_ZeroBias'
00017 

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