CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.

5 
6 def outputCommands(hlt_name):
7  return cms.untracked.vstring(
8  'drop *_*_*_*',
9  'keep *_genParticles_*_*',
10  'keep recoMuons_muons_*_RECO',
11  'keep *_hltL1extraParticles_*_%s' % hlt_name,
12  'keep *_hltL2Muons_*_%s' % hlt_name,
13  'keep *_hltL3Muons_*_%s' % hlt_name,
14  'keep *_hltL2MuonCandidates_*_%s' % hlt_name,
15  'keep *_hltL3MuonCandidates_*_%s' % hlt_name,
16  'keep *_hltTriggerSummaryRAW_*_%s' % hlt_name,
17  'keep *_TriggerResults_*_%s' % hlt_name,
18  'keep *_hltL2MuonSeeds_*_%s' % hlt_name,
19  'keep *_hltL3TrajectorySeed_*_%s' % hlt_name,
20  )