CMS 3D CMS Logo

ALCARECOTkAlCosmicsHLT_Output_cff.py

Go to the documentation of this file.
00001 # last update: $Date: 2008/12/15 17:44:36 $ by $Author: flucke $
00002 
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 # AlCaReco for track based alignment using Cosmic muon events
00006 OutALCARECOTkAlCosmicsHLT = cms.PSet(
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTFHLT', 
00009             'pathALCARECOTkAlCosmicsCosmicTFHLT', 
00010             'pathALCARECOTkAlCosmicsRSHLT')
00011     ),
00012     outputCommands = cms.untracked.vstring()
00013 )
00014 
00015 # We have the same producers as in the non-HLT path, just HLT sel. in front,
00016 # ==> identical keep statements:
00017 import Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics_Output_cff
00018 OutALCARECOTkAlCosmicsHLT.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics_Output_cff.OutALCARECOTkAlCosmics.outputCommands
00019 

Generated on Tue Jun 9 17:24:01 2009 for CMSSW by  doxygen 1.5.4