CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for LAS AlCaReco
00004 OutALCARECOTkAlLAS_noDrop = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOTkAlLAS')
00007     ),
00008     outputCommands = cms.untracked.vstring(
00009         'keep *_ALCARECOTkAlLAST0Producer_*_*', 
00010         'keep DcsStatuss_scalersRawToDigi_*_*')
00011 )
00012 
00013 import copy
00014 OutALCARECOTkAlLAS = copy.deepcopy(OutALCARECOTkAlLAS_noDrop)
00015 OutALCARECOTkAlLAS.outputCommands.insert(0, "drop *")