Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTriggerOffline
Exotica
python
analyses
hltExoticaDisplacedDimuon_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
DisplacedDimuonPSet = cms.PSet(
4
hltPathsToCheck = cms.vstring(
5
"HLT_DoubleMu33NoFiltersNoVtx_v"
,
# Run2
6
"HLT_DoubleMu38NoFiltersNoVtx_v"
,
# Run2
7
"HLT_DoubleMu23NoFiltersNoVtxDisplaced_v"
,
# Run2
8
"HLT_DoubleMu28NoFiltersNoVtxDisplaced_v"
# Run2
9
),
10
recMuonLabel = cms.InputTag(
"muons"
),
11
# -- Analysis specific cuts
12
minCandidates = cms.uint32(2),
13
# -- Analysis specific binnings
14
15
parametersTurnOn = cms.vdouble(
#0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
16
#60, 70, 80, 100
17
0, 10, 20, 30, 40, 50,
18
100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600
19
),
20
)
Config
Generated for CMSSW Reference Manual by
1.8.5