Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTriggerOffline
Exotica
python
analyses
hltExoticaDisplacedL2Dimuon_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
DisplacedL2DimuonPSet = cms.PSet(
4
hltPathsToCheck = cms.vstring(
5
"HLT_L2DoubleMu28_NoVertex_2Cha_Angle2p5_Mass10_v"
,
# Run2
6
"HLT_L2DoubleMu23_NoVertex_v"
,
# Run2
7
"HLT_L2DoubleMu38_NoVertex_2Cha_Angle2p5_Mass10_v"
# Run2
8
),
9
#recMuonLabel = cms.InputTag("muons"),
10
recMuonTrkLabel = cms.InputTag(
"refittedStandAloneMuons"
),
11
# -- Analysis specific cuts
12
minCandidates = cms.uint32(2),
13
# -- Analysis specific binnings
14
#parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
15
# 1100, 1200, 1500
16
# ),
17
parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
18
60, 70, 80, 100
19
),
20
dropPt3 = cms.bool(
True
),
21
)
Generated for CMSSW Reference Manual by
1.8.5