CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 # last update: $Date: 2011/07/01 07:01:20 $ by $Author: mussgill $
00002 
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 # AlCaReco for track based Alignment using Cosmic muon events
00006 OutALCARECOTkAlCosmics0THLT_noDrop = cms.PSet(
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTF0THLT', 
00009             'pathALCARECOTkAlCosmicsCosmicTF0THLT', 
00010             'pathALCARECOTkAlCosmicsRegional0THLT')
00011     ),
00012     outputCommands = cms.untracked.vstring()
00013 )
00014 # We have the same producers as in the non-HLT path, just HLT sel. in front,
00015 # ==> identical keep statements:
00016 import Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff
00017 OutALCARECOTkAlCosmics0THLT_noDrop.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff.OutALCARECOTkAlCosmics0T_noDrop.outputCommands
00018 
00019 import copy
00020 OutALCARECOTkAlCosmics0THLT = copy.deepcopy(OutALCARECOTkAlCosmics0THLT_noDrop)
00021 OutALCARECOTkAlCosmics0THLT.outputCommands.insert(0, "drop *")