CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AlCaReco for track based alignment using MinBias events
00004 OutALCARECOTkAlMinBiasHI_noDrop = cms.PSet(
00005     SelectEvents = cms.untracked.PSet(
00006         SelectEvents = cms.vstring('pathALCARECOTkAlMinBiasHI')
00007     ),
00008     outputCommands = cms.untracked.vstring(
00009         'keep *_ALCARECOTkAlMinBiasHI_*_*', 
00010         'keep L1AcceptBunchCrossings_*_*_*',
00011         'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
00012         'keep *_TriggerResults_*_*',
00013         'keep DcsStatuss_scalersRawToDigi_*_*',
00014         'keep *_hiSelectedVertex_*_*',
00015         'keep *_offlineBeamSpot_*_*')
00016 )
00017 
00018 import copy
00019 OutALCARECOTkAlMinBiasHI = copy.deepcopy(OutALCARECOTkAlMinBiasHI_noDrop)
00020 OutALCARECOTkAlMinBiasHI.outputCommands.insert(0, "drop *")