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: 2011/07/01 07:01:20 $ by $Author: mussgill $
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  'pathALCARECOTkAlCosmicsRegional0THLT')
11  ),
12  outputCommands = cms.untracked.vstring()
13 )
14 # We have the same producers as in the non-HLT path, just HLT sel. in front,
15 # ==> identical keep statements:
17 OutALCARECOTkAlCosmics0THLT_noDrop.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff.OutALCARECOTkAlCosmics0T_noDrop.outputCommands
18 
19 import copy
20 OutALCARECOTkAlCosmics0THLT = copy.deepcopy(OutALCARECOTkAlCosmics0THLT_noDrop)
21 OutALCARECOTkAlCosmics0THLT.outputCommands.insert(0, "drop *")