HLTriggerOffline
Exotica
python
analyses
hltExoticaHighPtDimuon_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
HighPtDimuonPSet = cms.PSet(
4
hltPathsToCheck = cms.vstring(
5
),
6
recMuonLabel = cms.InputTag(
"muons"
),
7
# -- Analysis specific cuts
8
minCandidates = cms.uint32(2),
9
# -- Analysis specific binnings
10
parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
11
1100, 1200, 1500
12
),
13
dropPt3 = cms.bool(
True
),
14
)
Generated for CMSSW Reference Manual by
1.8.14