![]() |
|
|||
File indexing completed on 2024-04-06 12:18:52
0001 import FWCore.ParameterSet.Config as cms 0002 0003 HighPtDielectronPSet = cms.PSet( 0004 hltPathsToCheck = cms.vstring( 0005 # "HLT_DoubleEle33_CaloIdL_MW_v", # 2016 menu # Not claimed path for Run3 0006 ), 0007 recElecLabel = cms.InputTag("gedGsfElectrons"), 0008 # -- Analysis specific cuts 0009 minCandidates = cms.uint32(2), 0010 # -- Analysis specific binnings 0011 parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000, 0012 1100, 1200, 1500 0013 ), 0014 dropPt3 = cms.bool(True), 0015 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |