test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaTracklessJets_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TracklessJetsPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_SingleCentralPFJet170_CFMax0p1_v",
6  "HLT_DiCentralPFJet170_CFMax0p1_v",
7  "HLT_DiCentralPFJet220_CFMax0p3_v",
8  "HLT_DiCentralPFJet330_CFMax0p5_v",
9  "HLT_DiCentralPFJet170_v",
10  "HLT_DiCentralPFJet430_v"
11  ),
12  recPFJetLabel = cms.InputTag("ak4PFJets"),
13  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
14 
15  minCandidates = cms.uint32(1),
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 
21  dropPt3 = cms.bool(True)
22 )