CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
hltExoticaDSTMuons_cff Namespace Reference

Variables

tuple DSTMuonsPSet
 

Variable Documentation

tuple hltExoticaDSTMuons_cff.DSTMuonsPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3 # "DST_ZeroBias_CaloScouting_PFScouting_v",
4 # "DST_ZeroBias_BTagScouting_v",
5 # "DST_L1DoubleMu_CaloScouting_PFScouting_v",
6 # "DST_L1DoubleMu_BTagScouting_v",
7 # "DST_DoubleMu3_Mass10_CaloScouting_PFScouting_v",
8 # "DST_DoubleMu3_Mass10_BTagScouting_v",
9 # "HLT_DoubleMu3_Mass10_v",
10 # "DST_DoubleMu3_noVtx_CaloScouting_v"
11  ),
12  recMuonLabel = cms.InputTag("muons"),
13  # -- Analysis specific cuts
14  #MET_genCut = cms.string("sumEt > 75"),
15  #MET_recCut = cms.string("sumEt > 75"),
16  minCandidates = cms.uint32(2),
17  # -- Analysis specific binnings
18  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
19  500, 550, 600, 650, 700, 800, 900, 1000
20  ),
21  dropPt3 = cms.bool(True),
22 )

Definition at line 3 of file hltExoticaDSTMuons_cff.py.