CMS 3D CMS Logo

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

Variables

tuple MonojetBackupPSet
 

Variable Documentation

tuple hltExoticaMonojetBackup_cff.MonojetBackupPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  #"HLT_PFJet260_v", # Run2
4  #"HLT_PFJetCen80_PFMETNoMu100_v",
5  #"HLT_PFJetCen80_PFMHTNoPuNoMu100_v",
6  #"HLT_PFCenJet140_PFMETNoMu100_PFMHTNoMu140_v",
7  #"HLT_PFCenJet140_PFMETNoMu140_PFMHTNoMu140_v",
8  #"HLT_PFCenJet150_PFMETNoMu150_PFMHTNoMu150_v",
9  #"HLT_CaloJet500_NoID_v",
10  "HLT_CaloJet500_NoJetID_v"
11  #"HLT_MonoCentralPFJet80_PFMETnoMu105_NHEF0p95_v" # Run1
12  ),
13  recPFJetLabel = cms.InputTag("ak4PFJets"),
14  recPFMETLabel = cms.InputTag("pfMet"),
15  recCaloJetLabel = cms.InputTag("ak4CaloJets"),
16  # -- Analysis specific cuts
17  minCandidates = cms.uint32(1),
18  # -- Analysis specific binnings
19  parametersTurnOn = cms.vdouble(
20  400, 410, 420, 430, 440, 450, 460, 470, 480, 490,
21  500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600
22  ),
23  )

Definition at line 3 of file hltExoticaMonojetBackup_cff.py.