CMS 3D CMS Logo

Functions

outputCommands_cfi Namespace Reference

Functions

def outputCommands

Function Documentation

def outputCommands_cfi::outputCommands (   hlt_name)

Definition at line 5 of file outputCommands_cfi.py.

00006                             :
00007     return cms.untracked.vstring(
00008         'drop *_*_*_*',
00009         'keep *_genParticles_*_*',
00010         'keep recoMuons_muons_*_RECO',
00011         'keep *_hltL1extraParticles_*_%s' % hlt_name,
00012         'keep *_hltL2Muons_*_%s' % hlt_name,
00013         'keep *_hltL3Muons_*_%s' % hlt_name,
00014         'keep *_hltL2MuonCandidates_*_%s' % hlt_name,
00015         'keep *_hltL3MuonCandidates_*_%s' % hlt_name,
00016         'keep *_hltTriggerSummaryRAW_*_%s' % hlt_name,
00017         'keep *_TriggerResults_*_%s' % hlt_name,
00018         'keep *_hltL2MuonSeeds_*_%s' % hlt_name,
00019         'keep *_hltL3TrajectorySeed_*_%s' % hlt_name,
00020         )