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