File indexing completed on 2022-08-02 22:42:14
0001 import FWCore.ParameterSet.Config as cms
0002
0003 DisplacedDiPhotonPSet = cms.PSet(
0004 hltPathsToCheck = cms.vstring(
0005 "HLT_DiPhoton10Time1p4ns_v",
0006 "HLT_DiPhoton10sminlt0p1_v",
0007 ),
0008 recElecLabel = cms.InputTag("gedGsfElectrons"),
0009
0010 minCandidates = cms.uint32(2),
0011
0012 parametersTurnOn = cms.vdouble( 0, 25, 50, 75, 100, 125, 150, 175, 200, 225,
0013 250, 275, 300, 400, 500, 600, 700, 800, 900, 1000
0014 ),
0015 parametersDxy = cms.vdouble(50, -50, 50),
0016 dropPt3 = cms.bool(True),
0017 )