CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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_PFScouting_v",
4  "DST_ZeroBias_BTagScouting_v",
5  "DST_L1DoubleMu_PFScouting_v",
6  "DST_L1DoubleMu_BTagScouting_v",
7  "DST_DoubleMu3_Mass10_PFScouting_v",
8  "DST_DoubleMu3_Mass10_BTagScouting_v",
9  "HLT_DoubleMu3_Mass10_v"
10  ),
11  recMuonLabel = cms.InputTag("muons"),
12  # -- Analysis specific cuts
13  #MET_genCut = cms.string("sumEt > 75"),
14  #MET_recCut = cms.string("sumEt > 75"),
15  minCandidates = cms.uint32(2),
16  # -- Analysis specific binnings
17  parametersTurnOn = cms.vdouble(0, 50, 100, 150, 200, 250, 300, 350, 400, 450, 470,
18  500, 550, 600, 650, 700, 800, 900, 1000
19  ),
20  dropPt3 = cms.bool(True),
21 )

Definition at line 3 of file hltExoticaDSTMuons_cff.py.