Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTriggerOffline
Exotica
python
analyses
hltExoticaSingleMuon_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
SingleMuonPSet = cms.PSet(
4
hltPathsToCheck = cms.vstring(
5
"HLT_Mu45_e2p1_v"
,
# Run 2
6
"HLT_Mu50_v"
# Run 2
7
),
8
recMuonLabel = cms.InputTag(
"muons"
),
9
# -- Analysis specific cuts
10
minCandidates = cms.uint32(1),
11
# -- Analysis specific binnings
12
parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40,
13
42, 44, 46, 48, 50, 52, 54, 56, 58, 60,
14
70, 80, 90, 100
15
),
16
)
Config
Generated for CMSSW Reference Manual by
1.8.5