diff --git a/Configuration/HLT/python/addOnTestsHLT.py b/Configuration/HLT/python/addOnTestsHLT.py index 2fcd545b815fd..dcafffb189646 100644 --- a/Configuration/HLT/python/addOnTestsHLT.py +++ b/Configuration/HLT/python/addOnTestsHLT.py @@ -24,7 +24,7 @@ def addOnTestsHLT(): 'cmsDriver.py RelVal -s HLT:PRef,RAW2DIGI,L1Reco,RECO --mc --scenario=pp -n 10 --conditions auto:run3_mc_PRef --relval 9000,50 --datatier "RAW-HLT-RECO" --eventcontent FEVTDEBUGHLT --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --customise=HLTrigger/Configuration/CustomConfigs.HLTRECO --era Run3_2023 --processName=HLTRECO --filein file:RelVal_Raw_PRef_MC.root --fileout file:RelVal_Raw_PRef_MC_HLT_RECO.root'], 'hlt_mc_Special' : ['cmsDriver.py TTbar_13TeV_TuneCUETP8M1_cfi -s GEN,SIM,DIGI,L1,DIGI2RAW --mc --scenario=pp -n 10 --conditions auto:run3_mc_Special --relval 9000,50 --datatier "GEN-SIM-RAW" --eventcontent RAWSIM --customise=HLTrigger/Configuration/CustomConfigs.L1T --era Run3_2023 --fileout file:RelVal_Raw_Special_MC.root', 'HLTrigger/Configuration/test/OnLine_HLT_Special.py', - 'cmsDriver.py RelVal -s HLT:GRun,RAW2DIGI,L1Reco,RECO --mc --scenario=pp -n 10 --conditions auto:run3_mc_Special --relval 9000,50 --datatier "RAW-HLT-RECO" --eventcontent FEVTDEBUGHLT --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --customise=HLTrigger/Configuration/CustomConfigs.HLTRECO --era Run3_2023 --processName=HLTRECO --filein file:RelVal_Raw_Special_MC.root --fileout file:RelVal_Raw_Special_MC_HLT_RECO.root'], + 'cmsDriver.py RelVal -s HLT:Special,RAW2DIGI,L1Reco,RECO --mc --scenario=pp -n 10 --conditions auto:run3_mc_Special --relval 9000,50 --datatier "RAW-HLT-RECO" --eventcontent FEVTDEBUGHLT --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --customise=HLTrigger/Configuration/CustomConfigs.HLTRECO --era Run3_2023 --processName=HLTRECO --filein file:RelVal_Raw_Special_MC.root --fileout file:RelVal_Raw_Special_MC_HLT_RECO.root'], 'hlt_data_Fake' : ['cmsDriver.py RelVal -s L1REPACK:GT1 --data --scenario=pp -n 10 --conditions auto:run1_hlt_Fake --relval 9000,50 --datatier "RAW" --eventcontent RAW --customise=HLTrigger/Configuration/CustomConfigs.L1T --fileout file:RelVal_Raw_Fake_DATA.root --filein /store/data/Run2012A/MuEG/RAW/v1/000/191/718/14932935-E289-E111-830C-5404A6388697.root', 'HLTrigger/Configuration/test/OnLine_HLT_Fake.py', 'cmsDriver.py RelVal -s HLT:Fake,RAW2DIGI,L1Reco,RECO --data --scenario=pp -n 10 --conditions auto:run1_data_Fake --relval 9000,50 --datatier "RAW-HLT-RECO" --eventcontent FEVTDEBUGHLT --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --customise=HLTrigger/Configuration/CustomConfigs.HLTRECO --processName=HLTRECO --filein file:RelVal_Raw_Fake_DATA.root --fileout file:RelVal_Raw_Fake_DATA_HLT_RECO.root'], diff --git a/HLTrigger/Configuration/python/HLT_2023v12_cff.py b/HLTrigger/Configuration/python/HLT_2023v12_cff.py index 6db920f9755e4..5c2ca9d794e86 100644 --- a/HLTrigger/Configuration/python/HLT_2023v12_cff.py +++ b/HLTrigger/Configuration/python/HLT_2023v12_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT --cff --data --type 2023v12 +# hltGetConfiguration /frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT --cff --data --type 2023v12 -# /frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT/V3 (CMSSW_13_3_0) +# /frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT/V3') + tableName = cms.string('/frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT/V5') ) fragment.transferSystem = cms.PSet( @@ -7313,6 +7313,8 @@ ) fragment.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -7813,7 +7815,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -10086,7 +10089,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -10126,7 +10130,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -10148,6 +10153,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10271,6 +10277,7 @@ ) fragment.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10348,6 +10355,7 @@ ) fragment.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10463,6 +10471,7 @@ ) fragment.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -10490,6 +10499,7 @@ ) fragment.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -11065,7 +11075,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJetsCPUOnly = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -12966,7 +12977,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -12979,6 +12991,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseededCPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseededCPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13118,6 +13131,7 @@ ) fragment.hltParticleFlowClusterHBHECPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13233,6 +13247,7 @@ ) fragment.hltParticleFlowClusterHCALCPUOnly = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -13999,7 +14014,8 @@ 'hltPixelVerticesSoA@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelRecHitsSoA@cuda', @@ -14007,7 +14023,8 @@ 'hltPixelVerticesSoA@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsSoA@cpu" ), @@ -14082,14 +14099,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -14112,13 +14131,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPreDSTZeroBias = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -15195,6 +15216,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -15916,7 +15938,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltFixedGridRhoFastjetHCAL = cms.EDProducer( "FixedGridRhoProducerFastjetFromRecHit", hbheRecHitsTag = cms.InputTag( "hltHbhereco" ), @@ -15927,7 +15950,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltRecHitInRegionForMuonsMF = cms.EDProducer( "MuonHLTRechitInRegionsProducer", productLabels = cms.vstring( 'EcalRegionalRecHitsEB', @@ -16010,6 +16034,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedForMuonsMF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16133,6 +16158,7 @@ ) fragment.hltParticleFlowClusterPSForMuons = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuons" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16492,7 +16518,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltEgammaHoverEUnseeded = cms.EDProducer( "EgammaHLTHcalVarProducerFromRecHit", recoEcalCandidateProducer = cms.InputTag( "hltEgammaCandidatesUnseeded" ), @@ -16505,6 +16532,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -16980,7 +17008,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltEgammaEleGsfUnseededTrackIsoPixelOnly = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectronsUnseeded" ), @@ -17095,6 +17124,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedForMuonsMFNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMFNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17218,6 +17248,7 @@ ) fragment.hltParticleFlowClusterPSForMuonsNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuonsNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17702,6 +17733,7 @@ ) fragment.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17763,6 +17795,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17993,6 +18026,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18018,6 +18052,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -18036,6 +18071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18102,6 +18138,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18124,6 +18161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18316,6 +18354,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -18331,7 +18370,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -19231,6 +19272,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -19345,6 +19387,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19367,6 +19410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -19725,7 +19769,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltDiMu5Ele3CaloIdLTrackIdLElectronlegOneOEMinusOneOPFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -19735,6 +19780,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19757,6 +19803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19779,6 +19826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19885,6 +19933,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -19931,6 +19980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19953,6 +20003,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -19998,6 +20049,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20020,6 +20072,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20042,6 +20095,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20148,6 +20202,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20191,6 +20246,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20234,6 +20290,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21507,6 +21564,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21550,6 +21608,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21593,6 +21652,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21724,6 +21784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -21746,6 +21807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -21791,6 +21853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -21823,6 +21886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -21845,6 +21909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -21890,6 +21955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -21926,6 +21992,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -21948,6 +22015,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -21993,6 +22061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22025,6 +22094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22047,6 +22117,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22092,6 +22163,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22128,6 +22200,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22150,6 +22223,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22195,6 +22269,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22227,6 +22302,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22249,6 +22325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22294,6 +22371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22360,6 +22438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22382,6 +22461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -22429,6 +22509,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -22480,6 +22561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -22533,6 +22615,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22555,6 +22638,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22577,6 +22661,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22599,6 +22684,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22621,6 +22707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22659,6 +22746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -22722,6 +22810,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -22744,6 +22833,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22789,6 +22879,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22811,6 +22902,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22833,6 +22925,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22987,6 +23080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23009,6 +23103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23054,6 +23149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23117,6 +23213,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23139,6 +23236,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23184,6 +23282,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24160,6 +24259,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -24207,6 +24307,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -24364,6 +24465,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -24386,6 +24488,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24408,6 +24511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25297,6 +25401,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -25789,6 +25894,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -25907,6 +26013,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26065,6 +26172,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26132,6 +26240,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26164,6 +26273,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26200,6 +26310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26232,6 +26343,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26298,6 +26410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26320,6 +26433,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26350,6 +26464,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26380,6 +26495,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -26420,6 +26536,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26442,6 +26559,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26472,6 +26590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26502,6 +26621,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -26576,6 +26696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26598,6 +26719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26628,6 +26750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26658,6 +26781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -26711,6 +26835,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26733,6 +26858,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26755,6 +26881,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26777,6 +26904,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26799,6 +26927,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26821,6 +26950,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -26865,6 +26995,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26887,6 +27018,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26917,6 +27049,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26947,6 +27080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27000,6 +27134,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27022,6 +27157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27044,6 +27180,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27066,6 +27203,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27088,6 +27226,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27110,6 +27249,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27154,6 +27294,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27176,6 +27317,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27206,6 +27348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27236,6 +27379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27289,6 +27433,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27311,6 +27456,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27333,6 +27479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27355,6 +27502,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27377,6 +27525,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27399,6 +27548,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27443,6 +27593,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27465,6 +27616,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27495,6 +27647,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27525,6 +27678,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27578,6 +27732,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27600,6 +27755,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27622,6 +27778,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27644,6 +27801,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27666,6 +27824,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27688,6 +27847,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27732,6 +27892,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27754,6 +27915,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27784,6 +27946,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27814,6 +27977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27867,6 +28031,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27889,6 +28054,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27911,6 +28077,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27933,6 +28100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27955,6 +28123,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27977,6 +28146,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28021,6 +28191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28043,6 +28214,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28073,6 +28245,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28103,6 +28276,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28156,6 +28330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28178,6 +28353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28200,6 +28376,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28222,6 +28399,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28244,6 +28422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28266,6 +28445,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28367,6 +28547,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28386,6 +28567,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -28408,6 +28590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -30838,9 +31021,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -30862,7 +31042,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTauForVBFIsoTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTauForVBFIsoTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTauForVBFIsoTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) fragment.hltHpsSelectedPFTausMediumDeepTauDitauWPForVBFIsoTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsPFTauProducer" ), @@ -30945,16 +31128,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20TrackDeepTauDitauWPAgainstMuon" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sSingleMu18 = cms.EDFilter( "HLTL1TSeed", @@ -31049,6 +31232,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31068,6 +31252,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -31090,6 +31275,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31204,6 +31390,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31223,6 +31410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -31245,6 +31433,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31346,6 +31535,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31365,6 +31555,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -31387,6 +31578,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31502,7 +31694,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltStoppedHSCPIterativeCone4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -32696,6 +32889,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32739,6 +32933,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32845,6 +33040,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32888,6 +33084,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33231,6 +33428,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33408,6 +33606,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33546,6 +33745,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33601,6 +33801,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33648,6 +33849,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -34563,6 +34765,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38162,7 +38365,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltMetCleanBH = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForAllBeamHaloCleaned" ), @@ -38383,6 +38587,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38516,6 +38721,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38969,6 +39175,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39084,6 +39291,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39199,6 +39407,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39262,16 +39471,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets40Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltBTagPFDeepJet0p71DoubleJets30 = cms.EDFilter( "HLTPFJetTag", @@ -39349,6 +39558,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39384,16 +39594,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets54Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltL1DoubleJet40er2p5 = cms.EDFilter( "HLTL1TSeed", @@ -39519,16 +39729,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets116Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoublePFJets128MaxDeta1p6DoublePFBTagDeepJetp71 = cms.EDFilter( "HLTPrescaler", @@ -39555,16 +39765,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets128Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltL1sSingleEGNonIsoOrWithJetAndTau = cms.EDFilter( "HLTL1TSeed", @@ -39703,6 +39913,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39814,6 +40025,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39860,6 +40072,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -39882,6 +40095,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -39927,6 +40141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -39949,6 +40164,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -39971,6 +40187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40111,6 +40328,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40140,6 +40358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -40162,6 +40381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40207,6 +40427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40229,6 +40450,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40251,6 +40473,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40388,6 +40611,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40442,6 +40666,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40464,6 +40689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40486,6 +40712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40508,6 +40735,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40553,6 +40781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40575,6 +40804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40597,6 +40827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40619,6 +40850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -40776,6 +41008,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40831,6 +41064,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41846,6 +42080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41868,6 +42103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41890,6 +42126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -41912,6 +42149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -41934,6 +42172,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -41956,6 +42195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -41978,6 +42218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42000,6 +42241,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42068,6 +42310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42090,6 +42333,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42112,6 +42356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42134,6 +42379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42156,6 +42402,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42178,6 +42425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42200,6 +42448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -42222,6 +42471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -42347,6 +42597,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -42401,6 +42652,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42423,6 +42675,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -42445,6 +42698,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -42467,6 +42721,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42512,6 +42767,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42534,6 +42790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42556,6 +42813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42578,6 +42836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -42690,6 +42949,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -42744,6 +43004,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42766,6 +43027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -42788,6 +43050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -42810,6 +43073,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42855,6 +43119,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42877,6 +43142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42899,6 +43165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42921,6 +43188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -43006,6 +43274,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43072,6 +43341,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43138,6 +43408,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43174,6 +43445,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43210,6 +43482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43246,6 +43519,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43282,6 +43556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43318,6 +43593,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43384,6 +43660,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43406,6 +43683,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43433,6 +43711,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43455,6 +43734,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43477,6 +43757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43511,6 +43792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -43577,6 +43859,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43599,6 +43882,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43621,6 +43905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43643,6 +43928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43665,6 +43951,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43687,6 +43974,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -43753,6 +44041,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43775,6 +44064,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43797,6 +44087,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43819,6 +44110,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43841,6 +44133,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43863,6 +44156,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -43899,6 +44193,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43921,6 +44216,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43943,6 +44239,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43965,6 +44262,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43987,6 +44285,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44009,6 +44308,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44045,6 +44345,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44067,6 +44368,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44089,6 +44391,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44111,6 +44414,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44133,6 +44437,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44155,6 +44460,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44191,6 +44497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44213,6 +44520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44235,6 +44543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44257,6 +44566,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44279,6 +44589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44301,6 +44612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44337,6 +44649,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44359,6 +44672,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44381,6 +44695,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44403,6 +44718,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44425,6 +44741,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44447,6 +44764,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44483,6 +44801,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44505,6 +44824,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44527,6 +44847,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44549,6 +44870,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44571,6 +44893,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44593,6 +44916,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44629,6 +44953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44651,6 +44976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44673,6 +44999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44695,6 +45022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44717,6 +45045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44739,6 +45068,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44805,6 +45135,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -44841,6 +45172,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -44863,6 +45195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44885,6 +45218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44907,6 +45241,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44929,6 +45264,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -44965,6 +45301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -44987,6 +45324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45009,6 +45347,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45031,6 +45370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45053,6 +45393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45089,6 +45430,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45111,6 +45453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45133,6 +45476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45155,6 +45499,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45177,6 +45522,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45213,6 +45559,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45235,6 +45582,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45257,6 +45605,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45279,6 +45628,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45301,6 +45651,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45337,6 +45688,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45359,6 +45711,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45381,6 +45734,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45403,6 +45757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45425,6 +45780,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45461,6 +45817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45483,6 +45840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -45505,6 +45863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45527,6 +45886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45549,6 +45909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45592,6 +45953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45614,6 +45976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -45636,6 +45999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45658,6 +46022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45680,6 +46045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45714,6 +46080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45796,6 +46163,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45818,6 +46186,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45840,6 +46209,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45862,6 +46232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45884,6 +46255,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -46068,16 +46440,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 30.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 30.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPFTauMediumAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -46384,16 +46756,16 @@ inputTag2 = cms.InputTag( "hltPFTau35TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 100.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 100.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24TwoProngs35 = cms.EDFilter( "HLTPrescaler", @@ -46855,6 +47227,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48178,6 +48551,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48349,6 +48723,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48392,6 +48767,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48498,6 +48874,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48541,6 +48918,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48602,6 +48980,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48645,6 +49024,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48972,6 +49352,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50791,6 +51172,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50838,6 +51220,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50930,6 +51313,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50976,6 +51360,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50998,6 +51383,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51048,6 +51434,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51077,6 +51464,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51099,6 +51487,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51149,6 +51538,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51178,6 +51568,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51200,6 +51591,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51250,6 +51642,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51477,6 +51870,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51499,6 +51893,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -51529,6 +51924,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -51559,6 +51955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -51612,6 +52009,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51634,6 +52032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51656,6 +52055,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51678,6 +52078,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51700,6 +52101,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51722,6 +52124,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -51823,6 +52226,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51845,6 +52249,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -51875,6 +52280,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -51905,6 +52311,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -51958,6 +52365,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51980,6 +52388,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52002,6 +52411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52024,6 +52434,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52046,6 +52457,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52068,6 +52480,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -52130,6 +52543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0132 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52152,6 +52566,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -52174,6 +52589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.145 ), @@ -52196,6 +52612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.16 ), @@ -52241,6 +52658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.08 ), thrRegularEE = cms.vdouble( 0.08 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52263,6 +52681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52285,6 +52704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52307,6 +52727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -52339,6 +52760,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.033 ), thrRegularEE = cms.vdouble( 0.033 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52361,6 +52783,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.17 ), @@ -52383,6 +52806,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.21 ), @@ -52399,6 +52823,7 @@ ) fragment.hltParticleFlowClusterHFForEgammaUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -52434,6 +52859,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.7 ), @@ -52533,6 +52959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52555,6 +52982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -52594,6 +53022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -52637,6 +53066,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -52682,6 +53112,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52704,6 +53135,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52726,6 +53158,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52748,6 +53181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52770,6 +53204,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52792,6 +53227,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -52841,6 +53277,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52863,6 +53300,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -52885,6 +53323,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -52907,6 +53346,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -52952,6 +53392,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52974,6 +53415,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52996,6 +53438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53018,6 +53461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53040,6 +53484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53062,6 +53507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -53194,6 +53640,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53318,6 +53765,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53409,6 +53857,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53473,6 +53922,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53627,6 +54077,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53699,6 +54150,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54936,6 +55388,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55041,6 +55494,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55063,6 +55517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55108,6 +55563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55130,6 +55586,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55152,6 +55609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55273,6 +55731,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55319,6 +55778,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55341,6 +55801,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55386,6 +55847,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55408,6 +55870,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55430,6 +55893,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55569,6 +56033,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55588,6 +56053,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -55610,6 +56076,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -55734,6 +56201,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55777,6 +56245,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -56238,6 +56707,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -56284,6 +56754,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56306,6 +56777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -56328,6 +56800,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -56350,6 +56823,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -56416,6 +56890,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56438,6 +56913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -56460,6 +56936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -56482,6 +56959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -56527,6 +57005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56549,6 +57028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56571,6 +57051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56593,6 +57074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -56674,6 +57156,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56696,6 +57179,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -56718,6 +57202,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -56740,6 +57225,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -56785,6 +57271,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56807,6 +57294,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56829,6 +57317,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56851,6 +57340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -56932,6 +57422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56954,6 +57445,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -56976,6 +57468,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -56998,6 +57491,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -57043,6 +57537,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57065,6 +57560,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57087,6 +57583,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57109,6 +57606,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -57160,6 +57658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -57182,6 +57681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57227,6 +57727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57249,6 +57750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57271,6 +57773,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57322,6 +57825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -57344,6 +57848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57389,6 +57894,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57411,6 +57917,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57433,6 +57940,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57484,6 +57992,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -57506,6 +58015,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57551,6 +58061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57573,6 +58084,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57595,6 +58107,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57646,6 +58159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57668,6 +58182,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -57713,6 +58228,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57735,6 +58251,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.06 ), thrRegularEE = cms.vdouble( 0.06 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57802,6 +58319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57824,6 +58342,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -57869,6 +58388,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57891,6 +58411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57927,6 +58448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57949,6 +58471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -57994,6 +58517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58016,6 +58540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58566,6 +59091,7 @@ TrackLabel = cms.InputTag( "hltMergedTracksForBTag" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -58581,7 +59107,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFastPixelBLifetimeL3Associator = cms.EDProducer( "JetTracksAssociatorAtVertex", tracks = cms.InputTag( "hltMergedTracksForBTag" ), @@ -59179,6 +59707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -59201,6 +59730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59223,6 +59753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59245,6 +59776,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -59267,6 +59799,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -59289,6 +59822,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -59450,7 +59984,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltHtMhtEcal = cms.EDProducer( "HLTCaloTowerHtMhtProducer", usePt = cms.bool( False ), @@ -59524,6 +60059,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -59542,6 +60078,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -59564,6 +60101,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -59598,6 +60136,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -59620,6 +60159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -59692,6 +60232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -59728,6 +60269,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -59905,6 +60447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59927,6 +60470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59949,6 +60493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59971,6 +60516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -59993,6 +60539,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -60015,6 +60562,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -60106,6 +60654,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60128,6 +60677,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60150,6 +60700,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60172,6 +60723,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60194,6 +60746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60216,6 +60769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60238,6 +60792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60260,6 +60815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60282,6 +60838,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60422,6 +60979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -60444,6 +61002,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60466,6 +61025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -60488,6 +61048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -60510,6 +61071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -60570,6 +61132,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -60592,6 +61155,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60614,6 +61178,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -60636,6 +61201,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -60658,6 +61224,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -60772,6 +61339,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60815,6 +61383,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61172,6 +61741,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61520,6 +62090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61542,6 +62113,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61564,6 +62136,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61586,6 +62159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61620,6 +62194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61642,6 +62217,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61664,6 +62240,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61686,6 +62263,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61708,6 +62286,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -62292,9 +62871,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -62314,7 +62890,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) fragment.hltHpsSelectedPFTausMediumDitauWPDeepTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsL1JetsHLTForDeepTauInput" ), @@ -62387,6 +62966,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62409,6 +62989,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -62439,6 +63020,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -62469,6 +63051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -62522,6 +63105,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62544,6 +63128,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62566,6 +63151,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62588,6 +63174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62610,6 +63197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62632,6 +63220,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -62662,16 +63251,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltHpsSelectedPFTausLooseETauWPDeepTauFilter = cms.EDFilter( "PFTauSelector", @@ -62714,16 +63303,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sBigORMu18erTauXXer2p1 = cms.EDFilter( "HLTL1TSeed", @@ -62818,6 +63407,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62837,6 +63427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -62859,6 +63450,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -62944,16 +63536,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27LooseMuTauWPDeepTauVsJetsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS180eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -63035,6 +63627,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63054,6 +63647,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63076,6 +63670,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63146,16 +63741,16 @@ inputTag2 = cms.InputTag( "hltSelectedPFTau180LooseSingleTauWPDeepTauMatchedMu22IsoTau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS30eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63194,6 +63789,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63232,16 +63828,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS35L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63323,6 +63919,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63342,6 +63939,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63364,6 +63962,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63462,16 +64061,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau35MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreLooseDeepTauPFTauHPS180L2NNeta2p1 = cms.EDFilter( "HLTPrescaler", @@ -65226,6 +65825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -65248,6 +65848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -65537,6 +66138,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65556,6 +66158,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -65578,6 +66181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -65635,16 +66239,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sMu18erTau26er2p1Jet55 = cms.EDFilter( "HLTL1TSeed", @@ -65872,16 +66476,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20MediumDitauWPDeepTauNoMatchForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS45L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -65923,16 +66527,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau45MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatchedForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleL2Mu10NoVtx2ChaVetoL3Mu0DxyMax1cm = cms.EDFilter( "HLTPrescaler", @@ -66019,6 +66623,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -66287,6 +66892,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -68137,6 +68743,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -68183,6 +68790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -68205,6 +68813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -68227,6 +68836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -74000,6 +74610,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -74022,6 +74633,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74074,6 +74686,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -74096,6 +74709,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74517,6 +75131,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74539,6 +75154,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74561,6 +75177,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74583,6 +75200,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74605,6 +75223,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74627,6 +75246,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74649,6 +75269,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74720,6 +75341,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74742,6 +75364,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74764,6 +75387,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74786,6 +75410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74808,6 +75433,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74830,6 +75456,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74852,6 +75479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74923,6 +75551,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74945,6 +75574,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74967,6 +75597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74989,6 +75620,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75011,6 +75643,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75033,6 +75666,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75055,6 +75689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75126,6 +75761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75148,6 +75784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75170,6 +75807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75192,6 +75830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75214,6 +75853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75236,6 +75876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75258,6 +75899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75329,6 +75971,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75351,6 +75994,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75373,6 +76017,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75395,6 +76040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75417,6 +76063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75439,6 +76086,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75461,6 +76109,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75532,6 +76181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75554,6 +76204,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75576,6 +76227,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75598,6 +76250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75620,6 +76273,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75642,6 +76296,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75664,6 +76319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75735,6 +76391,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75757,6 +76414,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75779,6 +76437,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75801,6 +76460,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75823,6 +76483,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75845,6 +76506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75867,6 +76529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75938,6 +76601,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75960,6 +76624,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75982,6 +76647,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76004,6 +76670,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76026,6 +76693,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76048,6 +76716,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76070,6 +76739,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76141,6 +76811,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76163,6 +76834,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76185,6 +76857,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76207,6 +76880,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76229,6 +76903,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76251,6 +76926,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76273,6 +76949,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76344,6 +77021,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76366,6 +77044,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76388,6 +77067,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76410,6 +77090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76432,6 +77113,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76454,6 +77136,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76476,6 +77159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76547,6 +77231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76569,6 +77254,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76591,6 +77277,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76613,6 +77300,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76635,6 +77323,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76657,6 +77346,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76679,6 +77369,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76750,6 +77441,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76772,6 +77464,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76794,6 +77487,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76816,6 +77510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76838,6 +77533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76860,6 +77556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76882,6 +77579,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76953,6 +77651,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76975,6 +77674,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76997,6 +77697,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77019,6 +77720,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77041,6 +77743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77063,6 +77766,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77085,6 +77789,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77370,6 +78075,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77396,6 +78102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77422,6 +78129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77448,6 +78156,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77474,6 +78183,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77500,6 +78210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77526,6 +78237,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77552,6 +78264,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77578,6 +78291,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77604,6 +78318,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77630,6 +78345,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77656,6 +78372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77682,6 +78399,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77741,6 +78459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77763,6 +78482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77785,6 +78505,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77807,6 +78528,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77829,6 +78551,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77851,6 +78574,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77873,6 +78597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77962,6 +78687,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77984,6 +78710,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78006,6 +78733,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78028,6 +78756,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78050,6 +78779,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78072,6 +78802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78094,6 +78825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78160,6 +78892,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78182,6 +78915,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -78204,6 +78938,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78226,6 +78961,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78248,6 +78984,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78282,6 +79019,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78304,6 +79042,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -78326,6 +79065,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78348,6 +79088,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78370,6 +79111,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78392,6 +79134,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -78418,6 +79161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -78440,6 +79184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78462,6 +79207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78484,6 +79230,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78506,6 +79253,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -78528,6 +79276,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78550,6 +79299,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78572,6 +79322,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78594,6 +79345,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -78630,6 +79382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78652,6 +79405,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -78674,6 +79428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78696,6 +79451,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78718,6 +79474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78744,6 +79501,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -78766,6 +79524,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78788,6 +79547,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78810,6 +79570,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78846,6 +79607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78868,6 +79630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -78890,6 +79653,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78912,6 +79676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78934,6 +79699,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78972,6 +79738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78994,6 +79761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -79016,6 +79784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79038,6 +79807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79060,6 +79830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79082,6 +79853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -79266,6 +80038,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -79288,6 +80061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.75 ), thrRegularEE = cms.vdouble( 0.5 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79310,6 +80084,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79332,6 +80107,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79354,6 +80130,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -79376,6 +80153,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -79398,16 +80176,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 32.0 ), - MaxMinv = cms.double( 99999.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 32.0 ), + MaxMinv = cms.double( 99999.0 ), MinN = cms.int32( 1 ) ) fragment.hltOverlapFilterPhoton32MediumChargedIsoPFTau32 = cms.EDFilter( "HLT2PhotonPFTau", @@ -79418,16 +80196,16 @@ inputTag2 = cms.InputTag( "hltPFTau32TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 50.0 ), - MaxMinv = cms.double( 105.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 50.0 ), + MaxMinv = cms.double( 105.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProngM5to80 = cms.EDFilter( "HLTPrescaler", @@ -79538,16 +80316,16 @@ inputTag2 = cms.InputTag( "hltHpsDoublePFTau30MediumDitauWPDeepTauDz02" ), triggerType1 = cms.int32( 84 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1000.0 ), - MinMinv = cms.double( 5.0 ), - MaxMinv = cms.double( 80.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 5.0 ), + MaxMinv = cms.double( 80.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1DiJetVBFinclLoose = cms.EDFilter( "HLTL1TSeed", @@ -80324,6 +81102,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -80784,6 +81563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -80907,6 +81687,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81000,6 +81781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81071,6 +81853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81093,6 +81876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -81123,6 +81907,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -81153,6 +81938,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -81206,6 +81992,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81228,6 +82015,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81250,6 +82038,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81272,6 +82061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81294,6 +82084,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -81355,6 +82146,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81377,6 +82169,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -81407,6 +82200,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -81437,6 +82231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -81490,6 +82285,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81512,6 +82308,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81534,6 +82331,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81556,6 +82354,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81578,6 +82377,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -81639,6 +82439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81661,6 +82462,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -81691,6 +82493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -81721,6 +82524,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -81774,6 +82578,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81796,6 +82601,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81818,6 +82624,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81840,6 +82647,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81862,6 +82670,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -81944,6 +82753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82731,6 +83541,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82753,6 +83564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -82783,6 +83595,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -82813,6 +83626,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -82866,6 +83680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82888,6 +83703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82910,6 +83726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82932,6 +83749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82954,6 +83772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82976,6 +83795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -83030,6 +83850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83052,6 +83873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83074,6 +83896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -83096,6 +83919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -83118,6 +83942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -83140,6 +83965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -83162,6 +83988,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -83184,6 +84011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -83252,6 +84080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83274,6 +84103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83296,6 +84126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83318,6 +84149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83340,6 +84172,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83362,6 +84195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83384,6 +84218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83406,6 +84241,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83457,6 +84293,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83479,6 +84316,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -83501,6 +84339,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83523,6 +84362,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83545,6 +84385,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -83588,6 +84429,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83610,6 +84452,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -83632,6 +84475,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83654,6 +84498,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83676,6 +84521,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -83698,6 +84544,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -83770,6 +84617,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -83792,6 +84640,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83837,6 +84686,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83869,6 +84719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -83891,6 +84742,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83936,6 +84788,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84007,6 +84860,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -84026,6 +84880,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -84048,6 +84903,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -84162,6 +85018,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -84252,6 +85109,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), diff --git a/HLTrigger/Configuration/python/HLT_FULL_cff.py b/HLTrigger/Configuration/python/HLT_FULL_cff.py index 111db763fd084..364fea22bb31e 100644 --- a/HLTrigger/Configuration/python/HLT_FULL_cff.py +++ b/HLTrigger/Configuration/python/HLT_FULL_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/HLT --cff --data --type FULL +# hltGetConfiguration /dev/CMSSW_14_0_0/HLT --cff --data --type FULL -# /dev/CMSSW_13_3_0/HLT/V39 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/HLT/V9 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/HLT/V39') + tableName = cms.string('/dev/CMSSW_14_0_0/HLT/V9') ) fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -13317,6 +13317,8 @@ ) fragment.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -13877,7 +13879,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -16357,7 +16360,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -16397,7 +16401,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -16419,6 +16424,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16542,6 +16548,7 @@ ) fragment.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16619,6 +16626,7 @@ ) fragment.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16734,6 +16742,7 @@ ) fragment.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -16761,6 +16770,7 @@ ) fragment.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17286,7 +17296,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJetsCPUOnly = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -19394,7 +19405,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -19407,6 +19419,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseededCPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseededCPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -19546,6 +19559,7 @@ ) fragment.hltParticleFlowClusterHBHECPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -19661,6 +19675,7 @@ ) fragment.hltParticleFlowClusterHCALCPUOnly = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -20425,13 +20440,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -20506,14 +20523,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -20536,13 +20555,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHIPixelReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -20812,13 +20833,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacyPPOnAA' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPUPPOnAA = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigisPPOnAA@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPUPPOnAA = cms.EDProducer( "SiPixelHIonPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnlyPPOnAA" ), @@ -21954,6 +21977,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22675,7 +22699,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltFixedGridRhoFastjetHCAL = cms.EDProducer( "FixedGridRhoProducerFastjetFromRecHit", hbheRecHitsTag = cms.InputTag( "hltHbhereco" ), @@ -22686,7 +22711,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltRecHitInRegionForMuonsMF = cms.EDProducer( "MuonHLTRechitInRegionsProducer", productLabels = cms.vstring( 'EcalRegionalRecHitsEB', @@ -22769,6 +22795,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedForMuonsMF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -22892,6 +22919,7 @@ ) fragment.hltParticleFlowClusterPSForMuons = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuons" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -23251,7 +23279,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltEgammaHoverEUnseeded = cms.EDProducer( "EgammaHLTHcalVarProducerFromRecHit", recoEcalCandidateProducer = cms.InputTag( "hltEgammaCandidatesUnseeded" ), @@ -23264,6 +23293,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -23739,7 +23769,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltEgammaEleGsfUnseededTrackIsoPixelOnly = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectronsUnseeded" ), @@ -23854,6 +23885,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedForMuonsMFNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMFNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -23977,6 +24009,7 @@ ) fragment.hltParticleFlowClusterPSForMuonsNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuonsNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -24461,6 +24494,7 @@ ) fragment.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -24522,6 +24556,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -24752,6 +24787,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24777,6 +24813,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -24795,6 +24832,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -24861,6 +24899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24883,6 +24922,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -24995,6 +25035,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -25103,6 +25144,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25125,6 +25167,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -25308,6 +25351,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -25323,7 +25367,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -26223,6 +26269,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26337,6 +26384,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26359,6 +26407,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -26717,7 +26766,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltDiMu5Ele3CaloIdLTrackIdLElectronlegOneOEMinusOneOPFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -26727,6 +26777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26749,6 +26800,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26771,6 +26823,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26877,6 +26930,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26923,6 +26977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26945,6 +27000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -26990,6 +27046,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27012,6 +27069,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27034,6 +27092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27140,6 +27199,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -27183,6 +27243,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -27226,6 +27287,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28499,6 +28561,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28542,6 +28605,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28585,6 +28649,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28716,6 +28781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -28738,6 +28804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28783,6 +28850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28815,6 +28883,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -28837,6 +28906,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28882,6 +28952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28918,6 +28989,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -28940,6 +29012,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28985,6 +29058,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29017,6 +29091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29039,6 +29114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29084,6 +29160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29120,6 +29197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29142,6 +29220,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29187,6 +29266,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29219,6 +29299,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29241,6 +29322,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29286,6 +29368,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29352,6 +29435,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29374,6 +29458,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -29421,6 +29506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -29472,6 +29558,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -29525,6 +29612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29547,6 +29635,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29569,6 +29658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29591,6 +29681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29613,6 +29704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29651,6 +29743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -29714,6 +29807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -29736,6 +29830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29781,6 +29876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29803,6 +29899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29825,6 +29922,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29979,6 +30077,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -30001,6 +30100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30046,6 +30146,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30109,6 +30210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -30131,6 +30233,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30176,6 +30279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -31152,6 +31256,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31199,6 +31304,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31356,6 +31462,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -31378,6 +31485,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -31400,6 +31508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -32289,6 +32398,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32768,6 +32878,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32886,6 +32997,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33044,6 +33156,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33111,6 +33224,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33143,6 +33257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33179,6 +33294,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33211,6 +33327,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33277,6 +33394,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33299,6 +33417,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.887 ), @@ -33329,6 +33448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( -0.581 ), @@ -33359,6 +33479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.786 ), @@ -33412,6 +33533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33434,6 +33556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.013 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33456,6 +33579,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.0055 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33478,6 +33602,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33500,6 +33625,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -33544,6 +33670,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33566,6 +33693,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.887 ), @@ -33596,6 +33724,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( -0.581 ), @@ -33626,6 +33755,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.786 ), @@ -33679,6 +33809,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33701,6 +33832,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.013 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33723,6 +33855,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.0055 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33745,6 +33878,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33767,6 +33901,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -33841,6 +33976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33863,6 +33999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -33893,6 +34030,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -33923,6 +34061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -33963,6 +34102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33985,6 +34125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34015,6 +34156,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34045,6 +34187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34119,6 +34262,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34141,6 +34285,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34171,6 +34316,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34201,6 +34347,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34254,6 +34401,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34276,6 +34424,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34298,6 +34447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34320,6 +34470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34342,6 +34493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34364,6 +34516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -34408,6 +34561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34430,6 +34584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34460,6 +34615,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34490,6 +34646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34543,6 +34700,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34565,6 +34723,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34587,6 +34746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34609,6 +34769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34631,6 +34792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34653,6 +34815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -34697,6 +34860,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34719,6 +34883,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34749,6 +34914,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34779,6 +34945,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34832,6 +34999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34854,6 +35022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34876,6 +35045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34898,6 +35068,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34920,6 +35091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34942,6 +35114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -34986,6 +35159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35008,6 +35182,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35038,6 +35213,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35068,6 +35244,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35121,6 +35298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35143,6 +35321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35165,6 +35344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35187,6 +35367,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35209,6 +35390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35231,6 +35413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -35275,6 +35458,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35297,6 +35481,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35327,6 +35512,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35357,6 +35543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35410,6 +35597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35432,6 +35620,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35454,6 +35643,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35476,6 +35666,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35498,6 +35689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35520,6 +35712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -35564,6 +35757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35586,6 +35780,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35616,6 +35811,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35646,6 +35842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35699,6 +35896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35721,6 +35919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35743,6 +35942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35765,6 +35965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35787,6 +35988,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35809,6 +36011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -35853,6 +36056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35875,6 +36079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35905,6 +36110,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35935,6 +36141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35988,6 +36195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36010,6 +36218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36032,6 +36241,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36054,6 +36264,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36076,6 +36287,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36098,6 +36310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -36142,6 +36355,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36164,6 +36378,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -36194,6 +36409,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -36224,6 +36440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -36277,6 +36494,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36299,6 +36517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36321,6 +36540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36343,6 +36563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36365,6 +36586,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36387,6 +36609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -36461,6 +36684,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36483,6 +36707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -36513,6 +36738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -36543,6 +36769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -36596,6 +36823,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36618,6 +36846,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36640,6 +36869,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36662,6 +36892,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36684,6 +36915,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36706,6 +36938,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -37557,16 +37790,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltHpsPFTauTightAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -37848,16 +38081,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30TightChargedIsolationL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sBigORMu18erTauXXer2p1 = cms.EDFilter( "HLTL1TSeed", @@ -37952,6 +38185,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37971,6 +38205,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -37993,6 +38228,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38127,16 +38363,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27TightChargedIsolationAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu20eta2p1TightChargedIsoPFTauHPS27eta2p1TightIDCrossL1 = cms.EDFilter( "HLTPrescaler", @@ -38295,16 +38531,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27TightChargedIsolationTightOOSCPhotonsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sSingleMu18 = cms.EDFilter( "HLTL1TSeed", @@ -38399,6 +38635,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38418,6 +38655,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38440,6 +38678,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38554,6 +38793,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38573,6 +38813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38595,6 +38836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38696,6 +38938,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38715,6 +38958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38737,6 +38981,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38838,6 +39083,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38857,6 +39103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38879,6 +39126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38990,7 +39238,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltStoppedHSCPIterativeCone4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -40192,6 +40441,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40235,6 +40485,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40341,6 +40592,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40384,6 +40636,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40727,6 +40980,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40809,6 +41063,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40986,6 +41241,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41068,6 +41324,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41206,6 +41463,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41261,6 +41519,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41308,6 +41567,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -42223,6 +42483,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -45937,7 +46198,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltMetCleanBH = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForAllBeamHaloCleaned" ), @@ -46158,6 +46420,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46291,6 +46554,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46744,6 +47008,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46859,6 +47124,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46974,6 +47240,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47037,16 +47304,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets40Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltBTagPFDeepJet0p71DoubleJets30 = cms.EDFilter( "HLTPFJetTag", @@ -47124,6 +47391,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47159,16 +47427,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets54Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltL1DoubleJet40er2p5 = cms.EDFilter( "HLTL1TSeed", @@ -47294,16 +47562,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets116Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoublePFJets128MaxDeta1p6DoublePFBTagDeepJetp71 = cms.EDFilter( "HLTPrescaler", @@ -47330,16 +47598,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets128Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltL1sSingleEGNonIsoOrWithJetAndTau = cms.EDFilter( "HLTL1TSeed", @@ -47478,6 +47746,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47589,6 +47858,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47635,6 +47905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -47657,6 +47928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -47702,6 +47974,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -47724,6 +47997,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -47746,6 +48020,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -47886,6 +48161,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47915,6 +48191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -47937,6 +48214,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -47982,6 +48260,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48004,6 +48283,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48026,6 +48306,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48163,6 +48444,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48217,6 +48499,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48239,6 +48522,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -48261,6 +48545,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -48283,6 +48568,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -48328,6 +48614,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48350,6 +48637,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48372,6 +48660,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48394,6 +48683,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -48686,6 +48976,7 @@ TrackLabel = cms.InputTag( "hltMergedTracksForBTag" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -48701,7 +48992,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFastPixelBLifetimeL3Associator = cms.EDProducer( "JetTracksAssociatorAtVertex", tracks = cms.InputTag( "hltMergedTracksForBTag" ), @@ -49039,6 +49332,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49094,6 +49388,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50109,6 +50404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50131,6 +50427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50153,6 +50450,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -50175,6 +50473,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -50197,6 +50496,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -50219,6 +50519,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -50241,6 +50542,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -50263,6 +50565,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -50331,6 +50634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50353,6 +50657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50375,6 +50680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50397,6 +50703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50419,6 +50726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50441,6 +50749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50463,6 +50772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -50485,6 +50795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -50610,6 +50921,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50664,6 +50976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50686,6 +50999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -50708,6 +51022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -50730,6 +51045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -50775,6 +51091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50797,6 +51114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50819,6 +51137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50841,6 +51160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -50953,6 +51273,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51007,6 +51328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51029,6 +51351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -51051,6 +51374,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51073,6 +51397,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -51118,6 +51443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51140,6 +51466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51162,6 +51489,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51184,6 +51512,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -51269,6 +51598,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51335,6 +51665,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51401,6 +51732,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51467,6 +51799,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51503,6 +51836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51539,6 +51873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51575,6 +51910,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51611,6 +51947,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51647,6 +51984,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51713,6 +52051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51735,6 +52074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -51762,6 +52102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51784,6 +52125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -51806,6 +52148,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -51840,6 +52183,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -51906,6 +52250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51928,6 +52273,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -51950,6 +52296,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51972,6 +52319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -51994,6 +52342,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52016,6 +52365,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52082,6 +52432,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52104,6 +52455,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52126,6 +52478,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52148,6 +52501,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52170,6 +52524,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52192,6 +52547,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52228,6 +52584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52250,6 +52607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52272,6 +52630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52294,6 +52653,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52316,6 +52676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52338,6 +52699,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52374,6 +52736,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52396,6 +52759,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52418,6 +52782,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52440,6 +52805,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52462,6 +52828,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52484,6 +52851,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52520,6 +52888,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52542,6 +52911,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52564,6 +52934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52586,6 +52957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52608,6 +52980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52630,6 +53003,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52666,6 +53040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52688,6 +53063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52710,6 +53086,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52732,6 +53109,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52754,6 +53132,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52776,6 +53155,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52812,6 +53192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52834,6 +53215,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52856,6 +53238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52878,6 +53261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52900,6 +53284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52922,6 +53307,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52958,6 +53344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52980,6 +53367,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -53002,6 +53390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53024,6 +53413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53046,6 +53436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53068,6 +53459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -53134,6 +53526,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53170,6 +53563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53192,6 +53586,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53214,6 +53609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53236,6 +53632,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53258,6 +53655,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53294,6 +53692,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53316,6 +53715,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53338,6 +53738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53360,6 +53761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53382,6 +53784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53418,6 +53821,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53440,6 +53844,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53462,6 +53867,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53484,6 +53890,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53506,6 +53913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53542,6 +53950,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53564,6 +53973,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53586,6 +53996,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53608,6 +54019,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53630,6 +54042,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53666,6 +54079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53688,6 +54102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53710,6 +54125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53732,6 +54148,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53754,6 +54171,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53790,6 +54208,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53812,6 +54231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -53834,6 +54254,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53856,6 +54277,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53878,6 +54300,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53921,6 +54344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53943,6 +54367,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -53965,6 +54390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53987,6 +54413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54009,6 +54436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54043,6 +54471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -54112,6 +54541,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -54134,6 +54564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54156,6 +54587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54178,6 +54610,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -54200,6 +54633,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -54384,16 +54818,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 30.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 30.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPFTauMediumAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -54700,16 +55134,16 @@ inputTag2 = cms.InputTag( "hltPFTau35TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 100.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 100.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24TwoProngs35 = cms.EDFilter( "HLTPrescaler", @@ -55171,6 +55605,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -56891,6 +57326,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57062,6 +57498,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57233,6 +57670,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57276,6 +57714,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57382,6 +57821,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57425,6 +57865,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57486,6 +57927,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57529,6 +57971,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57856,6 +58299,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -59675,6 +60119,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -59722,6 +60167,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -59814,6 +60260,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -59860,6 +60307,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59882,6 +60330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -59932,6 +60381,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -59961,6 +60411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59983,6 +60434,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -60033,6 +60485,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60062,6 +60515,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60084,6 +60538,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -60134,6 +60589,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60361,6 +60817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60383,6 +60840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -60413,6 +60871,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -60443,6 +60902,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -60496,6 +60956,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60518,6 +60979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60540,6 +61002,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60562,6 +61025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60584,6 +61048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60606,6 +61071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -60707,6 +61173,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60729,6 +61196,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -60759,6 +61227,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -60789,6 +61258,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -60842,6 +61312,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60864,6 +61335,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60886,6 +61358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60908,6 +61381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60930,6 +61404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60952,6 +61427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -61014,6 +61490,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0132 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61036,6 +61513,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -61058,6 +61536,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.145 ), @@ -61080,6 +61559,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.16 ), @@ -61125,6 +61605,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.08 ), thrRegularEE = cms.vdouble( 0.08 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61147,6 +61628,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61169,6 +61651,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61191,6 +61674,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -61223,6 +61707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.033 ), thrRegularEE = cms.vdouble( 0.033 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61245,6 +61730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.17 ), @@ -61267,6 +61753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.21 ), @@ -61283,6 +61770,7 @@ ) fragment.hltParticleFlowClusterHFForEgammaUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -61318,6 +61806,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.7 ), @@ -61440,6 +61929,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61462,6 +61952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -61501,6 +61992,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -61544,6 +62036,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -61589,6 +62082,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61611,6 +62105,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61633,6 +62128,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61655,6 +62151,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61677,6 +62174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61699,6 +62197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -61752,6 +62251,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61774,6 +62274,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -61796,6 +62297,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -61818,6 +62320,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -61863,6 +62366,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61885,6 +62389,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61907,6 +62412,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61929,6 +62435,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61951,6 +62458,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61973,6 +62481,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -62105,6 +62614,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62229,6 +62739,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62320,6 +62831,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62384,6 +62896,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62542,6 +63055,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62614,6 +63128,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64025,6 +64540,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64130,6 +64646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64152,6 +64669,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -64197,6 +64715,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64219,6 +64738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64241,6 +64761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64362,6 +64883,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64408,6 +64930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64430,6 +64953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -64475,6 +64999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64497,6 +65022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64519,6 +65045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64658,6 +65185,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64677,6 +65205,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -64699,6 +65228,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -64823,6 +65353,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64866,6 +65397,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65327,6 +65859,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65373,6 +65906,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65395,6 +65929,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -65417,6 +65952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -65439,6 +65975,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -65505,6 +66042,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65527,6 +66065,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -65549,6 +66088,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -65571,6 +66111,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -65616,6 +66157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65638,6 +66180,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65660,6 +66203,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65682,6 +66226,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -65763,6 +66308,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65785,6 +66331,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -65807,6 +66354,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -65829,6 +66377,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -65874,6 +66423,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65896,6 +66446,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65918,6 +66469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65940,6 +66492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -66008,6 +66561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66030,6 +66584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -66052,6 +66607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -66074,6 +66630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -66119,6 +66676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66141,6 +66699,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66163,6 +66722,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66185,6 +66745,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -66236,6 +66797,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -66258,6 +66820,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66303,6 +66866,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66325,6 +66889,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66347,6 +66912,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66398,6 +66964,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -66420,6 +66987,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66465,6 +67033,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66487,6 +67056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66509,6 +67079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66560,6 +67131,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -66582,6 +67154,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66627,6 +67200,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66649,6 +67223,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66671,6 +67246,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66722,6 +67298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66744,6 +67321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -66789,6 +67367,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66811,6 +67390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.06 ), thrRegularEE = cms.vdouble( 0.06 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66878,6 +67458,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66900,6 +67481,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -66945,6 +67527,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66967,6 +67550,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67003,6 +67587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67025,6 +67610,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -67070,6 +67656,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67092,6 +67679,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67891,6 +68479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -67913,6 +68502,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67935,6 +68525,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67957,6 +68548,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -67979,6 +68571,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -68001,6 +68594,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -68162,7 +68756,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltHtMhtEcal = cms.EDProducer( "HLTCaloTowerHtMhtProducer", usePt = cms.bool( False ), @@ -68236,6 +68831,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -68254,6 +68850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -68276,6 +68873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -68310,6 +68908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -68332,6 +68931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -68404,6 +69004,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -68440,6 +69041,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -70104,6 +70706,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70126,6 +70729,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70148,6 +70752,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70170,6 +70775,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -70192,6 +70798,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -70214,6 +70821,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -70305,6 +70913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70327,6 +70936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70349,6 +70959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70371,6 +70982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70393,6 +71005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70415,6 +71028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70437,6 +71051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70459,6 +71074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70481,6 +71097,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70955,9 +71572,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -70979,7 +71593,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTauForVBFIsoTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTauForVBFIsoTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTauForVBFIsoTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) fragment.hltHpsSelectedPFTausMediumDeepTauDitauWPForVBFIsoTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsPFTauProducer" ), @@ -71188,6 +71805,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -71210,6 +71828,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71232,6 +71851,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -71254,6 +71874,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -71276,6 +71897,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -71336,6 +71958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -71358,6 +71981,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71380,6 +72004,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -71402,6 +72027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -71424,6 +72050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -71562,6 +72189,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -71605,6 +72233,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -71962,6 +72591,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -72406,6 +73036,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72428,6 +73059,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -72450,6 +73082,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72472,6 +73105,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -72506,6 +73140,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72528,6 +73163,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -72550,6 +73186,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72572,6 +73209,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -72594,6 +73232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -72713,6 +73352,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -73275,9 +73915,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -73297,7 +73934,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) fragment.hltHpsSelectedPFTausMediumDitauWPDeepTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsL1JetsHLTForDeepTauInput" ), @@ -73918,16 +74558,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu20eta2p1LooseDeepTauPFTauHPS27eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -73997,16 +74637,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27LooseMuTauWPDeepTauVsJetsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS180eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -74088,6 +74728,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -74107,6 +74748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -74129,6 +74771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -74199,16 +74842,16 @@ inputTag2 = cms.InputTag( "hltSelectedPFTau180LooseSingleTauWPDeepTauMatchedMu22IsoTau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS30eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -74247,6 +74890,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -74285,16 +74929,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS35L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -74376,6 +75020,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -74395,6 +75040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -74417,6 +75063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -74498,16 +75145,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau35MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreLooseDeepTauPFTauHPS180L2NNeta2p1 = cms.EDFilter( "HLTPrescaler", @@ -76325,6 +76972,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -76347,6 +76995,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -76636,6 +77285,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -76655,6 +77305,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -76677,6 +77328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -76734,16 +77386,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sMu18erTau26er2p1Jet55 = cms.EDFilter( "HLTL1TSeed", @@ -76971,16 +77623,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20MediumDitauWPDeepTauNoMatchForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS45L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77022,16 +77674,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau45MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatchedForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet30MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77061,16 +77713,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagMediumWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet30TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77100,16 +77752,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagTightWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoublePNetTauhPFJet30MediumL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -77177,16 +77829,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagLooseWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet130MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77216,16 +77868,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagMediumWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet130TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77255,16 +77907,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagTightWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreSinglePNetTauhPFJet130LooseL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -77408,6 +78060,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -77676,6 +78329,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -79526,6 +80180,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -79572,6 +80227,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79594,6 +80250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -79616,6 +80273,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81361,16 +82019,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedMuMediumChargedIsoDisplPFTau24TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPrePhoton34R9Id90CaloIdLIsoLDisplacedIdLMediumChargedIsoDisplacedPFTauHPS34 = cms.EDFilter( "HLTPrescaler", @@ -81412,6 +82070,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81434,6 +82093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81456,6 +82116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81478,6 +82139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -81500,6 +82162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -81522,6 +82185,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -81619,16 +82283,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedPhotonMediumChargedIsoDisplPFTau34TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 92 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumChargedIsoDisplacedPFTauHPS32Trk1eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -81931,16 +82595,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau24MediumChargedIsoFilter" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sHTT280orHTT320orHTT360orETT2000 = cms.EDFilter( "HLTL1TSeed", @@ -85933,6 +86597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -85955,6 +86620,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86007,6 +86673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -86029,6 +86696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86450,6 +87118,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86472,6 +87141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86494,6 +87164,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86516,6 +87187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86538,6 +87210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86560,6 +87233,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86582,6 +87256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86653,6 +87328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86675,6 +87351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86697,6 +87374,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86719,6 +87397,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86741,6 +87420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86763,6 +87443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86785,6 +87466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86856,6 +87538,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86878,6 +87561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86900,6 +87584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86922,6 +87607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86944,6 +87630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86966,6 +87653,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86988,6 +87676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87059,6 +87748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87081,6 +87771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87103,6 +87794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87125,6 +87817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87147,6 +87840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87169,6 +87863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87191,6 +87886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87262,6 +87958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87284,6 +87981,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87306,6 +88004,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87328,6 +88027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87350,6 +88050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87372,6 +88073,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87394,6 +88096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87465,6 +88168,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87487,6 +88191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87509,6 +88214,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87531,6 +88237,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87553,6 +88260,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87575,6 +88283,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87597,6 +88306,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87668,6 +88378,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87690,6 +88401,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87712,6 +88424,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87734,6 +88447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87756,6 +88470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87778,6 +88493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87800,6 +88516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87871,6 +88588,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87893,6 +88611,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87915,6 +88634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87937,6 +88657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87959,6 +88680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87981,6 +88703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88003,6 +88726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88074,6 +88798,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88096,6 +88821,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88118,6 +88844,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88140,6 +88867,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88162,6 +88890,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88184,6 +88913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88206,6 +88936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88277,6 +89008,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88299,6 +89031,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88321,6 +89054,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88343,6 +89077,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88365,6 +89100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88387,6 +89123,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88409,6 +89146,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88480,6 +89218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88502,6 +89241,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88524,6 +89264,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88546,6 +89287,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88568,6 +89310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88590,6 +89333,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88612,6 +89356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88683,6 +89428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88705,6 +89451,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88727,6 +89474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88749,6 +89497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88771,6 +89520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88793,6 +89543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88815,6 +89566,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88886,6 +89638,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88908,6 +89661,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88930,6 +89684,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88952,6 +89707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88974,6 +89730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88996,6 +89753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89018,6 +89776,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89303,6 +90062,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89329,6 +90089,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89355,6 +90116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89381,6 +90143,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89407,6 +90170,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89433,6 +90197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89459,6 +90224,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89485,6 +90251,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89511,6 +90278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89537,6 +90305,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89563,6 +90332,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89589,6 +90359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89615,6 +90386,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89674,6 +90446,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89696,6 +90469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89718,6 +90492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89740,6 +90515,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89762,6 +90538,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89784,6 +90561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89806,6 +90584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89895,6 +90674,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89917,6 +90697,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89939,6 +90720,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89961,6 +90743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89983,6 +90766,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90005,6 +90789,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90027,6 +90812,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90093,6 +90879,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90115,6 +90902,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -90137,6 +90925,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90159,6 +90948,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90181,6 +90971,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90215,6 +91006,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90237,6 +91029,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -90259,6 +91052,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90281,6 +91075,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90303,6 +91098,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90325,6 +91121,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -90351,6 +91148,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90373,6 +91171,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90395,6 +91194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90417,6 +91217,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90439,6 +91240,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90461,6 +91263,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90483,6 +91286,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90505,6 +91309,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90527,6 +91332,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -90563,6 +91369,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90585,6 +91392,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -90607,6 +91415,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90629,6 +91438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90651,6 +91461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90677,6 +91488,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90699,6 +91511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90721,6 +91534,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90743,6 +91557,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90779,6 +91594,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90801,6 +91617,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90823,6 +91640,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90845,6 +91663,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90867,6 +91686,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90905,6 +91725,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90927,6 +91748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90949,6 +91771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90971,6 +91794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90993,6 +91817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -91015,6 +91840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -91199,6 +92025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -91221,6 +92048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.75 ), thrRegularEE = cms.vdouble( 0.5 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91243,6 +92071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91265,6 +92094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -91287,6 +92117,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -91309,6 +92140,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -91331,16 +92163,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 32.0 ), - MaxMinv = cms.double( 99999.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 32.0 ), + MaxMinv = cms.double( 99999.0 ), MinN = cms.int32( 1 ) ) fragment.hltOverlapFilterPhoton32MediumChargedIsoPFTau32 = cms.EDFilter( "HLT2PhotonPFTau", @@ -91351,16 +92183,16 @@ inputTag2 = cms.InputTag( "hltPFTau32TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 50.0 ), - MaxMinv = cms.double( 105.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 50.0 ), + MaxMinv = cms.double( 105.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProngM5to80 = cms.EDFilter( "HLTPrescaler", @@ -91471,16 +92303,16 @@ inputTag2 = cms.InputTag( "hltHpsDoublePFTau30MediumDitauWPDeepTauDz02" ), triggerType1 = cms.int32( 84 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1000.0 ), - MinMinv = cms.double( 5.0 ), - MaxMinv = cms.double( 80.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 5.0 ), + MaxMinv = cms.double( 80.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProng = cms.EDFilter( "HLTPrescaler", @@ -91518,16 +92350,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1DiJetVBFinclLoose = cms.EDFilter( "HLTL1TSeed", @@ -92371,6 +93203,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -92831,6 +93664,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -92954,6 +93788,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -93047,6 +93882,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -93118,6 +93954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93140,6 +93977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -93170,6 +94008,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -93200,6 +94039,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -93253,6 +94093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93275,6 +94116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93297,6 +94139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93319,6 +94162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93341,6 +94185,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -93402,6 +94247,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93424,6 +94270,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -93454,6 +94301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -93484,6 +94332,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -93537,6 +94386,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93559,6 +94409,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93581,6 +94432,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93603,6 +94455,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93625,6 +94478,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -93686,6 +94540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93708,6 +94563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -93738,6 +94594,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -93768,6 +94625,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -93821,6 +94679,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93843,6 +94702,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93865,6 +94725,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93887,6 +94748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93909,6 +94771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -94366,6 +95229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -96317,12 +97181,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltSiPixelClustersAfterSplittingPPOnAA = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -96567,12 +97434,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFullIter0TrackMVAClassifierPPOnAA = cms.EDProducer( "TrackMVAClassifierPrompt", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), @@ -98080,6 +98950,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMergingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -98095,7 +98966,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelectorPPOnAA = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -98284,7 +99157,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltCaloMETProducerForHf = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForHf" ), @@ -98936,6 +99810,7 @@ ) fragment.hltParticleFlowClusterPSPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -98997,6 +99872,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -99224,6 +100100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99260,6 +100137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99296,6 +100174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99332,6 +100211,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99381,6 +100261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99417,6 +100298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99466,6 +100348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99502,6 +100385,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99538,6 +100422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99574,6 +100459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99623,6 +100509,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99659,6 +100546,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99708,6 +100596,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99742,6 +100631,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -99764,6 +100654,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -99803,6 +100694,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -99846,6 +100738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100324,7 +101217,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltEle10GsfOneOEMinusOneOPPPOnAAFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -100334,6 +101228,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100356,6 +101251,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100378,6 +101274,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100724,6 +101621,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100760,6 +101658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100782,6 +101681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -100804,6 +101704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100826,6 +101727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100871,6 +101773,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100893,6 +101796,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100915,6 +101819,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100937,6 +101842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100976,6 +101882,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100998,6 +101905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101020,6 +101928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101042,6 +101951,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101087,6 +101997,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101109,6 +102020,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101131,6 +102043,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101153,6 +102066,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101179,6 +102093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101201,6 +102116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101223,6 +102139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101245,6 +102162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101290,6 +102208,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101312,6 +102231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101334,6 +102254,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101356,6 +102277,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101395,6 +102317,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101417,6 +102340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101439,6 +102363,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101461,6 +102386,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101506,6 +102432,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101528,6 +102455,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101550,6 +102478,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101572,6 +102501,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101598,6 +102528,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101620,6 +102551,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101642,6 +102574,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101664,6 +102597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101709,6 +102643,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101731,6 +102666,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101753,6 +102689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101775,6 +102712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101811,6 +102749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101833,6 +102772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101855,6 +102795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101877,6 +102818,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101899,6 +102841,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101953,6 +102896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101975,6 +102919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101997,6 +102942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102019,6 +102965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102041,6 +102988,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -103839,6 +104787,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -103918,6 +104867,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -103997,6 +104947,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104100,6 +105051,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104203,6 +105155,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104306,6 +105259,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104409,6 +105363,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104512,6 +105467,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104615,6 +105571,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -105192,12 +106149,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltSiPixelClustersAfterSplittingPPOnAAForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -105415,12 +106375,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFullIter0TrackDNNClassifierPPOnAAForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), @@ -107152,12 +108115,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltGoodHighPurityFullTracksForDmesonPPOnAA = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), @@ -107813,6 +108779,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -107835,6 +108802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -107857,6 +108825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -107879,6 +108848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -107917,6 +108887,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -107963,6 +108934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -107985,6 +108957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108007,6 +108980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108029,6 +109003,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108051,6 +109026,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108115,6 +109091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108137,6 +109114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108159,6 +109137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108181,6 +109160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108226,6 +109206,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108248,6 +109229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108270,6 +109252,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108292,6 +109275,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108318,6 +109302,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108340,6 +109325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108362,6 +109348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108384,6 +109371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108429,6 +109417,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108451,6 +109440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108473,6 +109463,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108495,6 +109486,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108531,6 +109523,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108553,6 +109546,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108575,6 +109569,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108597,6 +109592,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108642,6 +109638,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108664,6 +109661,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108686,6 +109684,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108708,6 +109707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108744,6 +109744,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108766,6 +109767,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108788,6 +109790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108810,6 +109813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108855,6 +109859,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108877,6 +109882,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108899,6 +109905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108921,6 +109928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108970,6 +109978,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108992,6 +110001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -109014,6 +110024,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109036,6 +110047,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109081,6 +110093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109103,6 +110116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109125,6 +110139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109147,6 +110162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109183,6 +110199,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109205,6 +110222,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -109227,6 +110245,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109249,6 +110268,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109294,6 +110314,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109316,6 +110337,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109338,6 +110360,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109360,6 +110383,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109386,6 +110410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109422,6 +110447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109448,6 +110474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109484,6 +110511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109510,6 +110538,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109546,6 +110575,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109585,6 +110615,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109621,6 +110652,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109647,6 +110679,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109683,6 +110716,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109732,6 +110766,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109768,6 +110803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -110119,6 +111155,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110177,6 +111214,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110280,6 +111318,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110383,6 +111422,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110441,6 +111481,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110488,6 +111529,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110535,6 +111577,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110582,6 +111625,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110873,12 +111917,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltSiPixelClustersAfterSplittingPPRefForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClusters" ), @@ -111108,12 +112155,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFullIter0TrackDNNClassifierPPRefForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), @@ -113421,12 +114471,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltGoodHighPurityFullTracksForDmesonPPRef = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), @@ -114228,6 +115281,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114250,6 +115304,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -114280,6 +115335,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -114310,6 +115366,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -114363,6 +115420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114385,6 +115443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114407,6 +115466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114429,6 +115489,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114451,6 +115512,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114473,6 +115535,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -114527,6 +115590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114549,6 +115613,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114571,6 +115636,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -114593,6 +115659,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -114615,6 +115682,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -114637,6 +115705,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -114659,6 +115728,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -114681,6 +115751,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -114749,6 +115820,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114771,6 +115843,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114793,6 +115866,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114815,6 +115889,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114837,6 +115912,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114859,6 +115935,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114881,6 +115958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -114903,6 +115981,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -114954,6 +116033,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114976,6 +116056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -114998,6 +116079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115020,6 +116102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115042,6 +116125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -115085,6 +116169,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115107,6 +116192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -115129,6 +116215,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115151,6 +116238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115173,6 +116261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -115195,6 +116284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -115267,6 +116357,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -115289,6 +116380,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115334,6 +116426,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115366,6 +116459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -115388,6 +116482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115433,6 +116528,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115504,6 +116600,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -115523,6 +116620,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -115545,6 +116643,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -115646,6 +116745,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -115736,6 +116836,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), diff --git a/HLTrigger/Configuration/python/HLT_Fake1_cff.py b/HLTrigger/Configuration/python/HLT_Fake1_cff.py index 8f274ca27e13b..259f388da142d 100644 --- a/HLTrigger/Configuration/python/HLT_Fake1_cff.py +++ b/HLTrigger/Configuration/python/HLT_Fake1_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Fake1 --cff --data --type Fake1 +# hltGetConfiguration /dev/CMSSW_14_0_0/Fake1 --cff --data --type Fake1 -# /dev/CMSSW_13_3_0/Fake1/V6 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Fake1/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Fake1/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake1/V5') ) fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) diff --git a/HLTrigger/Configuration/python/HLT_Fake2_cff.py b/HLTrigger/Configuration/python/HLT_Fake2_cff.py index 1651f535c61dc..86649d303905d 100644 --- a/HLTrigger/Configuration/python/HLT_Fake2_cff.py +++ b/HLTrigger/Configuration/python/HLT_Fake2_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Fake2 --cff --data --type Fake2 +# hltGetConfiguration /dev/CMSSW_14_0_0/Fake2 --cff --data --type Fake2 -# /dev/CMSSW_13_3_0/Fake2/V6 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Fake2/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Fake2/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake2/V5') ) fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) diff --git a/HLTrigger/Configuration/python/HLT_Fake_cff.py b/HLTrigger/Configuration/python/HLT_Fake_cff.py index d9707589952d0..dc124b5592b73 100644 --- a/HLTrigger/Configuration/python/HLT_Fake_cff.py +++ b/HLTrigger/Configuration/python/HLT_Fake_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Fake --cff --data --type Fake +# hltGetConfiguration /dev/CMSSW_14_0_0/Fake --cff --data --type Fake -# /dev/CMSSW_13_3_0/Fake/V6 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Fake/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Fake/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake/V5') ) fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) diff --git a/HLTrigger/Configuration/python/HLT_GRun_cff.py b/HLTrigger/Configuration/python/HLT_GRun_cff.py index 82ea80e0429a2..cad47dc76b56b 100644 --- a/HLTrigger/Configuration/python/HLT_GRun_cff.py +++ b/HLTrigger/Configuration/python/HLT_GRun_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/GRun --cff --data --type GRun +# hltGetConfiguration /dev/CMSSW_14_0_0/GRun --cff --data --type GRun -# /dev/CMSSW_13_3_0/GRun/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/GRun/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/GRun/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/GRun/V6') ) fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -7335,6 +7335,8 @@ ) fragment.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -7839,7 +7841,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -10319,7 +10322,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -10359,7 +10363,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -10381,6 +10386,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10504,6 +10510,7 @@ ) fragment.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10581,6 +10588,7 @@ ) fragment.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10696,6 +10704,7 @@ ) fragment.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -10723,6 +10732,7 @@ ) fragment.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -11248,7 +11258,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJetsCPUOnly = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -13356,7 +13367,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -13369,6 +13381,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseededCPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseededCPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13508,6 +13521,7 @@ ) fragment.hltParticleFlowClusterHBHECPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13623,6 +13637,7 @@ ) fragment.hltParticleFlowClusterHCALCPUOnly = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -14387,13 +14402,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -14468,14 +14485,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -14498,13 +14517,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPreDSTZeroBias = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -15581,6 +15602,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -16302,7 +16324,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltFixedGridRhoFastjetHCAL = cms.EDProducer( "FixedGridRhoProducerFastjetFromRecHit", hbheRecHitsTag = cms.InputTag( "hltHbhereco" ), @@ -16313,7 +16336,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltRecHitInRegionForMuonsMF = cms.EDProducer( "MuonHLTRechitInRegionsProducer", productLabels = cms.vstring( 'EcalRegionalRecHitsEB', @@ -16396,6 +16420,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedForMuonsMF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16519,6 +16544,7 @@ ) fragment.hltParticleFlowClusterPSForMuons = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuons" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16878,7 +16904,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltEgammaHoverEUnseeded = cms.EDProducer( "EgammaHLTHcalVarProducerFromRecHit", recoEcalCandidateProducer = cms.InputTag( "hltEgammaCandidatesUnseeded" ), @@ -16891,6 +16918,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -17366,7 +17394,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltEgammaEleGsfUnseededTrackIsoPixelOnly = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectronsUnseeded" ), @@ -17481,6 +17510,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedForMuonsMFNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMFNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17604,6 +17634,7 @@ ) fragment.hltParticleFlowClusterPSForMuonsNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuonsNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18088,6 +18119,7 @@ ) fragment.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18149,6 +18181,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18379,6 +18412,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18404,6 +18438,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -18422,6 +18457,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18488,6 +18524,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18510,6 +18547,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18622,6 +18660,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -18730,6 +18769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18752,6 +18792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18927,6 +18968,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -18942,7 +18984,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -19842,6 +19886,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -19956,6 +20001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19978,6 +20024,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -20336,7 +20383,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltDiMu5Ele3CaloIdLTrackIdLElectronlegOneOEMinusOneOPFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -20346,6 +20394,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20368,6 +20417,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20390,6 +20440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20496,6 +20547,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20542,6 +20594,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20564,6 +20617,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -20609,6 +20663,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20631,6 +20686,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20653,6 +20709,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20759,6 +20816,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20802,6 +20860,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20845,6 +20904,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22118,6 +22178,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22161,6 +22222,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22204,6 +22266,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22335,6 +22398,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22357,6 +22421,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22402,6 +22467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22434,6 +22500,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22456,6 +22523,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22501,6 +22569,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22537,6 +22606,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22559,6 +22629,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22604,6 +22675,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22636,6 +22708,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22658,6 +22731,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22703,6 +22777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22739,6 +22814,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22761,6 +22837,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22806,6 +22883,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22838,6 +22916,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22860,6 +22939,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22905,6 +22985,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22971,6 +23052,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22993,6 +23075,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -23040,6 +23123,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -23091,6 +23175,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -23144,6 +23229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23166,6 +23252,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23188,6 +23275,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23210,6 +23298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23232,6 +23321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23270,6 +23360,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -23333,6 +23424,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -23355,6 +23447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23400,6 +23493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23422,6 +23516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23444,6 +23539,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23598,6 +23694,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23620,6 +23717,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23665,6 +23763,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23728,6 +23827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23750,6 +23850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23795,6 +23896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24771,6 +24873,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -24818,6 +24921,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -24975,6 +25079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -24997,6 +25102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25019,6 +25125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25908,6 +26015,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26387,6 +26495,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26505,6 +26614,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26663,6 +26773,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26730,6 +26841,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26762,6 +26874,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26798,6 +26911,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26830,6 +26944,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26896,6 +27011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26918,6 +27034,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26948,6 +27065,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26978,6 +27096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27018,6 +27137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27040,6 +27160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27070,6 +27191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27100,6 +27222,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27174,6 +27297,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27196,6 +27320,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27226,6 +27351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27256,6 +27382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27309,6 +27436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27331,6 +27459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27353,6 +27482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27375,6 +27505,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27397,6 +27528,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27419,6 +27551,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27463,6 +27596,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27485,6 +27619,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27515,6 +27650,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27545,6 +27681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27598,6 +27735,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27620,6 +27758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27642,6 +27781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27664,6 +27804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27686,6 +27827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27708,6 +27850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27752,6 +27895,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27774,6 +27918,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27804,6 +27949,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27834,6 +27980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27887,6 +28034,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27909,6 +28057,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27931,6 +28080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27953,6 +28103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27975,6 +28126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27997,6 +28149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28041,6 +28194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28063,6 +28217,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28093,6 +28248,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28123,6 +28279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28176,6 +28333,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28198,6 +28356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28220,6 +28379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28242,6 +28402,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28264,6 +28425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28286,6 +28448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28330,6 +28493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28352,6 +28516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28382,6 +28547,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28412,6 +28578,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28465,6 +28632,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28487,6 +28655,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28509,6 +28678,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28531,6 +28701,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28553,6 +28724,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28575,6 +28747,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28619,6 +28792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28641,6 +28815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28671,6 +28846,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28701,6 +28877,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28754,6 +28931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28776,6 +28954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28798,6 +28977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28820,6 +29000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28842,6 +29023,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28864,6 +29046,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28978,6 +29161,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28997,6 +29181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29019,6 +29204,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29133,6 +29319,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29152,6 +29339,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29174,6 +29362,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29275,6 +29464,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29294,6 +29484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29316,6 +29507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29417,6 +29609,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29436,6 +29629,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29458,6 +29652,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29569,7 +29764,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltStoppedHSCPIterativeCone4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -30763,6 +30959,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -30806,6 +31003,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -30912,6 +31110,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -30955,6 +31154,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31298,6 +31498,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31475,6 +31676,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31613,6 +31815,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31668,6 +31871,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31715,6 +31919,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32630,6 +32835,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -36229,7 +36435,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltMetCleanBH = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForAllBeamHaloCleaned" ), @@ -36450,6 +36657,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -36583,6 +36791,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37036,6 +37245,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37151,6 +37361,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37266,6 +37477,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37329,16 +37541,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets40Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltBTagPFDeepJet0p71DoubleJets30 = cms.EDFilter( "HLTPFJetTag", @@ -37416,6 +37628,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37451,16 +37664,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets54Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltL1DoubleJet40er2p5 = cms.EDFilter( "HLTL1TSeed", @@ -37586,16 +37799,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets116Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoublePFJets128MaxDeta1p6DoublePFBTagDeepJetp71 = cms.EDFilter( "HLTPrescaler", @@ -37622,16 +37835,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets128Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) fragment.hltL1sSingleEGNonIsoOrWithJetAndTau = cms.EDFilter( "HLTL1TSeed", @@ -37770,6 +37983,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37881,6 +38095,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37927,6 +38142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -37949,6 +38165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -37994,6 +38211,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38016,6 +38234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38038,6 +38257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38178,6 +38398,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38207,6 +38428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -38229,6 +38451,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38274,6 +38497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38296,6 +38520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38318,6 +38543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38455,6 +38681,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38509,6 +38736,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38531,6 +38759,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -38553,6 +38782,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -38575,6 +38805,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -38620,6 +38851,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38642,6 +38874,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38664,6 +38897,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38686,6 +38920,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -38843,6 +39078,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38898,6 +39134,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39913,6 +40150,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -39935,6 +40173,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -39957,6 +40196,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -39979,6 +40219,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40001,6 +40242,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40023,6 +40265,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40045,6 +40288,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40067,6 +40311,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40135,6 +40380,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40157,6 +40403,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40179,6 +40426,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40201,6 +40449,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40223,6 +40472,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40245,6 +40495,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40267,6 +40518,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -40289,6 +40541,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -40414,6 +40667,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40468,6 +40722,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40490,6 +40745,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40512,6 +40768,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40534,6 +40791,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40579,6 +40837,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40601,6 +40860,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40623,6 +40883,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40645,6 +40906,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -40757,6 +41019,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40811,6 +41074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40833,6 +41097,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40855,6 +41120,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40877,6 +41143,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40922,6 +41189,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40944,6 +41212,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40966,6 +41235,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40988,6 +41258,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -41073,6 +41344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41139,6 +41411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41205,6 +41478,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41241,6 +41515,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41277,6 +41552,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41313,6 +41589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41349,6 +41626,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41385,6 +41663,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41451,6 +41730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41473,6 +41753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -41500,6 +41781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41522,6 +41804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -41544,6 +41827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -41578,6 +41862,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -41644,6 +41929,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41666,6 +41952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -41688,6 +41975,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41710,6 +41998,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -41732,6 +42021,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -41754,6 +42044,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -41820,6 +42111,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41842,6 +42134,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -41864,6 +42157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41886,6 +42180,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -41908,6 +42203,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -41930,6 +42226,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -41966,6 +42263,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41988,6 +42286,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42010,6 +42309,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42032,6 +42332,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42054,6 +42355,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42076,6 +42378,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42112,6 +42415,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42134,6 +42438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42156,6 +42461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42178,6 +42484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42200,6 +42507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42222,6 +42530,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42258,6 +42567,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42280,6 +42590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42302,6 +42613,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42324,6 +42636,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42346,6 +42659,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42368,6 +42682,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42404,6 +42719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42426,6 +42742,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42448,6 +42765,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42470,6 +42788,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42492,6 +42811,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42514,6 +42834,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42550,6 +42871,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42572,6 +42894,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42594,6 +42917,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42616,6 +42940,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42638,6 +42963,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42660,6 +42986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42696,6 +43023,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42718,6 +43046,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42740,6 +43069,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42762,6 +43092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42784,6 +43115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42806,6 +43138,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42872,6 +43205,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -42908,6 +43242,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -42930,6 +43265,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42952,6 +43288,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42974,6 +43311,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42996,6 +43334,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43032,6 +43371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43054,6 +43394,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43076,6 +43417,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43098,6 +43440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43120,6 +43463,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43156,6 +43500,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43178,6 +43523,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43200,6 +43546,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43222,6 +43569,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43244,6 +43592,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43280,6 +43629,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43302,6 +43652,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43324,6 +43675,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43346,6 +43698,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43368,6 +43721,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43404,6 +43758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43426,6 +43781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43448,6 +43804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43470,6 +43827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43492,6 +43850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43528,6 +43887,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43550,6 +43910,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -43572,6 +43933,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43594,6 +43956,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43616,6 +43979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43659,6 +44023,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43681,6 +44046,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -43703,6 +44069,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43725,6 +44092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43747,6 +44115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43781,6 +44150,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43863,6 +44233,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43885,6 +44256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43907,6 +44279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43929,6 +44302,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43951,6 +44325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -44456,16 +44831,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 30.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 30.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPFTauMediumAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -44772,16 +45147,16 @@ inputTag2 = cms.InputTag( "hltPFTau35TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 100.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 100.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24TwoProngs35 = cms.EDFilter( "HLTPrescaler", @@ -45243,6 +45618,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46566,6 +46942,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46737,6 +47114,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46780,6 +47158,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46886,6 +47265,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46929,6 +47309,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46990,6 +47371,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47033,6 +47415,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47360,6 +47743,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49179,6 +49563,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49226,6 +49611,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49318,6 +49704,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49364,6 +49751,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49386,6 +49774,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -49436,6 +49825,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49465,6 +49855,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49487,6 +49878,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -49537,6 +49929,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49566,6 +49959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49588,6 +49982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -49638,6 +50033,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49865,6 +50261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49887,6 +50284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -49917,6 +50315,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -49947,6 +50346,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -50000,6 +50400,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50022,6 +50423,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50044,6 +50446,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50066,6 +50469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50088,6 +50492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50110,6 +50515,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -50211,6 +50617,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50233,6 +50640,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -50263,6 +50671,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -50293,6 +50702,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -50346,6 +50756,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50368,6 +50779,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50390,6 +50802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50412,6 +50825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50434,6 +50848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50456,6 +50871,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -50518,6 +50934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0132 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50540,6 +50957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -50562,6 +50980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.145 ), @@ -50584,6 +51003,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.16 ), @@ -50629,6 +51049,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.08 ), thrRegularEE = cms.vdouble( 0.08 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50651,6 +51072,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50673,6 +51095,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50695,6 +51118,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -50727,6 +51151,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.033 ), thrRegularEE = cms.vdouble( 0.033 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50749,6 +51174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.17 ), @@ -50771,6 +51197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.21 ), @@ -50787,6 +51214,7 @@ ) fragment.hltParticleFlowClusterHFForEgammaUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -50822,6 +51250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.7 ), @@ -50921,6 +51350,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50943,6 +51373,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -50982,6 +51413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51025,6 +51457,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -51070,6 +51503,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51092,6 +51526,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51114,6 +51549,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51136,6 +51572,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51158,6 +51595,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51180,6 +51618,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -51229,6 +51668,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51251,6 +51691,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -51273,6 +51714,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51295,6 +51737,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -51340,6 +51783,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51362,6 +51806,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51384,6 +51829,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51406,6 +51852,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51428,6 +51875,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51450,6 +51898,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -51582,6 +52031,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51706,6 +52156,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51797,6 +52248,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51861,6 +52313,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -52015,6 +52468,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -52087,6 +52541,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53324,6 +53779,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53429,6 +53885,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53451,6 +53908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -53496,6 +53954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53518,6 +53977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53540,6 +54000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53661,6 +54122,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53707,6 +54169,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53729,6 +54192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -53774,6 +54238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53796,6 +54261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53818,6 +54284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53957,6 +54424,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53976,6 +54444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -53998,6 +54467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -54122,6 +54592,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54165,6 +54636,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54626,6 +55098,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54672,6 +55145,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54694,6 +55168,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -54716,6 +55191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54738,6 +55214,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -54804,6 +55281,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54826,6 +55304,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -54848,6 +55327,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -54870,6 +55350,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -54915,6 +55396,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54937,6 +55419,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54959,6 +55442,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54981,6 +55465,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -55062,6 +55547,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55084,6 +55570,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55106,6 +55593,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -55128,6 +55616,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -55173,6 +55662,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55195,6 +55685,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55217,6 +55708,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55239,6 +55731,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -55320,6 +55813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55342,6 +55836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55364,6 +55859,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -55386,6 +55882,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -55431,6 +55928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55453,6 +55951,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55475,6 +55974,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55497,6 +55997,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -55548,6 +56049,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -55570,6 +56072,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55615,6 +56118,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55637,6 +56141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55659,6 +56164,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55710,6 +56216,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -55732,6 +56239,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55777,6 +56285,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55799,6 +56308,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55821,6 +56331,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55872,6 +56383,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -55894,6 +56406,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55939,6 +56452,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55961,6 +56475,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55983,6 +56498,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56034,6 +56550,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56056,6 +56573,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -56101,6 +56619,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56123,6 +56642,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.06 ), thrRegularEE = cms.vdouble( 0.06 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56190,6 +56710,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56212,6 +56733,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -56257,6 +56779,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56279,6 +56802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56315,6 +56839,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56337,6 +56862,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -56382,6 +56908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56404,6 +56931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56954,6 +57482,7 @@ TrackLabel = cms.InputTag( "hltMergedTracksForBTag" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -56969,7 +57498,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFastPixelBLifetimeL3Associator = cms.EDProducer( "JetTracksAssociatorAtVertex", tracks = cms.InputTag( "hltMergedTracksForBTag" ), @@ -57567,6 +58098,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -57589,6 +58121,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57611,6 +58144,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57633,6 +58167,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -57655,6 +58190,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -57677,6 +58213,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -57838,7 +58375,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltHtMhtEcal = cms.EDProducer( "HLTCaloTowerHtMhtProducer", usePt = cms.bool( False ), @@ -57912,6 +58450,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -57930,6 +58469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -57952,6 +58492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -57986,6 +58527,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -58008,6 +58550,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -58080,6 +58623,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -58116,6 +58660,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -58293,6 +58838,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58315,6 +58861,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58337,6 +58884,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58359,6 +58907,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -58381,6 +58930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -58403,6 +58953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -58494,6 +59045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58516,6 +59068,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58538,6 +59091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58560,6 +59114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58582,6 +59137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58604,6 +59160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58626,6 +59183,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58648,6 +59206,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58670,6 +59229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60788,9 +61348,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -60812,7 +61369,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTauForVBFIsoTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTauForVBFIsoTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTauForVBFIsoTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) fragment.hltHpsSelectedPFTausMediumDeepTauDitauWPForVBFIsoTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsPFTauProducer" ), @@ -60948,6 +61508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -60970,6 +61531,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60992,6 +61554,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61014,6 +61577,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -61036,6 +61600,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -61096,6 +61661,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61118,6 +61684,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61140,6 +61707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61162,6 +61730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -61184,6 +61753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -61298,6 +61868,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61341,6 +61912,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61698,6 +62270,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62046,6 +62619,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62068,6 +62642,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -62090,6 +62665,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62112,6 +62688,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -62146,6 +62723,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62168,6 +62746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -62190,6 +62769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62212,6 +62792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -62234,6 +62815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -62818,9 +63400,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -62840,7 +63419,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) fragment.hltHpsSelectedPFTausMediumDitauWPDeepTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsL1JetsHLTForDeepTauInput" ), @@ -62913,6 +63495,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62935,6 +63518,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -62965,6 +63549,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -62995,6 +63580,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -63048,6 +63634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63070,6 +63657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63092,6 +63680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63114,6 +63703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63136,6 +63726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63158,6 +63749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -63188,16 +63780,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltHpsSelectedPFTausLooseETauWPDeepTauFilter = cms.EDFilter( "PFTauSelector", @@ -63240,16 +63832,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sBigORMu18erTauXXer2p1 = cms.EDFilter( "HLTL1TSeed", @@ -63344,6 +63936,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63363,6 +63956,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63385,6 +63979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63470,16 +64065,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27LooseMuTauWPDeepTauVsJetsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS180eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -63561,6 +64156,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63580,6 +64176,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63602,6 +64199,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63672,16 +64270,16 @@ inputTag2 = cms.InputTag( "hltSelectedPFTau180LooseSingleTauWPDeepTauMatchedMu22IsoTau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS30eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63720,6 +64318,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63758,16 +64357,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS35L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63849,6 +64448,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63868,6 +64468,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63890,6 +64491,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63988,16 +64590,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau35MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreLooseDeepTauPFTauHPS180L2NNeta2p1 = cms.EDFilter( "HLTPrescaler", @@ -65752,6 +66354,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -65774,6 +66377,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -66063,6 +66667,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -66082,6 +66687,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -66104,6 +66710,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -66161,16 +66768,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sMu18erTau26er2p1Jet55 = cms.EDFilter( "HLTL1TSeed", @@ -66398,16 +67005,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20MediumDitauWPDeepTauNoMatchForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS45L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66449,16 +67056,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau45MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatchedForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet30MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66488,16 +67095,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagMediumWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet30TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66527,16 +67134,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagTightWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoublePNetTauhPFJet30MediumL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -66604,16 +67211,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagLooseWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet130MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66643,16 +67250,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagMediumWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreIsoMu24eta2p1PNetTauhPFJet130TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66682,16 +67289,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagTightWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreSinglePNetTauhPFJet130LooseL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -66835,6 +67442,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -67103,6 +67711,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -68953,6 +69562,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -68999,6 +69609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -69021,6 +69632,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -69043,6 +69655,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -70909,16 +71522,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedMuMediumChargedIsoDisplPFTau24TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPrePhoton34R9Id90CaloIdLIsoLDisplacedIdLMediumChargedIsoDisplacedPFTauHPS34 = cms.EDFilter( "HLTPrescaler", @@ -70960,6 +71573,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -70982,6 +71596,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71004,6 +71619,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71026,6 +71642,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -71048,6 +71665,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -71070,6 +71688,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -71167,16 +71786,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedPhotonMediumChargedIsoDisplPFTau34TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 92 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumChargedIsoDisplacedPFTauHPS32Trk1eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -71491,16 +72110,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau24MediumChargedIsoFilter" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1sHTT280orHTT320orHTT360orETT2000 = cms.EDFilter( "HLTL1TSeed", @@ -75395,6 +76014,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -75417,6 +76037,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75469,6 +76090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -75491,6 +76113,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75912,6 +76535,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75934,6 +76558,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75956,6 +76581,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75978,6 +76604,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76000,6 +76627,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76022,6 +76650,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76044,6 +76673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76115,6 +76745,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76137,6 +76768,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76159,6 +76791,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76181,6 +76814,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76203,6 +76837,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76225,6 +76860,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76247,6 +76883,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76318,6 +76955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76340,6 +76978,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76362,6 +77001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76384,6 +77024,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76406,6 +77047,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76428,6 +77070,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76450,6 +77093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76521,6 +77165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76543,6 +77188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76565,6 +77211,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76587,6 +77234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76609,6 +77257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76631,6 +77280,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76653,6 +77303,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76724,6 +77375,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76746,6 +77398,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76768,6 +77421,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76790,6 +77444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76812,6 +77467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76834,6 +77490,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76856,6 +77513,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76927,6 +77585,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76949,6 +77608,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76971,6 +77631,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76993,6 +77654,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77015,6 +77677,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77037,6 +77700,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77059,6 +77723,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77130,6 +77795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77152,6 +77818,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77174,6 +77841,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77196,6 +77864,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77218,6 +77887,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77240,6 +77910,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77262,6 +77933,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77333,6 +78005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77355,6 +78028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77377,6 +78051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77399,6 +78074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77421,6 +78097,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77443,6 +78120,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77465,6 +78143,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77536,6 +78215,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77558,6 +78238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77580,6 +78261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77602,6 +78284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77624,6 +78307,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77646,6 +78330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77668,6 +78353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77739,6 +78425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77761,6 +78448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77783,6 +78471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77805,6 +78494,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77827,6 +78517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77849,6 +78540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77871,6 +78563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77942,6 +78635,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77964,6 +78658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77986,6 +78681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78008,6 +78704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78030,6 +78727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78052,6 +78750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78074,6 +78773,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78145,6 +78845,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78167,6 +78868,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78189,6 +78891,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78211,6 +78914,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78233,6 +78937,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78255,6 +78960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78277,6 +78983,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78348,6 +79055,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78370,6 +79078,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78392,6 +79101,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78414,6 +79124,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78436,6 +79147,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78458,6 +79170,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78480,6 +79193,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78765,6 +79479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78791,6 +79506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78817,6 +79533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78843,6 +79560,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78869,6 +79587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78895,6 +79614,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78921,6 +79641,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78947,6 +79668,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78973,6 +79695,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78999,6 +79722,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79025,6 +79749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79051,6 +79776,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79077,6 +79803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79136,6 +79863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79158,6 +79886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79180,6 +79909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79202,6 +79932,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79224,6 +79955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79246,6 +79978,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79268,6 +80001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79357,6 +80091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79379,6 +80114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79401,6 +80137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79423,6 +80160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79445,6 +80183,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79467,6 +80206,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79489,6 +80229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79555,6 +80296,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79577,6 +80319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -79599,6 +80342,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79621,6 +80365,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79643,6 +80388,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79677,6 +80423,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79699,6 +80446,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -79721,6 +80469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79743,6 +80492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79765,6 +80515,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79787,6 +80538,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -79813,6 +80565,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -79835,6 +80588,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79857,6 +80611,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79879,6 +80634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79901,6 +80657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -79923,6 +80680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79945,6 +80703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79967,6 +80726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79989,6 +80749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -80025,6 +80786,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80047,6 +80809,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -80069,6 +80832,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80091,6 +80855,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80113,6 +80878,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80139,6 +80905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80161,6 +80928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80183,6 +80951,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80205,6 +80974,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80241,6 +81011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80263,6 +81034,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80285,6 +81057,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80307,6 +81080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80329,6 +81103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80367,6 +81142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80389,6 +81165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80411,6 +81188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80433,6 +81211,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80455,6 +81234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80477,6 +81257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -80661,6 +81442,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -80683,6 +81465,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.75 ), thrRegularEE = cms.vdouble( 0.5 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80705,6 +81488,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80727,6 +81511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80749,6 +81534,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -80771,6 +81557,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -80793,16 +81580,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 32.0 ), - MaxMinv = cms.double( 99999.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 32.0 ), + MaxMinv = cms.double( 99999.0 ), MinN = cms.int32( 1 ) ) fragment.hltOverlapFilterPhoton32MediumChargedIsoPFTau32 = cms.EDFilter( "HLT2PhotonPFTau", @@ -80813,16 +81600,16 @@ inputTag2 = cms.InputTag( "hltPFTau32TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 50.0 ), - MaxMinv = cms.double( 105.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 50.0 ), + MaxMinv = cms.double( 105.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProngM5to80 = cms.EDFilter( "HLTPrescaler", @@ -80933,16 +81720,16 @@ inputTag2 = cms.InputTag( "hltHpsDoublePFTau30MediumDitauWPDeepTauDz02" ), triggerType1 = cms.int32( 84 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1000.0 ), - MinMinv = cms.double( 5.0 ), - MaxMinv = cms.double( 80.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 5.0 ), + MaxMinv = cms.double( 80.0 ), MinN = cms.int32( 1 ) ) fragment.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProng = cms.EDFilter( "HLTPrescaler", @@ -80980,16 +81767,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) fragment.hltL1DiJetVBFinclLoose = cms.EDFilter( "HLTL1TSeed", @@ -81833,6 +82620,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -82293,6 +83081,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -82416,6 +83205,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -82509,6 +83299,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -82580,6 +83371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82602,6 +83394,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -82632,6 +83425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -82662,6 +83456,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -82715,6 +83510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82737,6 +83533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82759,6 +83556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82781,6 +83579,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82803,6 +83602,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -82864,6 +83664,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82886,6 +83687,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -82916,6 +83718,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -82946,6 +83749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -82999,6 +83803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83021,6 +83826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83043,6 +83849,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83065,6 +83872,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83087,6 +83895,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83148,6 +83957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83170,6 +83980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -83200,6 +84011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -83230,6 +84042,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -83283,6 +84096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83305,6 +84119,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83327,6 +84142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83349,6 +84165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83371,6 +84188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83828,6 +84646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84603,6 +85422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84625,6 +85445,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -84655,6 +85476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -84685,6 +85507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -84738,6 +85561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84760,6 +85584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84782,6 +85607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84804,6 +85630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84826,6 +85653,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84848,6 +85676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -84902,6 +85731,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84924,6 +85754,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84946,6 +85777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -84968,6 +85800,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -84990,6 +85823,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -85012,6 +85846,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -85034,6 +85869,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -85056,6 +85892,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -85124,6 +85961,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85146,6 +85984,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85168,6 +86007,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85190,6 +86030,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85212,6 +86053,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85234,6 +86076,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85256,6 +86099,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -85278,6 +86122,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -85329,6 +86174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85351,6 +86197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -85373,6 +86220,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85395,6 +86243,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85417,6 +86266,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -85460,6 +86310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85482,6 +86333,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -85504,6 +86356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85526,6 +86379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85548,6 +86402,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -85570,6 +86425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -85642,6 +86498,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -85664,6 +86521,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85709,6 +86567,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85741,6 +86600,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -85763,6 +86623,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85808,6 +86669,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85879,6 +86741,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -85898,6 +86761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -85920,6 +86784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -86034,6 +86899,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -86124,6 +86990,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), diff --git a/HLTrigger/Configuration/python/HLT_HIon_cff.py b/HLTrigger/Configuration/python/HLT_HIon_cff.py index 8cf104b272125..5527b2c6d635f 100644 --- a/HLTrigger/Configuration/python/HLT_HIon_cff.py +++ b/HLTrigger/Configuration/python/HLT_HIon_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/HIon --cff --data --type HIon +# hltGetConfiguration /dev/CMSSW_14_0_0/HIon --cff --data --type HIon -# /dev/CMSSW_13_3_0/HIon/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/HIon/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/HIon/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/HIon/V6') ) fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -9694,6 +9694,8 @@ ) fragment.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -10022,13 +10024,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacyPPOnAA' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPUPPOnAA = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigisPPOnAA@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPUPPOnAA = cms.EDProducer( "SiPixelHIonPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnlyPPOnAA" ), @@ -10077,14 +10081,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHIHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -10372,13 +10378,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPreDSTPhysics = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -10789,7 +10797,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltPuAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -12605,12 +12614,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltSiPixelClustersAfterSplittingPPOnAA = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -12855,12 +12867,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFullIter0TrackMVAClassifierPPOnAA = cms.EDProducer( "TrackMVAClassifierPrompt", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), @@ -14009,7 +14024,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -14049,7 +14065,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -14071,6 +14088,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14194,6 +14212,7 @@ ) fragment.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14271,6 +14290,7 @@ ) fragment.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14386,6 +14406,7 @@ ) fragment.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -14413,6 +14434,7 @@ ) fragment.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14857,6 +14879,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMergingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -14872,7 +14895,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelectorPPOnAA = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -15065,7 +15090,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltCaloMETProducerForHf = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForHf" ), @@ -15717,6 +15743,7 @@ ) fragment.hltParticleFlowClusterPSPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -15778,6 +15805,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16005,6 +16033,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16041,6 +16070,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16077,6 +16107,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16113,6 +16144,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16162,6 +16194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16198,6 +16231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16247,6 +16281,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16283,6 +16318,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16319,6 +16355,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16355,6 +16392,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16404,6 +16442,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16440,6 +16479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16489,6 +16529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16523,6 +16564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -16545,6 +16587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -16584,6 +16627,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -16627,6 +16671,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17105,7 +17150,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltEle10GsfOneOEMinusOneOPPPOnAAFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -17115,6 +17161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17137,6 +17184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17159,6 +17207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17505,6 +17554,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17541,6 +17591,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17563,6 +17614,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -17585,6 +17637,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17607,6 +17660,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17652,6 +17706,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17674,6 +17729,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17696,6 +17752,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17718,6 +17775,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17757,6 +17815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17779,6 +17838,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -17801,6 +17861,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17823,6 +17884,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17868,6 +17930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17890,6 +17953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17912,6 +17976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17934,6 +17999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17960,6 +18026,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17982,6 +18049,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18004,6 +18072,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18026,6 +18095,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18071,6 +18141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18093,6 +18164,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18115,6 +18187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18137,6 +18210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18176,6 +18250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18198,6 +18273,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18220,6 +18296,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18242,6 +18319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18287,6 +18365,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18309,6 +18388,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18331,6 +18411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18353,6 +18434,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18379,6 +18461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18401,6 +18484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18423,6 +18507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18445,6 +18530,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18490,6 +18576,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18512,6 +18599,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18534,6 +18622,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18556,6 +18645,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18592,6 +18682,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18614,6 +18705,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18636,6 +18728,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18658,6 +18751,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18680,6 +18774,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18734,6 +18829,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18756,6 +18852,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18778,6 +18875,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18800,6 +18898,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18822,6 +18921,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -20633,6 +20733,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20712,6 +20813,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20791,6 +20893,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20894,6 +20997,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20997,6 +21101,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21100,6 +21205,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21203,6 +21309,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21306,6 +21413,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21409,6 +21517,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21986,12 +22095,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltSiPixelClustersAfterSplittingPPOnAAForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -22209,12 +22321,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFullIter0TrackDNNClassifierPPOnAAForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), @@ -23946,12 +24061,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltGoodHighPurityFullTracksForDmesonPPOnAA = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), diff --git a/HLTrigger/Configuration/python/HLT_PIon_cff.py b/HLTrigger/Configuration/python/HLT_PIon_cff.py index 984e28dfdc270..280707d486807 100644 --- a/HLTrigger/Configuration/python/HLT_PIon_cff.py +++ b/HLTrigger/Configuration/python/HLT_PIon_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/PIon --cff --data --type PIon +# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --cff --data --type PIon -# /dev/CMSSW_13_3_0/PIon/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/PIon/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/PIon/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/PIon/V6') ) fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( diff --git a/HLTrigger/Configuration/python/HLT_PRef_cff.py b/HLTrigger/Configuration/python/HLT_PRef_cff.py index 2bf23cc44932b..5ba43fd5e3440 100644 --- a/HLTrigger/Configuration/python/HLT_PRef_cff.py +++ b/HLTrigger/Configuration/python/HLT_PRef_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/PRef --cff --data --type PRef +# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --cff --data --type PRef -# /dev/CMSSW_13_3_0/PRef/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/PRef/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/PRef/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/PRef/V6') ) fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -5090,6 +5090,8 @@ ) fragment.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -5513,13 +5515,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -5594,14 +5598,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -5889,13 +5895,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPreDSTPhysics = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -6056,7 +6064,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJetsPF = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -7932,6 +7941,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -7947,7 +7957,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -9406,7 +9418,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -9446,7 +9459,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -9468,6 +9482,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -9591,6 +9606,7 @@ ) fragment.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -9668,6 +9684,7 @@ ) fragment.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -9783,6 +9800,7 @@ ) fragment.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -9810,6 +9828,7 @@ ) fragment.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10570,6 +10589,7 @@ ) fragment.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10631,6 +10651,7 @@ ) fragment.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10850,6 +10871,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -10875,6 +10897,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -10893,6 +10916,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -10932,6 +10956,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -10975,6 +11000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11416,7 +11442,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) fragment.hltEgammaEleGsfTrackIsoPPRef = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectrons" ), @@ -11442,6 +11469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11488,6 +11516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11510,6 +11539,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -11532,6 +11562,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11554,6 +11585,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11576,6 +11608,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11640,6 +11673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11662,6 +11696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -11684,6 +11719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11706,6 +11742,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11751,6 +11788,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11773,6 +11811,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11795,6 +11834,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11817,6 +11857,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11843,6 +11884,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11865,6 +11907,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -11887,6 +11930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11909,6 +11953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11954,6 +11999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11976,6 +12022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11998,6 +12045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12020,6 +12068,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12056,6 +12105,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12078,6 +12128,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12100,6 +12151,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12122,6 +12174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12167,6 +12220,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12189,6 +12243,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12211,6 +12266,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12233,6 +12289,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12269,6 +12326,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12291,6 +12349,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12313,6 +12372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12335,6 +12395,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12380,6 +12441,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12402,6 +12464,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12424,6 +12487,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12446,6 +12510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12495,6 +12560,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12517,6 +12583,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12539,6 +12606,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12561,6 +12629,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12606,6 +12675,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12628,6 +12698,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12650,6 +12721,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12672,6 +12744,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12708,6 +12781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12730,6 +12804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12752,6 +12827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12774,6 +12850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12819,6 +12896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12841,6 +12919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12863,6 +12942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12885,6 +12965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12911,6 +12992,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -12947,6 +13029,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -12973,6 +13056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13009,6 +13093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13035,6 +13120,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13071,6 +13157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13110,6 +13197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13146,6 +13234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13172,6 +13261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13208,6 +13298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13257,6 +13348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13293,6 +13385,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13657,6 +13750,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -13715,6 +13809,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -13818,6 +13913,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -13921,6 +14017,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -13979,6 +14076,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14026,6 +14124,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14073,6 +14172,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14120,6 +14220,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14545,12 +14646,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltSiPixelClustersAfterSplittingPPRefForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClusters" ), @@ -14780,12 +14884,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltFullIter0TrackDNNClassifierPPRefForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), @@ -17093,12 +17200,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltGoodHighPurityFullTracksForDmesonPPRef = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), diff --git a/HLTrigger/Configuration/python/HLT_Special_cff.py b/HLTrigger/Configuration/python/HLT_Special_cff.py index 5cff4d53af35a..f84f7acacdccd 100644 --- a/HLTrigger/Configuration/python/HLT_Special_cff.py +++ b/HLTrigger/Configuration/python/HLT_Special_cff.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Special --cff --data --type Special +# hltGetConfiguration /dev/CMSSW_14_0_0/Special --cff --data --type Special -# /dev/CMSSW_13_3_0/Special/V7 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Special/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Special/V7') + tableName = cms.string('/dev/CMSSW_14_0_0/Special/V6') ) fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -5234,6 +5234,8 @@ ) fragment.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -5623,13 +5625,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -5704,14 +5708,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -5999,13 +6005,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) fragment.hltL1sZeroBias = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -6190,7 +6198,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) fragment.hltAK4CaloJetsPF = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -8066,6 +8075,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -8081,7 +8091,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) fragment.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( diff --git a/HLTrigger/Configuration/python/HLTrigger_Datasets_GRun_cff.py b/HLTrigger/Configuration/python/HLTrigger_Datasets_GRun_cff.py index 95da68fcb354a..9163c3295981d 100644 --- a/HLTrigger/Configuration/python/HLTrigger_Datasets_GRun_cff.py +++ b/HLTrigger/Configuration/python/HLTrigger_Datasets_GRun_cff.py @@ -1,4 +1,4 @@ -# /dev/CMSSW_13_3_0/GRun +# /dev/CMSSW_14_0_0/GRun import FWCore.ParameterSet.Config as cms diff --git a/HLTrigger/Configuration/python/HLTrigger_Datasets_HIon_cff.py b/HLTrigger/Configuration/python/HLTrigger_Datasets_HIon_cff.py index 0085c9d40f821..baedb75dff477 100644 --- a/HLTrigger/Configuration/python/HLTrigger_Datasets_HIon_cff.py +++ b/HLTrigger/Configuration/python/HLTrigger_Datasets_HIon_cff.py @@ -1,4 +1,4 @@ -# /dev/CMSSW_13_3_0/HIon +# /dev/CMSSW_14_0_0/HIon import FWCore.ParameterSet.Config as cms diff --git a/HLTrigger/Configuration/python/HLTrigger_Datasets_PIon_cff.py b/HLTrigger/Configuration/python/HLTrigger_Datasets_PIon_cff.py index 48b823e44ba53..a2331736e9ac8 100644 --- a/HLTrigger/Configuration/python/HLTrigger_Datasets_PIon_cff.py +++ b/HLTrigger/Configuration/python/HLTrigger_Datasets_PIon_cff.py @@ -1,4 +1,4 @@ -# /dev/CMSSW_13_3_0/PIon +# /dev/CMSSW_14_0_0/PIon import FWCore.ParameterSet.Config as cms diff --git a/HLTrigger/Configuration/python/HLTrigger_Datasets_PRef_cff.py b/HLTrigger/Configuration/python/HLTrigger_Datasets_PRef_cff.py index 6b87a2c7120b0..602712cbd13a2 100644 --- a/HLTrigger/Configuration/python/HLTrigger_Datasets_PRef_cff.py +++ b/HLTrigger/Configuration/python/HLTrigger_Datasets_PRef_cff.py @@ -1,4 +1,4 @@ -# /dev/CMSSW_13_3_0/PRef +# /dev/CMSSW_14_0_0/PRef import FWCore.ParameterSet.Config as cms diff --git a/HLTrigger/Configuration/python/HLTrigger_Datasets_Special_cff.py b/HLTrigger/Configuration/python/HLTrigger_Datasets_Special_cff.py index 7480cc1699f8c..7b331c25c3d26 100644 --- a/HLTrigger/Configuration/python/HLTrigger_Datasets_Special_cff.py +++ b/HLTrigger/Configuration/python/HLTrigger_Datasets_Special_cff.py @@ -1,4 +1,4 @@ -# /dev/CMSSW_13_3_0/Special +# /dev/CMSSW_14_0_0/Special import FWCore.ParameterSet.Config as cms diff --git a/HLTrigger/Configuration/python/customizeHLTforCMSSW.py b/HLTrigger/Configuration/python/customizeHLTforCMSSW.py index bebd39c86a65b..a0421ad971d8c 100644 --- a/HLTrigger/Configuration/python/customizeHLTforCMSSW.py +++ b/HLTrigger/Configuration/python/customizeHLTforCMSSW.py @@ -233,42 +233,6 @@ def customiseForOffline(process): return process -def customizeHLTfor43025(process): - - for producer in producers_by_type(process, "PFClusterProducer"): - producer.usePFThresholdsFromDB = cms.bool(True) - - for producer in producers_by_type(process, "PFMultiDepthClusterProducer"): - producer.usePFThresholdsFromDB = cms.bool(True) - - for producer in producers_by_type(process, "PFRecHitProducer"): - if producer.producers[0].name.value() == 'PFHBHERecHitCreator': - producer.producers[0].qualityTests[0].usePFThresholdsFromDB = cms.bool(True) - if producer.producers[0].name.value() == 'PFHFRecHitCreator': - producer.producers[0].qualityTests[1].usePFThresholdsFromDB = cms.bool(False) - - return process - -def customizeHLTfor43549(process): - """ This customization is related to ticket https://its.cern.ch/jira/browse/CMSHLT-2975 - If all 3 input tags L1CandTag, InpuLinks and inputMuonCollection are null (hence not consumed) - it means that the HLTMuonL3PreFilter should be configured such that the flag requireL3MuonTrajectorySeed is true - """ - for filter in filters_by_type(process, "HLTMuonL3PreFilter"): - if (filter.L1CandTag == cms.InputTag("") and filter.InputLinks == cms.InputTag("") and filter.inputMuonCollection == cms.InputTag("")): - filter.requireL3MuonTrajectorySeed = cms.bool(True) - - return process - -def customizeHLTfor43774(process): - filt_types = ["HLTEgammaGenericFilter","HLTEgammaGenericQuadraticEtaFilter","HLTEgammaGenericQuadraticFilter","HLTElectronGenericFilter"] - absAbleVar = ["DEta","deta","DetaSeed","Dphi","OneOESuperMinusOneOP","OneOESeedMinusOneOP"] - for filt_type in filt_types: - for filt in filters_by_type(process, filt_type): - if filt.varTag.productInstanceLabel in absAbleVar: - filt.useAbs = cms.bool(True) - - return process # CMSSW version specific customizations def customizeHLTforCMSSW(process, menuType="GRun"): @@ -284,7 +248,4 @@ def customizeHLTforCMSSW(process, menuType="GRun"): # add call to action function in proper order: newest last! # process = customiseFor12718(process) - process = customizeHLTfor43025(process) - process = customizeHLTfor43549(process) - process = customizeHLTfor43774(process) return process diff --git a/HLTrigger/Configuration/tables/makeSubTables b/HLTrigger/Configuration/tables/makeSubTables index feb110d55a85b..d494b19042934 100755 --- a/HLTrigger/Configuration/tables/makeSubTables +++ b/HLTrigger/Configuration/tables/makeSubTables @@ -3,8 +3,8 @@ # generate HLT tables from master table in ConfDB # -MASTER="/dev/CMSSW_13_3_0/HLT" # no version, take the latest one -TARGET="/dev/CMSSW_13_3_0/TABLE" # directory where to store the sub-tables +MASTER="/dev/CMSSW_14_0_0/HLT" # no version, take the latest one +TARGET="/dev/CMSSW_14_0_0/TABLE" # directory where to store the sub-tables TABLES="GRun HIon PIon PRef Special" # which sub-tables to create source subtables.sh diff --git a/HLTrigger/Configuration/test/OnLine_HLT_2023v12.py b/HLTrigger/Configuration/test/OnLine_HLT_2023v12.py index 51b344612ed4d..f4965f5bc5d67 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_2023v12.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_2023v12.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT --full --data --type 2023v12 --unprescale --process HLT2023v12 --globaltag auto:run3_hlt_2023v12 --input file:RelVal_Raw_2023v12_DATA.root +# hltGetConfiguration /frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT --full --data --type 2023v12 --unprescale --process HLT2023v12 --globaltag auto:run3_hlt_2023v12 --input file:RelVal_Raw_2023v12_DATA.root -# /frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT/V3 (CMSSW_13_3_0) +# /frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT/V3') + tableName = cms.string('/frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT/V5') ) process.transferSystem = cms.PSet( @@ -7592,6 +7592,8 @@ ) process.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -8092,7 +8094,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -10365,7 +10368,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -10405,7 +10409,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -10427,6 +10432,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10550,6 +10556,7 @@ ) process.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10627,6 +10634,7 @@ ) process.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10742,6 +10750,7 @@ ) process.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -10769,6 +10778,7 @@ ) process.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -11344,7 +11354,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJetsCPUOnly = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -13245,7 +13256,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -13258,6 +13270,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseededCPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseededCPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13397,6 +13410,7 @@ ) process.hltParticleFlowClusterHBHECPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13512,6 +13526,7 @@ ) process.hltParticleFlowClusterHCALCPUOnly = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -14278,7 +14293,8 @@ 'hltPixelVerticesSoA@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelRecHitsSoA@cuda', @@ -14286,7 +14302,8 @@ 'hltPixelVerticesSoA@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsSoA@cpu" ), @@ -14361,14 +14378,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -14391,13 +14410,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPreDSTZeroBias = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -15474,6 +15495,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -16195,7 +16217,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltFixedGridRhoFastjetHCAL = cms.EDProducer( "FixedGridRhoProducerFastjetFromRecHit", hbheRecHitsTag = cms.InputTag( "hltHbhereco" ), @@ -16206,7 +16229,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltRecHitInRegionForMuonsMF = cms.EDProducer( "MuonHLTRechitInRegionsProducer", productLabels = cms.vstring( 'EcalRegionalRecHitsEB', @@ -16289,6 +16313,7 @@ ) process.hltParticleFlowClusterECALUncorrectedForMuonsMF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16412,6 +16437,7 @@ ) process.hltParticleFlowClusterPSForMuons = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuons" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16771,7 +16797,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltEgammaHoverEUnseeded = cms.EDProducer( "EgammaHLTHcalVarProducerFromRecHit", recoEcalCandidateProducer = cms.InputTag( "hltEgammaCandidatesUnseeded" ), @@ -16784,6 +16811,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -17259,7 +17287,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltEgammaEleGsfUnseededTrackIsoPixelOnly = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectronsUnseeded" ), @@ -17374,6 +17403,7 @@ ) process.hltParticleFlowClusterECALUncorrectedForMuonsMFNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMFNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17497,6 +17527,7 @@ ) process.hltParticleFlowClusterPSForMuonsNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuonsNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17981,6 +18012,7 @@ ) process.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18042,6 +18074,7 @@ ) process.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18272,6 +18305,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18297,6 +18331,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -18315,6 +18350,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18381,6 +18417,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18403,6 +18440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18595,6 +18633,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -18610,7 +18649,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -19510,6 +19551,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -19624,6 +19666,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19646,6 +19689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -20004,7 +20048,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltDiMu5Ele3CaloIdLTrackIdLElectronlegOneOEMinusOneOPFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -20014,6 +20059,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20036,6 +20082,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20058,6 +20105,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20164,6 +20212,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20210,6 +20259,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20232,6 +20282,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -20277,6 +20328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20299,6 +20351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20321,6 +20374,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20427,6 +20481,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20470,6 +20525,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20513,6 +20569,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21786,6 +21843,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21829,6 +21887,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21872,6 +21931,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22003,6 +22063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22025,6 +22086,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22070,6 +22132,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22102,6 +22165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22124,6 +22188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22169,6 +22234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22205,6 +22271,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22227,6 +22294,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22272,6 +22340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22304,6 +22373,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22326,6 +22396,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22371,6 +22442,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22407,6 +22479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22429,6 +22502,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22474,6 +22548,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22506,6 +22581,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22528,6 +22604,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22573,6 +22650,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22639,6 +22717,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22661,6 +22740,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -22708,6 +22788,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -22759,6 +22840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -22812,6 +22894,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22834,6 +22917,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22856,6 +22940,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22878,6 +22963,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22900,6 +22986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22938,6 +23025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -23001,6 +23089,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -23023,6 +23112,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23068,6 +23158,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23090,6 +23181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23112,6 +23204,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23266,6 +23359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23288,6 +23382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23333,6 +23428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23396,6 +23492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23418,6 +23515,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23463,6 +23561,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24439,6 +24538,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -24486,6 +24586,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -24643,6 +24744,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -24665,6 +24767,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24687,6 +24790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25576,6 +25680,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26068,6 +26173,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26186,6 +26292,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26344,6 +26451,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26411,6 +26519,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26443,6 +26552,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26479,6 +26589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26511,6 +26622,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -26577,6 +26689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26599,6 +26712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26629,6 +26743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26659,6 +26774,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -26699,6 +26815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26721,6 +26838,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26751,6 +26869,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26781,6 +26900,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -26855,6 +26975,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26877,6 +26998,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -26907,6 +27029,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -26937,6 +27060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -26990,6 +27114,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27012,6 +27137,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27034,6 +27160,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27056,6 +27183,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27078,6 +27206,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27100,6 +27229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27144,6 +27274,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27166,6 +27297,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27196,6 +27328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27226,6 +27359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27279,6 +27413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27301,6 +27436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27323,6 +27459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27345,6 +27482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27367,6 +27505,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27389,6 +27528,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27433,6 +27573,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27455,6 +27596,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27485,6 +27627,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27515,6 +27658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27568,6 +27712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27590,6 +27735,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27612,6 +27758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27634,6 +27781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27656,6 +27804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27678,6 +27827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27722,6 +27872,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27744,6 +27895,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27774,6 +27926,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27804,6 +27957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27857,6 +28011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27879,6 +28034,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27901,6 +28057,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27923,6 +28080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27945,6 +28103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27967,6 +28126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28011,6 +28171,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28033,6 +28194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28063,6 +28225,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28093,6 +28256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28146,6 +28310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28168,6 +28333,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28190,6 +28356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28212,6 +28379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28234,6 +28402,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28256,6 +28425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28300,6 +28470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28322,6 +28493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28352,6 +28524,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28382,6 +28555,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28435,6 +28609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28457,6 +28632,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28479,6 +28655,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28501,6 +28678,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28523,6 +28701,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28545,6 +28724,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28646,6 +28826,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28665,6 +28846,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -28687,6 +28869,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31117,9 +31300,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -31141,7 +31321,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTauForVBFIsoTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTauForVBFIsoTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTauForVBFIsoTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) process.hltHpsSelectedPFTausMediumDeepTauDitauWPForVBFIsoTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsPFTauProducer" ), @@ -31224,16 +31407,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20TrackDeepTauDitauWPAgainstMuon" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sSingleMu18 = cms.EDFilter( "HLTL1TSeed", @@ -31328,6 +31511,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31347,6 +31531,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -31369,6 +31554,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31483,6 +31669,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31502,6 +31689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -31524,6 +31712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31625,6 +31814,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31644,6 +31834,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -31666,6 +31857,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -31781,7 +31973,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltStoppedHSCPIterativeCone4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -32975,6 +33168,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33018,6 +33212,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33124,6 +33319,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33167,6 +33363,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33510,6 +33707,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33687,6 +33885,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33825,6 +34024,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33880,6 +34080,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33927,6 +34128,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -34842,6 +35044,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38441,7 +38644,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltMetCleanBH = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForAllBeamHaloCleaned" ), @@ -38662,6 +38866,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38795,6 +39000,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39248,6 +39454,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39363,6 +39570,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39478,6 +39686,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39541,16 +39750,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets40Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltBTagPFDeepJet0p71DoubleJets30 = cms.EDFilter( "HLTPFJetTag", @@ -39628,6 +39837,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39663,16 +39873,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets54Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltL1DoubleJet40er2p5 = cms.EDFilter( "HLTL1TSeed", @@ -39798,16 +40008,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets116Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltPreDoublePFJets128MaxDeta1p6DoublePFBTagDeepJetp71 = cms.EDFilter( "HLTPrescaler", @@ -39834,16 +40044,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets128Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltL1sSingleEGNonIsoOrWithJetAndTau = cms.EDFilter( "HLTL1TSeed", @@ -39982,6 +40192,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40093,6 +40304,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40139,6 +40351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40161,6 +40374,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40206,6 +40420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40228,6 +40443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40250,6 +40466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40390,6 +40607,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40419,6 +40637,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -40441,6 +40660,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40486,6 +40706,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40508,6 +40729,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40530,6 +40752,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40667,6 +40890,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40721,6 +40945,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40743,6 +40968,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40765,6 +40991,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40787,6 +41014,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40832,6 +41060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40854,6 +41083,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40876,6 +41106,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40898,6 +41129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -41055,6 +41287,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41110,6 +41343,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -42125,6 +42359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42147,6 +42382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42169,6 +42405,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -42191,6 +42428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -42213,6 +42451,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -42235,6 +42474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -42257,6 +42497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42279,6 +42520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42347,6 +42589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42369,6 +42612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42391,6 +42635,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42413,6 +42658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42435,6 +42681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42457,6 +42704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42479,6 +42727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -42501,6 +42750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -42626,6 +42876,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -42680,6 +42931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42702,6 +42954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -42724,6 +42977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -42746,6 +43000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -42791,6 +43046,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42813,6 +43069,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42835,6 +43092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42857,6 +43115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -42969,6 +43228,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -43023,6 +43283,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43045,6 +43306,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -43067,6 +43329,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -43089,6 +43352,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -43134,6 +43398,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43156,6 +43421,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43178,6 +43444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43200,6 +43467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -43285,6 +43553,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43351,6 +43620,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43417,6 +43687,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43453,6 +43724,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43489,6 +43761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43525,6 +43798,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43561,6 +43835,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43597,6 +43872,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -43663,6 +43939,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43685,6 +43962,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43712,6 +43990,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43734,6 +44013,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43756,6 +44036,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43790,6 +44071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -43856,6 +44138,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43878,6 +44161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43900,6 +44184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43922,6 +44207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43944,6 +44230,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43966,6 +44253,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44032,6 +44320,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44054,6 +44343,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44076,6 +44366,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44098,6 +44389,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44120,6 +44412,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44142,6 +44435,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44178,6 +44472,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44200,6 +44495,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44222,6 +44518,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44244,6 +44541,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44266,6 +44564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44288,6 +44587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44324,6 +44624,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44346,6 +44647,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44368,6 +44670,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44390,6 +44693,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44412,6 +44716,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44434,6 +44739,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44470,6 +44776,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44492,6 +44799,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44514,6 +44822,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44536,6 +44845,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44558,6 +44868,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44580,6 +44891,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44616,6 +44928,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44638,6 +44951,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44660,6 +44974,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44682,6 +44997,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44704,6 +45020,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44726,6 +45043,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44762,6 +45080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44784,6 +45103,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44806,6 +45126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44828,6 +45149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44850,6 +45172,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44872,6 +45195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -44908,6 +45232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44930,6 +45255,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -44952,6 +45278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44974,6 +45301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44996,6 +45324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45018,6 +45347,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -45084,6 +45414,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45120,6 +45451,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45142,6 +45474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45164,6 +45497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45186,6 +45520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45208,6 +45543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45244,6 +45580,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45266,6 +45603,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45288,6 +45626,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45310,6 +45649,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45332,6 +45672,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45368,6 +45709,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45390,6 +45732,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45412,6 +45755,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45434,6 +45778,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45456,6 +45801,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45492,6 +45838,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45514,6 +45861,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45536,6 +45884,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45558,6 +45907,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45580,6 +45930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45616,6 +45967,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -45638,6 +45990,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45660,6 +46013,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45682,6 +46036,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -45704,6 +46059,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -45740,6 +46096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45762,6 +46119,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -45784,6 +46142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45806,6 +46165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45828,6 +46188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45871,6 +46232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45893,6 +46255,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -45915,6 +46278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45937,6 +46301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -45959,6 +46324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -45993,6 +46359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -46075,6 +46442,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -46097,6 +46465,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -46119,6 +46488,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -46141,6 +46511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -46163,6 +46534,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -46347,16 +46719,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 30.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 30.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPFTauMediumAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -46663,16 +47035,16 @@ inputTag2 = cms.InputTag( "hltPFTau35TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 100.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 100.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24TwoProngs35 = cms.EDFilter( "HLTPrescaler", @@ -47134,6 +47506,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48457,6 +48830,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48628,6 +49002,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48671,6 +49046,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48777,6 +49153,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48820,6 +49197,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48881,6 +49259,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48924,6 +49303,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49251,6 +49631,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51070,6 +51451,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51117,6 +51499,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51209,6 +51592,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51255,6 +51639,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51277,6 +51662,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51327,6 +51713,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51356,6 +51743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51378,6 +51766,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51428,6 +51817,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51457,6 +51847,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51479,6 +51870,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51529,6 +51921,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51756,6 +52149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51778,6 +52172,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -51808,6 +52203,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -51838,6 +52234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -51891,6 +52288,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51913,6 +52311,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51935,6 +52334,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51957,6 +52357,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51979,6 +52380,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52001,6 +52403,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -52102,6 +52505,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52124,6 +52528,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -52154,6 +52559,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -52184,6 +52590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -52237,6 +52644,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52259,6 +52667,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52281,6 +52690,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52303,6 +52713,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52325,6 +52736,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52347,6 +52759,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -52409,6 +52822,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0132 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52431,6 +52845,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -52453,6 +52868,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.145 ), @@ -52475,6 +52891,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.16 ), @@ -52520,6 +52937,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.08 ), thrRegularEE = cms.vdouble( 0.08 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52542,6 +52960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52564,6 +52983,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52586,6 +53006,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -52618,6 +53039,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.033 ), thrRegularEE = cms.vdouble( 0.033 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52640,6 +53062,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.17 ), @@ -52662,6 +53085,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.21 ), @@ -52678,6 +53102,7 @@ ) process.hltParticleFlowClusterHFForEgammaUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -52713,6 +53138,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.7 ), @@ -52812,6 +53238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52834,6 +53261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -52873,6 +53301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -52916,6 +53345,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -52961,6 +53391,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52983,6 +53414,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53005,6 +53437,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53027,6 +53460,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53049,6 +53483,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53071,6 +53506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -53120,6 +53556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53142,6 +53579,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -53164,6 +53602,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -53186,6 +53625,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -53231,6 +53671,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53253,6 +53694,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53275,6 +53717,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53297,6 +53740,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53319,6 +53763,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53341,6 +53786,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -53473,6 +53919,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53597,6 +54044,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53688,6 +54136,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53752,6 +54201,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53906,6 +54356,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53978,6 +54429,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55215,6 +55667,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55320,6 +55773,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55342,6 +55796,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55387,6 +55842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55409,6 +55865,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55431,6 +55888,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55552,6 +56010,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55598,6 +56057,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55620,6 +56080,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55665,6 +56126,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55687,6 +56149,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55709,6 +56172,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55848,6 +56312,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -55867,6 +56332,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -55889,6 +56355,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -56013,6 +56480,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -56056,6 +56524,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -56517,6 +56986,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -56563,6 +57033,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56585,6 +57056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -56607,6 +57079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -56629,6 +57102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -56695,6 +57169,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56717,6 +57192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -56739,6 +57215,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -56761,6 +57238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -56806,6 +57284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56828,6 +57307,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56850,6 +57330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56872,6 +57353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -56953,6 +57435,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56975,6 +57458,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -56997,6 +57481,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -57019,6 +57504,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -57064,6 +57550,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57086,6 +57573,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57108,6 +57596,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57130,6 +57619,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -57211,6 +57701,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57233,6 +57724,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -57255,6 +57747,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -57277,6 +57770,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -57322,6 +57816,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57344,6 +57839,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57366,6 +57862,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57388,6 +57885,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -57439,6 +57937,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -57461,6 +57960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57506,6 +58006,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57528,6 +58029,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57550,6 +58052,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57601,6 +58104,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -57623,6 +58127,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57668,6 +58173,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57690,6 +58196,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57712,6 +58219,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57763,6 +58271,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -57785,6 +58294,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57830,6 +58340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57852,6 +58363,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57874,6 +58386,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57925,6 +58438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57947,6 +58461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -57992,6 +58507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58014,6 +58530,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.06 ), thrRegularEE = cms.vdouble( 0.06 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58081,6 +58598,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58103,6 +58621,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -58148,6 +58667,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58170,6 +58690,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58206,6 +58727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58228,6 +58750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -58273,6 +58796,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58295,6 +58819,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58845,6 +59370,7 @@ TrackLabel = cms.InputTag( "hltMergedTracksForBTag" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -58860,7 +59386,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFastPixelBLifetimeL3Associator = cms.EDProducer( "JetTracksAssociatorAtVertex", tracks = cms.InputTag( "hltMergedTracksForBTag" ), @@ -59458,6 +59986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -59480,6 +60009,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59502,6 +60032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -59524,6 +60055,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -59546,6 +60078,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -59568,6 +60101,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -59729,7 +60263,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltHtMhtEcal = cms.EDProducer( "HLTCaloTowerHtMhtProducer", usePt = cms.bool( False ), @@ -59803,6 +60338,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -59821,6 +60357,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -59843,6 +60380,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -59877,6 +60415,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -59899,6 +60438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -59971,6 +60511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -60007,6 +60548,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -60184,6 +60726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60206,6 +60749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60228,6 +60772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60250,6 +60795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -60272,6 +60818,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -60294,6 +60841,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -60385,6 +60933,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60407,6 +60956,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60429,6 +60979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60451,6 +61002,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60473,6 +61025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60495,6 +61048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60517,6 +61071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60539,6 +61094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60561,6 +61117,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60701,6 +61258,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -60723,6 +61281,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60745,6 +61304,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -60767,6 +61327,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -60789,6 +61350,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -60849,6 +61411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -60871,6 +61434,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60893,6 +61457,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -60915,6 +61480,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -60937,6 +61503,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -61051,6 +61618,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61094,6 +61662,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61451,6 +62020,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61799,6 +62369,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61821,6 +62392,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61843,6 +62415,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61865,6 +62438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61899,6 +62473,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61921,6 +62496,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61943,6 +62519,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61965,6 +62542,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61987,6 +62565,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -62571,9 +63150,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -62593,7 +63169,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) process.hltHpsSelectedPFTausMediumDitauWPDeepTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsL1JetsHLTForDeepTauInput" ), @@ -62666,6 +63245,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62688,6 +63268,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -62718,6 +63299,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -62748,6 +63330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -62801,6 +63384,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62823,6 +63407,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62845,6 +63430,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62867,6 +63453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62889,6 +63476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62911,6 +63499,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -62941,16 +63530,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltHpsSelectedPFTausLooseETauWPDeepTauFilter = cms.EDFilter( "PFTauSelector", @@ -62993,16 +63582,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sBigORMu18erTauXXer2p1 = cms.EDFilter( "HLTL1TSeed", @@ -63097,6 +63686,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63116,6 +63706,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63138,6 +63729,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63223,16 +63815,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27LooseMuTauWPDeepTauVsJetsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS180eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -63314,6 +63906,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63333,6 +63926,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63355,6 +63949,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63425,16 +64020,16 @@ inputTag2 = cms.InputTag( "hltSelectedPFTau180LooseSingleTauWPDeepTauMatchedMu22IsoTau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS30eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63473,6 +64068,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63511,16 +64107,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS35L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63602,6 +64198,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63621,6 +64218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63643,6 +64241,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63741,16 +64340,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau35MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreLooseDeepTauPFTauHPS180L2NNeta2p1 = cms.EDFilter( "HLTPrescaler", @@ -65505,6 +66104,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -65527,6 +66127,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -65816,6 +66417,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65835,6 +66437,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -65857,6 +66460,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -65914,16 +66518,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sMu18erTau26er2p1Jet55 = cms.EDFilter( "HLTL1TSeed", @@ -66151,16 +66755,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20MediumDitauWPDeepTauNoMatchForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS45L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66202,16 +66806,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau45MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatchedForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleL2Mu10NoVtx2ChaVetoL3Mu0DxyMax1cm = cms.EDFilter( "HLTPrescaler", @@ -66298,6 +66902,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -66566,6 +67171,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -68416,6 +69022,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -68462,6 +69069,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -68484,6 +69092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -68506,6 +69115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -74279,6 +74889,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -74301,6 +74912,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74353,6 +74965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -74375,6 +74988,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74796,6 +75410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74818,6 +75433,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74840,6 +75456,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74862,6 +75479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74884,6 +75502,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74906,6 +75525,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74928,6 +75548,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -74999,6 +75620,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75021,6 +75643,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75043,6 +75666,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75065,6 +75689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75087,6 +75712,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75109,6 +75735,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75131,6 +75758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75202,6 +75830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75224,6 +75853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75246,6 +75876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75268,6 +75899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75290,6 +75922,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75312,6 +75945,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75334,6 +75968,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75405,6 +76040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75427,6 +76063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75449,6 +76086,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75471,6 +76109,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75493,6 +76132,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75515,6 +76155,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75537,6 +76178,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75608,6 +76250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75630,6 +76273,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75652,6 +76296,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75674,6 +76319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75696,6 +76342,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75718,6 +76365,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75740,6 +76388,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75811,6 +76460,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75833,6 +76483,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75855,6 +76506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75877,6 +76529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75899,6 +76552,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75921,6 +76575,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75943,6 +76598,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76014,6 +76670,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76036,6 +76693,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76058,6 +76716,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76080,6 +76739,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76102,6 +76762,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76124,6 +76785,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76146,6 +76808,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76217,6 +76880,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76239,6 +76903,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76261,6 +76926,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76283,6 +76949,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76305,6 +76972,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76327,6 +76995,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76349,6 +77018,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76420,6 +77090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76442,6 +77113,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76464,6 +77136,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76486,6 +77159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76508,6 +77182,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76530,6 +77205,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76552,6 +77228,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76623,6 +77300,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76645,6 +77323,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76667,6 +77346,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76689,6 +77369,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76711,6 +77392,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76733,6 +77415,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76755,6 +77438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76826,6 +77510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76848,6 +77533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76870,6 +77556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76892,6 +77579,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76914,6 +77602,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76936,6 +77625,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76958,6 +77648,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77029,6 +77720,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77051,6 +77743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77073,6 +77766,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77095,6 +77789,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77117,6 +77812,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77139,6 +77835,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77161,6 +77858,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77232,6 +77930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77254,6 +77953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77276,6 +77976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77298,6 +77999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77320,6 +78022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77342,6 +78045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77364,6 +78068,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77649,6 +78354,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77675,6 +78381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77701,6 +78408,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77727,6 +78435,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77753,6 +78462,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77779,6 +78489,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77805,6 +78516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77831,6 +78543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77857,6 +78570,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77883,6 +78597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77909,6 +78624,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77935,6 +78651,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77961,6 +78678,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78020,6 +78738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78042,6 +78761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78064,6 +78784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78086,6 +78807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78108,6 +78830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78130,6 +78853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78152,6 +78876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78241,6 +78966,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78263,6 +78989,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78285,6 +79012,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78307,6 +79035,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78329,6 +79058,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78351,6 +79081,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78373,6 +79104,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78439,6 +79171,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78461,6 +79194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -78483,6 +79217,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78505,6 +79240,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78527,6 +79263,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78561,6 +79298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78583,6 +79321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -78605,6 +79344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78627,6 +79367,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78649,6 +79390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78671,6 +79413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -78697,6 +79440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -78719,6 +79463,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78741,6 +79486,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78763,6 +79509,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78785,6 +79532,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -78807,6 +79555,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78829,6 +79578,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78851,6 +79601,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -78873,6 +79624,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -78909,6 +79661,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78931,6 +79684,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -78953,6 +79707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78975,6 +79730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78997,6 +79753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79023,6 +79780,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -79045,6 +79803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79067,6 +79826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79089,6 +79849,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79125,6 +79886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79147,6 +79909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -79169,6 +79932,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79191,6 +79955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79213,6 +79978,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79251,6 +80017,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79273,6 +80040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -79295,6 +80063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79317,6 +80086,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79339,6 +80109,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79361,6 +80132,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -79545,6 +80317,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -79567,6 +80340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.75 ), thrRegularEE = cms.vdouble( 0.5 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79589,6 +80363,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79611,6 +80386,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79633,6 +80409,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -79655,6 +80432,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -79677,16 +80455,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 32.0 ), - MaxMinv = cms.double( 99999.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 32.0 ), + MaxMinv = cms.double( 99999.0 ), MinN = cms.int32( 1 ) ) process.hltOverlapFilterPhoton32MediumChargedIsoPFTau32 = cms.EDFilter( "HLT2PhotonPFTau", @@ -79697,16 +80475,16 @@ inputTag2 = cms.InputTag( "hltPFTau32TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 50.0 ), - MaxMinv = cms.double( 105.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 50.0 ), + MaxMinv = cms.double( 105.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProngM5to80 = cms.EDFilter( "HLTPrescaler", @@ -79817,16 +80595,16 @@ inputTag2 = cms.InputTag( "hltHpsDoublePFTau30MediumDitauWPDeepTauDz02" ), triggerType1 = cms.int32( 84 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1000.0 ), - MinMinv = cms.double( 5.0 ), - MaxMinv = cms.double( 80.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 5.0 ), + MaxMinv = cms.double( 80.0 ), MinN = cms.int32( 1 ) ) process.hltL1DiJetVBFinclLoose = cms.EDFilter( "HLTL1TSeed", @@ -80603,6 +81381,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -81063,6 +81842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81186,6 +81966,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81279,6 +82060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81350,6 +82132,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81372,6 +82155,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -81402,6 +82186,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -81432,6 +82217,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -81485,6 +82271,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81507,6 +82294,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81529,6 +82317,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81551,6 +82340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81573,6 +82363,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -81634,6 +82425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81656,6 +82448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -81686,6 +82479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -81716,6 +82510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -81769,6 +82564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81791,6 +82587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81813,6 +82610,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81835,6 +82633,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81857,6 +82656,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -81918,6 +82718,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81940,6 +82741,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -81970,6 +82772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -82000,6 +82803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -82053,6 +82857,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82075,6 +82880,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82097,6 +82903,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82119,6 +82926,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82141,6 +82949,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -82223,6 +83032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83010,6 +83820,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83032,6 +83843,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -83062,6 +83874,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -83092,6 +83905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -83145,6 +83959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83167,6 +83982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83189,6 +84005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83211,6 +84028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83233,6 +84051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83255,6 +84074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -83309,6 +84129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83331,6 +84152,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83353,6 +84175,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -83375,6 +84198,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -83397,6 +84221,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -83419,6 +84244,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -83441,6 +84267,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -83463,6 +84290,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -83531,6 +84359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83553,6 +84382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83575,6 +84405,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83597,6 +84428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83619,6 +84451,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83641,6 +84474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83663,6 +84497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83685,6 +84520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83736,6 +84572,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83758,6 +84595,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -83780,6 +84618,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83802,6 +84641,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83824,6 +84664,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -83867,6 +84708,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83889,6 +84731,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -83911,6 +84754,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83933,6 +84777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83955,6 +84800,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -83977,6 +84823,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -84049,6 +84896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -84071,6 +84919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84116,6 +84965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84148,6 +84998,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -84170,6 +85021,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84215,6 +85067,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84286,6 +85139,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -84305,6 +85159,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -84327,6 +85182,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -84441,6 +85297,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -84531,6 +85388,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_FULL.py b/HLTrigger/Configuration/test/OnLine_HLT_FULL.py index fd9be1a87fd57..67b9e975565b6 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_FULL.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_FULL.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/HLT --full --data --type FULL --unprescale --process HLTFULL --globaltag auto:run3_hlt_FULL --input file:RelVal_Raw_FULL_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/HLT --full --data --type FULL --unprescale --process HLTFULL --globaltag auto:run3_hlt_FULL --input file:RelVal_Raw_FULL_DATA.root -# /dev/CMSSW_13_3_0/HLT/V39 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/HLT/V9 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/HLT/V39') + tableName = cms.string('/dev/CMSSW_14_0_0/HLT/V9') ) process.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -13596,6 +13596,8 @@ ) process.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -14156,7 +14158,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -16636,7 +16639,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -16676,7 +16680,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -16698,6 +16703,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16821,6 +16827,7 @@ ) process.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16898,6 +16905,7 @@ ) process.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17013,6 +17021,7 @@ ) process.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -17040,6 +17049,7 @@ ) process.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17565,7 +17575,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJetsCPUOnly = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -19673,7 +19684,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -19686,6 +19698,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseededCPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseededCPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -19825,6 +19838,7 @@ ) process.hltParticleFlowClusterHBHECPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -19940,6 +19954,7 @@ ) process.hltParticleFlowClusterHCALCPUOnly = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -20704,13 +20719,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -20785,14 +20802,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -20815,13 +20834,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHIPixelReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -21091,13 +21112,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacyPPOnAA' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPUPPOnAA = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigisPPOnAA@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPUPPOnAA = cms.EDProducer( "SiPixelHIonPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnlyPPOnAA" ), @@ -22233,6 +22256,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22954,7 +22978,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltFixedGridRhoFastjetHCAL = cms.EDProducer( "FixedGridRhoProducerFastjetFromRecHit", hbheRecHitsTag = cms.InputTag( "hltHbhereco" ), @@ -22965,7 +22990,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltRecHitInRegionForMuonsMF = cms.EDProducer( "MuonHLTRechitInRegionsProducer", productLabels = cms.vstring( 'EcalRegionalRecHitsEB', @@ -23048,6 +23074,7 @@ ) process.hltParticleFlowClusterECALUncorrectedForMuonsMF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -23171,6 +23198,7 @@ ) process.hltParticleFlowClusterPSForMuons = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuons" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -23530,7 +23558,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltEgammaHoverEUnseeded = cms.EDProducer( "EgammaHLTHcalVarProducerFromRecHit", recoEcalCandidateProducer = cms.InputTag( "hltEgammaCandidatesUnseeded" ), @@ -23543,6 +23572,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -24018,7 +24048,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltEgammaEleGsfUnseededTrackIsoPixelOnly = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectronsUnseeded" ), @@ -24133,6 +24164,7 @@ ) process.hltParticleFlowClusterECALUncorrectedForMuonsMFNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMFNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -24256,6 +24288,7 @@ ) process.hltParticleFlowClusterPSForMuonsNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuonsNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -24740,6 +24773,7 @@ ) process.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -24801,6 +24835,7 @@ ) process.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -25031,6 +25066,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25056,6 +25092,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -25074,6 +25111,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -25140,6 +25178,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25162,6 +25201,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -25274,6 +25314,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -25382,6 +25423,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25404,6 +25446,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -25587,6 +25630,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -25602,7 +25646,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -26502,6 +26548,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26616,6 +26663,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26638,6 +26686,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -26996,7 +27045,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltDiMu5Ele3CaloIdLTrackIdLElectronlegOneOEMinusOneOPFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -27006,6 +27056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27028,6 +27079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27050,6 +27102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27156,6 +27209,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -27202,6 +27256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27224,6 +27279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -27269,6 +27325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27291,6 +27348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27313,6 +27371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27419,6 +27478,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -27462,6 +27522,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -27505,6 +27566,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28778,6 +28840,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28821,6 +28884,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28864,6 +28928,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -28995,6 +29060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29017,6 +29083,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29062,6 +29129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29094,6 +29162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29116,6 +29185,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29161,6 +29231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29197,6 +29268,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29219,6 +29291,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29264,6 +29337,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29296,6 +29370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29318,6 +29393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29363,6 +29439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29399,6 +29476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29421,6 +29499,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29466,6 +29545,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29498,6 +29578,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -29520,6 +29601,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29565,6 +29647,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29631,6 +29714,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29653,6 +29737,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -29700,6 +29785,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -29751,6 +29837,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -29804,6 +29891,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29826,6 +29914,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29848,6 +29937,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29870,6 +29960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29892,6 +29983,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29930,6 +30022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -29993,6 +30086,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -30015,6 +30109,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30060,6 +30155,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30082,6 +30178,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30104,6 +30201,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30258,6 +30356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -30280,6 +30379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30325,6 +30425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30388,6 +30489,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -30410,6 +30512,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -30455,6 +30558,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -31431,6 +31535,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31478,6 +31583,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31635,6 +31741,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -31657,6 +31764,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -31679,6 +31787,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -32568,6 +32677,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33047,6 +33157,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33165,6 +33276,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33323,6 +33435,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -33390,6 +33503,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33422,6 +33536,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33458,6 +33573,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33490,6 +33606,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -33556,6 +33673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33578,6 +33696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.887 ), @@ -33608,6 +33727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( -0.581 ), @@ -33638,6 +33758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.786 ), @@ -33691,6 +33812,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33713,6 +33835,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.013 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33735,6 +33858,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.0055 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33757,6 +33881,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33779,6 +33904,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -33823,6 +33949,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33845,6 +33972,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.887 ), @@ -33875,6 +34003,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( -0.581 ), @@ -33905,6 +34034,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.786 ), @@ -33958,6 +34088,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -33980,6 +34111,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.013 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34002,6 +34134,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.0055 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34024,6 +34157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34046,6 +34180,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -34120,6 +34255,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34142,6 +34278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34172,6 +34309,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34202,6 +34340,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34242,6 +34381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34264,6 +34404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34294,6 +34435,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34324,6 +34466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34398,6 +34541,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34420,6 +34564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34450,6 +34595,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34480,6 +34626,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34533,6 +34680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34555,6 +34703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34577,6 +34726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34599,6 +34749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34621,6 +34772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34643,6 +34795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -34687,6 +34840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34709,6 +34863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -34739,6 +34894,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -34769,6 +34925,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -34822,6 +34979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34844,6 +35002,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34866,6 +35025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34888,6 +35048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34910,6 +35071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34932,6 +35094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -34976,6 +35139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -34998,6 +35162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35028,6 +35193,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35058,6 +35224,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35111,6 +35278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35133,6 +35301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35155,6 +35324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35177,6 +35347,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35199,6 +35370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35221,6 +35393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -35265,6 +35438,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35287,6 +35461,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35317,6 +35492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35347,6 +35523,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35400,6 +35577,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35422,6 +35600,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35444,6 +35623,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35466,6 +35646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35488,6 +35669,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35510,6 +35692,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -35554,6 +35737,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35576,6 +35760,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35606,6 +35791,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35636,6 +35822,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35689,6 +35876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35711,6 +35899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35733,6 +35922,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35755,6 +35945,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35777,6 +35968,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35799,6 +35991,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -35843,6 +36036,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -35865,6 +36059,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -35895,6 +36090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -35925,6 +36121,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -35978,6 +36175,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36000,6 +36198,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36022,6 +36221,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36044,6 +36244,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36066,6 +36267,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36088,6 +36290,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -36132,6 +36335,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36154,6 +36358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -36184,6 +36389,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -36214,6 +36420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -36267,6 +36474,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36289,6 +36497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36311,6 +36520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36333,6 +36543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36355,6 +36566,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36377,6 +36589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -36421,6 +36634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36443,6 +36657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -36473,6 +36688,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -36503,6 +36719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -36556,6 +36773,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36578,6 +36796,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36600,6 +36819,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36622,6 +36842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36644,6 +36865,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36666,6 +36888,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -36740,6 +36963,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36762,6 +36986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -36792,6 +37017,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -36822,6 +37048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -36875,6 +37102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36897,6 +37125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36919,6 +37148,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36941,6 +37171,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36963,6 +37194,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -36985,6 +37217,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -37836,16 +38069,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltHpsPFTauTightAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -38127,16 +38360,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30TightChargedIsolationL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sBigORMu18erTauXXer2p1 = cms.EDFilter( "HLTL1TSeed", @@ -38231,6 +38464,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38250,6 +38484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38272,6 +38507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38406,16 +38642,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27TightChargedIsolationAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu20eta2p1TightChargedIsoPFTauHPS27eta2p1TightIDCrossL1 = cms.EDFilter( "HLTPrescaler", @@ -38574,16 +38810,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27TightChargedIsolationTightOOSCPhotonsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sSingleMu18 = cms.EDFilter( "HLTL1TSeed", @@ -38678,6 +38914,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38697,6 +38934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38719,6 +38957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38833,6 +39072,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38852,6 +39092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -38874,6 +39115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -38975,6 +39217,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38994,6 +39237,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -39016,6 +39260,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -39117,6 +39362,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39136,6 +39382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -39158,6 +39405,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -39269,7 +39517,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltStoppedHSCPIterativeCone4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -40471,6 +40720,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40514,6 +40764,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40620,6 +40871,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40663,6 +40915,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41006,6 +41259,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41088,6 +41342,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41265,6 +41520,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41347,6 +41603,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41485,6 +41742,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41540,6 +41798,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41587,6 +41846,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -42502,6 +42762,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46216,7 +46477,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltMetCleanBH = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForAllBeamHaloCleaned" ), @@ -46437,6 +46699,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46570,6 +46833,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47023,6 +47287,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47138,6 +47403,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47253,6 +47519,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47316,16 +47583,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets40Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltBTagPFDeepJet0p71DoubleJets30 = cms.EDFilter( "HLTPFJetTag", @@ -47403,6 +47670,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47438,16 +47706,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets54Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltL1DoubleJet40er2p5 = cms.EDFilter( "HLTL1TSeed", @@ -47573,16 +47841,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets116Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltPreDoublePFJets128MaxDeta1p6DoublePFBTagDeepJetp71 = cms.EDFilter( "HLTPrescaler", @@ -47609,16 +47877,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets128Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltL1sSingleEGNonIsoOrWithJetAndTau = cms.EDFilter( "HLTL1TSeed", @@ -47757,6 +48025,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47868,6 +48137,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47914,6 +48184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -47936,6 +48207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -47981,6 +48253,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48003,6 +48276,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48025,6 +48299,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48165,6 +48440,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48194,6 +48470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -48216,6 +48493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48261,6 +48539,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48283,6 +48562,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48305,6 +48585,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48442,6 +48723,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -48496,6 +48778,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48518,6 +48801,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -48540,6 +48824,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -48562,6 +48847,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -48607,6 +48893,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48629,6 +48916,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48651,6 +48939,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -48673,6 +48962,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -48965,6 +49255,7 @@ TrackLabel = cms.InputTag( "hltMergedTracksForBTag" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -48980,7 +49271,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFastPixelBLifetimeL3Associator = cms.EDProducer( "JetTracksAssociatorAtVertex", tracks = cms.InputTag( "hltMergedTracksForBTag" ), @@ -49318,6 +49611,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49373,6 +49667,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50388,6 +50683,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50410,6 +50706,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50432,6 +50729,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -50454,6 +50752,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -50476,6 +50775,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -50498,6 +50798,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -50520,6 +50821,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -50542,6 +50844,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -50610,6 +50913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50632,6 +50936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50654,6 +50959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50676,6 +50982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50698,6 +51005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50720,6 +51028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50742,6 +51051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -50764,6 +51074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -50889,6 +51200,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50943,6 +51255,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50965,6 +51278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -50987,6 +51301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51009,6 +51324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -51054,6 +51370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51076,6 +51393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51098,6 +51416,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51120,6 +51439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -51232,6 +51552,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51286,6 +51607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51308,6 +51630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -51330,6 +51653,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51352,6 +51676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -51397,6 +51722,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51419,6 +51745,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51441,6 +51768,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51463,6 +51791,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -51548,6 +51877,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51614,6 +51944,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51680,6 +52011,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51746,6 +52078,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51782,6 +52115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51818,6 +52152,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51854,6 +52189,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51890,6 +52226,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51926,6 +52263,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -51992,6 +52330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52014,6 +52353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52041,6 +52381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52063,6 +52404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52085,6 +52427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52119,6 +52462,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52185,6 +52529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52207,6 +52552,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52229,6 +52575,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52251,6 +52598,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52273,6 +52621,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52295,6 +52644,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52361,6 +52711,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52383,6 +52734,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52405,6 +52757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52427,6 +52780,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52449,6 +52803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52471,6 +52826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52507,6 +52863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52529,6 +52886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52551,6 +52909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52573,6 +52932,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52595,6 +52955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52617,6 +52978,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52653,6 +53015,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52675,6 +53038,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52697,6 +53061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52719,6 +53084,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52741,6 +53107,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52763,6 +53130,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52799,6 +53167,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52821,6 +53190,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52843,6 +53213,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52865,6 +53236,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -52887,6 +53259,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -52909,6 +53282,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -52945,6 +53319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -52967,6 +53342,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -52989,6 +53365,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53011,6 +53388,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53033,6 +53411,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53055,6 +53434,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -53091,6 +53471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53113,6 +53494,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -53135,6 +53517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53157,6 +53540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53179,6 +53563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53201,6 +53586,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -53237,6 +53623,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53259,6 +53646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -53281,6 +53669,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53303,6 +53692,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53325,6 +53715,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53347,6 +53738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -53413,6 +53805,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53449,6 +53842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53471,6 +53865,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53493,6 +53888,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53515,6 +53911,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53537,6 +53934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53573,6 +53971,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53595,6 +53994,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53617,6 +54017,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53639,6 +54040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53661,6 +54063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53697,6 +54100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53719,6 +54123,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53741,6 +54146,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53763,6 +54169,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53785,6 +54192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53821,6 +54229,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53843,6 +54252,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53865,6 +54275,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -53887,6 +54298,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -53909,6 +54321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -53945,6 +54358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -53967,6 +54381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53989,6 +54404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54011,6 +54427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -54033,6 +54450,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -54069,6 +54487,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54091,6 +54510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -54113,6 +54533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54135,6 +54556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54157,6 +54579,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54200,6 +54623,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54222,6 +54646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -54244,6 +54669,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54266,6 +54692,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54288,6 +54715,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54322,6 +54750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -54391,6 +54820,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -54413,6 +54843,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54435,6 +54866,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -54457,6 +54889,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -54479,6 +54912,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -54663,16 +55097,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 30.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 30.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPFTauMediumAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -54979,16 +55413,16 @@ inputTag2 = cms.InputTag( "hltPFTau35TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 100.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 100.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24TwoProngs35 = cms.EDFilter( "HLTPrescaler", @@ -55450,6 +55884,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57170,6 +57605,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57341,6 +57777,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57512,6 +57949,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57555,6 +57993,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57661,6 +58100,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57704,6 +58144,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57765,6 +58206,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -57808,6 +58250,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -58135,6 +58578,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -59954,6 +60398,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60001,6 +60446,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60093,6 +60539,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60139,6 +60586,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60161,6 +60609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -60211,6 +60660,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60240,6 +60690,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60262,6 +60713,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -60312,6 +60764,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60341,6 +60794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60363,6 +60817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -60413,6 +60868,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -60640,6 +61096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60662,6 +61119,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -60692,6 +61150,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -60722,6 +61181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -60775,6 +61235,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60797,6 +61258,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60819,6 +61281,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60841,6 +61304,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60863,6 +61327,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -60885,6 +61350,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -60986,6 +61452,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61008,6 +61475,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -61038,6 +61506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -61068,6 +61537,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -61121,6 +61591,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61143,6 +61614,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61165,6 +61637,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61187,6 +61660,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61209,6 +61683,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61231,6 +61706,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -61293,6 +61769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0132 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61315,6 +61792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -61337,6 +61815,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.145 ), @@ -61359,6 +61838,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.16 ), @@ -61404,6 +61884,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.08 ), thrRegularEE = cms.vdouble( 0.08 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61426,6 +61907,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61448,6 +61930,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61470,6 +61953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -61502,6 +61986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.033 ), thrRegularEE = cms.vdouble( 0.033 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61524,6 +62009,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.17 ), @@ -61546,6 +62032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.21 ), @@ -61562,6 +62049,7 @@ ) process.hltParticleFlowClusterHFForEgammaUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -61597,6 +62085,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.7 ), @@ -61719,6 +62208,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61741,6 +62231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -61780,6 +62271,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -61823,6 +62315,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -61868,6 +62361,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61890,6 +62384,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61912,6 +62407,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61934,6 +62430,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61956,6 +62453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61978,6 +62476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -62031,6 +62530,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62053,6 +62553,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -62075,6 +62576,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -62097,6 +62599,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -62142,6 +62645,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62164,6 +62668,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62186,6 +62691,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62208,6 +62714,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62230,6 +62737,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62252,6 +62760,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -62384,6 +62893,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62508,6 +63018,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62599,6 +63110,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62663,6 +63175,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62821,6 +63334,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62893,6 +63407,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64304,6 +64819,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64409,6 +64925,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64431,6 +64948,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -64476,6 +64994,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64498,6 +65017,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64520,6 +65040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64641,6 +65162,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64687,6 +65209,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64709,6 +65232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -64754,6 +65278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64776,6 +65301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64798,6 +65324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -64937,6 +65464,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64956,6 +65484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -64978,6 +65507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -65102,6 +65632,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65145,6 +65676,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65606,6 +66138,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -65652,6 +66185,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65674,6 +66208,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -65696,6 +66231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -65718,6 +66254,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -65784,6 +66321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65806,6 +66344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -65828,6 +66367,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -65850,6 +66390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -65895,6 +66436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65917,6 +66459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65939,6 +66482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -65961,6 +66505,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -66042,6 +66587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66064,6 +66610,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -66086,6 +66633,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -66108,6 +66656,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -66153,6 +66702,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66175,6 +66725,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66197,6 +66748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66219,6 +66771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -66287,6 +66840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66309,6 +66863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -66331,6 +66886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -66353,6 +66909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -66398,6 +66955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66420,6 +66978,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66442,6 +67001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66464,6 +67024,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -66515,6 +67076,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -66537,6 +67099,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66582,6 +67145,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66604,6 +67168,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66626,6 +67191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66677,6 +67243,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -66699,6 +67266,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66744,6 +67312,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66766,6 +67335,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66788,6 +67358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66839,6 +67410,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -66861,6 +67433,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66906,6 +67479,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66928,6 +67502,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -66950,6 +67525,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67001,6 +67577,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67023,6 +67600,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -67068,6 +67646,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67090,6 +67669,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.06 ), thrRegularEE = cms.vdouble( 0.06 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67157,6 +67737,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67179,6 +67760,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -67224,6 +67806,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67246,6 +67829,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67282,6 +67866,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67304,6 +67889,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -67349,6 +67935,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -67371,6 +67958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -68170,6 +68758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -68192,6 +68781,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -68214,6 +68804,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -68236,6 +68827,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -68258,6 +68850,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -68280,6 +68873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -68441,7 +69035,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltHtMhtEcal = cms.EDProducer( "HLTCaloTowerHtMhtProducer", usePt = cms.bool( False ), @@ -68515,6 +69110,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -68533,6 +69129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -68555,6 +69152,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -68589,6 +69187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -68611,6 +69210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -68683,6 +69283,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -68719,6 +69320,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -70383,6 +70985,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70405,6 +71008,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70427,6 +71031,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70449,6 +71054,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -70471,6 +71077,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -70493,6 +71100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -70584,6 +71192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70606,6 +71215,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70628,6 +71238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70650,6 +71261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70672,6 +71284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70694,6 +71307,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70716,6 +71330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70738,6 +71353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -70760,6 +71376,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71234,9 +71851,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -71258,7 +71872,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTauForVBFIsoTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTauForVBFIsoTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTauForVBFIsoTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) process.hltHpsSelectedPFTausMediumDeepTauDitauWPForVBFIsoTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsPFTauProducer" ), @@ -71467,6 +72084,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -71489,6 +72107,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71511,6 +72130,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -71533,6 +72153,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -71555,6 +72176,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -71615,6 +72237,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -71637,6 +72260,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71659,6 +72283,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -71681,6 +72306,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -71703,6 +72329,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -71841,6 +72468,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -71884,6 +72512,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -72241,6 +72870,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -72685,6 +73315,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72707,6 +73338,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -72729,6 +73361,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72751,6 +73384,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -72785,6 +73419,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72807,6 +73442,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -72829,6 +73465,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -72851,6 +73488,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -72873,6 +73511,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -72992,6 +73631,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -73554,9 +74194,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -73576,7 +74213,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) process.hltHpsSelectedPFTausMediumDitauWPDeepTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsL1JetsHLTForDeepTauInput" ), @@ -74197,16 +74837,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu20eta2p1LooseDeepTauPFTauHPS27eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -74276,16 +74916,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27LooseMuTauWPDeepTauVsJetsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS180eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -74367,6 +75007,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -74386,6 +75027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -74408,6 +75050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -74478,16 +75121,16 @@ inputTag2 = cms.InputTag( "hltSelectedPFTau180LooseSingleTauWPDeepTauMatchedMu22IsoTau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS30eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -74526,6 +75169,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -74564,16 +75208,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS35L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -74655,6 +75299,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -74674,6 +75319,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -74696,6 +75342,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -74777,16 +75424,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau35MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreLooseDeepTauPFTauHPS180L2NNeta2p1 = cms.EDFilter( "HLTPrescaler", @@ -76604,6 +77251,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -76626,6 +77274,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -76915,6 +77564,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -76934,6 +77584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -76956,6 +77607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -77013,16 +77665,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sMu18erTau26er2p1Jet55 = cms.EDFilter( "HLTL1TSeed", @@ -77250,16 +77902,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20MediumDitauWPDeepTauNoMatchForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS45L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77301,16 +77953,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau45MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatchedForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet30MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77340,16 +77992,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagMediumWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet30TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77379,16 +78031,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagTightWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoublePNetTauhPFJet30MediumL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -77456,16 +78108,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagLooseWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet130MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77495,16 +78147,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagMediumWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet130TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -77534,16 +78186,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagTightWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreSinglePNetTauhPFJet130LooseL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -77687,6 +78339,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -77955,6 +78608,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -79805,6 +80459,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -79851,6 +80506,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79873,6 +80529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -79895,6 +80552,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81640,16 +82298,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedMuMediumChargedIsoDisplPFTau24TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPrePhoton34R9Id90CaloIdLIsoLDisplacedIdLMediumChargedIsoDisplacedPFTauHPS34 = cms.EDFilter( "HLTPrescaler", @@ -81691,6 +82349,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -81713,6 +82372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81735,6 +82395,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81757,6 +82418,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -81779,6 +82441,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -81801,6 +82464,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -81898,16 +82562,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedPhotonMediumChargedIsoDisplPFTau34TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 92 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumChargedIsoDisplacedPFTauHPS32Trk1eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -82210,16 +82874,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau24MediumChargedIsoFilter" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sHTT280orHTT320orHTT360orETT2000 = cms.EDFilter( "HLTL1TSeed", @@ -86212,6 +86876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -86234,6 +86899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86286,6 +86952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -86308,6 +86975,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86729,6 +87397,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86751,6 +87420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86773,6 +87443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86795,6 +87466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86817,6 +87489,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86839,6 +87512,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86861,6 +87535,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86932,6 +87607,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86954,6 +87630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86976,6 +87653,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86998,6 +87676,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87020,6 +87699,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87042,6 +87722,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87064,6 +87745,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87135,6 +87817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87157,6 +87840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87179,6 +87863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87201,6 +87886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87223,6 +87909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87245,6 +87932,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87267,6 +87955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87338,6 +88027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87360,6 +88050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87382,6 +88073,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87404,6 +88096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87426,6 +88119,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87448,6 +88142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87470,6 +88165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87541,6 +88237,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87563,6 +88260,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87585,6 +88283,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87607,6 +88306,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87629,6 +88329,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87651,6 +88352,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87673,6 +88375,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87744,6 +88447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87766,6 +88470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87788,6 +88493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87810,6 +88516,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87832,6 +88539,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87854,6 +88562,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87876,6 +88585,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87947,6 +88657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87969,6 +88680,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -87991,6 +88703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88013,6 +88726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88035,6 +88749,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88057,6 +88772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88079,6 +88795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88150,6 +88867,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88172,6 +88890,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88194,6 +88913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88216,6 +88936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88238,6 +88959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88260,6 +88982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88282,6 +89005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88353,6 +89077,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88375,6 +89100,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88397,6 +89123,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88419,6 +89146,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88441,6 +89169,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88463,6 +89192,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88485,6 +89215,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88556,6 +89287,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88578,6 +89310,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88600,6 +89333,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88622,6 +89356,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88644,6 +89379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88666,6 +89402,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88688,6 +89425,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88759,6 +89497,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88781,6 +89520,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88803,6 +89543,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88825,6 +89566,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88847,6 +89589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88869,6 +89612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88891,6 +89635,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88962,6 +89707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -88984,6 +89730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89006,6 +89753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89028,6 +89776,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89050,6 +89799,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89072,6 +89822,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89094,6 +89845,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89165,6 +89917,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89187,6 +89940,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89209,6 +89963,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89231,6 +89986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89253,6 +90009,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89275,6 +90032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89297,6 +90055,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89582,6 +90341,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89608,6 +90368,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89634,6 +90395,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89660,6 +90422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89686,6 +90449,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89712,6 +90476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89738,6 +90503,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89764,6 +90530,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89790,6 +90557,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89816,6 +90584,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89842,6 +90611,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89868,6 +90638,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89894,6 +90665,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89953,6 +90725,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89975,6 +90748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -89997,6 +90771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90019,6 +90794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90041,6 +90817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90063,6 +90840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90085,6 +90863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90174,6 +90953,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90196,6 +90976,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90218,6 +90999,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90240,6 +91022,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90262,6 +91045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90284,6 +91068,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90306,6 +91091,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90372,6 +91158,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90394,6 +91181,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -90416,6 +91204,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90438,6 +91227,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90460,6 +91250,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90494,6 +91285,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90516,6 +91308,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -90538,6 +91331,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90560,6 +91354,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90582,6 +91377,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90604,6 +91400,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -90630,6 +91427,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90652,6 +91450,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90674,6 +91473,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90696,6 +91496,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90718,6 +91519,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90740,6 +91542,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90762,6 +91565,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90784,6 +91588,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90806,6 +91611,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -90842,6 +91648,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90864,6 +91671,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -90886,6 +91694,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90908,6 +91717,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -90930,6 +91740,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -90956,6 +91767,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -90978,6 +91790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91000,6 +91813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91022,6 +91836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -91058,6 +91873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91080,6 +91896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -91102,6 +91919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91124,6 +91942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91146,6 +91965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -91184,6 +92004,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91206,6 +92027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -91228,6 +92050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91250,6 +92073,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91272,6 +92096,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -91294,6 +92119,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -91478,6 +92304,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -91500,6 +92327,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.75 ), thrRegularEE = cms.vdouble( 0.5 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91522,6 +92350,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -91544,6 +92373,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -91566,6 +92396,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -91588,6 +92419,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -91610,16 +92442,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 32.0 ), - MaxMinv = cms.double( 99999.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 32.0 ), + MaxMinv = cms.double( 99999.0 ), MinN = cms.int32( 1 ) ) process.hltOverlapFilterPhoton32MediumChargedIsoPFTau32 = cms.EDFilter( "HLT2PhotonPFTau", @@ -91630,16 +92462,16 @@ inputTag2 = cms.InputTag( "hltPFTau32TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 50.0 ), - MaxMinv = cms.double( 105.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 50.0 ), + MaxMinv = cms.double( 105.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProngM5to80 = cms.EDFilter( "HLTPrescaler", @@ -91750,16 +92582,16 @@ inputTag2 = cms.InputTag( "hltHpsDoublePFTau30MediumDitauWPDeepTauDz02" ), triggerType1 = cms.int32( 84 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1000.0 ), - MinMinv = cms.double( 5.0 ), - MaxMinv = cms.double( 80.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 5.0 ), + MaxMinv = cms.double( 80.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProng = cms.EDFilter( "HLTPrescaler", @@ -91797,16 +92629,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1DiJetVBFinclLoose = cms.EDFilter( "HLTL1TSeed", @@ -92650,6 +93482,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -93110,6 +93943,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -93233,6 +94067,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -93326,6 +94161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -93397,6 +94233,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93419,6 +94256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -93449,6 +94287,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -93479,6 +94318,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -93532,6 +94372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93554,6 +94395,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93576,6 +94418,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93598,6 +94441,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93620,6 +94464,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -93681,6 +94526,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93703,6 +94549,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -93733,6 +94580,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -93763,6 +94611,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -93816,6 +94665,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93838,6 +94688,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93860,6 +94711,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93882,6 +94734,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93904,6 +94757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -93965,6 +94819,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -93987,6 +94842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -94017,6 +94873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -94047,6 +94904,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -94100,6 +94958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -94122,6 +94981,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -94144,6 +95004,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -94166,6 +95027,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -94188,6 +95050,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -94645,6 +95508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -96596,12 +97460,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltSiPixelClustersAfterSplittingPPOnAA = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -96846,12 +97713,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFullIter0TrackMVAClassifierPPOnAA = cms.EDProducer( "TrackMVAClassifierPrompt", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), @@ -98359,6 +99229,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMergingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -98374,7 +99245,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelectorPPOnAA = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -98563,7 +99436,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltCaloMETProducerForHf = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForHf" ), @@ -99215,6 +100089,7 @@ ) process.hltParticleFlowClusterPSPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -99276,6 +100151,7 @@ ) process.hltParticleFlowClusterECALUncorrectedPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -99503,6 +100379,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99539,6 +100416,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99575,6 +100453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99611,6 +100490,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99660,6 +100540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99696,6 +100577,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99745,6 +100627,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99781,6 +100664,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99817,6 +100701,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99853,6 +100738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99902,6 +100788,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99938,6 +100825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -99987,6 +100875,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -100021,6 +100910,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100043,6 +100933,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -100082,6 +100973,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100125,6 +101017,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -100603,7 +101496,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltEle10GsfOneOEMinusOneOPPPOnAAFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -100613,6 +101507,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100635,6 +101530,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -100657,6 +101553,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101003,6 +101900,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101039,6 +101937,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101061,6 +101960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101083,6 +101983,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101105,6 +102006,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101150,6 +102052,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101172,6 +102075,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101194,6 +102098,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101216,6 +102121,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101255,6 +102161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101277,6 +102184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101299,6 +102207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101321,6 +102230,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101366,6 +102276,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101388,6 +102299,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101410,6 +102322,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101432,6 +102345,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101458,6 +102372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101480,6 +102395,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101502,6 +102418,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101524,6 +102441,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101569,6 +102487,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101591,6 +102510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101613,6 +102533,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101635,6 +102556,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101674,6 +102596,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101696,6 +102619,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101718,6 +102642,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101740,6 +102665,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101785,6 +102711,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101807,6 +102734,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101829,6 +102757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101851,6 +102780,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101877,6 +102807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -101899,6 +102830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -101921,6 +102853,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101943,6 +102876,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -101988,6 +102922,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -102010,6 +102945,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -102032,6 +102968,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -102054,6 +102991,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102090,6 +103028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -102112,6 +103051,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -102134,6 +103074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102156,6 +103097,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102178,6 +103120,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102232,6 +103175,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -102254,6 +103198,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -102276,6 +103221,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102298,6 +103244,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -102320,6 +103267,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -104118,6 +105066,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104197,6 +105146,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104276,6 +105226,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104379,6 +105330,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104482,6 +105434,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104585,6 +105538,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104688,6 +105642,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104791,6 +105746,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -104894,6 +105850,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -105471,12 +106428,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltSiPixelClustersAfterSplittingPPOnAAForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -105694,12 +106654,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFullIter0TrackDNNClassifierPPOnAAForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), @@ -107431,12 +108394,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltGoodHighPurityFullTracksForDmesonPPOnAA = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), @@ -108092,6 +109058,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108114,6 +109081,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108136,6 +109104,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108158,6 +109127,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108196,6 +109166,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108242,6 +109213,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108264,6 +109236,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108286,6 +109259,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108308,6 +109282,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108330,6 +109305,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108394,6 +109370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108416,6 +109393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108438,6 +109416,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108460,6 +109439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108505,6 +109485,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108527,6 +109508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108549,6 +109531,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108571,6 +109554,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108597,6 +109581,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108619,6 +109604,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108641,6 +109627,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108663,6 +109650,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108708,6 +109696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108730,6 +109719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108752,6 +109742,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108774,6 +109765,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108810,6 +109802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108832,6 +109825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -108854,6 +109848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108876,6 +109871,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -108921,6 +109917,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108943,6 +109940,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108965,6 +109963,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -108987,6 +109986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109023,6 +110023,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109045,6 +110046,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -109067,6 +110069,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109089,6 +110092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109134,6 +110138,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109156,6 +110161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109178,6 +110184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109200,6 +110207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109249,6 +110257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109271,6 +110280,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -109293,6 +110303,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109315,6 +110326,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109360,6 +110372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109382,6 +110395,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109404,6 +110418,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109426,6 +110441,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109462,6 +110478,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109484,6 +110501,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -109506,6 +110524,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109528,6 +110547,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109573,6 +110593,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109595,6 +110616,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109617,6 +110639,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -109639,6 +110662,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -109665,6 +110689,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109701,6 +110726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109727,6 +110753,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109763,6 +110790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109789,6 +110817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109825,6 +110854,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109864,6 +110894,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109900,6 +110931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109926,6 +110958,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -109962,6 +110995,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -110011,6 +111045,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -110047,6 +111082,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -110398,6 +111434,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110456,6 +111493,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110559,6 +111597,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110662,6 +111701,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110720,6 +111760,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110767,6 +111808,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110814,6 +111856,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -110861,6 +111904,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -111152,12 +112196,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltSiPixelClustersAfterSplittingPPRefForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClusters" ), @@ -111387,12 +112434,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFullIter0TrackDNNClassifierPPRefForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), @@ -113700,12 +114750,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltGoodHighPurityFullTracksForDmesonPPRef = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), @@ -114507,6 +115560,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114529,6 +115583,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -114559,6 +115614,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -114589,6 +115645,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -114642,6 +115699,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114664,6 +115722,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114686,6 +115745,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114708,6 +115768,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114730,6 +115791,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114752,6 +115814,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -114806,6 +115869,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114828,6 +115892,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -114850,6 +115915,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -114872,6 +115938,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -114894,6 +115961,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -114916,6 +115984,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -114938,6 +116007,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -114960,6 +116030,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -115028,6 +116099,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115050,6 +116122,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115072,6 +116145,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115094,6 +116168,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115116,6 +116191,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115138,6 +116214,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115160,6 +116237,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -115182,6 +116260,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -115233,6 +116312,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115255,6 +116335,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -115277,6 +116358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115299,6 +116381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115321,6 +116404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -115364,6 +116448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115386,6 +116471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -115408,6 +116494,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115430,6 +116517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115452,6 +116540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -115474,6 +116563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -115546,6 +116636,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -115568,6 +116659,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115613,6 +116705,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115645,6 +116738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -115667,6 +116761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115712,6 +116807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -115783,6 +116879,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -115802,6 +116899,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -115824,6 +116922,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -115925,6 +117024,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -116015,6 +117115,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_Fake.py b/HLTrigger/Configuration/test/OnLine_HLT_Fake.py index e1e4d5920545f..6fb463b3cb989 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_Fake.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_Fake.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Fake --full --data --type Fake --unprescale --process HLTFake --globaltag auto:run1_hlt_Fake --input file:RelVal_Raw_Fake_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/Fake --full --data --type Fake --unprescale --process HLTFake --globaltag auto:run1_hlt_Fake --input file:RelVal_Raw_Fake_DATA.root -# /dev/CMSSW_13_3_0/Fake/V6 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Fake/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Fake/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake/V5') ) process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) diff --git a/HLTrigger/Configuration/test/OnLine_HLT_Fake1.py b/HLTrigger/Configuration/test/OnLine_HLT_Fake1.py index 9b57017d30345..584d2481b8e4a 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_Fake1.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_Fake1.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Fake1 --full --data --type Fake1 --unprescale --process HLTFake1 --globaltag auto:run2_hlt_Fake1 --input file:RelVal_Raw_Fake1_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/Fake1 --full --data --type Fake1 --unprescale --process HLTFake1 --globaltag auto:run2_hlt_Fake1 --input file:RelVal_Raw_Fake1_DATA.root -# /dev/CMSSW_13_3_0/Fake1/V6 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Fake1/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Fake1/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake1/V5') ) process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) diff --git a/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py b/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py index 47d9aabb5f5f8..6679463142e54 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Fake2 --full --data --type Fake2 --unprescale --process HLTFake2 --globaltag auto:run2_hlt_Fake2 --input file:RelVal_Raw_Fake2_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/Fake2 --full --data --type Fake2 --unprescale --process HLTFake2 --globaltag auto:run2_hlt_Fake2 --input file:RelVal_Raw_Fake2_DATA.root -# /dev/CMSSW_13_3_0/Fake2/V6 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Fake2/V5 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Fake2/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake2/V5') ) process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) diff --git a/HLTrigger/Configuration/test/OnLine_HLT_GRun.py b/HLTrigger/Configuration/test/OnLine_HLT_GRun.py index 593d8396bf78d..56c1ccfdaf3a6 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_GRun.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_GRun.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/GRun --full --data --type GRun --unprescale --process HLTGRun --globaltag auto:run3_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/GRun --full --data --type GRun --unprescale --process HLTGRun --globaltag auto:run3_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root -# /dev/CMSSW_13_3_0/GRun/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/GRun/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/GRun/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/GRun/V6') ) process.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -7614,6 +7614,8 @@ ) process.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -8118,7 +8120,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -10598,7 +10601,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -10638,7 +10642,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -10660,6 +10665,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10783,6 +10789,7 @@ ) process.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10860,6 +10867,7 @@ ) process.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10975,6 +10983,7 @@ ) process.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -11002,6 +11011,7 @@ ) process.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -11527,7 +11537,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJetsCPUOnly = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -13635,7 +13646,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -13648,6 +13660,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseededCPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseededCPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13787,6 +13800,7 @@ ) process.hltParticleFlowClusterHBHECPUOnly = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -13902,6 +13916,7 @@ ) process.hltParticleFlowClusterHCALCPUOnly = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHECPUOnly" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -14666,13 +14681,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -14747,14 +14764,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -14777,13 +14796,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPreDSTZeroBias = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -15860,6 +15881,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -16581,7 +16603,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltFixedGridRhoFastjetHCAL = cms.EDProducer( "FixedGridRhoProducerFastjetFromRecHit", hbheRecHitsTag = cms.InputTag( "hltHbhereco" ), @@ -16592,7 +16615,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltRecHitInRegionForMuonsMF = cms.EDProducer( "MuonHLTRechitInRegionsProducer", productLabels = cms.vstring( 'EcalRegionalRecHitsEB', @@ -16675,6 +16699,7 @@ ) process.hltParticleFlowClusterECALUncorrectedForMuonsMF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16798,6 +16823,7 @@ ) process.hltParticleFlowClusterPSForMuons = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuons" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17157,7 +17183,8 @@ eThresHB = cms.vdouble( 0.4, 0.3, 0.3, 0.3 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), maxRapidity = cms.double( 2.5 ), - gridSpacing = cms.double( 0.55 ) + gridSpacing = cms.double( 0.55 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltEgammaHoverEUnseeded = cms.EDProducer( "EgammaHLTHcalVarProducerFromRecHit", recoEcalCandidateProducer = cms.InputTag( "hltEgammaCandidatesUnseeded" ), @@ -17170,6 +17197,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -17645,7 +17673,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltEgammaEleGsfUnseededTrackIsoPixelOnly = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectronsUnseeded" ), @@ -17760,6 +17789,7 @@ ) process.hltParticleFlowClusterECALUncorrectedForMuonsMFNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALForMuonsMFNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -17883,6 +17913,7 @@ ) process.hltParticleFlowClusterPSForMuonsNoVtx = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSForMuonsNoVtx" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18367,6 +18398,7 @@ ) process.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18428,6 +18460,7 @@ ) process.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -18658,6 +18691,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18683,6 +18717,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -18701,6 +18736,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18767,6 +18803,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18789,6 +18826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18901,6 +18939,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -19009,6 +19048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19031,6 +19071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -19206,6 +19247,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -19221,7 +19263,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -20121,6 +20165,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20235,6 +20280,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20257,6 +20303,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -20615,7 +20662,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltDiMu5Ele3CaloIdLTrackIdLElectronlegOneOEMinusOneOPFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -20625,6 +20673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20647,6 +20696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20669,6 +20719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20775,6 +20826,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20821,6 +20873,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20843,6 +20896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -20888,6 +20942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20910,6 +20965,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -20932,6 +20988,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -21038,6 +21095,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21081,6 +21139,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21124,6 +21183,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22397,6 +22457,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22440,6 +22501,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22483,6 +22545,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22614,6 +22677,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22636,6 +22700,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22681,6 +22746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22713,6 +22779,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22735,6 +22802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22780,6 +22848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22816,6 +22885,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22838,6 +22908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22883,6 +22954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22915,6 +22987,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -22937,6 +23010,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -22982,6 +23056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23018,6 +23093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23040,6 +23116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23085,6 +23162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23117,6 +23195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23139,6 +23218,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23184,6 +23264,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23250,6 +23331,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23272,6 +23354,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -23319,6 +23402,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -23370,6 +23454,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -23423,6 +23508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23445,6 +23531,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23467,6 +23554,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23489,6 +23577,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23511,6 +23600,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23549,6 +23639,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -23612,6 +23703,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -23634,6 +23726,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23679,6 +23772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23701,6 +23795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23723,6 +23818,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23877,6 +23973,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -23899,6 +23996,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -23944,6 +24042,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24007,6 +24106,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -24029,6 +24129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -24074,6 +24175,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25050,6 +25152,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -25097,6 +25200,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -25254,6 +25358,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -25276,6 +25381,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -25298,6 +25404,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -26187,6 +26294,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26666,6 +26774,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26784,6 +26893,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -26942,6 +27052,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -27009,6 +27120,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -27041,6 +27153,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -27077,6 +27190,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -27109,6 +27223,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -27175,6 +27290,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27197,6 +27313,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27227,6 +27344,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27257,6 +27375,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27297,6 +27416,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27319,6 +27439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27349,6 +27470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27379,6 +27501,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27453,6 +27576,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27475,6 +27599,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27505,6 +27630,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27535,6 +27661,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27588,6 +27715,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27610,6 +27738,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27632,6 +27761,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27654,6 +27784,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27676,6 +27807,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27698,6 +27830,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -27742,6 +27875,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27764,6 +27898,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -27794,6 +27929,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -27824,6 +27960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -27877,6 +28014,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27899,6 +28037,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27921,6 +28060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27943,6 +28083,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27965,6 +28106,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -27987,6 +28129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28031,6 +28174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28053,6 +28197,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28083,6 +28228,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28113,6 +28259,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28166,6 +28313,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28188,6 +28336,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28210,6 +28359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28232,6 +28382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28254,6 +28405,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28276,6 +28428,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28320,6 +28473,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28342,6 +28496,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28372,6 +28527,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28402,6 +28558,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28455,6 +28612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28477,6 +28635,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28499,6 +28658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28521,6 +28681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28543,6 +28704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28565,6 +28727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28609,6 +28772,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28631,6 +28795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28661,6 +28826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28691,6 +28857,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -28744,6 +28911,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28766,6 +28934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28788,6 +28957,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28810,6 +28980,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28832,6 +29003,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28854,6 +29026,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -28898,6 +29071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -28920,6 +29094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -28950,6 +29125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -28980,6 +29156,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -29033,6 +29210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29055,6 +29233,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29077,6 +29256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29099,6 +29279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29121,6 +29302,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -29143,6 +29325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -29257,6 +29440,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29276,6 +29460,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29298,6 +29483,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29412,6 +29598,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29431,6 +29618,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29453,6 +29641,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29554,6 +29743,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29573,6 +29763,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29595,6 +29786,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29696,6 +29888,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -29715,6 +29908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -29737,6 +29931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -29848,7 +30043,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltStoppedHSCPIterativeCone4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -31042,6 +31238,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31085,6 +31282,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31191,6 +31389,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31234,6 +31433,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31577,6 +31777,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31754,6 +31955,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31892,6 +32094,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31947,6 +32150,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -31994,6 +32198,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -32909,6 +33114,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -36508,7 +36714,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltMetCleanBH = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForAllBeamHaloCleaned" ), @@ -36729,6 +36936,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -36862,6 +37070,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37315,6 +37524,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37430,6 +37640,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37545,6 +37756,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37608,16 +37820,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets40Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltBTagPFDeepJet0p71DoubleJets30 = cms.EDFilter( "HLTPFJetTag", @@ -37695,6 +37907,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -37730,16 +37943,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets54Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltL1DoubleJet40er2p5 = cms.EDFilter( "HLTL1TSeed", @@ -37865,16 +38078,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets116Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltPreDoublePFJets128MaxDeta1p6DoublePFBTagDeepJetp71 = cms.EDFilter( "HLTPrescaler", @@ -37901,16 +38114,16 @@ inputTag2 = cms.InputTag( "hltDoublePFBJets128Eta2p3" ), triggerType1 = cms.int32( 86 ), triggerType2 = cms.int32( 86 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1.6 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( 1.0E7 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( 1.0E7 ), MinN = cms.int32( 1 ) ) process.hltL1sSingleEGNonIsoOrWithJetAndTau = cms.EDFilter( "HLTL1TSeed", @@ -38049,6 +38262,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38160,6 +38374,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38206,6 +38421,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38228,6 +38444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -38273,6 +38490,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38295,6 +38513,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38317,6 +38536,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38457,6 +38677,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38486,6 +38707,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -38508,6 +38730,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38553,6 +38776,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38575,6 +38799,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38597,6 +38822,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38734,6 +38960,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -38788,6 +39015,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38810,6 +39038,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -38832,6 +39061,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -38854,6 +39084,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -38899,6 +39130,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38921,6 +39153,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38943,6 +39176,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -38965,6 +39199,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -39122,6 +39357,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -39177,6 +39413,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40192,6 +40429,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40214,6 +40452,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40236,6 +40475,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40258,6 +40498,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40280,6 +40521,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40302,6 +40544,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40324,6 +40567,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40346,6 +40590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40414,6 +40659,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40436,6 +40682,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40458,6 +40705,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40480,6 +40728,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40502,6 +40751,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40524,6 +40774,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40546,6 +40797,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -40568,6 +40820,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -40693,6 +40946,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -40747,6 +41001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40769,6 +41024,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -40791,6 +41047,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -40813,6 +41070,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -40858,6 +41116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40880,6 +41139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40902,6 +41162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -40924,6 +41185,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -41036,6 +41298,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -41090,6 +41353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41112,6 +41376,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -41134,6 +41399,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -41156,6 +41422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -41201,6 +41468,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41223,6 +41491,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41245,6 +41514,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41267,6 +41537,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -41352,6 +41623,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41418,6 +41690,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41484,6 +41757,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41520,6 +41794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41556,6 +41831,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41592,6 +41868,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41628,6 +41905,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41664,6 +41942,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -41730,6 +42009,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41752,6 +42032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -41779,6 +42060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41801,6 +42083,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -41823,6 +42106,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -41857,6 +42141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -41923,6 +42208,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41945,6 +42231,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -41967,6 +42254,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -41989,6 +42277,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42011,6 +42300,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42033,6 +42323,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42099,6 +42390,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42121,6 +42413,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42143,6 +42436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42165,6 +42459,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42187,6 +42482,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42209,6 +42505,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42245,6 +42542,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42267,6 +42565,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42289,6 +42588,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42311,6 +42611,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42333,6 +42634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42355,6 +42657,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42391,6 +42694,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42413,6 +42717,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42435,6 +42740,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42457,6 +42763,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42479,6 +42786,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42501,6 +42809,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42537,6 +42846,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42559,6 +42869,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42581,6 +42892,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42603,6 +42915,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42625,6 +42938,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42647,6 +42961,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42683,6 +42998,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42705,6 +43021,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42727,6 +43044,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42749,6 +43067,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42771,6 +43090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42793,6 +43113,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42829,6 +43150,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42851,6 +43173,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -42873,6 +43196,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42895,6 +43219,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -42917,6 +43242,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -42939,6 +43265,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -42975,6 +43302,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.028 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -42997,6 +43325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.05 ), @@ -43019,6 +43348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43041,6 +43371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.5 ), thrRegularEE = cms.vdouble( 2.5 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43063,6 +43394,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.5 ), thrRegularEE = cms.vdouble( 4.5 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43085,6 +43417,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -43151,6 +43484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43187,6 +43521,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43209,6 +43544,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43231,6 +43567,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43253,6 +43590,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43275,6 +43613,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43311,6 +43650,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43333,6 +43673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43355,6 +43696,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43377,6 +43719,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43399,6 +43742,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43435,6 +43779,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43457,6 +43802,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43479,6 +43825,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43501,6 +43848,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43523,6 +43871,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43559,6 +43908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43581,6 +43931,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43603,6 +43954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43625,6 +43977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43647,6 +44000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43683,6 +44037,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -43705,6 +44060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43727,6 +44083,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43749,6 +44106,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -43771,6 +44129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -43807,6 +44166,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43829,6 +44189,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -43851,6 +44212,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43873,6 +44235,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43895,6 +44258,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -43938,6 +44302,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -43960,6 +44325,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -43982,6 +44348,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44004,6 +44371,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44026,6 +44394,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44060,6 +44429,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -44142,6 +44512,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -44164,6 +44535,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -44186,6 +44558,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -44208,6 +44581,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -44230,6 +44604,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -44735,16 +45110,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 30.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 30.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPFTauMediumAbsoluteChargedIsolationDiscriminator = cms.EDProducer( "PFRecoTauDiscriminationByIsolation", @@ -45051,16 +45426,16 @@ inputTag2 = cms.InputTag( "hltPFTau35TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 100.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 100.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24TwoProngs35 = cms.EDFilter( "HLTPrescaler", @@ -45522,6 +45897,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -46845,6 +47221,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47016,6 +47393,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47059,6 +47437,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47165,6 +47544,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47208,6 +47588,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47269,6 +47650,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47312,6 +47694,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -47639,6 +48022,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49458,6 +49842,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49505,6 +49890,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49597,6 +49983,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49643,6 +50030,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49665,6 +50053,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -49715,6 +50104,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49744,6 +50134,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49766,6 +50157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -49816,6 +50208,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -49845,6 +50238,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -49867,6 +50261,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -49917,6 +50312,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -50144,6 +50540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50166,6 +50563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -50196,6 +50594,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -50226,6 +50625,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -50279,6 +50679,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50301,6 +50702,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50323,6 +50725,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50345,6 +50748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50367,6 +50771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50389,6 +50794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -50490,6 +50896,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50512,6 +50919,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -50542,6 +50950,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -50572,6 +50981,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -50625,6 +51035,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50647,6 +51058,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50669,6 +51081,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50691,6 +51104,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50713,6 +51127,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50735,6 +51150,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -50797,6 +51213,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0132 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50819,6 +51236,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -50841,6 +51259,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.145 ), @@ -50863,6 +51282,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.16 ), @@ -50908,6 +51328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.08 ), thrRegularEE = cms.vdouble( 0.08 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50930,6 +51351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50952,6 +51374,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -50974,6 +51397,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -51006,6 +51430,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.033 ), thrRegularEE = cms.vdouble( 0.033 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51028,6 +51453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.17 ), @@ -51050,6 +51476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.21 ), @@ -51066,6 +51493,7 @@ ) process.hltParticleFlowClusterHFForEgammaUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -51101,6 +51529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.7 ), @@ -51200,6 +51629,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51222,6 +51652,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -51261,6 +51692,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51304,6 +51736,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -51349,6 +51782,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51371,6 +51805,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51393,6 +51828,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51415,6 +51851,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51437,6 +51874,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51459,6 +51897,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -51508,6 +51947,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51530,6 +51970,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.08 ), @@ -51552,6 +51993,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -51574,6 +52016,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.6 ), @@ -51619,6 +52062,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51641,6 +52085,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51663,6 +52108,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51685,6 +52131,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.0044 ), thrRegularEE = cms.vdouble( 0.006 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51707,6 +52154,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.025 ), thrRegularEE = cms.vdouble( 0.025 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -51729,6 +52177,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.4 ), @@ -51861,6 +52310,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -51985,6 +52435,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -52076,6 +52527,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -52140,6 +52592,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -52294,6 +52747,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -52366,6 +52820,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53603,6 +54058,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53708,6 +54164,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53730,6 +54187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -53775,6 +54233,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53797,6 +54256,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53819,6 +54279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -53940,6 +54401,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -53986,6 +54448,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54008,6 +54471,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -54053,6 +54517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54075,6 +54540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54097,6 +54563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54236,6 +54703,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54255,6 +54723,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -54277,6 +54746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -54401,6 +54871,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54444,6 +54915,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54905,6 +55377,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -54951,6 +55424,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -54973,6 +55447,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -54995,6 +55470,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -55017,6 +55493,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -55083,6 +55560,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55105,6 +55583,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55127,6 +55606,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -55149,6 +55629,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -55194,6 +55675,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55216,6 +55698,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55238,6 +55721,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55260,6 +55744,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -55341,6 +55826,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55363,6 +55849,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55385,6 +55872,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -55407,6 +55895,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -55452,6 +55941,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55474,6 +55964,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55496,6 +55987,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55518,6 +56010,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -55599,6 +56092,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55621,6 +56115,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -55643,6 +56138,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -55665,6 +56161,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -55710,6 +56207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55732,6 +56230,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55754,6 +56253,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55776,6 +56276,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -55827,6 +56328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -55849,6 +56351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55894,6 +56397,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55916,6 +56420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55938,6 +56443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -55989,6 +56495,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -56011,6 +56518,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.031 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56056,6 +56564,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56078,6 +56587,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56100,6 +56610,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56151,6 +56662,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -56173,6 +56685,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56218,6 +56731,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.05 ), thrRegularEE = cms.vdouble( 0.02 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56240,6 +56754,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.006 ), thrRegularEE = cms.vdouble( 0.0085 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56262,6 +56777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.05 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56313,6 +56829,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56335,6 +56852,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -56380,6 +56898,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56402,6 +56921,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.06 ), thrRegularEE = cms.vdouble( 0.06 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56469,6 +56989,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56491,6 +57012,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -56536,6 +57058,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56558,6 +57081,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56594,6 +57118,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56616,6 +57141,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.075 ), @@ -56661,6 +57187,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.007 ), thrRegularEE = cms.vdouble( 0.007 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -56683,6 +57210,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.07 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57233,6 +57761,7 @@ TrackLabel = cms.InputTag( "hltMergedTracksForBTag" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -57248,7 +57777,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFastPixelBLifetimeL3Associator = cms.EDProducer( "JetTracksAssociatorAtVertex", tracks = cms.InputTag( "hltMergedTracksForBTag" ), @@ -57846,6 +58377,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -57868,6 +58400,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57890,6 +58423,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -57912,6 +58446,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -57934,6 +58469,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -57956,6 +58492,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -58117,7 +58654,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltHtMhtEcal = cms.EDProducer( "HLTCaloTowerHtMhtProducer", usePt = cms.bool( False ), @@ -58191,6 +58729,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -58209,6 +58748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -58231,6 +58771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -58265,6 +58806,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -58287,6 +58829,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 15.0 ), thrRegularEE = cms.vdouble( 15.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -58359,6 +58902,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -58395,6 +58939,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -58572,6 +59117,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58594,6 +59140,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58616,6 +59163,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58638,6 +59186,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -58660,6 +59209,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -58682,6 +59232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.13 ), @@ -58773,6 +59324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58795,6 +59347,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58817,6 +59370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58839,6 +59393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58861,6 +59416,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58883,6 +59439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58905,6 +59462,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58927,6 +59485,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -58949,6 +59508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61067,9 +61627,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -61091,7 +61648,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTauForVBFIsoTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTauForVBFIsoTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTauForVBFIsoTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) process.hltHpsSelectedPFTausMediumDeepTauDitauWPForVBFIsoTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsPFTauProducer" ), @@ -61227,6 +61787,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61249,6 +61810,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61271,6 +61833,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61293,6 +61856,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -61315,6 +61879,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -61375,6 +61940,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -61397,6 +61963,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -61419,6 +61986,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -61441,6 +62009,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -61463,6 +62032,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 4.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -61577,6 +62147,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61620,6 +62191,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -61977,6 +62549,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -62325,6 +62898,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62347,6 +62921,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -62369,6 +62944,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62391,6 +62967,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -62425,6 +63002,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62447,6 +63025,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -62469,6 +63048,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.032 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -62491,6 +63071,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 4.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -62513,6 +63094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -63097,9 +63679,6 @@ pfcands = cms.InputTag( "hltParticleFlowForTaus" ), vertices = cms.InputTag( "hltPixelVertices" ), rho = cms.InputTag( "hltFixedGridRhoProducerFastjetAllTau" ), - graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', - 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', - 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ), mem_mapped = cms.bool( False ), year = cms.uint32( 2017 ), version = cms.uint32( 2 ), @@ -63119,7 +63698,10 @@ basicTauDiscriminators = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsForDeepTau" ), basicTauDiscriminatorsdR03 = cms.untracked.InputTag( "hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau" ), pfTauTransverseImpactParameters = cms.InputTag( "hltHpsPFTauTransverseImpactParametersForDeepTau" ), - Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ) + Prediscriminants = cms.PSet( BooleanOperator = cms.string( "and" ) ), + graph_file = cms.vstring( 'core:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_core.pb', + 'inner:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_inner.pb', + 'outer:RecoTauTag/TrainingFiles/data/DeepTauId/deepTau_2017v2p6_e6_outer.pb' ) ) process.hltHpsSelectedPFTausMediumDitauWPDeepTau = cms.EDFilter( "PFTauSelector", src = cms.InputTag( "hltHpsL1JetsHLTForDeepTauInput" ), @@ -63192,6 +63774,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63214,6 +63797,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -63244,6 +63828,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -63274,6 +63859,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -63327,6 +63913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63349,6 +63936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63371,6 +63959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63393,6 +63982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63415,6 +64005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -63437,6 +64028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -63467,16 +64059,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltHpsSelectedPFTausLooseETauWPDeepTauFilter = cms.EDFilter( "PFTauSelector", @@ -63519,16 +64111,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatched" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sBigORMu18erTauXXer2p1 = cms.EDFilter( "HLTL1TSeed", @@ -63623,6 +64215,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63642,6 +64235,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63664,6 +64258,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63749,16 +64344,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau27LooseMuTauWPDeepTauVsJetsAgainstMuonL1HLTMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS180eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -63840,6 +64435,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -63859,6 +64455,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -63881,6 +64478,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -63951,16 +64549,16 @@ inputTag2 = cms.InputTag( "hltSelectedPFTau180LooseSingleTauWPDeepTauMatchedMu22IsoTau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1LooseDeepTauPFTauHPS30eta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -63999,6 +64597,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64037,16 +64636,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30LooseETauWPDeepTauL1HLTMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS35L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -64128,6 +64727,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -64147,6 +64747,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -64169,6 +64770,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -64267,16 +64869,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau35MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreLooseDeepTauPFTauHPS180L2NNeta2p1 = cms.EDFilter( "HLTPrescaler", @@ -66031,6 +66633,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -66053,6 +66656,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -66342,6 +66946,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -66361,6 +66966,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -66383,6 +66989,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -66440,16 +67047,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatched" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sMu18erTau26er2p1Jet55 = cms.EDFilter( "HLTL1TSeed", @@ -66677,16 +67284,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau20MediumDitauWPDeepTauNoMatchForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1MediumDeepTauPFTauHPS45L2NNeta2p1CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66728,16 +67335,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau45MediumDitauWPDeepTauL1HLTBigOrMuXXerIsoTauYYerMatchedForVBFIsoTau" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet30MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66767,16 +67374,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagMediumWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet30TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66806,16 +67413,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet30PNetTauhTagTightWPL2MuXXTauYY" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoublePNetTauhPFJet30MediumL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -66883,16 +67490,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagLooseWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet130MediumL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66922,16 +67529,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagMediumWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreIsoMu24eta2p1PNetTauhPFJet130TightL2NNeta2p3CrossL1 = cms.EDFilter( "HLTPrescaler", @@ -66961,16 +67568,16 @@ inputTag2 = cms.InputTag( "hltSinglePFJet130PNetTauhTagTightWPL2Mu22Tau40" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreSinglePNetTauhPFJet130LooseL2NNeta2p3 = cms.EDFilter( "HLTPrescaler", @@ -67114,6 +67721,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -67382,6 +67990,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksNoVtx" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -69232,6 +69841,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -69278,6 +69888,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.03 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -69300,6 +69911,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -69322,6 +69934,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -71188,16 +71801,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedMuMediumChargedIsoDisplPFTau24TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPrePhoton34R9Id90CaloIdLIsoLDisplacedIdLMediumChargedIsoDisplacedPFTauHPS34 = cms.EDFilter( "HLTPrescaler", @@ -71239,6 +71852,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -71261,6 +71875,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.9 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71283,6 +71898,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -71305,6 +71921,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 8.0 ), thrOverEEB = cms.vdouble( 0.01 ), @@ -71327,6 +71944,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 12.5 ), thrRegularEE = cms.vdouble( 7.5 ), thrOverEEB = cms.vdouble( 0.03 ), @@ -71349,6 +71967,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -71446,16 +72065,16 @@ inputTag2 = cms.InputTag( "hltHpsDisplacedPhotonMediumChargedIsoDisplPFTau34TrackPt1L1HLTMatchedGlob" ), triggerType1 = cms.int32( 92 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumChargedIsoDisplacedPFTauHPS32Trk1eta2p1 = cms.EDFilter( "HLTPrescaler", @@ -71770,16 +72389,16 @@ inputTag2 = cms.InputTag( "hltHpsSinglePFTau24MediumChargedIsoFilter" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1sHTT280orHTT320orHTT360orETT2000 = cms.EDFilter( "HLTL1TSeed", @@ -75674,6 +76293,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -75696,6 +76316,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -75748,6 +76369,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -75770,6 +76392,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76191,6 +76814,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76213,6 +76837,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76235,6 +76860,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76257,6 +76883,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76279,6 +76906,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76301,6 +76929,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76323,6 +76952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76394,6 +77024,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76416,6 +77047,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76438,6 +77070,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76460,6 +77093,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76482,6 +77116,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76504,6 +77139,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76526,6 +77162,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76597,6 +77234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76619,6 +77257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76641,6 +77280,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76663,6 +77303,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76685,6 +77326,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76707,6 +77349,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76729,6 +77372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76800,6 +77444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76822,6 +77467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76844,6 +77490,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76866,6 +77513,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76888,6 +77536,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76910,6 +77559,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -76932,6 +77582,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77003,6 +77654,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77025,6 +77677,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77047,6 +77700,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77069,6 +77723,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77091,6 +77746,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77113,6 +77769,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77135,6 +77792,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77206,6 +77864,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77228,6 +77887,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77250,6 +77910,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77272,6 +77933,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77294,6 +77956,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77316,6 +77979,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77338,6 +78002,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77409,6 +78074,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77431,6 +78097,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77453,6 +78120,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77475,6 +78143,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77497,6 +78166,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77519,6 +78189,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77541,6 +78212,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77612,6 +78284,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77634,6 +78307,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77656,6 +78330,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77678,6 +78353,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77700,6 +78376,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77722,6 +78399,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77744,6 +78422,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77815,6 +78494,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77837,6 +78517,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77859,6 +78540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77881,6 +78563,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77903,6 +78586,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77925,6 +78609,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -77947,6 +78632,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78018,6 +78704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78040,6 +78727,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78062,6 +78750,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78084,6 +78773,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78106,6 +78796,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78128,6 +78819,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78150,6 +78842,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78221,6 +78914,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78243,6 +78937,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78265,6 +78960,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78287,6 +78983,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78309,6 +79006,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78331,6 +79029,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78353,6 +79052,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78424,6 +79124,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78446,6 +79147,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78468,6 +79170,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78490,6 +79193,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78512,6 +79216,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78534,6 +79239,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78556,6 +79262,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78627,6 +79334,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78649,6 +79357,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78671,6 +79380,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78693,6 +79403,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78715,6 +79426,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78737,6 +79449,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -78759,6 +79472,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79044,6 +79758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79070,6 +79785,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79096,6 +79812,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79122,6 +79839,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79148,6 +79866,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79174,6 +79893,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79200,6 +79920,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79226,6 +79947,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79252,6 +79974,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79278,6 +80001,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79304,6 +80028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79330,6 +80055,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79356,6 +80082,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79415,6 +80142,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79437,6 +80165,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79459,6 +80188,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79481,6 +80211,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79503,6 +80234,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79525,6 +80257,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79547,6 +80280,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79636,6 +80370,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10000.0 ), thrRegularEE = cms.vdouble( 10000.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79658,6 +80393,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79680,6 +80416,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.01 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79702,6 +80439,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.2 ), thrRegularEE = cms.vdouble( 0.2 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79724,6 +80462,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 40.0 ), thrRegularEE = cms.vdouble( 40.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79746,6 +80485,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 5.0 ), thrRegularEE = cms.vdouble( 5.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79768,6 +80508,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 2.0 ), thrRegularEE = cms.vdouble( 2.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79834,6 +80575,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79856,6 +80598,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -79878,6 +80621,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79900,6 +80644,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79922,6 +80667,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -79956,6 +80702,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -79978,6 +80725,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -80000,6 +80748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80022,6 +80771,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80044,6 +80794,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80066,6 +80817,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -80092,6 +80844,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80114,6 +80867,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80136,6 +80890,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80158,6 +80913,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80180,6 +80936,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80202,6 +80959,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80224,6 +80982,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80246,6 +81005,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80268,6 +81028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -80304,6 +81065,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80326,6 +81088,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.12 ), @@ -80348,6 +81111,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80370,6 +81134,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80392,6 +81157,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80418,6 +81184,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80440,6 +81207,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80462,6 +81230,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80484,6 +81253,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80520,6 +81290,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80542,6 +81313,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80564,6 +81336,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80586,6 +81359,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0105 ), thrRegularEE = cms.vdouble( 0.0105 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80608,6 +81382,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80646,6 +81421,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80668,6 +81444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.06 ), @@ -80690,6 +81467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80712,6 +81490,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80734,6 +81513,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 3.0 ), thrRegularEE = cms.vdouble( 3.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -80756,6 +81536,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -80940,6 +81721,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -80962,6 +81744,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.75 ), thrRegularEE = cms.vdouble( 0.5 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -80984,6 +81767,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -81006,6 +81790,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -81028,6 +81813,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 10.0 ), thrRegularEE = cms.vdouble( 10.0 ), thrOverEEB = cms.vdouble( 0.005 ), @@ -81050,6 +81836,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -81072,16 +81859,16 @@ inputTag2 = cms.InputTag( "hltTauJet5" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 32.0 ), - MaxMinv = cms.double( 99999.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 32.0 ), + MaxMinv = cms.double( 99999.0 ), MinN = cms.int32( 1 ) ) process.hltOverlapFilterPhoton32MediumChargedIsoPFTau32 = cms.EDFilter( "HLT2PhotonPFTau", @@ -81092,16 +81879,16 @@ inputTag2 = cms.InputTag( "hltPFTau32TrackMediumChargedIso" ), triggerType1 = cms.int32( 81 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 0.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 50.0 ), - MaxMinv = cms.double( 105.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 50.0 ), + MaxMinv = cms.double( 105.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProngM5to80 = cms.EDFilter( "HLTPrescaler", @@ -81212,16 +81999,16 @@ inputTag2 = cms.InputTag( "hltHpsDoublePFTau30MediumDitauWPDeepTauDz02" ), triggerType1 = cms.int32( 84 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( 1.0E7 ), MinDeta = cms.double( -1000.0 ), MaxDeta = cms.double( 1000.0 ), - MinMinv = cms.double( 5.0 ), - MaxMinv = cms.double( 80.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( 1.0E7 ), MinDelR = cms.double( 0.0 ), MaxDelR = cms.double( 1000.0 ), MinPt = cms.double( 0.0 ), MaxPt = cms.double( 1.0E7 ), + MinMinv = cms.double( 5.0 ), + MaxMinv = cms.double( 80.0 ), MinN = cms.int32( 1 ) ) process.hltPreDoubleMediumDeepTauPFTauHPS30L2NNeta2p1OneProng = cms.EDFilter( "HLTPrescaler", @@ -81259,16 +82046,16 @@ inputTag2 = cms.InputTag( "hltHpsSelectedPFTau30MediumDitauWPDeepTauL1HLTVeryBigOrMu18erTauXXerMatchedMonitoring" ), triggerType1 = cms.int32( 83 ), triggerType2 = cms.int32( 84 ), - MinDphi = cms.double( 0.0 ), - MaxDphi = cms.double( -1.0 ), MinDeta = cms.double( 1.0 ), MaxDeta = cms.double( -1.0 ), - MinMinv = cms.double( 0.0 ), - MaxMinv = cms.double( -1.0 ), + MinDphi = cms.double( 0.0 ), + MaxDphi = cms.double( -1.0 ), MinDelR = cms.double( 0.3 ), MaxDelR = cms.double( 99999.0 ), MinPt = cms.double( 1.0 ), MaxPt = cms.double( -1.0 ), + MinMinv = cms.double( 0.0 ), + MaxMinv = cms.double( -1.0 ), MinN = cms.int32( 1 ) ) process.hltL1DiJetVBFinclLoose = cms.EDFilter( "HLTL1TSeed", @@ -82112,6 +82899,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksOpenMu" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -82572,6 +83360,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -82695,6 +83484,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -82788,6 +83578,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -82859,6 +83650,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -82881,6 +83673,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -82911,6 +83704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -82941,6 +83735,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -82994,6 +83789,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83016,6 +83812,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83038,6 +83835,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83060,6 +83858,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83082,6 +83881,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83143,6 +83943,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83165,6 +83966,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -83195,6 +83997,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -83225,6 +84028,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -83278,6 +84082,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83300,6 +84105,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83322,6 +84128,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83344,6 +84151,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83366,6 +84174,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -83427,6 +84236,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83449,6 +84259,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -83479,6 +84290,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -83509,6 +84321,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -83562,6 +84375,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83584,6 +84398,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83606,6 +84421,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83628,6 +84444,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -83650,6 +84467,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -84107,6 +84925,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.016 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84882,6 +85701,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.011 ), thrRegularEE = cms.vdouble( 0.0305 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -84904,6 +85724,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.75 ), @@ -84934,6 +85755,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 1.75 ), @@ -84964,6 +85786,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.0 ), thrRegularEB1 = cms.vdouble( 2.5 ), @@ -85017,6 +85840,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 70.0 ), thrRegularEE = cms.vdouble( 45.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85039,6 +85863,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.012 ), thrRegularEE = cms.vdouble( 0.011 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85061,6 +85886,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 999.0 ), thrRegularEE = cms.vdouble( 1.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85083,6 +85909,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.004 ), thrRegularEE = cms.vdouble( 0.005 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85105,6 +85932,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.02 ), thrRegularEE = cms.vdouble( 0.023 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85127,6 +85955,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), etaBoundaryEB12 = cms.double( 1.0 ), etaBoundaryEE12 = cms.double( 2.1 ), thrRegularEB1 = cms.vdouble( 0.838 ), @@ -85181,6 +86010,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85203,6 +86033,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.013 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85225,6 +86056,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -85247,6 +86079,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -85269,6 +86102,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -85291,6 +86125,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.5 ), @@ -85313,6 +86148,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -85335,6 +86171,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.3 ), @@ -85403,6 +86240,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85425,6 +86263,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 999999.0 ), thrRegularEE = cms.vdouble( 999999.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85447,6 +86286,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85469,6 +86309,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.01 ), thrRegularEE = cms.vdouble( 0.015 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85491,6 +86332,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85513,6 +86355,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.07 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85535,6 +86378,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -85557,6 +86401,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -85608,6 +86453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85630,6 +86476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -85652,6 +86499,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85674,6 +86522,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85696,6 +86545,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -85739,6 +86589,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.5 ), thrRegularEE = cms.vdouble( 0.8 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85761,6 +86612,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.0 ), thrRegularEE = cms.vdouble( 0.0 ), thrOverEEB = cms.vdouble( 0.1 ), @@ -85783,6 +86635,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( False ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.85 ), thrRegularEE = cms.vdouble( 0.9 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85805,6 +86658,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85827,6 +86681,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.012 ), @@ -85849,6 +86704,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 6.0 ), thrRegularEE = cms.vdouble( 6.0 ), thrOverEEB = cms.vdouble( 0.002 ), @@ -85921,6 +86777,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -85943,6 +86800,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -85988,6 +86846,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86020,6 +86879,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.15 ), @@ -86042,6 +86902,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.014 ), thrRegularEE = cms.vdouble( 0.035 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86087,6 +86948,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 150.0 ), thrRegularEE = cms.vdouble( 150.0 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -86158,6 +87020,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -86177,6 +87040,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.14 ), @@ -86199,6 +87063,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.177 ), @@ -86313,6 +87178,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -86403,6 +87269,7 @@ L1MatchingdR = cms.double( 0.3 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "" ), + requireL3MuonTrajectorySeed = cms.bool( True ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_HIon.py b/HLTrigger/Configuration/test/OnLine_HLT_HIon.py index d24b0e0c9b0d2..385aabfcea4bb 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_HIon.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_HIon.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/HIon --full --data --type HIon --unprescale --process HLTHIon --globaltag auto:run3_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/HIon --full --data --type HIon --unprescale --process HLTHIon --globaltag auto:run3_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root -# /dev/CMSSW_13_3_0/HIon/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/HIon/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/HIon/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/HIon/V6') ) process.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -9973,6 +9973,8 @@ ) process.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -10301,13 +10303,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacyPPOnAA' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPUPPOnAA = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigisPPOnAA@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPUPPOnAA = cms.EDProducer( "SiPixelHIonPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnlyPPOnAA" ), @@ -10356,14 +10360,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHIHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -10651,13 +10657,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPreDSTPhysics = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -11068,7 +11076,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltPuAK4CaloJets = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -12884,12 +12893,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltSiPixelClustersAfterSplittingPPOnAA = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -13134,12 +13146,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFullIter0TrackMVAClassifierPPOnAA = cms.EDProducer( "TrackMVAClassifierPrompt", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAA" ), @@ -14288,7 +14303,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -14328,7 +14344,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -14350,6 +14367,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14473,6 +14491,7 @@ ) process.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14550,6 +14569,7 @@ ) process.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -14665,6 +14685,7 @@ ) process.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -14692,6 +14713,7 @@ ) process.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -15136,6 +15158,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMergingPPOnAA" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -15151,7 +15174,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelectorPPOnAA = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -15344,7 +15369,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( True ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltCaloMETProducerForHf = cms.EDProducer( "CaloMETProducer", src = cms.InputTag( "hltTowerMakerForHf" ), @@ -15996,6 +16022,7 @@ ) process.hltParticleFlowClusterPSPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16057,6 +16084,7 @@ ) process.hltParticleFlowClusterECALUncorrectedPPOnAA = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALPPOnAA" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -16284,6 +16312,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16320,6 +16349,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16356,6 +16386,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16392,6 +16423,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16441,6 +16473,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16477,6 +16510,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16526,6 +16560,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16562,6 +16597,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16598,6 +16634,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16634,6 +16671,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16683,6 +16721,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16719,6 +16758,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16768,6 +16808,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -16802,6 +16843,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -16824,6 +16866,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -16863,6 +16906,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -16906,6 +16950,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17384,7 +17429,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltEle10GsfOneOEMinusOneOPPPOnAAFilter = cms.EDFilter( "HLTEgammaGenericFilter", saveTags = cms.bool( True ), @@ -17394,6 +17440,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17416,6 +17463,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17438,6 +17486,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17784,6 +17833,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17820,6 +17870,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17842,6 +17893,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -17864,6 +17916,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17886,6 +17939,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -17931,6 +17985,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17953,6 +18008,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17975,6 +18031,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -17997,6 +18054,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18036,6 +18094,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18058,6 +18117,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18080,6 +18140,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18102,6 +18163,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18147,6 +18209,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18169,6 +18232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18191,6 +18255,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18213,6 +18278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18239,6 +18305,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18261,6 +18328,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18283,6 +18351,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18305,6 +18374,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18350,6 +18420,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18372,6 +18443,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18394,6 +18466,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18416,6 +18489,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18455,6 +18529,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18477,6 +18552,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18499,6 +18575,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18521,6 +18598,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18566,6 +18644,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18588,6 +18667,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18610,6 +18690,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18632,6 +18713,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18658,6 +18740,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18680,6 +18763,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18702,6 +18786,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18724,6 +18809,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18769,6 +18855,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18791,6 +18878,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18813,6 +18901,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18835,6 +18924,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18871,6 +18961,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -18893,6 +18984,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -18915,6 +19007,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18937,6 +19030,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -18959,6 +19053,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -19013,6 +19108,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -19035,6 +19131,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -19057,6 +19154,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -19079,6 +19177,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -19101,6 +19200,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -20912,6 +21012,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -20991,6 +21092,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21070,6 +21172,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21173,6 +21276,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21276,6 +21380,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21379,6 +21484,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21482,6 +21588,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21585,6 +21692,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -21688,6 +21796,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3LinksPPOnAA" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -22265,12 +22374,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltSiPixelClustersAfterSplittingPPOnAAForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClustersPPOnAA" ), @@ -22488,12 +22600,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFullIter0TrackDNNClassifierPPOnAAForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPOnAAForDmeson" ), @@ -24225,12 +24340,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltGoodHighPurityFullTracksForDmesonPPOnAA = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPOnAAForDmeson" ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_PIon.py b/HLTrigger/Configuration/test/OnLine_HLT_PIon.py index 7efc786189195..a7ac7c9f0cc43 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_PIon.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_PIon.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/PIon --full --data --type PIon --unprescale --process HLTPIon --globaltag auto:run3_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --full --data --type PIon --unprescale --process HLTPIon --globaltag auto:run3_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root -# /dev/CMSSW_13_3_0/PIon/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/PIon/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/PIon/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/PIon/V6') ) process.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( diff --git a/HLTrigger/Configuration/test/OnLine_HLT_PRef.py b/HLTrigger/Configuration/test/OnLine_HLT_PRef.py index 532120af064a8..11a6c7123b565 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_PRef.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_PRef.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/PRef --full --data --type PRef --unprescale --process HLTPRef --globaltag auto:run3_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --full --data --type PRef --unprescale --process HLTPRef --globaltag auto:run3_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root -# /dev/CMSSW_13_3_0/PRef/V22 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/PRef/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/PRef/V22') + tableName = cms.string('/dev/CMSSW_14_0_0/PRef/V6') ) process.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -5369,6 +5369,8 @@ ) process.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -5792,13 +5794,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -5873,14 +5877,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -6168,13 +6174,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPreDSTPhysics = cms.EDFilter( "HLTPrescaler", offset = cms.uint32( 0 ), @@ -6335,7 +6343,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJetsPF = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -8211,6 +8220,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -8226,7 +8236,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( @@ -9685,7 +9697,8 @@ depth = cms.vint32( 1, 2, 3, 4, 5, 6, 7 ), detectorEnum = cms.int32( 2 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( True ) ), cms.PSet( flags = cms.vstring( 'Standard' ), cleaningThresholds = cms.vdouble( 0.0 ), @@ -9725,7 +9738,8 @@ threshold = cms.vdouble( 1.2, 1.8 ), detectorEnum = cms.int32( 4 ) ) - ) + ), + usePFThresholdsFromDB = cms.bool( False ) ) ), ShortFibre_Cut = cms.double( 60.0 ) @@ -9747,6 +9761,7 @@ ) process.hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -9870,6 +9885,7 @@ ) process.hltParticleFlowClusterPSUnseeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSUnseeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -9947,6 +9963,7 @@ ) process.hltParticleFlowClusterHBHE = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10062,6 +10079,7 @@ ) process.hltParticleFlowClusterHCAL = cms.EDProducer( "PFMultiDepthClusterProducer", clustersSource = cms.InputTag( "hltParticleFlowClusterHBHE" ), + usePFThresholdsFromDB = cms.bool( True ), pfClusterBuilder = cms.PSet( allCellsPositionCalc = cms.PSet( minAllowedNormalization = cms.double( 1.0E-9 ), @@ -10089,6 +10107,7 @@ ) process.hltParticleFlowClusterHF = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitHF" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10849,6 +10868,7 @@ ) process.hltParticleFlowClusterPSL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitPSL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -10910,6 +10930,7 @@ ) process.hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer( "PFClusterProducer", recHitsSource = cms.InputTag( "hltParticleFlowRecHitECALL1Seeded" ), + usePFThresholdsFromDB = cms.bool( True ), recHitCleaners = cms.VPSet( ), seedCleaners = cms.VPSet( @@ -11129,6 +11150,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11154,6 +11176,7 @@ etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ), eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ), etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ), + usePFThresholdsFromDB = cms.bool( True ), innerCone = cms.double( 0.0 ), outerCone = cms.double( 0.14 ), depth = cms.int32( 0 ), @@ -11172,6 +11195,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -11211,6 +11235,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11254,6 +11279,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11695,7 +11721,8 @@ upperTrackNrToRemoveCut = cms.int32( 9999 ), lowerTrackNrToRemoveCut = cms.int32( -1 ), useDefaultValuesForBarrel = cms.bool( False ), - useDefaultValuesForEndcap = cms.bool( False ) + useDefaultValuesForEndcap = cms.bool( False ), + produceAbsValues = cms.bool( False ) ) process.hltEgammaEleGsfTrackIsoPPRef = cms.EDProducer( "EgammaHLTElectronTrackIsolationProducers", electronProducer = cms.InputTag( "hltEgammaGsfElectrons" ), @@ -11721,6 +11748,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11767,6 +11795,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11789,6 +11818,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -11811,6 +11841,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11833,6 +11864,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11855,6 +11887,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11919,6 +11952,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -11941,6 +11975,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -11963,6 +11998,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -11985,6 +12021,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12030,6 +12067,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12052,6 +12090,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12074,6 +12113,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12096,6 +12136,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12122,6 +12163,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12144,6 +12186,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12166,6 +12209,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12188,6 +12232,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12233,6 +12278,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12255,6 +12301,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12277,6 +12324,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12299,6 +12347,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12335,6 +12384,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12357,6 +12407,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12379,6 +12430,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12401,6 +12453,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12446,6 +12499,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12468,6 +12522,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12490,6 +12545,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12512,6 +12568,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12548,6 +12605,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12570,6 +12628,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12592,6 +12651,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12614,6 +12674,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12659,6 +12720,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12681,6 +12743,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12703,6 +12766,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12725,6 +12789,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12774,6 +12839,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12796,6 +12862,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -12818,6 +12885,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12840,6 +12908,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12885,6 +12954,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12907,6 +12977,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12929,6 +13000,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -12951,6 +13023,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -12987,6 +13060,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.015 ), thrRegularEE = cms.vdouble( 0.04 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -13009,6 +13083,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 0.2 ), @@ -13031,6 +13106,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -13053,6 +13129,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -13098,6 +13175,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -13120,6 +13198,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( True ), thrRegularEB = cms.vdouble( 0.008 ), thrRegularEE = cms.vdouble( 0.012 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -13142,6 +13221,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( 0.1 ), thrRegularEE = cms.vdouble( 0.1 ), thrOverEEB = cms.vdouble( -1.0 ), @@ -13164,6 +13244,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( True ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 1.0 ), @@ -13190,6 +13271,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13226,6 +13308,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13252,6 +13335,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13288,6 +13372,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13314,6 +13399,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13350,6 +13436,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13389,6 +13476,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13425,6 +13513,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13451,6 +13540,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13487,6 +13577,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13536,6 +13627,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13572,6 +13664,7 @@ energyLowEdges = cms.vdouble( 0.0 ), lessThan = cms.bool( True ), useEt = cms.bool( False ), + useAbs = cms.bool( False ), thrRegularEB = cms.vdouble( -1.0 ), thrRegularEE = cms.vdouble( -1.0 ), thrOverEEB = cms.vdouble( 2.0 ), @@ -13936,6 +14029,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -13994,6 +14088,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14097,6 +14192,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14200,6 +14296,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14258,6 +14355,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14305,6 +14403,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14352,6 +14451,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14399,6 +14499,7 @@ L1MatchingdR = cms.double( 999.0 ), MatchToPreviousCand = cms.bool( True ), InputLinks = cms.InputTag( "hltL3MuonsIterL3Links" ), + requireL3MuonTrajectorySeed = cms.bool( False ), useSimpleGeometry = cms.bool( True ), useStation2 = cms.bool( True ), fallbackToME1 = cms.bool( False ), @@ -14824,12 +14925,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPreSplittingPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltSiPixelClustersAfterSplittingPPRefForDmeson = cms.EDProducer( "JetCoreClusterSplitter", pixelClusters = cms.InputTag( "hltSiPixelClusters" ), @@ -15059,12 +15163,15 @@ TrackLabel = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltFullIter0TrackDNNClassifierPPRefForDmeson = cms.EDProducer( "TrackTfClassifier", src = cms.InputTag( "hltFullIter0CtfWithMaterialTracksPPRefForDmeson" ), @@ -17372,12 +17479,15 @@ TrackLabel = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( algorithm = cms.string( "gap" ), TkGapClusParameters = cms.PSet( zSeparation = cms.double( 1.0 ) ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltGoodHighPurityFullTracksForDmesonPPRef = cms.EDProducer( "TrackCollectionFilterCloner", originalSource = cms.InputTag( "hltFullIterativeTrackingMergedPPRefForDmeson" ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_Special.py b/HLTrigger/Configuration/test/OnLine_HLT_Special.py index 1d72b006865ff..f9008de557db1 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_Special.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_Special.py @@ -1,6 +1,6 @@ -# hltGetConfiguration /dev/CMSSW_13_3_0/Special --full --data --type Special --unprescale --process HLTSpecial --globaltag auto:run3_hlt_Special --input file:RelVal_Raw_Special_DATA.root +# hltGetConfiguration /dev/CMSSW_14_0_0/Special --full --data --type Special --unprescale --process HLTSpecial --globaltag auto:run3_hlt_Special --input file:RelVal_Raw_Special_DATA.root -# /dev/CMSSW_13_3_0/Special/V7 (CMSSW_13_3_0) +# /dev/CMSSW_14_0_0/Special/V6 (CMSSW_14_0_0_pre3) import FWCore.ParameterSet.Config as cms @@ -12,7 +12,7 @@ process.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_13_3_0/Special/V7') + tableName = cms.string('/dev/CMSSW_14_0_0/Special/V6') ) process.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( @@ -5513,6 +5513,8 @@ ) process.hltGemSegments = cms.EDProducer( "GEMSegmentProducer", gemRecHitLabel = cms.InputTag( "hltGemRecHits" ), + enableGE0 = cms.bool( True ), + enableGE12 = cms.bool( False ), ge0_name = cms.string( "GE0SegAlgoRU" ), algo_name = cms.string( "GEMSegmentAlgorithm" ), ge0_pset = cms.PSet( @@ -5902,13 +5904,15 @@ eventProducts = cms.untracked.vstring( 'hltSiPixelDigisLegacy' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltPixelConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltSiPixelDigis@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltSiPixelRecHitsSoAMonitorCPU = cms.EDProducer( "SiPixelPhase1MonitorRecHitsSoA", pixelHitsSrc = cms.InputTag( "hltSiPixelRecHitsFromLegacyCPUOnly" ), @@ -5983,14 +5987,16 @@ 'hltEcalUncalibRecHit@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltEcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltEcalDigis@cuda', 'hltEcalUncalibRecHit@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sDQMHcalReconstruction = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -6278,13 +6284,15 @@ eventProducts = cms.untracked.vstring( 'hltHbhereco@cpu' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltHcalConsumerGPU = cms.EDAnalyzer( "GenericConsumer", eventProducts = cms.untracked.vstring( 'hltHbhereco@cuda' ), lumiProducts = cms.untracked.vstring( ), runProducts = cms.untracked.vstring( ), - processProducts = cms.untracked.vstring( ) + processProducts = cms.untracked.vstring( ), + verbose = cms.untracked.bool( False ) ) process.hltL1sZeroBias = cms.EDFilter( "HLTL1TSeed", saveTags = cms.bool( True ), @@ -6469,7 +6477,8 @@ UseRejectedRecoveredEcalHits = cms.bool( False ), missingHcalRescaleFactorForEcal = cms.double( 0.0 ), AllowMissingInputs = cms.bool( False ), - HcalPhase = cms.int32( 1 ) + HcalPhase = cms.int32( 1 ), + usePFThresholdsFromDB = cms.bool( True ) ) process.hltAK4CaloJetsPF = cms.EDProducer( "FastjetJetProducer", useMassDropTagger = cms.bool( False ), @@ -8345,6 +8354,7 @@ TrackLabel = cms.InputTag( "hltPFMuonMerging" ), TrackTimeResosLabel = cms.InputTag( "dummy_default" ), TrackTimesLabel = cms.InputTag( "dummy_default" ), + trackMTDTimeQualityVMapTag = cms.InputTag( "dummy_default" ), TkClusParameters = cms.PSet( TkDAClusParameters = cms.PSet( zmerge = cms.double( 0.01 ), @@ -8360,7 +8370,9 @@ algorithm = cms.string( "DA_vect" ) ), isRecoveryIteration = cms.bool( False ), - recoveryVtxCollection = cms.InputTag( "" ) + recoveryVtxCollection = cms.InputTag( "" ), + useMVACut = cms.bool( False ), + minTrackTimeQuality = cms.double( 0.8 ) ) process.hltVerticesPFSelector = cms.EDFilter( "PrimaryVertexObjectFilter", filterParams = cms.PSet( diff --git a/HLTrigger/Configuration/test/getFrozenHLT.sh b/HLTrigger/Configuration/test/getFrozenHLT.sh index 849cf0d5db9b7..22adc8c66651b 100755 --- a/HLTrigger/Configuration/test/getFrozenHLT.sh +++ b/HLTrigger/Configuration/test/getFrozenHLT.sh @@ -9,10 +9,10 @@ # Configuration/HLT/python/autoCondHLT.py , and # HLTrigger/Configuration/python/Tools/options.py declare -A TABLES=( - ["Fake"]="/dev/CMSSW_13_3_0/Fake" - ["Fake1"]="/dev/CMSSW_13_3_0/Fake1" - ["Fake2"]="/dev/CMSSW_13_3_0/Fake2" - ["2023v12"]="/frozen/2023/2e34/v1.2/CMSSW_13_3_X/HLT" + ["Fake"]="/dev/CMSSW_14_0_0/Fake" + ["Fake1"]="/dev/CMSSW_14_0_0/Fake1" + ["Fake2"]="/dev/CMSSW_14_0_0/Fake2" + ["2023v12"]="/frozen/2023/2e34/v1.2/CMSSW_14_0_X/HLT" ) # command-line arguments diff --git a/HLTrigger/Configuration/test/getHLT.sh b/HLTrigger/Configuration/test/getHLT.sh index 4fdf1904160a7..4bd6a004e0d50 100755 --- a/HLTrigger/Configuration/test/getHLT.sh +++ b/HLTrigger/Configuration/test/getHLT.sh @@ -1,7 +1,7 @@ #!/bin/bash # ConfDB directory hosting the HLT configurations -CONFDBDIR="/dev/CMSSW_13_3_0" +CONFDBDIR="/dev/CMSSW_14_0_0" # ConfDB configurations to use # - if no explicit version, the most recent one is taken