CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py

Go to the documentation of this file.
00001 # last update: $Date: 2010/03/16 17:08:51 $ 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)