CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaMETplusTrack_cff.py
Go to the documentation of this file.
2 
3 METplusTrackPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  #"HLT_MET80_v", # For debugging
6  #"HLT_MET85_Track50_dEdx3p6_v", # For debugging
7  "HLT_MET75_IsoTrk50_v",
8  "HLT_MET95_IsoTrk50_v"
9  ),
10  recPFMETLabel = cms.InputTag("pfMet"),
11  #recMETLabel = cms.InputTag("hltPFMETProducer"),
12  genMETLabel = cms.InputTag("genMetTrue"),
13  recMuonLabel = cms.InputTag("muons"),
14  recElecLabel = cms.InputTag("gedGsfElectrons"),
15  #recTrackLabel = cms.InputTag("generalTracks"),
16  #hltMETLabel = cms.InputTag("hltMetClean"),
17  l1METLabel = cms.InputTag("l1extraParticles","MET"),
18  # -- Analysis specific cuts
19  minCandidates = cms.uint32(1),
20  # -- Analysis specific binnings
21  parametersTurnOn = cms.vdouble( 0, 10, 20, 30, 40, 50, 60, 70, 80, 90,
22  100, 110, 120, 130, 140, 150, 160, 170, 180, 190,
23  200, 210, 220, 230, 240, 250, 260, 270, 280, 290,
24  300, 310, 320, 330, 340, 350, 360, 370, 380, 390,
25  400
26  ),
27  parametersTurnOnSumEt = cms.vdouble( 0, 10, 20, 30, 40, 50, 60, 70, 80, 90,
28  100, 110, 120, 130, 140, 150, 160, 170, 180, 190,
29  200, 210, 220, 230, 240, 250, 260, 270, 280, 290,
30  300, 310, 320, 330, 340, 350, 360, 370, 380, 390,
31  400
32  ),
33 )
34