CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOTkAlCosmics0THLT_Output_cff.py
Go to the documentation of this file.
1 # last update: $Date: 2009/07/10 13:24:47 $ by $Author: flucke $
2 
3 import FWCore.ParameterSet.Config as cms
4 
5 # AlCaReco for track based alignment using Cosmic muon events
6 OutALCARECOTkAlCosmics0THLT_noDrop = cms.PSet(
7  SelectEvents = cms.untracked.PSet(
8  SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTF0THLT',
9  'pathALCARECOTkAlCosmicsCosmicTF0THLT')
10  ),
11  outputCommands = cms.untracked.vstring()
12 )
13 # We have the same producers as in the non-HLT path, just HLT sel. in front,
14 # ==> identical keep statements:
16 OutALCARECOTkAlCosmics0THLT_noDrop.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff.OutALCARECOTkAlCosmics0T_noDrop.outputCommands
17 
18 import copy
19 OutALCARECOTkAlCosmics0THLT = copy.deepcopy(OutALCARECOTkAlCosmics0THLT_noDrop)
20 OutALCARECOTkAlCosmics0THLT.outputCommands.insert(0, "drop *")