Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
QCDAnalysis
Skimming
python
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
Config
Generated for CMSSW Reference Manual by
1.8.5