CMS 3D CMS Logo

diMuonSkim_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 #
5 # Modules for soft di-muon trigger skim.
6 #
7 diMuonTrigger = cms.EDFilter("HLTHighLevel",
8  HLTPaths = cms.vstring('HLT_DoubleMu3'),
9  byName = cms.bool(True),
10  andOr = cms.bool(True),
11  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
12 )
13 
14