test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaDSTMuons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 DSTMuonsPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "DST_ZeroBias_CaloScouting_PFScouting_v",
6  "DST_ZeroBias_BTagScouting_v",
7  "DST_L1DoubleMu_CaloScouting_PFScouting_v",
8  "DST_L1DoubleMu_BTagScouting_v",
9  "DST_DoubleMu3_Mass10_CaloScouting_PFScouting_v",
10  "DST_DoubleMu3_Mass10_BTagScouting_v",
11  "HLT_DoubleMu3_Mass10_v"
12  ),
13  recMuonLabel = cms.InputTag("muons"),
14  # -- Analysis specific cuts
15  #MET_genCut = cms.string("sumEt > 75"),
16  #MET_recCut = cms.string("sumEt > 75"),
17  minCandidates = cms.uint32(2),
18  # -- Analysis specific binnings
19  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
20  500, 550, 600, 650, 700, 800, 900, 1000
21  ),
22  dropPt3 = cms.bool(True),
23 )