CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py

Go to the documentation of this file.
00001 # last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 #_________________________________HLT bits___________________________________________
00005 import HLTrigger.HLTfilters.hltHighLevel_cfi
00006 
00007 
00008 
00009 ALCARECOTkAlCosmics0THLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00010     andOr = True, ## choose logical OR between Triggerbits
00011     eventSetupPathsKey = 'TkAlCosmics0T',
00012     throw = False # tolerate triggers not available
00013     )
00014 
00015 #________________________________Track selection____________________________________
00016 # take from stream that is HLT-less
00017 from Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_cff import *
00018 
00019 #________________________________Sequences____________________________________
00020 # simply add HLT in front of HLT-less paths
00021 seqALCARECOTkAlCosmicsCTF0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsCTF0T)
00022 seqALCARECOTkAlCosmicsCosmicTF0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsCosmicTF0T)
00023 seqALCARECOTkAlCosmicsRegional0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsRegional0T)