CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOTkAlMuonIsolatedPA_Output_cff.py
Go to the documentation of this file.
2 
3 # AlCaReco for track based alignment using MuonIsolated events
4 OutALCARECOTkAlMuonIsolatedPA_noDrop = cms.PSet(
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOTkAlMuonIsolatedPA')
7  ),
8  outputCommands = cms.untracked.vstring(
9  'keep *_ALCARECOTkAlMuonIsolatedPA_*_*',
10  'keep L1AcceptBunchCrossings_*_*_*',
11  'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
12  'keep *_TriggerResults_*_*',
13  'keep DcsStatuss_scalersRawToDigi_*_*',
14  'keep *_offlinePrimaryVertices_*_*')
15 )
16 
17 import copy
18 OutALCARECOTkAlMuonIsolatedPA = copy.deepcopy(OutALCARECOTkAlMuonIsolatedPA_noDrop)
19 OutALCARECOTkAlMuonIsolatedPA.outputCommands.insert(0, "drop *")