diff --git a/Configuration/HLT/python/autoHLT.py b/Configuration/HLT/python/autoHLT.py index 6561edce6e3b7..612aa0c1be04a 100644 --- a/Configuration/HLT/python/autoHLT.py +++ b/Configuration/HLT/python/autoHLT.py @@ -11,5 +11,6 @@ 'relval2017' : 'Fake2', 'relval2018' : 'Fake2', 'relval2021' : 'GRun', + 'relval2026' : '75e33', 'test' : 'GRun', } diff --git a/HLTrigger/Configuration/python/HLTPhase2TDR_EventContent_cff.py b/HLTrigger/Configuration/python/HLTPhase2TDR_EventContent_cff.py index 6361e26bea27f..afc064aa4a027 100644 --- a/HLTrigger/Configuration/python/HLTPhase2TDR_EventContent_cff.py +++ b/HLTrigger/Configuration/python/HLTPhase2TDR_EventContent_cff.py @@ -67,6 +67,12 @@ 'drop recoGsfElectronCores_uncleanedOnlyGsfElectronCores__*', #tracking debugging not needed 'drop TrackingRecHitsOwned_electronGsfTracksFromMultiCl__*', + # Temporary debugging to make it work for 12_4 + 'drop edmHepMCProduct_generatorSmeared__SIM', + 'drop *_TTClusterAssociatorFromPixelDigis_*_*', + 'drop *_TTStubAssociatorFromPixelDigis_*_*', + 'drop *_simMuonCSCDigis_*_*', + 'drop *_simMuonDTDigis_*_*', ) ) ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py new file mode 100644 index 0000000000000..7a6ed5865287d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepChi2Est = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('highPtTripletStepChi2Est'), + MaxChi2 = cms.double(16.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutLoose') + ), + nSigma = cms.double(3), + pTChargeCutThreshold = cms.double(-1) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py new file mode 100644 index 0000000000000..1298188783ce0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer", + ComponentName = cms.string('highPtTripletStepTrajectoryCleanerBySharedHits'), + ComponentType = cms.string('TrajectoryCleanerBySharedHits'), + MissingHitPenalty = cms.double(20.0), + ValidHitBonus = cms.double(5.0), + allowSharedFirstHit = cms.bool(True), + fractionShared = cms.double(0.16) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py new file mode 100644 index 0000000000000..12abd18e315f8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltCandidateJetBProbabilityComputer = cms.ESProducer("CandidateJetBProbabilityESProducer", + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + deltaR = cms.double(-1.0), + impactParameterType = cms.int32(0), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + maximumDecayLength = cms.double(5.0), + maximumDistanceToJetAxis = cms.double(0.07), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + minimumProbability = cms.double(0.005), + numberOfBTracks = cms.uint32(4), + trackIpSign = cms.int32(1), + trackQualityClass = cms.string('any'), + useVariableJTA = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py new file mode 100644 index 0000000000000..effb8307d9b41 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +hltCandidateJetProbabilityComputer = cms.ESProducer("CandidateJetProbabilityESProducer", + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + deltaR = cms.double(0.3), + impactParameterType = cms.int32(0), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + maximumDecayLength = cms.double(5.0), + maximumDistanceToJetAxis = cms.double(0.07), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + minimumProbability = cms.double(0.005), + trackIpSign = cms.int32(1), + trackQualityClass = cms.string('any'), + useVariableJTA = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py new file mode 100644 index 0000000000000..8f0f490e231e3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltESPBwdElectronPropagator = cms.ESProducer("PropagatorWithMaterialESProducer", + ComponentName = cms.string('hltESPBwdElectronPropagator'), + Mass = cms.double(0.000511), + MaxDPhi = cms.double(1.6), + PropagationDirection = cms.string('oppositeToMomentum'), + SimpleMagneticField = cms.string(''), + ptMin = cms.double(-1.0), + useRungeKutta = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py new file mode 100644 index 0000000000000..9da9ca0f1e798 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltESPChi2ChargeMeasurementEstimator16 = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('hltESPChi2ChargeMeasurementEstimator16'), + MaxChi2 = cms.double(16.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2.0), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutLoose') + ), + nSigma = cms.double(3.0), + pTChargeCutThreshold = cms.double(-1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py new file mode 100644 index 0000000000000..2db2fb5c4f61f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltESPChi2ChargeMeasurementEstimator2000 = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('hltESPChi2ChargeMeasurementEstimator2000'), + MaxChi2 = cms.double(2000.0), + MaxDisplacement = cms.double(100.0), + MaxSagitta = cms.double(-1.0), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(10.0), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone') + ), + nSigma = cms.double(3.0), + pTChargeCutThreshold = cms.double(-1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py new file mode 100644 index 0000000000000..6fdc7a674c2df --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltESPChi2ChargeMeasurementEstimator30 = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('hltESPChi2ChargeMeasurementEstimator30'), + MaxChi2 = cms.double(30.0), + MaxDisplacement = cms.double(100.0), + MaxSagitta = cms.double(-1.0), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(10.0), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone') + ), + nSigma = cms.double(3.0), + pTChargeCutThreshold = cms.double(-1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py new file mode 100644 index 0000000000000..11d967d3d0046 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltESPChi2ChargeMeasurementEstimator9 = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('hltESPChi2ChargeMeasurementEstimator9'), + MaxChi2 = cms.double(9.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2.0), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutLoose') + ), + nSigma = cms.double(3.0), + pTChargeCutThreshold = cms.double(15.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py new file mode 100644 index 0000000000000..eaf3c900012f0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltESPChi2MeasurementEstimator100 = cms.ESProducer("Chi2MeasurementEstimatorESProducer", + ComponentName = cms.string('hltESPChi2MeasurementEstimator100'), + MaxChi2 = cms.double(40.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2.0), + MinPtForHitRecoveryInGluedDet = cms.double(1e+12), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + nSigma = cms.double(4.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py new file mode 100644 index 0000000000000..717e9f048a021 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltESPChi2MeasurementEstimator30 = cms.ESProducer("Chi2MeasurementEstimatorESProducer", + ComponentName = cms.string('hltESPChi2MeasurementEstimator30'), + MaxChi2 = cms.double(30.0), + MaxDisplacement = cms.double(100.0), + MaxSagitta = cms.double(-1.0), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(10.0), + appendToDataLabel = cms.string(''), + nSigma = cms.double(3.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py new file mode 100644 index 0000000000000..a2dde98538887 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltESPDummyDetLayerGeometry = cms.ESProducer("DetLayerGeometryESProducer", + ComponentName = cms.string('hltESPDummyDetLayerGeometry') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py new file mode 100644 index 0000000000000..75ac9f3eafc61 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltESPFastSteppingHelixPropagatorAny = cms.ESProducer("SteppingHelixPropagatorESProducer", + ApplyRadX0Correction = cms.bool(True), + AssumeNoMaterial = cms.bool(False), + ComponentName = cms.string('hltESPFastSteppingHelixPropagatorAny'), + NoErrorPropagation = cms.bool(False), + PropagationDirection = cms.string('anyDirection'), + SetVBFPointer = cms.bool(False), + VBFName = cms.string('VolumeBasedMagneticField'), + debug = cms.bool(False), + endcapShiftInZNeg = cms.double(0.0), + endcapShiftInZPos = cms.double(0.0), + returnTangentPlane = cms.bool(True), + sendLogWarning = cms.bool(False), + useEndcapShiftsInZ = cms.bool(False), + useInTeslaFromMagField = cms.bool(False), + useIsYokeFlag = cms.bool(True), + useMagVolumes = cms.bool(True), + useMatVolumes = cms.bool(True), + useTuningForL2Speed = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py new file mode 100644 index 0000000000000..1876b53c12d32 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltESPFastSteppingHelixPropagatorOpposite = cms.ESProducer("SteppingHelixPropagatorESProducer", + ApplyRadX0Correction = cms.bool(True), + AssumeNoMaterial = cms.bool(False), + ComponentName = cms.string('hltESPFastSteppingHelixPropagatorOpposite'), + NoErrorPropagation = cms.bool(False), + PropagationDirection = cms.string('oppositeToMomentum'), + SetVBFPointer = cms.bool(False), + VBFName = cms.string('VolumeBasedMagneticField'), + debug = cms.bool(False), + endcapShiftInZNeg = cms.double(0.0), + endcapShiftInZPos = cms.double(0.0), + returnTangentPlane = cms.bool(True), + sendLogWarning = cms.bool(False), + useEndcapShiftsInZ = cms.bool(False), + useInTeslaFromMagField = cms.bool(False), + useIsYokeFlag = cms.bool(True), + useMagVolumes = cms.bool(True), + useMatVolumes = cms.bool(True), + useTuningForL2Speed = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py new file mode 100644 index 0000000000000..fa6cb9c3cfcd0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltESPFwdElectronPropagator = cms.ESProducer("PropagatorWithMaterialESProducer", + ComponentName = cms.string('hltESPFwdElectronPropagator'), + Mass = cms.double(0.000511), + MaxDPhi = cms.double(1.6), + PropagationDirection = cms.string('alongMomentum'), + SimpleMagneticField = cms.string(''), + ptMin = cms.double(-1.0), + useRungeKutta = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py new file mode 100644 index 0000000000000..58f5f6ba55546 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltESPGlobalDetLayerGeometry = cms.ESProducer("GlobalDetLayerGeometryESProducer", + ComponentName = cms.string('hltESPGlobalDetLayerGeometry') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py new file mode 100644 index 0000000000000..cb1dad8e625a5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltESPKFFittingSmootherForL2Muon = cms.ESProducer("KFFittingSmootherESProducer", + BreakTrajWith2ConsecutiveMissing = cms.bool(False), + ComponentName = cms.string('hltESPKFFittingSmootherForL2Muon'), + EstimateCut = cms.double(-1.0), + Fitter = cms.string('hltESPKFTrajectoryFitterForL2Muon'), + LogPixelProbabilityCut = cms.double(-16.0), + MaxFractionOutliers = cms.double(0.3), + MaxNumberOfOutliers = cms.int32(3), + MinDof = cms.int32(2), + MinNumberOfHits = cms.int32(5), + NoInvalidHitsBeginEnd = cms.bool(False), + NoOutliersBeginEnd = cms.bool(False), + RejectTracks = cms.bool(True), + Smoother = cms.string('hltESPKFTrajectorySmootherForL2Muon'), + appendToDataLabel = cms.string('') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py new file mode 100644 index 0000000000000..4a0ff87033a05 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltESPKFFittingSmootherWithOutliersRejectionAndRK = cms.ESProducer("KFFittingSmootherESProducer", + BreakTrajWith2ConsecutiveMissing = cms.bool(True), + ComponentName = cms.string('hltESPKFFittingSmootherWithOutliersRejectionAndRK'), + EstimateCut = cms.double(20.0), + Fitter = cms.string('hltESPRKTrajectoryFitter'), + LogPixelProbabilityCut = cms.double(-14.0), + MaxFractionOutliers = cms.double(0.3), + MaxNumberOfOutliers = cms.int32(3), + MinDof = cms.int32(2), + MinNumberOfHits = cms.int32(3), + NoInvalidHitsBeginEnd = cms.bool(True), + NoOutliersBeginEnd = cms.bool(False), + RejectTracks = cms.bool(True), + Smoother = cms.string('hltESPRKTrajectorySmoother'), + appendToDataLabel = cms.string('') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py new file mode 100644 index 0000000000000..e206951c53119 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltESPKFTrajectoryFitterForL2Muon = cms.ESProducer("KFTrajectoryFitterESProducer", + ComponentName = cms.string('hltESPKFTrajectoryFitterForL2Muon'), + Estimator = cms.string('hltESPChi2MeasurementEstimator30'), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorAny'), + RecoGeometry = cms.string('hltESPDummyDetLayerGeometry'), + Updator = cms.string('hltESPKFUpdator'), + appendToDataLabel = cms.string(''), + minHits = cms.int32(3) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py new file mode 100644 index 0000000000000..19237817002ce --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltESPKFTrajectorySmootherForL2Muon = cms.ESProducer("KFTrajectorySmootherESProducer", + ComponentName = cms.string('hltESPKFTrajectorySmootherForL2Muon'), + Estimator = cms.string('hltESPChi2MeasurementEstimator30'), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorOpposite'), + RecoGeometry = cms.string('hltESPDummyDetLayerGeometry'), + Updator = cms.string('hltESPKFUpdator'), + appendToDataLabel = cms.string(''), + errorRescaling = cms.double(100.0), + minHits = cms.int32(3) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py new file mode 100644 index 0000000000000..bd66d993707c6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltESPKFTrajectorySmootherForMuonTrackLoader = cms.ESProducer("KFTrajectorySmootherESProducer", + ComponentName = cms.string('hltESPKFTrajectorySmootherForMuonTrackLoader'), + Estimator = cms.string('hltESPChi2MeasurementEstimator30'), + Propagator = cms.string('hltESPSmartPropagatorAnyOpposite'), + RecoGeometry = cms.string('hltESPDummyDetLayerGeometry'), + Updator = cms.string('hltESPKFUpdator'), + appendToDataLabel = cms.string(''), + errorRescaling = cms.double(10.0), + minHits = cms.int32(3) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFUpdator_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFUpdator_cfi.py new file mode 100644 index 0000000000000..71f6d6b3b11c8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFUpdator_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltESPKFUpdator = cms.ESProducer("KFUpdatorESProducer", + ComponentName = cms.string('hltESPKFUpdator') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py new file mode 100644 index 0000000000000..21451f0585828 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltESPL3MuKFTrajectoryFitter = cms.ESProducer("KFTrajectoryFitterESProducer", + ComponentName = cms.string('hltESPL3MuKFTrajectoryFitter'), + Estimator = cms.string('hltESPChi2MeasurementEstimator30'), + Propagator = cms.string('hltESPSmartPropagatorAny'), + RecoGeometry = cms.string('hltESPDummyDetLayerGeometry'), + Updator = cms.string('hltESPKFUpdator'), + appendToDataLabel = cms.string(''), + minHits = cms.int32(3) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py new file mode 100644 index 0000000000000..ac837dc8c7eb0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py @@ -0,0 +1,38 @@ +import FWCore.ParameterSet.Config as cms + +hltESPMeasurementTracker = cms.ESProducer("MeasurementTrackerESProducer", + ComponentName = cms.string('hltESPMeasurementTracker'), + DebugPixelModuleQualityDB = cms.untracked.bool(False), + DebugPixelROCQualityDB = cms.untracked.bool(False), + DebugStripAPVFiberQualityDB = cms.untracked.bool(False), + DebugStripModuleQualityDB = cms.untracked.bool(False), + DebugStripStripQualityDB = cms.untracked.bool(False), + HitMatcher = cms.string('StandardMatcher'), + MaskBadAPVFibers = cms.bool(True), + PixelCPE = cms.string('PixelCPEGeneric'), + SiStripQualityLabel = cms.string(''), + StripCPE = cms.string('hltESPStripCPEfromTrackAngle'), + UsePixelModuleQualityDB = cms.bool(True), + UsePixelROCQualityDB = cms.bool(True), + UseStripAPVFiberQualityDB = cms.bool(True), + UseStripModuleQualityDB = cms.bool(True), + UseStripStripQualityDB = cms.bool(True), + badStripCuts = cms.PSet( + TEC = cms.PSet( + maxBad = cms.uint32(4), + maxConsecutiveBad = cms.uint32(2) + ), + TIB = cms.PSet( + maxBad = cms.uint32(4), + maxConsecutiveBad = cms.uint32(2) + ), + TID = cms.PSet( + maxBad = cms.uint32(4), + maxConsecutiveBad = cms.uint32(2) + ), + TOB = cms.PSet( + maxBad = cms.uint32(4), + maxConsecutiveBad = cms.uint32(2) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py new file mode 100644 index 0000000000000..98a4a033cbd65 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltESPMuonTransientTrackingRecHitBuilder = cms.ESProducer("MuonTransientTrackingRecHitBuilderESProducer", + ComponentName = cms.string('hltESPMuonTransientTrackingRecHitBuilder') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py new file mode 100644 index 0000000000000..5e551636e9492 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltESPRKTrajectoryFitter = cms.ESProducer("KFTrajectoryFitterESProducer", + ComponentName = cms.string('hltESPRKTrajectoryFitter'), + Estimator = cms.string('hltESPChi2MeasurementEstimator30'), + Propagator = cms.string('hltESPRungeKuttaTrackerPropagator'), + RecoGeometry = cms.string('hltESPGlobalDetLayerGeometry'), + Updator = cms.string('hltESPKFUpdator'), + appendToDataLabel = cms.string(''), + minHits = cms.int32(3) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py new file mode 100644 index 0000000000000..e2be0d853f2ff --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltESPRKTrajectorySmoother = cms.ESProducer("KFTrajectorySmootherESProducer", + ComponentName = cms.string('hltESPRKTrajectorySmoother'), + Estimator = cms.string('hltESPChi2MeasurementEstimator30'), + Propagator = cms.string('hltESPRungeKuttaTrackerPropagator'), + RecoGeometry = cms.string('hltESPGlobalDetLayerGeometry'), + Updator = cms.string('hltESPKFUpdator'), + appendToDataLabel = cms.string(''), + errorRescaling = cms.double(100.0), + minHits = cms.int32(3) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py new file mode 100644 index 0000000000000..47de9d30da725 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltESPRungeKuttaTrackerPropagator = cms.ESProducer("PropagatorWithMaterialESProducer", + ComponentName = cms.string('hltESPRungeKuttaTrackerPropagator'), + Mass = cms.double(0.105), + MaxDPhi = cms.double(1.6), + PropagationDirection = cms.string('alongMomentum'), + SimpleMagneticField = cms.string(''), + ptMin = cms.double(-1.0), + useRungeKutta = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py new file mode 100644 index 0000000000000..88981a39955fe --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltESPSmartPropagatorAnyOpposite = cms.ESProducer("SmartPropagatorESProducer", + ComponentName = cms.string('hltESPSmartPropagatorAnyOpposite'), + Epsilon = cms.double(5.0), + MuonPropagator = cms.string('SteppingHelixPropagatorAny'), + PropagationDirection = cms.string('oppositeToMomentum'), + TrackerPropagator = cms.string('PropagatorWithMaterialOpposite') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py new file mode 100644 index 0000000000000..04fc3e27d48de --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltESPSmartPropagatorAny = cms.ESProducer("SmartPropagatorESProducer", + ComponentName = cms.string('hltESPSmartPropagatorAny'), + Epsilon = cms.double(5.0), + MuonPropagator = cms.string('SteppingHelixPropagatorAny'), + PropagationDirection = cms.string('alongMomentum'), + TrackerPropagator = cms.string('PropagatorWithMaterial') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py new file mode 100644 index 0000000000000..51cb10b6486a2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltESPSmartPropagator = cms.ESProducer("SmartPropagatorESProducer", + ComponentName = cms.string('hltESPSmartPropagator'), + Epsilon = cms.double(5.0), + MuonPropagator = cms.string('hltESPSteppingHelixPropagatorAlong'), + PropagationDirection = cms.string('alongMomentum'), + TrackerPropagator = cms.string('PropagatorWithMaterial') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py new file mode 100644 index 0000000000000..1987ec8b42476 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltESPSteppingHelixPropagatorAlong = cms.ESProducer("SteppingHelixPropagatorESProducer", + ApplyRadX0Correction = cms.bool(True), + AssumeNoMaterial = cms.bool(False), + ComponentName = cms.string('hltESPSteppingHelixPropagatorAlong'), + NoErrorPropagation = cms.bool(False), + PropagationDirection = cms.string('alongMomentum'), + SetVBFPointer = cms.bool(False), + VBFName = cms.string('VolumeBasedMagneticField'), + debug = cms.bool(False), + endcapShiftInZNeg = cms.double(0.0), + endcapShiftInZPos = cms.double(0.0), + returnTangentPlane = cms.bool(True), + sendLogWarning = cms.bool(False), + useEndcapShiftsInZ = cms.bool(False), + useInTeslaFromMagField = cms.bool(False), + useIsYokeFlag = cms.bool(True), + useMagVolumes = cms.bool(True), + useMatVolumes = cms.bool(True), + useTuningForL2Speed = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py new file mode 100644 index 0000000000000..ebcd8d169371f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltESPSteppingHelixPropagatorOpposite = cms.ESProducer("SteppingHelixPropagatorESProducer", + ApplyRadX0Correction = cms.bool(True), + AssumeNoMaterial = cms.bool(False), + ComponentName = cms.string('hltESPSteppingHelixPropagatorOpposite'), + NoErrorPropagation = cms.bool(False), + PropagationDirection = cms.string('oppositeToMomentum'), + SetVBFPointer = cms.bool(False), + VBFName = cms.string('VolumeBasedMagneticField'), + debug = cms.bool(False), + endcapShiftInZNeg = cms.double(0.0), + endcapShiftInZPos = cms.double(0.0), + returnTangentPlane = cms.bool(True), + sendLogWarning = cms.bool(False), + useEndcapShiftsInZ = cms.bool(False), + useInTeslaFromMagField = cms.bool(False), + useIsYokeFlag = cms.bool(True), + useMagVolumes = cms.bool(True), + useMatVolumes = cms.bool(True), + useTuningForL2Speed = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py new file mode 100644 index 0000000000000..ed5badc4320e9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltESPTTRHBuilderPixelOnly = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer", + ComponentName = cms.string('hltESPTTRHBuilderPixelOnly'), + ComputeCoarseLocalPositionFromDisk = cms.bool(False), + Matcher = cms.string('StandardMatcher'), + Phase2StripCPE = cms.string(''), + PixelCPE = cms.string('PixelCPEGeneric'), + StripCPE = cms.string('Fake') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py new file mode 100644 index 0000000000000..860a1d5022816 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltESPTrackAlgoPriorityOrder = cms.ESProducer("TrackAlgoPriorityOrderESProducer", + ComponentName = cms.string('hltESPTrackAlgoPriorityOrder'), + algoOrder = cms.vstring(), + appendToDataLabel = cms.string('') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py new file mode 100644 index 0000000000000..89e40e60d0cd0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltESPTrajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer", + ComponentName = cms.string('hltESPTrajectoryCleanerBySharedHits'), + ComponentType = cms.string('TrajectoryCleanerBySharedHits'), + MissingHitPenalty = cms.double(0.0), + ValidHitBonus = cms.double(100.0), + allowSharedFirstHit = cms.bool(False), + fractionShared = cms.double(0.5) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py new file mode 100644 index 0000000000000..e5d63f45b34eb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepChi2Est = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('hltPhase2L3MuonHighPtTripletStepChi2Est'), + MaxChi2 = cms.double(16.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutLoose') + ), + nSigma = cms.double(3), + pTChargeCutThreshold = cms.double(-1) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py new file mode 100644 index 0000000000000..664a94de67e42 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer", + ComponentName = cms.string('hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits'), + ComponentType = cms.string('TrajectoryCleanerBySharedHits'), + MissingHitPenalty = cms.double(20.0), + ValidHitBonus = cms.double(5.0), + allowSharedFirstHit = cms.bool(True), + fractionShared = cms.double(0.16) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py new file mode 100644 index 0000000000000..1a199165b6f3a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepChi2Est = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('hltPhase2L3MuonInitialStepChi2Est'), + MaxChi2 = cms.double(9.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutLoose') + ), + nSigma = cms.double(3.0), + pTChargeCutThreshold = cms.double(15.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py new file mode 100644 index 0000000000000..0ef63c69a8419 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTrackCleanerBySharedHits = cms.ESProducer("PixelTrackCleanerBySharedHitsESProducer", + ComponentName = cms.string('hltPhase2L3MuonPixelTrackCleanerBySharedHits'), + appendToDataLabel = cms.string(''), + useQuadrupletAlgo = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py new file mode 100644 index 0000000000000..fe1d15b713d4b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonTrackAlgoPriorityOrder = cms.ESProducer("TrackAlgoPriorityOrderESProducer", + ComponentName = cms.string('hltPhase2L3MuonTrackAlgoPriorityOrder'), + algoOrder = cms.vstring( + 'initialStep', + 'highPtTripletStep' + ), + appendToDataLabel = cms.string('') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py new file mode 100644 index 0000000000000..84178ecc562b3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPixelTracksCleanerBySharedHits = cms.ESProducer("PixelTrackCleanerBySharedHitsESProducer", + ComponentName = cms.string('hltPixelTracksCleanerBySharedHits'), + appendToDataLabel = cms.string(''), + useQuadrupletAlgo = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltTTRBWR_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltTTRBWR_cfi.py new file mode 100644 index 0000000000000..1454557e313bd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltTTRBWR_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltTTRBWR = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer", + ComponentName = cms.string('hltESPTTRHBWithTrackAngle'), + ComputeCoarseLocalPositionFromDisk = cms.bool(False), + Matcher = cms.string('StandardMatcher'), + Phase2StripCPE = cms.string('Phase2StripCPE'), + PixelCPE = cms.string('PixelCPEGeneric'), + StripCPE = cms.string('FakeStripCPE') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/initialStepChi2Est_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/initialStepChi2Est_cfi.py new file mode 100644 index 0000000000000..8908135a93e66 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/initialStepChi2Est_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +initialStepChi2Est = cms.ESProducer("Chi2ChargeMeasurementEstimatorESProducer", + ComponentName = cms.string('initialStepChi2Est'), + MaxChi2 = cms.double(9.0), + MaxDisplacement = cms.double(0.5), + MaxSagitta = cms.double(2), + MinPtForHitRecoveryInGluedDet = cms.double(1000000.0), + MinimalTolerance = cms.double(0.5), + appendToDataLabel = cms.string(''), + clusterChargeCut = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutLoose') + ), + nSigma = cms.double(3.0), + pTChargeCutThreshold = cms.double(15.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py new file mode 100644 index 0000000000000..e6519648abd98 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +muonSeededTrajectoryCleanerBySharedHits = cms.ESProducer("TrajectoryCleanerESProducer", + ComponentName = cms.string('muonSeededTrajectoryCleanerBySharedHits'), + ComponentType = cms.string('TrajectoryCleanerBySharedHits'), + MissingHitPenalty = cms.double(1.0), + ValidHitBonus = cms.double(1000.0), + allowSharedFirstHit = cms.bool(True), + fractionShared = cms.double(0.1) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/eventsetup/trackdnn_source_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/trackdnn_source_cfi.py new file mode 100644 index 0000000000000..bbdfc43db3473 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/eventsetup/trackdnn_source_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +trackdnn_source = cms.ESSource("EmptyESSource", + recordName = cms.string("TfGraphRecord"), + firstValid = cms.vuint32(1), + iovIsRunNotTime = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalRecHitL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalRecHitL1Seeded_cfi.py new file mode 100644 index 0000000000000..50f900dc373ee --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalRecHitL1Seeded_cfi.py @@ -0,0 +1,75 @@ +import FWCore.ParameterSet.Config as cms + +HGCalRecHitL1Seeded = cms.EDProducer("HGCalRecHitProducer", + HGCEE_cce = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + HGCEE_fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + HGCEE_isSiFE = cms.bool(True), + HGCEE_keV2DIGI = cms.double(0.044259), + HGCEE_noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + HGCEErechitCollection = cms.string('HGCEERecHits'), + HGCEEuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHitL1Seeded","HGCEEUncalibRecHits"), + HGCHEB_isSiFE = cms.bool(True), + HGCHEB_keV2DIGI = cms.double(0.00148148148148), + HGCHEB_noise_MIP = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_heback') + ), + HGCHEBrechitCollection = cms.string('HGCHEBRecHits'), + HGCHEBuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHitL1Seeded","HGCHEBUncalibRecHits"), + HGCHEF_cce = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + HGCHEF_fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + HGCHEF_isSiFE = cms.bool(True), + HGCHEF_keV2DIGI = cms.double(0.044259), + HGCHEF_noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + HGCHEFrechitCollection = cms.string('HGCHEFRecHits'), + HGCHEFuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHitL1Seeded","HGCHEFUncalibRecHits"), + HGCHFNose_cce = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + HGCHFNose_fCPerMIP = cms.vdouble(1.25, 2.57, 3.88), + HGCHFNose_isSiFE = cms.bool(False), + HGCHFNose_keV2DIGI = cms.double(0.044259), + HGCHFNose_noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + HGCHFNoserechitCollection = cms.string('HGCHFNoseRecHits'), + HGCHFNoseuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHitL1Seeded","HGCHFNoseUncalibRecHits"), + algo = cms.string('HGCalRecHitWorkerSimple'), + constSiPar = cms.double(0.02), + deltasi_index_regemfac = cms.int32(3), + layerNoseWeights = cms.vdouble( + 0.0, 39.500245, 39.756638, 39.756638, 39.756638, + 39.756638, 66.020266, 92.283895, 92.283895 + ), + layerWeights = cms.vdouble( + 0.0, 8.894541, 10.937907, 10.937907, 10.937907, + 10.937907, 10.937907, 10.937907, 10.937907, 10.937907, + 10.932882, 10.932882, 10.937907, 10.937907, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 32.332097, 51.574301, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 69.513118, 87.582044, 87.582044, 87.582044, 87.582044, + 87.582044, 87.214571, 86.888309, 86.92952, 86.92952, + 86.92952 + ), + maxValSiPar = cms.double(10000.0), + minValSiPar = cms.double(10.0), + noiseSiPar = cms.double(5.5), + rangeMask = cms.uint32(4294442496), + rangeMatch = cms.uint32(1161838592), + sciThicknessCorrection = cms.double(0.9), + thicknessCorrection = cms.vdouble( + 0.77, 0.77, 0.77, 0.84, 0.84, + 0.84 + ), + thicknessNoseCorrection = cms.vdouble(1.132, 1.092, 1.084) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalRecHit_cfi.py new file mode 100644 index 0000000000000..5017c9545d209 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalRecHit_cfi.py @@ -0,0 +1,75 @@ +import FWCore.ParameterSet.Config as cms + +HGCalRecHit = cms.EDProducer("HGCalRecHitProducer", + HGCEE_cce = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + HGCEE_fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + HGCEE_isSiFE = cms.bool(True), + HGCEE_keV2DIGI = cms.double(0.044259), + HGCEE_noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + HGCEErechitCollection = cms.string('HGCEERecHits'), + HGCEEuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCEEUncalibRecHits"), + HGCHEB_isSiFE = cms.bool(True), + HGCHEB_keV2DIGI = cms.double(0.00148148148148), + HGCHEB_noise_MIP = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_heback') + ), + HGCHEBrechitCollection = cms.string('HGCHEBRecHits'), + HGCHEBuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCHEBUncalibRecHits"), + HGCHEF_cce = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + HGCHEF_fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + HGCHEF_isSiFE = cms.bool(True), + HGCHEF_keV2DIGI = cms.double(0.044259), + HGCHEF_noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + HGCHEFrechitCollection = cms.string('HGCHEFRecHits'), + HGCHEFuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCHEFUncalibRecHits"), + HGCHFNose_cce = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + HGCHFNose_fCPerMIP = cms.vdouble(1.25, 2.57, 3.88), + HGCHFNose_isSiFE = cms.bool(False), + HGCHFNose_keV2DIGI = cms.double(0.044259), + HGCHFNose_noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + HGCHFNoserechitCollection = cms.string('HGCHFNoseRecHits'), + HGCHFNoseuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCHFNoseUncalibRecHits"), + algo = cms.string('HGCalRecHitWorkerSimple'), + constSiPar = cms.double(0.02), + deltasi_index_regemfac = cms.int32(3), + layerNoseWeights = cms.vdouble( + 0.0, 39.500245, 39.756638, 39.756638, 39.756638, + 39.756638, 66.020266, 92.283895, 92.283895 + ), + layerWeights = cms.vdouble( + 0.0, 8.894541, 10.937907, 10.937907, 10.937907, + 10.937907, 10.937907, 10.937907, 10.937907, 10.937907, + 10.932882, 10.932882, 10.937907, 10.937907, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 32.332097, 51.574301, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 69.513118, 87.582044, 87.582044, 87.582044, 87.582044, + 87.582044, 87.214571, 86.888309, 86.92952, 86.92952, + 86.92952 + ), + maxValSiPar = cms.double(10000.0), + minValSiPar = cms.double(10.0), + noiseSiPar = cms.double(5.5), + rangeMask = cms.uint32(4294442496), + rangeMatch = cms.uint32(1161838592), + sciThicknessCorrection = cms.double(0.9), + thicknessCorrection = cms.vdouble( + 0.77, 0.77, 0.77, 0.84, 0.84, + 0.84 + ), + thicknessNoseCorrection = cms.vdouble(1.132, 1.092, 1.084) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalUncalibRecHitL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalUncalibRecHitL1Seeded_cfi.py new file mode 100644 index 0000000000000..884ce87eefc4c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalUncalibRecHitL1Seeded_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +HGCalUncalibRecHitL1Seeded = cms.EDProducer("HGCalUncalibRecHitProducer", + HGCEEConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(100), + fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + isSiFE = cms.bool(True), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(60), + tdcSaturation = cms.double(10000), + toaLSB_ns = cms.double(0.0244) + ), + HGCEEdigiCollection = cms.InputTag("hgcalDigisL1Seeded","EE"), + HGCEEhitCollection = cms.string('HGCEEUncalibRecHits'), + HGCHEBConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(68.75), + fCPerMIP = cms.vdouble(1.0, 1.0, 1.0), + isSiFE = cms.bool(True), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(55), + tdcSaturation = cms.double(1000), + toaLSB_ns = cms.double(0.0244) + ), + HGCHEBdigiCollection = cms.InputTag("hgcalDigisL1Seeded","HEback"), + HGCHEBhitCollection = cms.string('HGCHEBUncalibRecHits'), + HGCHEFConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(100), + fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + isSiFE = cms.bool(True), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(60), + tdcSaturation = cms.double(10000), + toaLSB_ns = cms.double(0.0244) + ), + HGCHEFdigiCollection = cms.InputTag("hgcalDigisL1Seeded","HEfront"), + HGCHEFhitCollection = cms.string('HGCHEFUncalibRecHits'), + HGCHFNoseConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(100), + fCPerMIP = cms.vdouble(1.25, 2.57, 3.88), + isSiFE = cms.bool(False), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(60), + tdcSaturation = cms.double(10000), + toaLSB_ns = cms.double(0.0244) + ), + HGCHFNosedigiCollection = cms.InputTag("hfnoseDigis","HFNose"), + HGCHFNosehitCollection = cms.string('HGCHFNoseUncalibRecHits'), + algo = cms.string('HGCalUncalibRecHitWorkerWeights') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalUncalibRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalUncalibRecHit_cfi.py new file mode 100644 index 0000000000000..86b33ebc15588 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/HGCalUncalibRecHit_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +HGCalUncalibRecHit = cms.EDProducer("HGCalUncalibRecHitProducer", + HGCEEConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(100), + fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + isSiFE = cms.bool(True), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(60), + tdcSaturation = cms.double(10000), + toaLSB_ns = cms.double(0.0244) + ), + HGCEEdigiCollection = cms.InputTag("hgcalDigis","EE"), + HGCEEhitCollection = cms.string('HGCEEUncalibRecHits'), + HGCHEBConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(68.75), + fCPerMIP = cms.vdouble(1.0, 1.0, 1.0), + isSiFE = cms.bool(True), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(55), + tdcSaturation = cms.double(1000), + toaLSB_ns = cms.double(0.0244) + ), + HGCHEBdigiCollection = cms.InputTag("hgcalDigis","HEback"), + HGCHEBhitCollection = cms.string('HGCHEBUncalibRecHits'), + HGCHEFConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(100), + fCPerMIP = cms.vdouble(2.06, 3.43, 5.15), + isSiFE = cms.bool(True), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(60), + tdcSaturation = cms.double(10000), + toaLSB_ns = cms.double(0.0244) + ), + HGCHEFdigiCollection = cms.InputTag("hgcalDigis","HEfront"), + HGCHEFhitCollection = cms.string('HGCHEFUncalibRecHits'), + HGCHFNoseConfig = cms.PSet( + adcNbits = cms.uint32(10), + adcSaturation = cms.double(100), + fCPerMIP = cms.vdouble(1.25, 2.57, 3.88), + isSiFE = cms.bool(False), + tdcNbits = cms.uint32(12), + tdcOnset = cms.double(60), + tdcSaturation = cms.double(10000), + toaLSB_ns = cms.double(0.0244) + ), + HGCHFNosedigiCollection = cms.InputTag("hfnoseDigis","HFNose"), + HGCHFNosehitCollection = cms.string('HGCHFNoseUncalibRecHits'), + algo = cms.string('HGCalUncalibRecHitWorkerWeights') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1EGammaClusterEmuProducer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1EGammaClusterEmuProducer_cfi.py new file mode 100644 index 0000000000000..5cad5f2714b43 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1EGammaClusterEmuProducer_cfi.py @@ -0,0 +1,45 @@ +import FWCore.ParameterSet.Config as cms + +L1EGammaClusterEmuProducer = cms.EDProducer("L1EGCrystalClusterEmulatorProducer", + calib = cms.PSet( + etaBins = cms.vdouble( + 0.087, 0.174, 0.261, 0.348, 0.435, + 0.522, 0.609, 0.696, 0.783, 0.87, + 0.957, 1.044, 1.131, 1.218, 1.305, + 1.392, 1.479 + ), + ptBins = cms.vdouble( + 12, 20, 30, 40, 55, + 90, 1000000.0 + ), + scale = cms.vdouble( + 1.298, 1.287, 1.309, 1.298, 1.309, + 1.309, 1.309, 1.298, 1.309, 1.298, + 1.309, 1.309, 1.309, 1.32, 1.309, + 1.32, 1.309, 1.1742, 1.1639, 1.1639, + 1.1639, 1.1639, 1.1639, 1.1639, 1.1742, + 1.1742, 1.1639, 1.1639, 1.1742, 1.1639, + 1.1639, 1.1742, 1.1742, 1.1536, 1.11, + 1.11, 1.11, 1.11, 1.11, 1.11, + 1.11, 1.11, 1.11, 1.11, 1.11, + 1.11, 1.11, 1.11, 1.11, 1.11, + 1.1, 1.09, 1.09, 1.09, 1.09, + 1.09, 1.09, 1.09, 1.09, 1.09, + 1.09, 1.09, 1.09, 1.09, 1.09, + 1.09, 1.09, 1.09, 1.07, 1.07, + 1.07, 1.07, 1.07, 1.07, 1.07, + 1.08, 1.07, 1.07, 1.08, 1.08, + 1.07, 1.08, 1.08, 1.08, 1.08, + 1.06, 1.06, 1.06, 1.06, 1.05, + 1.05, 1.06, 1.06, 1.06, 1.06, + 1.06, 1.06, 1.06, 1.06, 1.06, + 1.06, 1.06, 1.04, 1.04, 1.04, + 1.04, 1.05, 1.04, 1.05, 1.05, + 1.05, 1.05, 1.05, 1.05, 1.05, + 1.05, 1.05, 1.05, 1.05 + ) + ), + ecalTPEB = cms.InputTag("simEcalEBTriggerPrimitiveDigis"), + hcalTP = cms.InputTag("simHcalTriggerPrimitiveDigis") +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleDouble12Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleDouble12Filter_cfi.py new file mode 100644 index 0000000000000..457dbf6cfd4d4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleDouble12Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEleDouble12Filter = cms.EDFilter("L1TTkEleFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(12.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(0.805095, 1.18336, 0.0), + endcap = cms.vdouble(0.453144, 1.26205, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkElectronsEllipticMatchCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkElectronsEllipticMatchHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleSingle25Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleSingle25Filter_cfi.py new file mode 100644 index 0000000000000..1513e5503e23c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleSingle25Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEleSingle25Filter = cms.EDFilter("L1TTkEleFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(25.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(0.805095, 1.18336, 0.0), + endcap = cms.vdouble(0.453144, 1.26205, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkElectronsEllipticMatchCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkElectronsEllipticMatchHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleSingle36Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleSingle36Filter_cfi.py new file mode 100644 index 0000000000000..de5b51af3b872 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEleSingle36Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEleSingle36Filter = cms.EDFilter("L1TTkEleFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(36.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(0.805095, 1.18336, 0.0), + endcap = cms.vdouble(0.453144, 1.26205, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkElectronsEllipticMatchCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkElectronsEllipticMatchHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmDouble12Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmDouble12Filter_cfi.py new file mode 100644 index 0000000000000..7c6c8c31a6b45 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmDouble12Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEmDouble12Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(12.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.6604, 1.06077, 0.0), + endcap = cms.vdouble(3.17445, 1.13219, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmDouble24Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmDouble24Filter_cfi.py new file mode 100644 index 0000000000000..6cc970bbe78e4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmDouble24Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEmDouble24Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(24.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.6604, 1.06077, 0.0), + endcap = cms.vdouble(3.17445, 1.13219, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmSingle37Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmSingle37Filter_cfi.py new file mode 100644 index 0000000000000..8bb7ee343e78b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmSingle37Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEmSingle37Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(37.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.6604, 1.06077, 0.0), + endcap = cms.vdouble(3.17445, 1.13219, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmSingle51Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmSingle51Filter_cfi.py new file mode 100644 index 0000000000000..dfbb9716b98ef --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkEmSingle51Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkEmSingle51Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(51.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.6604, 1.06077, 0.0), + endcap = cms.vdouble(3.17445, 1.13219, 0.0) + ), + TrkIsolation = cms.vdouble(99999.0, 99999.0), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEleSingle22Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEleSingle22Filter_cfi.py new file mode 100644 index 0000000000000..84ddedbec311b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEleSingle22Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkIsoEleSingle22Filter = cms.EDFilter("L1TTkEleFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(22.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(0.434262, 1.20586, 0.0), + endcap = cms.vdouble(0.266186, 1.25976, 0.0) + ), + TrkIsolation = cms.vdouble(0.12, 0.2), + inputTag1 = cms.InputTag("hltL1TkElectronsEllipticMatchCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkElectronsEllipticMatchHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEleSingle28Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEleSingle28Filter_cfi.py new file mode 100644 index 0000000000000..6f3032b542029 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEleSingle28Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkIsoEleSingle28Filter = cms.EDFilter("L1TTkEleFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(28.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(0.434262, 1.20586, 0.0), + endcap = cms.vdouble(0.266186, 1.25976, 0.0) + ), + TrkIsolation = cms.vdouble(0.12, 0.2), + inputTag1 = cms.InputTag("hltL1TkElectronsEllipticMatchCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkElectronsEllipticMatchHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmDouble12Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmDouble12Filter_cfi.py new file mode 100644 index 0000000000000..a4102420e1354 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmDouble12Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkIsoEmDouble12Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(12.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.54255, 1.08749, 0.0), + endcap = cms.vdouble(2.11186, 1.15524, 0.0) + ), + TrkIsolation = cms.vdouble(0.35, 0.28), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmSingle22Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmSingle22Filter_cfi.py new file mode 100644 index 0000000000000..5e6582c579586 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmSingle22Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkIsoEmSingle22Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(22.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.54255, 1.08749, 0.0), + endcap = cms.vdouble(2.11186, 1.15524, 0.0) + ), + TrkIsolation = cms.vdouble(0.35, 0.28), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmSingle36Filter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmSingle36Filter_cfi.py new file mode 100644 index 0000000000000..9941bc881df2c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkIsoEmSingle36Filter_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +L1TkIsoEmSingle36Filter = cms.EDFilter("L1TTkEmFilter", + ApplyQual1 = cms.bool(True), + ApplyQual2 = cms.bool(True), + EtaBinsForIsolation = cms.vdouble(0.0, 1.479, 2.4), + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(36.0), + Qual1IsMask = cms.bool(True), + Qual2IsMask = cms.bool(False), + Quality1 = cms.int32(2), + Quality2 = cms.int32(5), + Scalings = cms.PSet( + barrel = cms.vdouble(2.54255, 1.08749, 0.0), + endcap = cms.vdouble(2.11186, 1.15524, 0.0) + ), + TrkIsolation = cms.vdouble(0.35, 0.28), + inputTag1 = cms.InputTag("hltL1TkPhotonsCrystal","EG"), + inputTag2 = cms.InputTag("hltL1TkPhotonsHGC","EG"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkPrimaryVertex_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkPrimaryVertex_cfi.py new file mode 100644 index 0000000000000..526de4fa13508 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/L1TkPrimaryVertex_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +L1TkPrimaryVertex = cms.EDProducer("L1TkFastVertexProducer", + CHI2MAX = cms.double(100.0), + GenParticleInputTag = cms.InputTag("genParticles"), + HepMCInputTag = cms.InputTag("generator"), + HighPtTracks = cms.int32(0), + L1TrackInputTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + MonteCarloVertex = cms.bool(False), + PTMAX = cms.double(50.0), + PTMINTRA = cms.double(2.0), + WEIGHT = cms.int32(1), + ZMAX = cms.double(25.0), + doPtComp = cms.bool(True), + doTightChi2 = cms.bool(False), + nBinning = cms.int32(601), + nStubsPSmin = cms.int32(3), + nStubsmin = cms.int32(4), + nVtx = cms.int32(1) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/MeasurementTrackerEvent_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/MeasurementTrackerEvent_cfi.py new file mode 100644 index 0000000000000..3c65e13d15f6c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/MeasurementTrackerEvent_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +MeasurementTrackerEvent = cms.EDProducer("MeasurementTrackerEventProducer", + Phase2TrackerCluster1DProducer = cms.string('siPhase2Clusters'), + badPixelFEDChannelCollectionLabels = cms.VInputTag("siPixelDigis"), + inactivePixelDetectorLabels = cms.VInputTag(), + inactiveStripDetectorLabels = cms.VInputTag("siStripDigis"), + measurementTracker = cms.string(''), + mightGet = cms.optional.untracked.vstring, + pixelCablingMapLabel = cms.string(''), + pixelClusterProducer = cms.string('siPixelClusters'), + skipClusters = cms.InputTag(""), + stripClusterProducer = cms.string(''), + switchOffPixelsIfEmpty = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py new file mode 100644 index 0000000000000..d123580d98620 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py @@ -0,0 +1,33 @@ +import FWCore.ParameterSet.Config as cms + +ak4CaloJetsForTrk = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(False), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(True), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.3), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(10.0), + jetType = cms.string('CaloJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + nSigmaPU = cms.double(1.0), + puPtMin = cms.double(10), + rParam = cms.double(0.4), + radiusPU = cms.double(0.5), + src = cms.InputTag("caloTowerForTrk"), + srcPVs = cms.InputTag("firstStepPrimaryVerticesUnsorted"), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/bunchSpacingProducer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/bunchSpacingProducer_cfi.py new file mode 100644 index 0000000000000..3deb05b85146b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/bunchSpacingProducer_cfi.py @@ -0,0 +1,3 @@ +import FWCore.ParameterSet.Config as cms + +bunchSpacingProducer = cms.EDProducer("BunchSpacingProducer") diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py new file mode 100644 index 0000000000000..c0d2555562ae5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +caloTowerForTrk = cms.EDProducer("CaloTowersCreator", + AllowMissingInputs = cms.bool(False), + EBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EBSumThreshold = cms.double(0.2), + EBThreshold = cms.double(0.07), + EBWeight = cms.double(1.0), + EBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EEGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EESumThreshold = cms.double(0.45), + EEThreshold = cms.double(0.3), + EEWeight = cms.double(1.0), + EEWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EcalRecHitSeveritiesToBeExcluded = cms.vstring( + 'kTime', + 'kWeird', + 'kBad' + ), + EcalSeveritiesToBeUsedInBadTowers = cms.vstring(), + EcutTower = cms.double(-1000.0), + HBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HBThreshold = cms.double(1.2), + HBThreshold1 = cms.double(0.8), + HBThreshold2 = cms.double(1.2), + HBWeight = cms.double(1.0), + HBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HEDGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HEDThreshold = cms.double(0.2), + HEDThreshold1 = cms.double(0.1), + HEDWeight = cms.double(1.0), + HEDWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HESGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HESThreshold = cms.double(0.2), + HESThreshold1 = cms.double(0.1), + HESWeight = cms.double(1.0), + HESWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF1Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF1Threshold = cms.double(0.5), + HF1Weight = cms.double(1.0), + HF1Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF2Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF2Threshold = cms.double(0.85), + HF2Weight = cms.double(1.0), + HF2Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HOGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HOThreshold0 = cms.double(1.1), + HOThresholdMinus1 = cms.double(3.5), + HOThresholdMinus2 = cms.double(3.5), + HOThresholdPlus1 = cms.double(3.5), + HOThresholdPlus2 = cms.double(3.5), + HOWeight = cms.double(1.0), + HOWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HcalAcceptSeverityLevel = cms.uint32(9), + HcalAcceptSeverityLevelForRejectedHit = cms.uint32(9999), + HcalPhase = cms.int32(1), + HcalThreshold = cms.double(-1000.0), + MomConstrMethod = cms.int32(1), + MomEBDepth = cms.double(0.3), + MomEEDepth = cms.double(0.0), + MomHBDepth = cms.double(0.2), + MomHEDepth = cms.double(0.4), + UseEcalRecoveredHits = cms.bool(False), + UseEtEBTreshold = cms.bool(False), + UseEtEETreshold = cms.bool(False), + UseHO = cms.bool(True), + UseHcalRecoveredHits = cms.bool(True), + UseRejectedHitsOnly = cms.bool(False), + UseRejectedRecoveredEcalHits = cms.bool(False), + UseRejectedRecoveredHcalHits = cms.bool(True), + UseSymEBTreshold = cms.bool(True), + UseSymEETreshold = cms.bool(True), + ecalInputs = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE")), + hbheInput = cms.InputTag("hbhereco"), + hfInput = cms.InputTag("hfreco"), + hoInput = cms.InputTag("horeco"), + missingHcalRescaleFactorForEcal = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/csc2DRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/csc2DRecHits_cfi.py new file mode 100644 index 0000000000000..c1f39fe79bf4c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/csc2DRecHits_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +csc2DRecHits = cms.EDProducer("CSCRecHitDProducer", + CSCDebug = cms.untracked.bool(False), + CSCNoOfTimeBinsForDynamicPedestal = cms.int32(2), + CSCStripClusterChargeCut = cms.double(25.0), + #CSCStripClusterSize = cms.untracked.int32(3), + CSCStripPeakThreshold = cms.double(10.0), + CSCStripxtalksOffset = cms.double(0.03), + CSCUseCalibrations = cms.bool(True), + CSCUseGasGainCorrections = cms.bool(False), + CSCUseReducedWireTimeWindow = cms.bool(False), + CSCUseStaticPedestals = cms.bool(False), + CSCUseTimingCorrections = cms.bool(True), + CSCWireClusterDeltaT = cms.int32(1), + CSCWireTimeWindowHigh = cms.int32(15), + CSCWireTimeWindowLow = cms.int32(0), + CSCstripWireDeltaTime = cms.int32(8), + ConstSyst_ME12 = cms.double(0.02), + ConstSyst_ME13 = cms.double(0.03), + ConstSyst_ME1a = cms.double(0.01), + ConstSyst_ME1b = cms.double(0.02), + ConstSyst_ME21 = cms.double(0.03), + ConstSyst_ME22 = cms.double(0.03), + ConstSyst_ME31 = cms.double(0.03), + ConstSyst_ME32 = cms.double(0.03), + ConstSyst_ME41 = cms.double(0.03), + NoiseLevel_ME12 = cms.double(7.0), + NoiseLevel_ME13 = cms.double(4.0), + NoiseLevel_ME1a = cms.double(9.0), + NoiseLevel_ME1b = cms.double(6.0), + NoiseLevel_ME21 = cms.double(5.0), + NoiseLevel_ME22 = cms.double(7.0), + NoiseLevel_ME31 = cms.double(5.0), + NoiseLevel_ME32 = cms.double(7.0), + NoiseLevel_ME41 = cms.double(5.0), + UseAverageTime = cms.bool(False), + UseFivePoleFit = cms.bool(True), + UseParabolaFit = cms.bool(False), + XTasymmetry_ME12 = cms.double(0.015), + XTasymmetry_ME13 = cms.double(0.02), + XTasymmetry_ME1a = cms.double(0.023), + XTasymmetry_ME1b = cms.double(0.01), + XTasymmetry_ME21 = cms.double(0.023), + XTasymmetry_ME22 = cms.double(0.023), + XTasymmetry_ME31 = cms.double(0.023), + XTasymmetry_ME32 = cms.double(0.023), + XTasymmetry_ME41 = cms.double(0.023), + readBadChambers = cms.bool(True), + readBadChannels = cms.bool(False), + stripDigiTag = cms.InputTag("muonCSCDigis","MuonCSCStripDigi"), + wireDigiTag = cms.InputTag("muonCSCDigis","MuonCSCWireDigi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/cscSegments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/cscSegments_cfi.py new file mode 100644 index 0000000000000..2b1bcf5b43833 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/cscSegments_cfi.py @@ -0,0 +1,366 @@ +import FWCore.ParameterSet.Config as cms + +cscSegments = cms.EDProducer("CSCSegmentProducer", + algo_psets = cms.VPSet( + cms.PSet( + algo_name = cms.string('CSCSegAlgoSK'), + algo_psets = cms.VPSet( + cms.PSet( + chi2Max = cms.double(99999.0), + dPhiFineMax = cms.double(0.025), + dPhiMax = cms.double(0.003), + dRPhiFineMax = cms.double(8.0), + dRPhiMax = cms.double(8.0), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(99999.0), + dPhiFineMax = cms.double(0.025), + dPhiMax = cms.double(0.025), + dRPhiFineMax = cms.double(3.0), + dRPhiMax = cms.double(8.0), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True), + wideSeg = cms.double(3.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoTC'), + algo_psets = cms.VPSet( + cms.PSet( + SegmentSorting = cms.int32(1), + chi2Max = cms.double(6000.0), + chi2ndfProbMin = cms.double(0.0001), + dPhiFineMax = cms.double(0.02), + dPhiMax = cms.double(0.003), + dRPhiFineMax = cms.double(6.0), + dRPhiMax = cms.double(1.2), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True) + ), + cms.PSet( + SegmentSorting = cms.int32(1), + chi2Max = cms.double(6000.0), + chi2ndfProbMin = cms.double(0.0001), + dPhiFineMax = cms.double(0.013), + dPhiMax = cms.double(0.00198), + dRPhiFineMax = cms.double(3.0), + dRPhiMax = cms.double(0.6), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoDF'), + algo_psets = cms.VPSet( + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(8.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(10), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2) + ), + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(12.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(12.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(10), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.8), + tanThetaMax = cms.double(2.0) + ), + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(8.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(30), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 3, 1, 2, 2, 1, + 2, 1, 2, 1, 2 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoST'), + algo_psets = cms.VPSet( + cms.PSet( + BPMinImprovement = cms.double(10000.0), + BrutePruning = cms.bool(True), + CSCDebug = cms.untracked.bool(False), + CorrectTheErrors = cms.bool(True), + Covariance = cms.double(0.0), + ForceCovariance = cms.bool(False), + ForceCovarianceAll = cms.bool(False), + NormChi2Cut2D = cms.double(20.0), + NormChi2Cut3D = cms.double(10.0), + Pruning = cms.bool(True), + SeedBig = cms.double(0.0015), + SeedSmall = cms.double(0.0002), + curvePenalty = cms.double(2.0), + curvePenaltyThreshold = cms.double(0.85), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(4.0), + dYclusBoxMax = cms.double(8.0), + hitDropLimit4Hits = cms.double(0.6), + hitDropLimit5Hits = cms.double(0.8), + hitDropLimit6Hits = cms.double(0.3333), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3), + maxRecHitsInCluster = cms.int32(20), + minHitsPerSegment = cms.int32(3), + onlyBestSegment = cms.bool(False), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True), + prePrun = cms.bool(True), + prePrunLimit = cms.double(3.17), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2), + useShowering = cms.bool(False), + yweightPenalty = cms.double(1.5), + yweightPenaltyThreshold = cms.double(1.0) + ), + cms.PSet( + BPMinImprovement = cms.double(10000.0), + BrutePruning = cms.bool(True), + CSCDebug = cms.untracked.bool(False), + CorrectTheErrors = cms.bool(True), + Covariance = cms.double(0.0), + ForceCovariance = cms.bool(False), + ForceCovarianceAll = cms.bool(False), + NormChi2Cut2D = cms.double(20.0), + NormChi2Cut3D = cms.double(10.0), + Pruning = cms.bool(True), + SeedBig = cms.double(0.0015), + SeedSmall = cms.double(0.0002), + curvePenalty = cms.double(2.0), + curvePenaltyThreshold = cms.double(0.85), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(4.0), + dYclusBoxMax = cms.double(8.0), + hitDropLimit4Hits = cms.double(0.6), + hitDropLimit5Hits = cms.double(0.8), + hitDropLimit6Hits = cms.double(0.3333), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3), + maxRecHitsInCluster = cms.int32(24), + minHitsPerSegment = cms.int32(3), + onlyBestSegment = cms.bool(False), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True), + prePrun = cms.bool(True), + prePrunLimit = cms.double(3.17), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2), + useShowering = cms.bool(False), + yweightPenalty = cms.double(1.5), + yweightPenaltyThreshold = cms.double(1.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoRU'), + algo_psets = cms.VPSet( + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.005), + dPhiMax = cms.double(0.006), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.004), + dPhiMax = cms.double(0.005), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.003), + dPhiMax = cms.double(0.004), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(60.0), + chi2Norm_2D_ = cms.double(20), + chi2_str = cms.double(30.0), + dPhiIntMax = cms.double(0.002), + dPhiMax = cms.double(0.003), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(180.0), + chi2Norm_2D_ = cms.double(60), + chi2_str = cms.double(80.0), + dPhiIntMax = cms.double(0.005), + dPhiMax = cms.double(0.007), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.004), + dPhiMax = cms.double(0.006), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 1, 2, 3, 4, 5, + 6, 5, 6, 5, 6 + ) + ) + ), + algo_type = cms.int32(5), + inputObjects = cms.InputTag("csc2DRecHits") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/dt1DRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/dt1DRecHits_cfi.py new file mode 100644 index 0000000000000..2d6cd13a3f304 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/dt1DRecHits_cfi.py @@ -0,0 +1,29 @@ +import FWCore.ParameterSet.Config as cms + +dt1DRecHits = cms.EDProducer("DTRecHitProducer", + debug = cms.untracked.bool(False), + dtDigiLabel = cms.InputTag("muonDTDigis"), + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + readLegacyTTrigDB = cms.bool(True), + readLegacyVDriftDB = cms.bool(True), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + tTrigLabel = cms.string(''), + t0Label = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/dt4DSegments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/dt4DSegments_cfi.py new file mode 100644 index 0000000000000..58ab9f718fec4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/dt4DSegments_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +dt4DSegments = cms.EDProducer("DTRecSegment4DProducer", + Reco4DAlgoConfig = cms.PSet( + AllDTRecHits = cms.bool(True), + Reco2DAlgoConfig = cms.PSet( + AlphaMaxPhi = cms.double(1.0), + AlphaMaxTheta = cms.double(0.9), + MaxAllowedHits = cms.uint32(50), + MaxChi2 = cms.double(4.0), + debug = cms.untracked.bool(False), + hit_afterT0_resolution = cms.double(0.03), + nSharedHitsMax = cms.int32(2), + nUnSharedHitsMin = cms.int32(2), + performT0SegCorrection = cms.bool(False), + performT0_vdriftSegCorrection = cms.bool(False), + perform_delta_rejecting = cms.bool(False), + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + readLegacyTTrigDB = cms.bool(True), + readLegacyVDriftDB = cms.bool(True), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + t0Label = cms.string(''), + tTrigLabel = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ), + segmCleanerMode = cms.int32(2) + ), + Reco2DAlgoName = cms.string('DTMeantimerPatternReco'), + debug = cms.untracked.bool(False), + hit_afterT0_resolution = cms.double(0.03), + nUnSharedHitsMin = cms.int32(2), + performT0SegCorrection = cms.bool(False), + performT0_vdriftSegCorrection = cms.bool(False), + perform_delta_rejecting = cms.bool(False), + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + readLegacyTTrigDB = cms.bool(True), + readLegacyVDriftDB = cms.bool(True), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + t0Label = cms.string(''), + tTrigLabel = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ) + ), + Reco4DAlgoName = cms.string('DTMeantimerPatternReco4D'), + debug = cms.untracked.bool(False), + recHits1DLabel = cms.InputTag("dt1DRecHits"), + recHits2DLabel = cms.InputTag("dt2DSegments") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalBarrelClusterFastTimer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalBarrelClusterFastTimer_cfi.py new file mode 100644 index 0000000000000..2e65773d897b8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalBarrelClusterFastTimer_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +ecalBarrelClusterFastTimer = cms.EDProducer("EcalBarrelClusterFastTimer", + ebClusters = cms.InputTag("particleFlowClusterECALUncorrected"), + ebTimeHits = cms.InputTag("ecalDetailedTimeRecHit","EcalRecHitsEB"), + ecalDepth = cms.double(7.0), + minEnergyToConsider = cms.double(0.0), + minFractionToConsider = cms.double(0.1), + resolutionModels = cms.VPSet(cms.PSet( + modelName = cms.string('PerfectResolutionModel') + )), + timedVertices = cms.InputTag("offlinePrimaryVertices4D") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDetIdToBeRecovered_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDetIdToBeRecovered_cfi.py new file mode 100644 index 0000000000000..1d59ee0d9d075 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDetIdToBeRecovered_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +ecalDetIdToBeRecovered = cms.EDProducer("EcalDetIdToBeRecoveredProducer", + ebDetIdToBeRecovered = cms.string('ebDetId'), + ebFEToBeRecovered = cms.string('ebFE'), + ebIntegrityChIdErrors = cms.InputTag("ecalDigis","EcalIntegrityChIdErrors"), + ebIntegrityGainErrors = cms.InputTag("ecalDigis","EcalIntegrityGainErrors"), + ebIntegrityGainSwitchErrors = cms.InputTag("ecalDigis","EcalIntegrityGainSwitchErrors"), + ebSrFlagCollection = cms.InputTag("ecalDigis"), + eeDetIdToBeRecovered = cms.string('eeDetId'), + eeFEToBeRecovered = cms.string('eeFE'), + eeIntegrityChIdErrors = cms.InputTag("ecalDigis","EcalIntegrityChIdErrors"), + eeIntegrityGainErrors = cms.InputTag("ecalDigis","EcalIntegrityGainErrors"), + eeIntegrityGainSwitchErrors = cms.InputTag("ecalDigis","EcalIntegrityGainSwitchErrors"), + eeSrFlagCollection = cms.InputTag("ecalDigis"), + integrityBlockSizeErrors = cms.InputTag("ecalDigis","EcalIntegrityBlockSizeErrors"), + integrityTTIdErrors = cms.InputTag("ecalDigis","EcalIntegrityTTIdErrors") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDetailedTimeRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDetailedTimeRecHit_cfi.py new file mode 100644 index 0000000000000..e6d982e5c32d6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDetailedTimeRecHit_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +ecalDetailedTimeRecHit = cms.EDProducer("EcalDetailedTimeRecHitProducer", + EBDetailedTimeRecHitCollection = cms.string('EcalRecHitsEB'), + EBRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + EBTimeDigiCollection = cms.InputTag("mix","EBTimeDigi"), + EBTimeLayer = cms.int32(7), + EEDetailedTimeRecHitCollection = cms.string('EcalRecHitsEE'), + EERecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + EETimeDigiCollection = cms.InputTag("mix","EETimeDigi"), + EETimeLayer = cms.int32(3), + correctForVertexZPosition = cms.bool(False), + simVertex = cms.InputTag("g4SimHits"), + useMCTruthVertex = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDigis_cfi.py new file mode 100644 index 0000000000000..914f98064d7e3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalDigis_cfi.py @@ -0,0 +1,59 @@ +import FWCore.ParameterSet.Config as cms + +ecalDigis = cms.EDProducer("EcalRawToDigi", + DoRegional = cms.bool(False), + FEDs = cms.vint32( + 601, 602, 603, 604, 605, + 606, 607, 608, 609, 610, + 611, 612, 613, 614, 615, + 616, 617, 618, 619, 620, + 621, 622, 623, 624, 625, + 626, 627, 628, 629, 630, + 631, 632, 633, 634, 635, + 636, 637, 638, 639, 640, + 641, 642, 643, 644, 645, + 646, 647, 648, 649, 650, + 651, 652, 653, 654 + ), + FedLabel = cms.InputTag("listfeds"), + InputLabel = cms.InputTag("rawDataCollector"), + eventPut = cms.bool(True), + feIdCheck = cms.bool(True), + feUnpacking = cms.bool(True), + forceToKeepFRData = cms.bool(False), + headerUnpacking = cms.bool(True), + memUnpacking = cms.bool(True), + mightGet = cms.optional.untracked.vstring, + numbTriggerTSamples = cms.int32(1), + numbXtalTSamples = cms.int32(10), + orderedDCCIdList = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7, 8, 9, 10, + 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, + 21, 22, 23, 24, 25, + 26, 27, 28, 29, 30, + 31, 32, 33, 34, 35, + 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, + 46, 47, 48, 49, 50, + 51, 52, 53, 54 + ), + orderedFedList = cms.vint32( + 601, 602, 603, 604, 605, + 606, 607, 608, 609, 610, + 611, 612, 613, 614, 615, + 616, 617, 618, 619, 620, + 621, 622, 623, 624, 625, + 626, 627, 628, 629, 630, + 631, 632, 633, 634, 635, + 636, 637, 638, 639, 640, + 641, 642, 643, 644, 645, + 646, 647, 648, 649, 650, + 651, 652, 653, 654 + ), + silentMode = cms.untracked.bool(True), + srpUnpacking = cms.bool(True), + syncCheck = cms.bool(True), + tccUnpacking = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalMultiFitUncalibRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalMultiFitUncalibRecHit_cfi.py new file mode 100644 index 0000000000000..7eb05a27fb6de --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalMultiFitUncalibRecHit_cfi.py @@ -0,0 +1,61 @@ +import FWCore.ParameterSet.Config as cms + +ecalMultiFitUncalibRecHit = cms.EDProducer("EcalUncalibRecHitProducer", + EBdigiCollection = cms.InputTag("ecalDigis","ebDigis"), + EBhitCollection = cms.string('EcalUncalibRecHitsEB'), + EEdigiCollection = cms.InputTag("ecalDigis","eeDigis"), + EEhitCollection = cms.string('EcalUncalibRecHitsEE'), + algo = cms.string('EcalUncalibRecHitWorkerMultiFit'), + algoPSet = cms.PSet( + EBamplitudeFitParameters = cms.vdouble(1.138, 1.652), + EBtimeConstantTerm = cms.double(0.6), + EBtimeFitLimits_Lower = cms.double(0.2), + EBtimeFitLimits_Upper = cms.double(1.4), + EBtimeFitParameters = cms.vdouble( + -2.015452, 3.130702, -12.3473, 41.88921, -82.83944, + 91.01147, -50.35761, 11.05621 + ), + EBtimeNconst = cms.double(28.5), + EEamplitudeFitParameters = cms.vdouble(1.89, 1.4), + EEtimeConstantTerm = cms.double(1.0), + EEtimeFitLimits_Lower = cms.double(0.2), + EEtimeFitLimits_Upper = cms.double(1.4), + EEtimeFitParameters = cms.vdouble( + -2.390548, 3.553628, -17.62341, 67.67538, -133.213, + 140.7432, -75.41106, 16.20277 + ), + EEtimeNconst = cms.double(31.8), + activeBXs = cms.vint32( + -5, -4, -3, -2, -1, + 0, 1, 2, 3, 4 + ), + addPedestalUncertaintyEB = cms.double(0.0), + addPedestalUncertaintyEE = cms.double(0.0), + ampErrorCalculation = cms.bool(True), + amplitudeThresholdEB = cms.double(10), + amplitudeThresholdEE = cms.double(10), + doPrefitEB = cms.bool(False), + doPrefitEE = cms.bool(False), + dynamicPedestalsEB = cms.bool(False), + dynamicPedestalsEE = cms.bool(False), + gainSwitchUseMaxSampleEB = cms.bool(True), + gainSwitchUseMaxSampleEE = cms.bool(False), + mitigateBadSamplesEB = cms.bool(False), + mitigateBadSamplesEE = cms.bool(False), + outOfTimeThresholdGain12mEB = cms.double(5), + outOfTimeThresholdGain12mEE = cms.double(1000), + outOfTimeThresholdGain12pEB = cms.double(5), + outOfTimeThresholdGain12pEE = cms.double(1000), + outOfTimeThresholdGain61mEB = cms.double(5), + outOfTimeThresholdGain61mEE = cms.double(1000), + outOfTimeThresholdGain61pEB = cms.double(5), + outOfTimeThresholdGain61pEE = cms.double(1000), + prefitMaxChiSqEB = cms.double(25.0), + prefitMaxChiSqEE = cms.double(10.0), + selectiveBadSampleCriteriaEB = cms.bool(False), + selectiveBadSampleCriteriaEE = cms.bool(False), + simplifiedNoiseModelForGainSwitch = cms.bool(True), + timealgo = cms.string('RatioMethod'), + useLumiInfoRunHeader = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalPreshowerDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalPreshowerDigis_cfi.py new file mode 100644 index 0000000000000..e337fc337393e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalPreshowerDigis_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +ecalPreshowerDigis = cms.EDProducer("ESRawToDigi", + ESdigiCollection = cms.string(''), + InstanceES = cms.string(''), + LookupTable = cms.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'), + debugMode = cms.untracked.bool(False), + mightGet = cms.optional.untracked.vstring, + sourceTag = cms.InputTag("rawDataCollector") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalPreshowerRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalPreshowerRecHit_cfi.py new file mode 100644 index 0000000000000..4f4f6485682ab --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalPreshowerRecHit_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +ecalPreshowerRecHit = cms.EDProducer("ESRecHitProducer", + ESRecoAlgo = cms.int32(0), + ESdigiCollection = cms.InputTag("ecalPreshowerDigis"), + ESrechitCollection = cms.string('EcalRecHitsES'), + algo = cms.string('ESRecHitWorker') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ecalRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalRecHit_cfi.py new file mode 100644 index 0000000000000..b758160c0b237 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ecalRecHit_cfi.py @@ -0,0 +1,86 @@ +import FWCore.ParameterSet.Config as cms + +ecalRecHit = cms.EDProducer("EcalRecHitProducer", + ChannelStatusToBeExcluded = cms.vstring( + 'kDAC', + 'kNoisy', + 'kNNoisy', + 'kFixedG6', + 'kFixedG1', + 'kFixedG0', + 'kNonRespondingIsolated', + 'kDeadVFE', + 'kDeadFE', + 'kNoDataNoTP' + ), + EBLaserMAX = cms.double(3.0), + EBLaserMIN = cms.double(0.5), + EBrechitCollection = cms.string('EcalRecHitsEB'), + EBuncalibRecHitCollection = cms.InputTag("ecalMultiFitUncalibRecHit","EcalUncalibRecHitsEB"), + EELaserMAX = cms.double(8.0), + EELaserMIN = cms.double(0.5), + EErechitCollection = cms.string('EcalRecHitsEE'), + EEuncalibRecHitCollection = cms.InputTag("ecalMultiFitUncalibRecHit","EcalUncalibRecHitsEE"), + algo = cms.string('EcalRecHitWorkerSimple'), + algoRecover = cms.string('EcalRecHitWorkerRecover'), + bdtWeightFileCracks = cms.FileInPath('RecoLocalCalo/EcalDeadChannelRecoveryAlgos/data/BDTWeights/bdtgAllRH_8GT700MeV_onlyCracks_ZskimData2017_v1.xml'), + bdtWeightFileNoCracks = cms.FileInPath('RecoLocalCalo/EcalDeadChannelRecoveryAlgos/data/BDTWeights/bdtgAllRH_8GT700MeV_noCracks_ZskimData2017_v1.xml'), + cleaningConfig = cms.PSet( + cThreshold_barrel = cms.double(4), + cThreshold_double = cms.double(10), + cThreshold_endcap = cms.double(15), + e4e1Threshold_barrel = cms.double(0.08), + e4e1Threshold_endcap = cms.double(0.3), + e4e1_a_barrel = cms.double(0.02), + e4e1_a_endcap = cms.double(0.02), + e4e1_b_barrel = cms.double(0.02), + e4e1_b_endcap = cms.double(-0.0125), + e6e2thresh = cms.double(0.04), + ignoreOutOfTimeThresh = cms.double(1000000000.0), + tightenCrack_e1_double = cms.double(2), + tightenCrack_e1_single = cms.double(1), + tightenCrack_e4e1_single = cms.double(2.5), + tightenCrack_e6e2_double = cms.double(3) + ), + dbStatusToBeExcludedEB = cms.vint32(14, 78, 142), + dbStatusToBeExcludedEE = cms.vint32(14, 78, 142), + ebDetIdToBeRecovered = cms.InputTag("ecalDetIdToBeRecovered","ebDetId"), + ebFEToBeRecovered = cms.InputTag("ecalDetIdToBeRecovered","ebFE"), + eeDetIdToBeRecovered = cms.InputTag("ecalDetIdToBeRecovered","eeDetId"), + eeFEToBeRecovered = cms.InputTag("ecalDetIdToBeRecovered","eeFE"), + flagsMapDBReco = cms.PSet( + kDead = cms.vstring('kNoDataNoTP'), + kGood = cms.vstring( + 'kOk', + 'kDAC', + 'kNoLaser', + 'kNoisy' + ), + kNeighboursRecovered = cms.vstring( + 'kFixedG0', + 'kNonRespondingIsolated', + 'kDeadVFE' + ), + kNoisy = cms.vstring( + 'kNNoisy', + 'kFixedG6', + 'kFixedG1' + ), + kTowerRecovered = cms.vstring('kDeadFE') + ), + killDeadChannels = cms.bool(True), + laserCorrection = cms.bool(True), + logWarningEtThreshold_EB_FE = cms.double(50), + logWarningEtThreshold_EE_FE = cms.double(50), + recoverEBFE = cms.bool(True), + recoverEBIsolatedChannels = cms.bool(False), + recoverEBVFE = cms.bool(False), + recoverEEFE = cms.bool(True), + recoverEEIsolatedChannels = cms.bool(False), + recoverEEVFE = cms.bool(False), + singleChannelRecoveryMethod = cms.string('BDTG'), + singleChannelRecoveryThreshold = cms.double(0.7), + skipTimeCalib = cms.bool(False), + sum8ChannelRecoveryThreshold = cms.double(0.0), + triggerPrimitiveDigiCollection = cms.InputTag("ecalDigis","EcalTriggerPrimitives") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEMForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEMForEgamma_cfi.py new file mode 100644 index 0000000000000..4b978647ec591 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEMForEgamma_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersEMForEgamma = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClusters"), + LayerClustersInputMask = cms.InputTag("hgcalLayerClusters","InitialLayerClustersMask"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSizeAndLayerRange'), + iteration_label = cms.string('EM'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(30), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEML1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEML1Seeded_cfi.py new file mode 100644 index 0000000000000..fb3d0bde4fea2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEML1Seeded_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersEML1Seeded = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClustersL1Seeded"), + LayerClustersInputMask = cms.InputTag("hgcalLayerClustersL1Seeded","InitialLayerClustersMask"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSizeAndLayerRange'), + iteration_label = cms.string('EM'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(30), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEM_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEM_cfi.py new file mode 100644 index 0000000000000..27c12e3430482 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEM_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersEM = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClusters"), + LayerClustersInputMask = cms.InputTag("ticlTrackstersTrkEM"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSizeAndLayerRange'), + iteration_label = cms.string('EM'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(30), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHADForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHADForEgamma_cfi.py new file mode 100644 index 0000000000000..b111935ed122f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHADForEgamma_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersHADForEgamma = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClusters"), + LayerClustersInputMask = cms.InputTag("ticlTrackstersEMForEgamma"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSize'), + iteration_label = cms.string('HAD'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(9999), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHAD_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHAD_cfi.py new file mode 100644 index 0000000000000..0cface625210a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHAD_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersHAD = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClusters"), + LayerClustersInputMask = cms.InputTag("ticlTrackstersTrk"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSize'), + iteration_label = cms.string('HAD'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(9999), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrkEM_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrkEM_cfi.py new file mode 100644 index 0000000000000..0adc9b95bfb40 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrkEM_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersTrkEM = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClusters"), + LayerClustersInputMask = cms.InputTag("hgcalLayerClusters","InitialLayerClustersMask"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSizeAndLayerRange'), + iteration_label = cms.string('TrkEM'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(30), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrk_cfi.py new file mode 100644 index 0000000000000..729d60fd84be1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrk_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +filteredLayerClustersTrk = cms.EDProducer("FilteredLayerClustersProducer", + LayerClusters = cms.InputTag("hgcalLayerClusters"), + LayerClustersInputMask = cms.InputTag("ticlTrackstersEM"), + algo_number = cms.int32(8), + clusterFilter = cms.string('ClusterFilterByAlgoAndSize'), + iteration_label = cms.string('Trk'), + max_cluster_size = cms.int32(9999), + max_layerId = cms.int32(9999), + mightGet = cms.optional.untracked.vstring, + min_cluster_size = cms.int32(3), + min_layerId = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/firstStepPrimaryVerticesUnsorted_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/firstStepPrimaryVerticesUnsorted_cfi.py new file mode 100644 index 0000000000000..295f6abc037e9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/firstStepPrimaryVerticesUnsorted_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +firstStepPrimaryVerticesUnsorted = cms.EDProducer("PrimaryVertexProducer", + TkClusParameters = cms.PSet( + TkDAClusParameters = cms.PSet( + Tmin = cms.double(2.0), + Tpurge = cms.double(2.0), + Tstop = cms.double(0.5), + coolingFactor = cms.double(0.6), + d0CutOff = cms.double(3.0), + dzCutOff = cms.double(3.0), + uniquetrkweight = cms.double(0.8), + vertexSize = cms.double(0.006), + zmerge = cms.double(0.01) + ), + algorithm = cms.string('DA_vect') + ), + TkFilterParameters = cms.PSet( + algorithm = cms.string('filter'), + maxD0Significance = cms.double(4.0), + maxEta = cms.double(4.0), + maxNormalizedChi2 = cms.double(10.0), + minPixelLayersWithHits = cms.int32(2), + minPt = cms.double(0.9), + minSiliconLayersWithHits = cms.int32(5), + trackQuality = cms.string('any') + ), + TrackLabel = cms.InputTag("initialStepTracks"), + beamSpotLabel = cms.InputTag("offlineBeamSpot"), + verbose = cms.untracked.bool(False), + vertexCollections = cms.VPSet(cms.PSet( + algorithm = cms.string('AdaptiveVertexFitter'), + chi2cutoff = cms.double(2.5), + label = cms.string(''), + maxDistanceToBeam = cms.double(1.0), + minNdof = cms.double(0.0), + useBeamConstraint = cms.bool(False) + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/fixedGridRhoFastjetAllTmp_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/fixedGridRhoFastjetAllTmp_cfi.py new file mode 100644 index 0000000000000..f313bdcc2a772 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/fixedGridRhoFastjetAllTmp_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +fixedGridRhoFastjetAllTmp = cms.EDProducer("FixedGridRhoProducerFastjet", + gridSpacing = cms.double(0.55), + maxRapidity = cms.double(5.0), + pfCandidatesTag = cms.InputTag("particleFlowTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/gemRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/gemRecHits_cfi.py new file mode 100644 index 0000000000000..7b06078b22f01 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/gemRecHits_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +gemRecHits = cms.EDProducer("GEMRecHitProducer", + applyMasking = cms.bool(False), + deadFile = cms.optional.FileInPath, + gemDigiLabel = cms.InputTag("muonGEMDigis"), + maskFile = cms.optional.FileInPath, + mightGet = cms.optional.untracked.vstring, + recAlgo = cms.string('GEMRecHitStandardAlgo'), + recAlgoConfig = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/gemSegments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/gemSegments_cfi.py new file mode 100644 index 0000000000000..b531c380ab894 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/gemSegments_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +gemSegments = cms.EDProducer("GEMSegmentProducer", + algo_name = cms.string('GEMSegmentAlgorithm'), + algo_pset = cms.PSet( + GEMDebug = cms.untracked.bool(True), + clusterOnlySameBXRecHits = cms.bool(True), + dEtaChainBoxMax = cms.double(0.05), + dPhiChainBoxMax = cms.double(0.02), + dXclusBoxMax = cms.double(1.0), + dYclusBoxMax = cms.double(5.0), + maxRecHitsInCluster = cms.int32(4), + minHitsPerSegment = cms.uint32(2), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True) + ), + gemRecHitLabel = cms.InputTag("gemRecHits"), + ge0_name = cms.string('GE0SegAlgoRU'), + ge0_pset = cms.PSet( + allowWideSegments = cms.bool(True), + doCollisions = cms.bool(True), + maxChi2Additional = cms.double(100.0), + maxChi2GoodSeg = cms.double(50), + maxChi2Prune = cms.double(50), + maxETASeeds = cms.double(0.1), + maxNumberOfHits = cms.uint32(300), + maxNumberOfHitsPerLayer = cms.uint32(100), + maxPhiAdditional = cms.double(0.001096605744), + maxPhiSeeds = cms.double(0.001096605744), + maxTOFDiff = cms.double(25), + minNumberOfHits = cms.uint32(4), + requireCentralBX = cms.bool(True) + ), +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/generalTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/generalTracks_cfi.py new file mode 100644 index 0000000000000..88df65a928b2b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/generalTracks_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +generalTracks = cms.EDProducer("TrackListMerger", + Epsilon = cms.double(-0.001), + FoundHitBonus = cms.double(5.0), + LostHitPenalty = cms.double(5.0), + MaxNormalizedChisq = cms.double(1000.0), + MinFound = cms.int32(3), + MinPT = cms.double(0.9), + ShareFrac = cms.double(0.19), + TrackProducers = cms.VInputTag("initialStepTrackSelectionHighPurity", "highPtTripletStepTrackSelectionHighPurity"), + allowFirstHitShare = cms.bool(True), + copyExtras = cms.untracked.bool(True), + copyMVA = cms.bool(False), + hasSelector = cms.vint32(0, 0), + indivShareFrac = cms.vdouble(1.0, 1.0), + makeReKeyedSeeds = cms.untracked.bool(False), + newQuality = cms.string('confirmed'), + selectedTrackQuals = cms.VInputTag(cms.InputTag("initialStepTrackSelectionHighPurity"), cms.InputTag("highPtTripletStepTrackSelectionHighPurity")), + setsToMerge = cms.VPSet(cms.PSet( + pQual = cms.bool(True), + tLists = cms.vint32(0, 1) + )), + trackAlgoPriorityOrder = cms.string('trackAlgoPriorityOrder'), + writeOnlyTrkQuals = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/goodOfflinePrimaryVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/goodOfflinePrimaryVertices_cfi.py new file mode 100644 index 0000000000000..7ac083542bdb5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/goodOfflinePrimaryVertices_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +goodOfflinePrimaryVertices = cms.EDFilter("VertexSelector", + cut = cms.string('!isFake && ndof >= 4.0 && abs(z) <= 24.0 && abs(position.Rho) <= 2.0'), + filter = cms.bool(False), + src = cms.InputTag("offlinePrimaryVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hbhereco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hbhereco_cfi.py new file mode 100644 index 0000000000000..0f4c196f95e90 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hbhereco_cfi.py @@ -0,0 +1,140 @@ +import FWCore.ParameterSet.Config as cms + +hbhereco = cms.EDProducer("HBHEPhase1Reconstructor", + algoConfigClass = cms.string(''), + algorithm = cms.PSet( + Class = cms.string('SimpleHBHEPhase1Algo'), + activeBXs = cms.vint32( + -3, -2, -1, 0, 1, + 2, 3, 4 + ), + applyLegacyHBMCorrection = cms.bool(False), + applyPedConstraint = cms.bool(True), + applyPulseJitter = cms.bool(False), + applyTimeConstraint = cms.bool(True), + applyTimeSlew = cms.bool(True), + applyTimeSlewM3 = cms.bool(True), + calculateArrivalTime = cms.bool(True), + chiSqSwitch = cms.double(-1), + correctForPhaseContainment = cms.bool(True), + correctionPhaseNS = cms.double(6.0), + deltaChiSqThresh = cms.double(0.001), + dynamicPed = cms.bool(False), + firstSampleShift = cms.int32(0), + fitTimes = cms.int32(1), + meanPed = cms.double(0.0), + meanTime = cms.double(0.0), + nMaxItersMin = cms.int32(500), + nMaxItersNNLS = cms.int32(500), + nnlsThresh = cms.double(1e-11), + pulseJitter = cms.double(1.0), + respCorrM3 = cms.double(1.0), + samplesToAdd = cms.int32(2), + tdcTimeShift = cms.double(0.0), + timeMax = cms.double(12.5), + timeMin = cms.double(-12.5), + timeSigmaHPD = cms.double(5.0), + timeSigmaSiPM = cms.double(2.5), + timeSlewParsType = cms.int32(3), + ts4Max = cms.vdouble(100.0, 20000.0, 30000), + ts4Min = cms.double(0.0), + ts4Thresh = cms.double(0.0), + ts4chi2 = cms.vdouble(15.0, 15.0), + useM2 = cms.bool(False), + useM3 = cms.bool(True), + useMahi = cms.bool(True) + ), + digiLabelQIE11 = cms.InputTag("hcalDigis"), + digiLabelQIE8 = cms.InputTag("hcalDigis"), + dropZSmarkedPassed = cms.bool(True), + flagParametersQIE11 = cms.PSet( + + ), + flagParametersQIE8 = cms.PSet( + hitEnergyMinimum = cms.double(1.0), + hitMultiplicityThreshold = cms.int32(17), + nominalPedestal = cms.double(3.0), + pulseShapeParameterSets = cms.VPSet( + cms.PSet( + pulseShapeParameters = cms.vdouble( + 0.0, 100.0, -50.0, 0.0, -15.0, + 0.15 + ) + ), + cms.PSet( + pulseShapeParameters = cms.vdouble( + 100.0, 2000.0, -50.0, 0.0, -5.0, + 0.05 + ) + ), + cms.PSet( + pulseShapeParameters = cms.vdouble( + 2000.0, 1000000.0, -50.0, 0.0, 95.0, + 0.0 + ) + ), + cms.PSet( + pulseShapeParameters = cms.vdouble( + -1000000.0, 1000000.0, 45.0, 0.1, 1000000.0, + 0.0 + ) + ) + ) + ), + makeRecHits = cms.bool(True), + processQIE11 = cms.bool(True), + processQIE8 = cms.bool(True), + pulseShapeParametersQIE11 = cms.PSet( + + ), + pulseShapeParametersQIE8 = cms.PSet( + LeftSlopeCut = cms.vdouble(5, 2.55, 2.55), + LeftSlopeThreshold = cms.vdouble(250, 500, 100000), + LinearCut = cms.vdouble(-3, -0.054, -0.054), + LinearThreshold = cms.vdouble(20, 100, 100000), + MinimumChargeThreshold = cms.double(20), + MinimumTS4TS5Threshold = cms.double(100), + R45MinusOneRange = cms.double(0.2), + R45PlusOneRange = cms.double(0.2), + RMS8MaxCut = cms.vdouble(-13.5, -11.5, -11.5), + RMS8MaxThreshold = cms.vdouble(20, 100, 100000), + RightSlopeCut = cms.vdouble(5, 4.15, 4.15), + RightSlopeSmallCut = cms.vdouble(1.08, 1.16, 1.16), + RightSlopeSmallThreshold = cms.vdouble(150, 200, 100000), + RightSlopeThreshold = cms.vdouble(250, 400, 100000), + TS3TS4ChargeThreshold = cms.double(70), + TS3TS4UpperChargeThreshold = cms.double(20), + TS4TS5ChargeThreshold = cms.double(70), + TS4TS5LowerCut = cms.vdouble( + -1, -0.7, -0.5, -0.4, -0.3, + 0.1 + ), + TS4TS5LowerThreshold = cms.vdouble( + 100, 120, 160, 200, 300, + 500 + ), + TS4TS5UpperCut = cms.vdouble(1, 0.8, 0.75, 0.72), + TS4TS5UpperThreshold = cms.vdouble(70, 90, 100, 400), + TS5TS6ChargeThreshold = cms.double(70), + TS5TS6UpperChargeThreshold = cms.double(20), + TriangleIgnoreSlow = cms.bool(False), + TrianglePeakTS = cms.uint32(10000), + UseDualFit = cms.bool(True) + ), + recoParamsFromDB = cms.bool(True), + saveDroppedInfos = cms.bool(False), + saveEffectivePedestal = cms.bool(True), + saveInfos = cms.bool(False), + setLegacyFlagsQIE11 = cms.bool(False), + setLegacyFlagsQIE8 = cms.bool(True), + setNegativeFlagsQIE11 = cms.bool(False), + setNegativeFlagsQIE8 = cms.bool(True), + setNoiseFlagsQIE11 = cms.bool(False), + setNoiseFlagsQIE8 = cms.bool(True), + setPulseShapeFlagsQIE11 = cms.bool(False), + setPulseShapeFlagsQIE8 = cms.bool(True), + sipmQNTStoSum = cms.int32(3), + sipmQTSShift = cms.int32(0), + tsFromDB = cms.bool(False), + use8ts = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hcalDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hcalDigis_cfi.py new file mode 100644 index 0000000000000..66acc00ac7070 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hcalDigis_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hcalDigis = cms.EDProducer("HcalRawToDigi", + ComplainEmptyData = cms.untracked.bool(False), + ElectronicsMap = cms.string(''), + ExpectedOrbitMessageTime = cms.untracked.int32(-1), + FEDs = cms.untracked.vint32(), + FilterDataQuality = cms.bool(True), + HcalFirstFED = cms.untracked.int32(700), + InputLabel = cms.InputTag("rawDataCollector"), + UnpackCalib = cms.untracked.bool(True), + UnpackTTP = cms.untracked.bool(True), + UnpackUMNio = cms.untracked.bool(True), + UnpackZDC = cms.untracked.bool(True), + UnpackerMode = cms.untracked.int32(0), + firstSample = cms.int32(0), + lastSample = cms.int32(9), + mightGet = cms.optional.untracked.vstring, + saveQIE10DataNSamples = cms.untracked.vint32(), + saveQIE10DataTags = cms.untracked.vstring(), + saveQIE11DataNSamples = cms.untracked.vint32(), + saveQIE11DataTags = cms.untracked.vstring(), + silent = cms.untracked.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hfprereco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hfprereco_cfi.py new file mode 100644 index 0000000000000..f9d9786ce5768 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hfprereco_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hfprereco = cms.EDProducer("HFPreReconstructor", + digiLabel = cms.InputTag("hcalDigis"), + dropZSmarkedPassed = cms.bool(False), + forceSOI = cms.int32(-1), + soiShift = cms.int32(0), + sumAllTimeSlices = cms.bool(False), + tsFromDB = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hfreco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hfreco_cfi.py new file mode 100644 index 0000000000000..da16062f4adfd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hfreco_cfi.py @@ -0,0 +1,136 @@ +import FWCore.ParameterSet.Config as cms + +hfreco = cms.EDProducer("HFPhase1Reconstructor", + HFStripFilter = cms.PSet( + gap = cms.int32(2), + lstrips = cms.int32(2), + maxStripTime = cms.double(10.0), + maxThreshold = cms.double(100.0), + seedHitIetaMax = cms.int32(35), + stripThreshold = cms.double(40.0), + timeMax = cms.double(6.0), + verboseLevel = cms.untracked.int32(10), + wedgeCut = cms.double(0.05) + ), + PETstat = cms.PSet( + HcalAcceptSeverityLevel = cms.int32(9), + longETParams = cms.vdouble( + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0 + ), + longEnergyParams = cms.vdouble( + 43.5, 45.7, 48.32, 51.36, 54.82, + 58.7, 63.0, 67.72, 72.86, 78.42, + 84.4, 90.8, 97.62 + ), + long_R = cms.vdouble(0.98), + long_R_29 = cms.vdouble(0.8), + shortETParams = cms.vdouble( + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0 + ), + shortEnergyParams = cms.vdouble( + 35.1773, 35.37, 35.7933, 36.4472, 37.3317, + 38.4468, 39.7925, 41.3688, 43.1757, 45.2132, + 47.4813, 49.98, 52.7093 + ), + short_R = cms.vdouble(0.8), + short_R_29 = cms.vdouble(0.8) + ), + S8S1stat = cms.PSet( + HcalAcceptSeverityLevel = cms.int32(9), + isS8S1 = cms.bool(True), + longETParams = cms.vdouble( + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0 + ), + longEnergyParams = cms.vdouble( + 40, 100, 100, 100, 100, + 100, 100, 100, 100, 100, + 100, 100, 100 + ), + long_optimumSlope = cms.vdouble( + 0.3, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1 + ), + shortETParams = cms.vdouble( + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0 + ), + shortEnergyParams = cms.vdouble( + 40, 100, 100, 100, 100, + 100, 100, 100, 100, 100, + 100, 100, 100 + ), + short_optimumSlope = cms.vdouble( + 0.3, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1 + ) + ), + S9S1stat = cms.PSet( + HcalAcceptSeverityLevel = cms.int32(9), + isS8S1 = cms.bool(False), + longETParams = cms.vdouble( + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0 + ), + longEnergyParams = cms.vdouble( + 43.5, 45.7, 48.32, 51.36, 54.82, + 58.7, 63.0, 67.72, 72.86, 78.42, + 84.4, 90.8, 97.62 + ), + long_optimumSlope = cms.vdouble( + -99999.0, 0.04122625, 0.05251356, 0.0642766, 0.0743328, + 0.08214848, 0.0622789, 0.0741041, 0.0868186, 0.100422, + 0.135313, 0.136289, 0.0589927 + ), + shortETParams = cms.vdouble( + 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, + 0, 0, 0 + ), + shortEnergyParams = cms.vdouble( + 35.1773, 35.37, 35.7933, 36.4472, 37.3317, + 38.4468, 39.7925, 41.3688, 43.1757, 45.2132, + 47.4813, 49.98, 52.7093 + ), + short_optimumSlope = cms.vdouble( + -99999.0, 0.04122625, 0.05251356, 0.0642766, 0.0743328, + 0.08214848, 0.0622789, 0.0741041, 0.0868186, 0.100422, + 0.135313, 0.136289, 0.0589927 + ) + ), + algoConfigClass = cms.string('HFPhase1PMTParams'), + algorithm = cms.PSet( + Class = cms.string('HFFlexibleTimeCheck'), + alwaysCalculateQAsymmetry = cms.bool(False), + energyWeights = cms.vdouble( + 1.0, 1.0, 1.0, 0.0, 1.0, + 0.0, 2.0, 0.0, 2.0, 0.0, + 2.0, 0.0, 1.0, 0.0, 0.0, + 1.0, 0.0, 1.0, 0.0, 2.0, + 0.0, 2.0, 0.0, 2.0, 0.0, + 1.0 + ), + minChargeForOvershoot = cms.double(10000000000.0), + minChargeForUndershoot = cms.double(10000000000.0), + rejectAllFailures = cms.bool(True), + soiPhase = cms.uint32(1), + tfallIfNoTDC = cms.double(-101.0), + timeShift = cms.double(0.0), + tlimits = cms.vdouble(-1000.0, 1000.0, -1000.0, 1000.0), + triseIfNoTDC = cms.double(-100.0) + ), + checkChannelQualityForDepth3and4 = cms.bool(True), + inputLabel = cms.InputTag("hfprereco"), + runHFStripFilter = cms.bool(True), + setNoiseFlags = cms.bool(True), + useChannelQualityFromDB = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalDigisL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalDigisL1Seeded_cfi.py new file mode 100644 index 0000000000000..c4a08a8cd7b25 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalDigisL1Seeded_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hgcalDigisL1Seeded = cms.EDProducer("HLTHGCalDigisInRegionsProducer", + etaPhiRegions = cms.VPSet(cms.PSet( + inputColl = cms.InputTag("hltL1TEGammaHGCFilteredCollectionProducer"), + maxDEta = cms.double(0.0), + maxDPhi = cms.double(0.0), + maxDeltaR = cms.double(0.35), + maxEt = cms.double(999999.0), + minEt = cms.double(5.0), + type = cms.string('L1EGamma') + )), + inputCollTags = cms.VInputTag("hgcalDigis:EE", "hgcalDigis:HEback", "hgcalDigis:HEfront"), + outputProductNames = cms.vstring( + 'EE', + 'HEback', + 'HEfront' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalDigis_cfi.py new file mode 100644 index 0000000000000..75fe26c0652be --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalDigis_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hgcalDigis = cms.EDProducer("HGCalRawToDigiFake", + bhDigis = cms.InputTag("simHGCalUnsuppressedDigis","HEback"), + eeDigis = cms.InputTag("simHGCalUnsuppressedDigis","EE"), + fhDigis = cms.InputTag("simHGCalUnsuppressedDigis","HEfront"), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersL1Seeded_cfi.py new file mode 100644 index 0000000000000..9241d25990ffc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersL1Seeded_cfi.py @@ -0,0 +1,57 @@ +import FWCore.ParameterSet.Config as cms + +hgcalLayerClustersL1Seeded = cms.EDProducer("HGCalLayerClusterProducer", + HFNoseInput = cms.InputTag("HGCalRecHitL1Seeded","HGCHFNoseRecHits"), + HGCBHInput = cms.InputTag("hltRechitInRegionsHGCAL","HGCHEBRecHits"), + HGCEEInput = cms.InputTag("hltRechitInRegionsHGCAL","HGCEERecHits"), + HGCFHInput = cms.InputTag("hltRechitInRegionsHGCAL","HGCHEFRecHits"), + detector = cms.string('all'), + doSharing = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + nHitsTime = cms.uint32(3), + plugin = cms.PSet( + dEdXweights = cms.vdouble( + 0.0, 8.894541, 10.937907, 10.937907, 10.937907, + 10.937907, 10.937907, 10.937907, 10.937907, 10.937907, + 10.932882, 10.932882, 10.937907, 10.937907, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 32.332097, 51.574301, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 69.513118, 87.582044, 87.582044, 87.582044, 87.582044, + 87.582044, 87.214571, 86.888309, 86.92952, 86.92952, + 86.92952 + ), + deltac = cms.vdouble(1.3, 1.3, 5, 0.0315), + deltasi_index_regemfac = cms.int32(3), + dependSensor = cms.bool(True), + ecut = cms.double(3), + fcPerEle = cms.double(0.00016020506), + fcPerMip = cms.vdouble( + 2.06, 3.43, 5.15, 2.06, 3.43, + 5.15 + ), + kappa = cms.double(9), + maxNumberOfThickIndices = cms.uint32(6), + noiseMip = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_heback') + ), + noises = cms.vdouble( + 2000.0, 2400.0, 2000.0, 2000.0, 2400.0, + 2000.0 + ), + positionDeltaRho2 = cms.double(1.69), + sciThicknessCorrection = cms.double(0.9), + thicknessCorrection = cms.vdouble( + 0.77, 0.77, 0.77, 0.84, 0.84, + 0.84 + ), + thresholdW0 = cms.vdouble(2.9, 2.9, 2.9), + type = cms.string('CLUE'), + use2x2 = cms.bool(True), + verbosity = cms.untracked.uint32(3) + ), + timeClname = cms.string('timeLayerCluster'), + timeOffset = cms.double(5) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClusters_cfi.py new file mode 100644 index 0000000000000..bfe4ff8989228 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClusters_cfi.py @@ -0,0 +1,57 @@ +import FWCore.ParameterSet.Config as cms + +hgcalLayerClusters = cms.EDProducer("HGCalLayerClusterProducer", + HFNoseInput = cms.InputTag("HGCalRecHit","HGCHFNoseRecHits"), + HGCBHInput = cms.InputTag("HGCalRecHit","HGCHEBRecHits"), + HGCEEInput = cms.InputTag("HGCalRecHit","HGCEERecHits"), + HGCFHInput = cms.InputTag("HGCalRecHit","HGCHEFRecHits"), + detector = cms.string('all'), + doSharing = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + nHitsTime = cms.uint32(3), + plugin = cms.PSet( + dEdXweights = cms.vdouble( + 0.0, 8.894541, 10.937907, 10.937907, 10.937907, + 10.937907, 10.937907, 10.937907, 10.937907, 10.937907, + 10.932882, 10.932882, 10.937907, 10.937907, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 10.938169, 10.938169, + 10.938169, 10.938169, 10.938169, 32.332097, 51.574301, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 51.444192, 51.444192, 51.444192, 51.444192, 51.444192, + 69.513118, 87.582044, 87.582044, 87.582044, 87.582044, + 87.582044, 87.214571, 86.888309, 86.92952, 86.92952, + 86.92952 + ), + deltac = cms.vdouble(1.3, 1.3, 5, 0.0315), + deltasi_index_regemfac = cms.int32(3), + dependSensor = cms.bool(True), + ecut = cms.double(3), + fcPerEle = cms.double(0.00016020506), + fcPerMip = cms.vdouble( + 2.06, 3.43, 5.15, 2.06, 3.43, + 5.15 + ), + kappa = cms.double(9), + maxNumberOfThickIndices = cms.uint32(6), + noiseMip = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_heback') + ), + noises = cms.vdouble( + 2000.0, 2400.0, 2000.0, 2000.0, 2400.0, + 2000.0 + ), + positionDeltaRho2 = cms.double(1.69), + sciThicknessCorrection = cms.double(0.9), + thicknessCorrection = cms.vdouble( + 0.77, 0.77, 0.77, 0.84, 0.84, + 0.84 + ), + thresholdW0 = cms.vdouble(2.9, 2.9, 2.9), + type = cms.string('CLUE'), + use2x2 = cms.bool(True), + verbosity = cms.untracked.uint32(3) + ), + timeClname = cms.string('timeLayerCluster'), + timeOffset = cms.double(5) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalTrackCollection_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalTrackCollection_cfi.py new file mode 100644 index 0000000000000..c32003e5e6910 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hgcalTrackCollection_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hgcalTrackCollection = cms.EDProducer("HGCalTrackCollectionProducer", + DPtOverPtCuts_byTrackAlgo = cms.vdouble( + 10.0, 10.0, 10.0, 10.0, 10.0, + 5.0 + ), + NHitCuts_byTrackAlgo = cms.vuint32( + 3, 3, 3, 3, 3, + 32700 + ), + hgcalGeometryNames = cms.PSet( + HGC_ECAL = cms.string('HGCalEESensitive') + ), + src = cms.InputTag("pfTrack"), + trackQuality = cms.string('highPurity'), + useIterativeTracking = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepClusters_cfi.py new file mode 100644 index 0000000000000..4cbb25f8d509e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepClusters_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepClusters = cms.EDProducer("TrackClusterRemoverPhase2", + TrackQuality = cms.string('highPurity'), + maxChi2 = cms.double(9.0), + mightGet = cms.optional.untracked.vstring, + minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0), + oldClusterRemovalInfo = cms.InputTag(""), + overrideTrkQuals = cms.InputTag(""), + phase2OTClusters = cms.InputTag("siPhase2Clusters"), + phase2pixelClusters = cms.InputTag("siPixelClusters"), + trackClassifier = cms.InputTag("","QualityMasks"), + trajectories = cms.InputTag("initialStepTrackSelectionHighPurity") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py new file mode 100644 index 0000000000000..0e257d8f05c98 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepHitDoublets = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag("trackerClusterCheck"), + layerPairs = cms.vuint32(0, 1), + maxElement = cms.uint32(50000000), + maxElementTotal = cms.uint32(50000000), + mightGet = cms.optional.untracked.vstring, + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(False), + seedingLayers = cms.InputTag("highPtTripletStepSeedLayers"), + trackingRegions = cms.InputTag("highPtTripletStepTrackingRegions"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitTriplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitTriplets_cfi.py new file mode 100644 index 0000000000000..39cb9768ba3e5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitTriplets_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepHitTriplets = cms.EDProducer("CAHitTripletEDProducer", + CAHardPtCut = cms.double(0.5), + CAPhiCut = cms.double(0.06), + CAThetaCut = cms.double(0.003), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('LowPtClusterShapeSeedComparitor'), + clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"), + clusterShapeHitFilter = cms.string('ClusterShapeHitFilter') + ), + doublets = cms.InputTag("highPtTripletStepHitDoublets"), + extraHitRPhitolerance = cms.double(0.032), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.8), + pt2 = cms.double(8), + value1 = cms.double(100), + value2 = cms.double(6) + ), + mightGet = cms.optional.untracked.vstring, + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepSeedLayers_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepSeedLayers_cfi.py new file mode 100644 index 0000000000000..a6d670abd82a0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepSeedLayers_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepSeedLayers = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle'), + skipClusters = cms.InputTag("highPtTripletStepClusters") + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle'), + skipClusters = cms.InputTag("highPtTripletStepClusters") + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3', + 'BPix2+BPix3+BPix4', + 'BPix1+BPix3+BPix4', + 'BPix1+BPix2+BPix4', + 'BPix2+BPix3+FPix1_pos', + 'BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg', + 'BPix1+FPix2_pos+FPix3_pos', + 'BPix1+FPix2_neg+FPix3_neg', + 'FPix2_pos+FPix3_pos+FPix4_pos', + 'FPix2_neg+FPix3_neg+FPix4_neg', + 'FPix3_pos+FPix4_pos+FPix5_pos', + 'FPix3_neg+FPix4_neg+FPix5_neg', + 'FPix4_pos+FPix5_pos+FPix6_pos', + 'FPix4_neg+FPix5_neg+FPix6_neg', + 'FPix5_pos+FPix6_pos+FPix7_pos', + 'FPix5_neg+FPix6_neg+FPix7_neg', + 'FPix6_pos+FPix7_pos+FPix8_pos', + 'FPix6_neg+FPix7_neg+FPix8_neg' + ), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepSeeds_cfi.py new file mode 100644 index 0000000000000..405926c4c3d51 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepSeeds_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepSeeds = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer", + MinOneOverPtError = cms.double(1), + OriginTransverseErrorMultiplier = cms.double(1), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string(''), + mightGet = cms.optional.untracked.vstring, + propagator = cms.string('PropagatorWithMaterial'), + seedingHitSets = cms.InputTag("highPtTripletStepHitTriplets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCandidates_cfi.py new file mode 100644 index 0000000000000..9eaa4ab56b286 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCandidates_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + # MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + # SimpleMagneticField = cms.string('ParabolicMf'), + # TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('highPtTripletStepTrajectoryBuilder') + ), + TrajectoryCleaner = cms.string('highPtTripletStepTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialParabolicMfOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(True), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(100000), + maxSeedsBeforeCleaning = cms.uint32(1000), + numHitsForSeedCleaner = cms.int32(50), + onlyPixelHitsForSeedCleaner = cms.bool(True), + phase2clustersToSkip = cms.InputTag("highPtTripletStepClusters"), + reverseTrajectories = cms.bool(False), + src = cms.InputTag("highPtTripletStepSeeds"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..d538a512ae841 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(False), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 0.003), + d0err_par = cms.vdouble(0.002, 0.002, 0.001), + dr_exp = cms.vint32(4, 4, 4), + dr_par1 = cms.vdouble(0.7, 0.6, 0.6), + dr_par2 = cms.vdouble(0.6, 0.5, 0.45) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 4), + dz_par1 = cms.vdouble(0.8, 0.7, 0.7), + dz_par2 = cms.vdouble(0.6, 0.6, 0.55) + ), + maxChi2 = cms.vdouble(9999.0, 9999.0, 9999.0), + maxChi2n = cms.vdouble(2.0, 1.0, 0.8), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 15.0), + maxLostLayers = cms.vint32(3, 3, 2), + min3DLayers = cms.vint32(3, 3, 4), + minLayers = cms.vint32(3, 3, 4), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 0, 3) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("highPtTripletStepTracks"), + vertices = cms.InputTag("pixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..842bdf6d7ea8b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrackSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("highPtTripletStepTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("highPtTripletStepTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("highPtTripletStepTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackingRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackingRegions_cfi.py new file mode 100644 index 0000000000000..1084050ee06f3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackingRegions_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("offlineBeamSpot"), + nSigmaZ = cms.double(4), + originHalfLength = cms.double(0), + originRadius = cms.double(0.02), + precise = cms.bool(True), + ptMin = cms.double(0.9), + useMultipleScattering = cms.bool(False) + ), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTracks_cfi.py new file mode 100644 index 0000000000000..42960ab1f3226 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('highPtTripletStep'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(False), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + Propagator = cms.string('RungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("highPtTripletStepTrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..5ff22c38ad71d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hlt1PFPuppiCentralJet70MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(1), + MinPt = cms.double(70.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..f423f127e224d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hlt1PFPuppiCentralJet75MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(1), + MinPt = cms.double(75.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..0cb2c1d9673c7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hlt2PFPuppiCentralJet40MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(2), + MinPt = cms.double(40.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..4c065550a6c18 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hlt2PFPuppiCentralJet60MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(2), + MinPt = cms.double(60.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..c8249209a6e2e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hlt3PFPuppiCentralJet45MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(3), + MinPt = cms.double(45.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..a7ca20cd125a2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hlt4PFPuppiCentralJet40MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(4), + MinPt = cms.double(40.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..28f5e71f6d441 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFCHSJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + algorithm = cms.string('AK4PFchs'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..a6f46fae1a60c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFCHSJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK4PFchs'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..6358fc0d01dc5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFCHSJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK4PFchs'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py new file mode 100644 index 0000000000000..783335649ea89 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFCHSJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltAK4PFCHSJetCorrectorL1", "hltAK4PFCHSJetCorrectorL2", "hltAK4PFCHSJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py new file mode 100644 index 0000000000000..7d74b67f0a4a6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFCHSJetsCorrected = cms.EDProducer("CorrectedPFJetProducer", + correctors = cms.VInputTag("hltAK4PFCHSJetCorrector"), + src = cms.InputTag("hltAK4PFCHSJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJets_cfi.py new file mode 100644 index 0000000000000..3e52389c7aaaa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJets_cfi.py @@ -0,0 +1,31 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFCHSJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(False), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(True), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.0), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(5.0), + jetType = cms.string('PFJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + rParam = cms.double(0.4), + src = cms.InputTag("pfNoPileUpJME"), + srcPVs = cms.InputTag(""), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFClusterJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFClusterJets_cfi.py new file mode 100644 index 0000000000000..c80f4dde06cbf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFClusterJets_cfi.py @@ -0,0 +1,33 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFClusterJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(False), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(False), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.3), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(3.0), + jetType = cms.string('PFClusterJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + nSigmaPU = cms.double(1.0), + rParam = cms.double(0.4), + radiusPU = cms.double(0.5), + src = cms.InputTag("pfClusterRefsForJets"), + srcPVs = cms.InputTag("NotUsed"), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..355e96c997325 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL1_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + algorithm = cms.string('AK4PF'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..2b26d959e0413 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL2_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK4PF'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..febd424acc126 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrectorL3_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK4PF'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrector_cfi.py new file mode 100644 index 0000000000000..49b4106ba9acf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltAK4PFJetCorrectorL1", "hltAK4PFJetCorrectorL2", "hltAK4PFJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetsCorrected_cfi.py new file mode 100644 index 0000000000000..060a7c9a56a91 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJetsCorrected_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFJetsCorrected = cms.EDProducer("CorrectedPFJetProducer", + correctors = cms.VInputTag("hltAK4PFJetCorrector"), + src = cms.InputTag("hltAK4PFJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJets_cfi.py new file mode 100644 index 0000000000000..f452c03a36962 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFJets_cfi.py @@ -0,0 +1,31 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(False), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(True), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.0), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(5.0), + jetType = cms.string('PFJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + rParam = cms.double(0.4), + src = cms.InputTag("particleFlowTmp"), + srcPVs = cms.InputTag(""), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..79d1d29bd39ee --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFPuppiJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + #algorithm = cms.string('AK4PFPuppiHLT'), + algorithm = cms.string('AK4PFPuppi'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..1c3caf08ced27 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFPuppiJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + #algorithm = cms.string('AK4PFPuppiHLT'), + algorithm = cms.string('AK4PFPuppi'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..8243f574e2ba8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFPuppiJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + #algorithm = cms.string('AK4PFPuppiHLT'), + algorithm = cms.string('AK4PFPuppi'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py new file mode 100644 index 0000000000000..9a73b3618e338 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFPuppiJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltAK4PFPuppiJetCorrectorL1", "hltAK4PFPuppiJetCorrectorL2", "hltAK4PFPuppiJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py new file mode 100644 index 0000000000000..c2403edbe1c01 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFPuppiJetsCorrected = cms.EDProducer("CorrectedPFJetProducer", + correctors = cms.VInputTag("hltAK4PFPuppiJetCorrector"), + src = cms.InputTag("hltAK4PFPuppiJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJets_cfi.py new file mode 100644 index 0000000000000..29f66c57ef6e3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJets_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltAK4PFPuppiJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(True), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(True), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.0), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(5.0), + jetType = cms.string('PFJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + rParam = cms.double(0.4), + src = cms.InputTag("particleFlowTmp"), + srcPVs = cms.InputTag(""), + srcWeights = cms.InputTag("hltPFPuppi"), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..778b41507ed76 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFCHSJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + algorithm = cms.string('AK8PFchs'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..0f7c33c0c19f0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFCHSJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK8PFchs'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..bb3e5f7a7e644 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFCHSJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK8PFchs'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py new file mode 100644 index 0000000000000..666fb298bba2c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFCHSJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltAK8PFCHSJetCorrectorL1", "hltAK8PFCHSJetCorrectorL2", "hltAK8PFCHSJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py new file mode 100644 index 0000000000000..40a929a19699d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFCHSJetsCorrected = cms.EDProducer("CorrectedPFJetProducer", + correctors = cms.VInputTag("hltAK8PFCHSJetCorrector"), + src = cms.InputTag("hltAK8PFCHSJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJets_cfi.py new file mode 100644 index 0000000000000..90c5c123e653d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJets_cfi.py @@ -0,0 +1,31 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFCHSJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(False), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(True), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.0), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(50.0), + jetType = cms.string('PFJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + rParam = cms.double(0.8), + src = cms.InputTag("pfNoPileUpJME"), + srcPVs = cms.InputTag(""), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFClusterJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFClusterJets_cfi.py new file mode 100644 index 0000000000000..a4dcc97a53de8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFClusterJets_cfi.py @@ -0,0 +1,33 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFClusterJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(False), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(False), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.3), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(3.0), + jetType = cms.string('PFClusterJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + nSigmaPU = cms.double(1.0), + rParam = cms.double(0.8), + radiusPU = cms.double(0.5), + src = cms.InputTag("pfClusterRefsForJets"), + srcPVs = cms.InputTag("NotUsed"), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..6dc1bb0297b6d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL1_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + algorithm = cms.string('AK8PF'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..ad038876ad168 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL2_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK8PF'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..422ff14de6dba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrectorL3_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK8PF'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrector_cfi.py new file mode 100644 index 0000000000000..b9985c032bfe7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltAK8PFJetCorrectorL1", "hltAK8PFJetCorrectorL2", "hltAK8PFJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetsCorrected_cfi.py new file mode 100644 index 0000000000000..92171c1f023ed --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJetsCorrected_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFJetsCorrected = cms.EDProducer("CorrectedPFJetProducer", + correctors = cms.VInputTag("hltAK8PFJetCorrector"), + src = cms.InputTag("hltAK8PFJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJets_cfi.py new file mode 100644 index 0000000000000..f7c00b67709bf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFJets_cfi.py @@ -0,0 +1,31 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(False), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(True), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.0), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(50.0), + jetType = cms.string('PFJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + rParam = cms.double(0.8), + src = cms.InputTag("particleFlowTmp"), + srcPVs = cms.InputTag(""), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..31a877165f25a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFPuppiJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + #algorithm = cms.string('AK8PFPuppiHLT'), + algorithm = cms.string('AK8PFPuppi'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..1c1175d7a5229 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFPuppiJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + #algorithm = cms.string('AK8PFPuppiHLT'), + algorithm = cms.string('AK8PFPuppi'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..eb6e4e747e18b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFPuppiJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + #algorithm = cms.string('AK8PFPuppiHLT'), + algorithm = cms.string('AK8PFPuppi'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py new file mode 100644 index 0000000000000..e00882e730c8f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFPuppiJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltAK8PFPuppiJetCorrectorL1", "hltAK8PFPuppiJetCorrectorL2", "hltAK8PFPuppiJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py new file mode 100644 index 0000000000000..d041c2f424999 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFPuppiJetsCorrected = cms.EDProducer("CorrectedPFJetProducer", + correctors = cms.VInputTag("hltAK8PFPuppiJetCorrector"), + src = cms.InputTag("hltAK8PFPuppiJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJets_cfi.py new file mode 100644 index 0000000000000..164588d23e69a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJets_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltAK8PFPuppiJets = cms.EDProducer("FastjetJetProducer", + Active_Area_Repeats = cms.int32(1), + GhostArea = cms.double(0.01), + Ghost_EtaMax = cms.double(5.0), + Rho_EtaMax = cms.double(4.4), + applyWeight = cms.bool(True), + doAreaDiskApprox = cms.bool(False), + doAreaFastjet = cms.bool(True), + doPUOffsetCorr = cms.bool(False), + doPVCorrection = cms.bool(False), + doRhoFastjet = cms.bool(False), + inputEMin = cms.double(0.0), + inputEtMin = cms.double(0.0), + jetAlgorithm = cms.string('AntiKt'), + jetPtMin = cms.double(50.0), + jetType = cms.string('PFJet'), + maxBadEcalCells = cms.uint32(9999999), + maxBadHcalCells = cms.uint32(9999999), + maxProblematicEcalCells = cms.uint32(9999999), + maxProblematicHcalCells = cms.uint32(9999999), + maxRecoveredEcalCells = cms.uint32(9999999), + maxRecoveredHcalCells = cms.uint32(9999999), + minSeed = cms.uint32(14327), + rParam = cms.double(0.8), + src = cms.InputTag("particleFlowTmp"), + srcPVs = cms.InputTag(""), + srcWeights = cms.InputTag("hltPFPuppi"), + useDeterministicSeed = cms.bool(True), + voronoiRfact = cms.double(-0.9) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py new file mode 100644 index 0000000000000..4ffb6f29d7a2a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4 = cms.EDFilter("HLTPFJetTag", + JetTags = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4","probb"), + Jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + MaxTag = cms.double(999999.0), + MinJets = cms.int32(3), + MinTag = cms.double(0.31), + TriggerType = cms.int32(86), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py new file mode 100644 index 0000000000000..21e8ae7528e21 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4 = cms.EDFilter("HLTPFJetTag", + JetTags = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4","probb"), + Jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + MaxTag = cms.double(999999.0), + MinJets = cms.int32(3), + MinTag = cms.double(0.38), + TriggerType = cms.int32(86), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py new file mode 100644 index 0000000000000..5b6aaccac8fe6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltBTagPFPuppiDeepCSV0p865DoubleEta2p4 = cms.EDFilter("HLTPFJetTagWithMatching", + JetTags = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4","probb"), + Jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + MaxTag = cms.double(999999.0), + MinJets = cms.int32(2), + MinTag = cms.double(0.865), + TriggerType = cms.int32(86), + deltaR = cms.double(0.1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py new file mode 100644 index 0000000000000..79fe5126715ec --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4 = cms.EDFilter("HLTPFJetTag", + JetTags = cms.InputTag("hltPfDeepFlavourJetTagsModEta2p4","probb"), + Jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + MaxTag = cms.double(999999.0), + MinJets = cms.int32(3), + MinTag = cms.double(0.275), + TriggerType = cms.int32(86), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py new file mode 100644 index 0000000000000..ab44f8c4138a4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4 = cms.EDFilter("HLTPFJetTag", + JetTags = cms.InputTag("hltPfDeepFlavourJetTagsModEta2p4","probb"), + Jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + MaxTag = cms.double(999999.0), + MinJets = cms.int32(3), + MinTag = cms.double(0.375), + TriggerType = cms.int32(86), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py new file mode 100644 index 0000000000000..f15d0b51fdcbb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4 = cms.EDFilter("HLTPFJetTagWithMatching", + JetTags = cms.InputTag("hltPfDeepFlavourJetTagsModEta2p4","probb"), + Jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + MaxTag = cms.double(999999.0), + MinJets = cms.int32(2), + MinTag = cms.double(0.935), + TriggerType = cms.int32(86), + deltaR = cms.double(0.1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBoolEnd_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBoolEnd_cfi.py new file mode 100644 index 0000000000000..af2863d4994c7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBoolEnd_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltBoolEnd = cms.EDFilter("HLTBool", + result = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltBoolFalse_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBoolFalse_cfi.py new file mode 100644 index 0000000000000..220da6bfc0340 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltBoolFalse_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltBoolFalse = cms.EDFilter( "HLTBool", + result = cms.bool( False ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltCaloMET_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltCaloMET_cfi.py new file mode 100644 index 0000000000000..17ff5caad525d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltCaloMET_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltCaloMET = cms.EDProducer("CaloMETProducer", + alias = cms.string('RawCaloMET'), + calculateSignificance = cms.bool(False), + globalThreshold = cms.double(0.3), + noHF = cms.bool(False), + src = cms.InputTag("towerMaker") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltCsc2DRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltCsc2DRecHits_cfi.py new file mode 100644 index 0000000000000..4bfa0d5b56bf7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltCsc2DRecHits_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +hltCsc2DRecHits = cms.EDProducer("CSCRecHitDProducer", + CSCDebug = cms.untracked.bool(False), + CSCNoOfTimeBinsForDynamicPedestal = cms.int32(2), + CSCStripClusterChargeCut = cms.double(25.0), + # CSCStripClusterSize = cms.untracked.int32(3), + CSCStripPeakThreshold = cms.double(10.0), + CSCStripxtalksOffset = cms.double(0.03), + CSCUseCalibrations = cms.bool(True), + CSCUseGasGainCorrections = cms.bool(False), + CSCUseReducedWireTimeWindow = cms.bool(False), + CSCUseStaticPedestals = cms.bool(False), + CSCUseTimingCorrections = cms.bool(True), + CSCWireClusterDeltaT = cms.int32(1), + CSCWireTimeWindowHigh = cms.int32(15), + CSCWireTimeWindowLow = cms.int32(0), + CSCstripWireDeltaTime = cms.int32(8), + ConstSyst_ME12 = cms.double(0.02), + ConstSyst_ME13 = cms.double(0.03), + ConstSyst_ME1a = cms.double(0.01), + ConstSyst_ME1b = cms.double(0.02), + ConstSyst_ME21 = cms.double(0.03), + ConstSyst_ME22 = cms.double(0.03), + ConstSyst_ME31 = cms.double(0.03), + ConstSyst_ME32 = cms.double(0.03), + ConstSyst_ME41 = cms.double(0.03), + NoiseLevel_ME12 = cms.double(7.0), + NoiseLevel_ME13 = cms.double(4.0), + NoiseLevel_ME1a = cms.double(9.0), + NoiseLevel_ME1b = cms.double(6.0), + NoiseLevel_ME21 = cms.double(5.0), + NoiseLevel_ME22 = cms.double(7.0), + NoiseLevel_ME31 = cms.double(5.0), + NoiseLevel_ME32 = cms.double(7.0), + NoiseLevel_ME41 = cms.double(5.0), + UseAverageTime = cms.bool(False), + UseFivePoleFit = cms.bool(True), + UseParabolaFit = cms.bool(False), + XTasymmetry_ME12 = cms.double(0.015), + XTasymmetry_ME13 = cms.double(0.02), + XTasymmetry_ME1a = cms.double(0.023), + XTasymmetry_ME1b = cms.double(0.01), + XTasymmetry_ME21 = cms.double(0.023), + XTasymmetry_ME22 = cms.double(0.023), + XTasymmetry_ME31 = cms.double(0.023), + XTasymmetry_ME32 = cms.double(0.023), + XTasymmetry_ME41 = cms.double(0.023), + readBadChambers = cms.bool(True), + readBadChannels = cms.bool(False), + stripDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCStripDigi"), + wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltCscSegments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltCscSegments_cfi.py new file mode 100644 index 0000000000000..d970f4d67faba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltCscSegments_cfi.py @@ -0,0 +1,366 @@ +import FWCore.ParameterSet.Config as cms + +hltCscSegments = cms.EDProducer("CSCSegmentProducer", + algo_psets = cms.VPSet( + cms.PSet( + algo_name = cms.string('CSCSegAlgoSK'), + algo_psets = cms.VPSet( + cms.PSet( + chi2Max = cms.double(99999.0), + dPhiFineMax = cms.double(0.025), + dPhiMax = cms.double(0.003), + dRPhiFineMax = cms.double(8.0), + dRPhiMax = cms.double(8.0), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(99999.0), + dPhiFineMax = cms.double(0.025), + dPhiMax = cms.double(0.025), + dRPhiFineMax = cms.double(3.0), + dRPhiMax = cms.double(8.0), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True), + wideSeg = cms.double(3.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoTC'), + algo_psets = cms.VPSet( + cms.PSet( + SegmentSorting = cms.int32(1), + chi2Max = cms.double(6000.0), + chi2ndfProbMin = cms.double(0.0001), + dPhiFineMax = cms.double(0.02), + dPhiMax = cms.double(0.003), + dRPhiFineMax = cms.double(6.0), + dRPhiMax = cms.double(1.2), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True) + ), + cms.PSet( + SegmentSorting = cms.int32(1), + chi2Max = cms.double(6000.0), + chi2ndfProbMin = cms.double(0.0001), + dPhiFineMax = cms.double(0.013), + dPhiMax = cms.double(0.00198), + dRPhiFineMax = cms.double(3.0), + dRPhiMax = cms.double(0.6), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoDF'), + algo_psets = cms.VPSet( + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(8.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(10), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2) + ), + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(12.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(12.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(10), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.8), + tanThetaMax = cms.double(2.0) + ), + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(8.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(30), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 3, 1, 2, 2, 1, + 2, 1, 2, 1, 2 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoST'), + algo_psets = cms.VPSet( + cms.PSet( + BPMinImprovement = cms.double(10000.0), + BrutePruning = cms.bool(True), + CSCDebug = cms.untracked.bool(False), + CorrectTheErrors = cms.bool(True), + Covariance = cms.double(0.0), + ForceCovariance = cms.bool(False), + ForceCovarianceAll = cms.bool(False), + NormChi2Cut2D = cms.double(20.0), + NormChi2Cut3D = cms.double(10.0), + Pruning = cms.bool(True), + SeedBig = cms.double(0.0015), + SeedSmall = cms.double(0.0002), + curvePenalty = cms.double(2.0), + curvePenaltyThreshold = cms.double(0.85), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(4.0), + dYclusBoxMax = cms.double(8.0), + hitDropLimit4Hits = cms.double(0.6), + hitDropLimit5Hits = cms.double(0.8), + hitDropLimit6Hits = cms.double(0.3333), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3), + maxRecHitsInCluster = cms.int32(20), + minHitsPerSegment = cms.int32(3), + onlyBestSegment = cms.bool(False), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True), + prePrun = cms.bool(True), + prePrunLimit = cms.double(3.17), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2), + useShowering = cms.bool(False), + yweightPenalty = cms.double(1.5), + yweightPenaltyThreshold = cms.double(1.0) + ), + cms.PSet( + BPMinImprovement = cms.double(10000.0), + BrutePruning = cms.bool(True), + CSCDebug = cms.untracked.bool(False), + CorrectTheErrors = cms.bool(True), + Covariance = cms.double(0.0), + ForceCovariance = cms.bool(False), + ForceCovarianceAll = cms.bool(False), + NormChi2Cut2D = cms.double(20.0), + NormChi2Cut3D = cms.double(10.0), + Pruning = cms.bool(True), + SeedBig = cms.double(0.0015), + SeedSmall = cms.double(0.0002), + curvePenalty = cms.double(2.0), + curvePenaltyThreshold = cms.double(0.85), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(4.0), + dYclusBoxMax = cms.double(8.0), + hitDropLimit4Hits = cms.double(0.6), + hitDropLimit5Hits = cms.double(0.8), + hitDropLimit6Hits = cms.double(0.3333), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3), + maxRecHitsInCluster = cms.int32(24), + minHitsPerSegment = cms.int32(3), + onlyBestSegment = cms.bool(False), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True), + prePrun = cms.bool(True), + prePrunLimit = cms.double(3.17), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2), + useShowering = cms.bool(False), + yweightPenalty = cms.double(1.5), + yweightPenaltyThreshold = cms.double(1.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) + ), + cms.PSet( + algo_name = cms.string('CSCSegAlgoRU'), + algo_psets = cms.VPSet( + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.005), + dPhiMax = cms.double(0.006), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.004), + dPhiMax = cms.double(0.005), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.003), + dPhiMax = cms.double(0.004), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(60.0), + chi2Norm_2D_ = cms.double(20), + chi2_str = cms.double(30.0), + dPhiIntMax = cms.double(0.002), + dPhiMax = cms.double(0.003), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(180.0), + chi2Norm_2D_ = cms.double(60), + chi2_str = cms.double(80.0), + dPhiIntMax = cms.double(0.005), + dPhiMax = cms.double(0.007), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.004), + dPhiMax = cms.double(0.006), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 1, 2, 3, 4, 5, + 6, 5, 6, 5, 6 + ) + ) + ), + algo_type = cms.int32(5), + inputObjects = cms.InputTag("hltCsc2DRecHits") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py new file mode 100644 index 0000000000000..c11b4ee33a661 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepBLifetimeTagInfosPFPuppiModEta2p4 = cms.EDProducer("CandIPProducer", + candidates = cms.InputTag("particleFlowTmp"), + computeGhostTrack = cms.bool(True), + computeProbabilities = cms.bool(True), + ghostTrackPriorDeltaR = cms.double(0.03), + jetDirectionUsingGhostTrack = cms.bool(False), + jetDirectionUsingTracks = cms.bool(False), + jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + maxDeltaR = cms.double(0.4), + maximumChiSquared = cms.double(5.0), + maximumLongitudinalImpactParameter = cms.double(17.0), + maximumTransverseImpactParameter = cms.double(0.2), + minimumNumberOfHits = cms.int32(3), + minimumNumberOfPixelHits = cms.int32(2), + minimumTransverseMomentum = cms.double(1.0), + primaryVertex = cms.InputTag("offlinePrimaryVertices"), + useTrackQuality = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py new file mode 100644 index 0000000000000..f52013809a94e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepBLifetimeTagInfosPFPuppi = cms.EDProducer("CandIPProducer", + candidates = cms.InputTag("particleFlowTmp"), + computeGhostTrack = cms.bool(True), + computeProbabilities = cms.bool(True), + ghostTrackPriorDeltaR = cms.double(0.03), + jetDirectionUsingGhostTrack = cms.bool(False), + jetDirectionUsingTracks = cms.bool(False), + jets = cms.InputTag("hltAK4PFPuppiJets"), + maxDeltaR = cms.double(0.4), + maximumChiSquared = cms.double(5.0), + maximumLongitudinalImpactParameter = cms.double(17.0), + maximumTransverseImpactParameter = cms.double(0.2), + minimumNumberOfHits = cms.int32(3), + minimumNumberOfPixelHits = cms.int32(2), + minimumTransverseMomentum = cms.double(1.0), + primaryVertex = cms.InputTag("offlinePrimaryVertices"), + useTrackQuality = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py new file mode 100644 index 0000000000000..621c36cddbc07 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py @@ -0,0 +1,79 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4 = cms.EDProducer("DeepNNTagInfoProducer", + computer = cms.PSet( + SoftLeptonFlip = cms.bool(False), + charmCut = cms.double(1.5), + correctVertexMass = cms.bool(True), + minimumTrackWeight = cms.double(0.5), + pseudoMultiplicityMin = cms.uint32(2), + pseudoVertexV0Filter = cms.PSet( + k0sMassWindow = cms.double(0.05) + ), + trackFlip = cms.bool(False), + trackMultiplicityMin = cms.uint32(2), + trackPairV0Filter = cms.PSet( + k0sMassWindow = cms.double(0.03) + ), + trackPseudoSelection = cms.PSet( + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + jetDeltaRMax = cms.double(0.3), + maxDecayLen = cms.double(5), + maxDistToAxis = cms.double(0.07), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + normChi2Max = cms.double(99999.9), + pixelHitsMin = cms.uint32(0), + ptMin = cms.double(0.0), + qualityClass = cms.string('any'), + sip2dSigMax = cms.double(99999.9), + sip2dSigMin = cms.double(2.0), + sip2dValMax = cms.double(99999.9), + sip2dValMin = cms.double(-99999.9), + sip3dSigMax = cms.double(99999.9), + sip3dSigMin = cms.double(-99999.9), + sip3dValMax = cms.double(99999.9), + sip3dValMin = cms.double(-99999.9), + totalHitsMin = cms.uint32(3), + useVariableJTA = cms.bool(False) + ), + trackSelection = cms.PSet( + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + jetDeltaRMax = cms.double(0.3), + maxDecayLen = cms.double(5), + maxDistToAxis = cms.double(0.07), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + normChi2Max = cms.double(99999.9), + pixelHitsMin = cms.uint32(2), + ptMin = cms.double(0.0), + qualityClass = cms.string('any'), + sip2dSigMax = cms.double(99999.9), + sip2dSigMin = cms.double(-99999.9), + sip2dValMax = cms.double(99999.9), + sip2dValMin = cms.double(-99999.9), + sip3dSigMax = cms.double(99999.9), + sip3dSigMin = cms.double(-99999.9), + sip3dValMax = cms.double(99999.9), + sip3dValMin = cms.double(-99999.9), + totalHitsMin = cms.uint32(3), + useVariableJTA = cms.bool(False) + ), + trackSort = cms.string('sip2dSig'), + useTrackWeights = cms.bool(True), + vertexFlip = cms.bool(False) + ), + svTagInfos = cms.InputTag("hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py new file mode 100644 index 0000000000000..fb586fbb56b7e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py @@ -0,0 +1,79 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi = cms.EDProducer("DeepNNTagInfoProducer", + computer = cms.PSet( + SoftLeptonFlip = cms.bool(False), + charmCut = cms.double(1.5), + correctVertexMass = cms.bool(True), + minimumTrackWeight = cms.double(0.5), + pseudoMultiplicityMin = cms.uint32(2), + pseudoVertexV0Filter = cms.PSet( + k0sMassWindow = cms.double(0.05) + ), + trackFlip = cms.bool(False), + trackMultiplicityMin = cms.uint32(2), + trackPairV0Filter = cms.PSet( + k0sMassWindow = cms.double(0.03) + ), + trackPseudoSelection = cms.PSet( + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + jetDeltaRMax = cms.double(0.3), + maxDecayLen = cms.double(5), + maxDistToAxis = cms.double(0.07), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + normChi2Max = cms.double(99999.9), + pixelHitsMin = cms.uint32(0), + ptMin = cms.double(0.0), + qualityClass = cms.string('any'), + sip2dSigMax = cms.double(99999.9), + sip2dSigMin = cms.double(2.0), + sip2dValMax = cms.double(99999.9), + sip2dValMin = cms.double(-99999.9), + sip3dSigMax = cms.double(99999.9), + sip3dSigMin = cms.double(-99999.9), + sip3dValMax = cms.double(99999.9), + sip3dValMin = cms.double(-99999.9), + totalHitsMin = cms.uint32(3), + useVariableJTA = cms.bool(False) + ), + trackSelection = cms.PSet( + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + jetDeltaRMax = cms.double(0.3), + maxDecayLen = cms.double(5), + maxDistToAxis = cms.double(0.07), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + normChi2Max = cms.double(99999.9), + pixelHitsMin = cms.uint32(2), + ptMin = cms.double(0.0), + qualityClass = cms.string('any'), + sip2dSigMax = cms.double(99999.9), + sip2dSigMin = cms.double(-99999.9), + sip2dValMax = cms.double(99999.9), + sip2dValMin = cms.double(-99999.9), + sip3dSigMax = cms.double(99999.9), + sip3dSigMin = cms.double(-99999.9), + sip3dValMax = cms.double(99999.9), + sip3dValMin = cms.double(-99999.9), + totalHitsMin = cms.uint32(3), + useVariableJTA = cms.bool(False) + ), + trackSort = cms.string('sip2dSig'), + useTrackWeights = cms.bool(True), + vertexFlip = cms.bool(False) + ), + svTagInfos = cms.InputTag("hltDeepSecondaryVertexTagInfosPFPuppi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py new file mode 100644 index 0000000000000..2e24d25d4ed3d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4 = cms.EDProducer("DeepFlavourJetTagsProducer", + NNConfig = cms.FileInPath('RecoBTag/Combined/data/DeepCSV_PhaseII.json'), + checkSVForDefaults = cms.bool(True), + meanPadding = cms.bool(True), + src = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4"), + toAdd = cms.PSet( + probbb = cms.string('probb') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py new file mode 100644 index 0000000000000..a5ef654161d02 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepCombinedSecondaryVertexBJetTagsPFPuppi = cms.EDProducer("DeepFlavourJetTagsProducer", + NNConfig = cms.FileInPath('RecoBTag/Combined/data/DeepCSV_PhaseII.json'), + checkSVForDefaults = cms.bool(True), + meanPadding = cms.bool(True), + src = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi"), + toAdd = cms.PSet( + probbb = cms.string('probb') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py new file mode 100644 index 0000000000000..3308ed3bfeee6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepInclusiveMergedVerticesPF = cms.EDProducer("CandidateVertexMerger", + maxFraction = cms.double(0.2), + minSignificance = cms.double(10.0), + secondaryVertices = cms.InputTag("hltDeepTrackVertexArbitratorPF") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py new file mode 100644 index 0000000000000..0baa6ba65abfb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepInclusiveSecondaryVerticesPF = cms.EDProducer("CandidateVertexMerger", + maxFraction = cms.double(0.7), + minSignificance = cms.double(2), + secondaryVertices = cms.InputTag("hltDeepInclusiveVertexFinderPF") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py new file mode 100644 index 0000000000000..a39f44b3631bc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py @@ -0,0 +1,38 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepInclusiveVertexFinderPF = cms.EDProducer("InclusiveCandidateVertexFinder", + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterizer = cms.PSet( + clusterMaxDistance = cms.double(0.05), + clusterMaxSignificance = cms.double(4.5), + clusterMinAngleCosine = cms.double(0.5), + distanceRatio = cms.double(20), + maxTimeSignificance = cms.double(3.5), + seedMax3DIPSignificance = cms.double(9999), + seedMax3DIPValue = cms.double(9999), + seedMin3DIPSignificance = cms.double(1.2), + seedMin3DIPValue = cms.double(0.005) + ), + fitterRatio = cms.double(0.25), + fitterSigmacut = cms.double(3), + fitterTini = cms.double(256), + maxNTracks = cms.uint32(15), + maximumLongitudinalImpactParameter = cms.double(0.2), + maximumTimeSignificance = cms.double(3), + mightGet = cms.optional.untracked.vstring, + minHits = cms.uint32(8), + minPt = cms.double(1.4), + primaryVertices = cms.InputTag("offlinePrimaryVertices"), + tracks = cms.InputTag("particleFlowTmp"), + useDirectVertexFitter = cms.bool(True), + useVertexReco = cms.bool(True), + vertexMinAngleCosine = cms.double(0.95), + vertexMinDLen2DSig = cms.double(2.5), + vertexMinDLenSig = cms.double(0.5), + vertexReco = cms.PSet( + finder = cms.string('avr'), + primcut = cms.double(1), + seccut = cms.double(3), + smoothing = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py new file mode 100644 index 0000000000000..45cfb053cfd04 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py @@ -0,0 +1,71 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4 = cms.EDProducer("CandSecondaryVertexProducer", + beamSpotTag = cms.InputTag("offlineBeamSpot"), + constraint = cms.string('BeamSpot'), + extSVCollection = cms.InputTag("hltDeepInclusiveMergedVerticesPF"), + extSVDeltaRToJet = cms.double(0.3), + minimumTrackWeight = cms.double(0.5), + trackIPTagInfos = cms.InputTag("hltDeepBLifetimeTagInfosPFPuppiModEta2p4"), + trackSelection = cms.PSet( + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + jetDeltaRMax = cms.double(0.3), + maxDecayLen = cms.double(99999.9), + maxDistToAxis = cms.double(0.2), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + normChi2Max = cms.double(99999.9), + pixelHitsMin = cms.uint32(2), + ptMin = cms.double(1.0), + qualityClass = cms.string('any'), + sip2dSigMax = cms.double(99999.9), + sip2dSigMin = cms.double(-99999.9), + sip2dValMax = cms.double(99999.9), + sip2dValMin = cms.double(-99999.9), + sip3dSigMax = cms.double(99999.9), + sip3dSigMin = cms.double(-99999.9), + sip3dValMax = cms.double(99999.9), + sip3dValMin = cms.double(-99999.9), + totalHitsMin = cms.uint32(3), + useVariableJTA = cms.bool(False) + ), + trackSort = cms.string('sip3dSig'), + useExternalSV = cms.bool(True), + usePVError = cms.bool(True), + vertexCuts = cms.PSet( + distSig2dMax = cms.double(99999.9), + distSig2dMin = cms.double(2.0), + distSig3dMax = cms.double(99999.9), + distSig3dMin = cms.double(-99999.9), + distVal2dMax = cms.double(2.5), + distVal2dMin = cms.double(0.01), + distVal3dMax = cms.double(99999.9), + distVal3dMin = cms.double(-99999.9), + fracPV = cms.double(0.79), + massMax = cms.double(6.5), + maxDeltaRToJetAxis = cms.double(0.4), + minimumTrackWeight = cms.double(0.5), + multiplicityMin = cms.uint32(2), + useTrackWeights = cms.bool(True), + v0Filter = cms.PSet( + k0sMassWindow = cms.double(0.05) + ) + ), + vertexReco = cms.PSet( + finder = cms.string('avr'), + minweight = cms.double(0.5), + primcut = cms.double(1.8), + seccut = cms.double(6.0), + smoothing = cms.bool(False), + weightthreshold = cms.double(0.001) + ), + vertexSelection = cms.PSet( + sortCriterium = cms.string('dist3dError') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py new file mode 100644 index 0000000000000..b25aa5b1ac4c9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepSecondaryVertexTagInfosPFPuppi = cms.EDProducer("CandSecondaryVertexProducer", + beamSpotTag = cms.InputTag("offlineBeamSpot"), + constraint = cms.string('BeamSpot'), + extSVCollection = cms.InputTag("hltDeepInclusiveMergedVerticesPF"), + extSVDeltaRToJet = cms.double(0.3), + minimumTrackWeight = cms.double(0.5), + trackIPTagInfos = cms.InputTag("hltDeepBLifetimeTagInfosPFPuppi"), + trackSelection = cms.PSet( + a_dR = cms.double(-0.001053), + a_pT = cms.double(0.005263), + b_dR = cms.double(0.6263), + b_pT = cms.double(0.3684), + jetDeltaRMax = cms.double(0.3), + maxDecayLen = cms.double(99999.9), + maxDistToAxis = cms.double(0.2), + max_pT = cms.double(500), + max_pT_dRcut = cms.double(0.1), + max_pT_trackPTcut = cms.double(3), + min_pT = cms.double(120), + min_pT_dRcut = cms.double(0.5), + normChi2Max = cms.double(99999.9), + pixelHitsMin = cms.uint32(2), + ptMin = cms.double(1.0), + qualityClass = cms.string('any'), + sip2dSigMax = cms.double(99999.9), + sip2dSigMin = cms.double(-99999.9), + sip2dValMax = cms.double(99999.9), + sip2dValMin = cms.double(-99999.9), + sip3dSigMax = cms.double(99999.9), + sip3dSigMin = cms.double(-99999.9), + sip3dValMax = cms.double(99999.9), + sip3dValMin = cms.double(-99999.9), + totalHitsMin = cms.uint32(3), + useVariableJTA = cms.bool(False) + ), + trackSort = cms.string('sip3dSig'), + useExternalSV = cms.bool(True), + usePVError = cms.bool(True), + vertexCuts = cms.PSet( + distSig2dMax = cms.double(99999.9), + distSig2dMin = cms.double(2.0), + distSig3dMax = cms.double(99999.9), + distSig3dMin = cms.double(-99999.9), + distVal2dMax = cms.double(2.5), + distVal2dMin = cms.double(0.01), + distVal3dMax = cms.double(99999.9), + distVal3dMin = cms.double(-99999.9), + fracPV = cms.double(0.79), + massMax = cms.double(6.5), + maxDeltaRToJetAxis = cms.double(0.4), + minimumTrackWeight = cms.double(0.5), + multiplicityMin = cms.uint32(2), + useTrackWeights = cms.bool(True), + v0Filter = cms.PSet( + k0sMassWindow = cms.double(0.05) + ) + ), + vertexReco = cms.PSet( + finder = cms.string('avr'), + minweight = cms.double(0.5), + primcut = cms.double(1.8), + seccut = cms.double(6.0), + smoothing = cms.bool(False), + weightthreshold = cms.double(0.001) + ), + vertexSelection = cms.PSet( + sortCriterium = cms.string('dist3dError') + ), + weights = cms.InputTag("hltPFPuppi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py new file mode 100644 index 0000000000000..65121ebdae154 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltDeepTrackVertexArbitratorPF = cms.EDProducer("CandidateVertexArbitrator", + beamSpot = cms.InputTag("offlineBeamSpot"), + dLenFraction = cms.double(0.333), + dRCut = cms.double(0.4), + distCut = cms.double(0.04), + fitterRatio = cms.double(0.25), + fitterSigmacut = cms.double(3), + fitterTini = cms.double(256), + maxTimeSignificance = cms.double(3.5), + mightGet = cms.optional.untracked.vstring, + primaryVertices = cms.InputTag("offlinePrimaryVertices"), + secondaryVertices = cms.InputTag("hltDeepInclusiveSecondaryVerticesPF"), + sigCut = cms.double(5), + trackMinLayers = cms.int32(4), + trackMinPixels = cms.int32(1), + trackMinPt = cms.double(1.4), + tracks = cms.InputTag("particleFlowTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b23327b70bfab --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG12EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(12.0), + etcutEE = cms.double(12.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(2), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..a2b504f4076a7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG12EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.017), + thrRegularEE = cms.vdouble(0.017), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b73c3d74a8907 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG2312IsoClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.9216), + thrRegularEE = cms.vdouble(0.9216), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..f9ba1a77ef01c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(77.44), + thrRegularEE = cms.vdouble(77.44), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..5b59f010188f8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG2312IsoHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(80), + thrRegularEB2 = cms.vdouble(80), + thrRegularEE1 = cms.vdouble(80), + thrRegularEE2 = cms.vdouble(80), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..0715740f572cd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG2312IsoHgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.5), + thrOverEEB2 = cms.vdouble(0.5), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..0dc126d44a9db --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltDiEG2312IsoHgcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(100), + thrRegularEB2 = cms.vdouble(100), + thrRegularEE1 = cms.vdouble(100), + thrRegularEE2 = cms.vdouble(100), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..97a184434a95d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoHgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.55), + thrOverEEE2 = cms.vdouble(0.55), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..3633ac09f6c2d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG2312IsoHgcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltDiEG2312IsoEcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(450), + thrRegularEB2 = cms.vdouble(450), + thrRegularEE1 = cms.vdouble(450), + thrRegularEE2 = cms.vdouble(600), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..0ce98001f82b5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG23EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(23.0), + etcutEE = cms.double(23.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(2), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..9f977302371cc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG23EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(23.0), + etcutEE = cms.double(23.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(2), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..16da622a58a58 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG25EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.015), + thrRegularEE = cms.vdouble(0.015), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d4d88d69742de --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG25CaloIdLClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py new file mode 100644 index 0000000000000..75b005f00cc92 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG25CaloIdLClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..d74226aa78fb3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG25EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.014), + thrRegularEE = cms.vdouble(0.014), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..0bae6146d034f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG25CaloIdLHgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.2), + thrOverEEB2 = cms.vdouble(0.2), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..ca8c4b0f9c91f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG25CaloIdLHgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.19), + thrOverEEB2 = cms.vdouble(0.19), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..e3d4256536b95 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLHgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.19), + thrOverEEE2 = cms.vdouble(0.19), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..f74ca70488ecc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25CaloIdLHgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.19), + thrOverEEE2 = cms.vdouble(0.19), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d34ca3116ce5b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(25.0), + etcutEE = cms.double(25.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(2), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..4f68ab058b8b4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG25EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(25.0), + etcutEE = cms.double(25.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(2), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..25e95e0356a70 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG23EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.0113), + thrRegularEE = cms.vdouble(0.0113), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..c7791989074b9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py new file mode 100644 index 0000000000000..57a09421e1c36 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..47c26ed50c06a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(64), + thrRegularEE = cms.vdouble(64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py new file mode 100644 index 0000000000000..94c062aecccb9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(64), + thrRegularEE = cms.vdouble(64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..c0684b79c1d4c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEG23EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.0113), + thrRegularEE = cms.vdouble(0.0113), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..665ead8ffc105 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(12), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..f3be173dd219e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdEcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(12), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..97e04f8ccc6e4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.18), + thrOverEEB2 = cms.vdouble(0.18), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..44af0187c3403 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdHgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.18), + thrOverEEB2 = cms.vdouble(0.18), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..aabfec4938f1f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(22), + thrRegularEB2 = cms.vdouble(22), + thrRegularEE1 = cms.vdouble(22), + thrRegularEE2 = cms.vdouble(22), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..b1f5491291de2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(11), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..5e64795aab7c0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.125), + thrOverEEE2 = cms.vdouble(0.125), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..7375d620e56e8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.125), + thrOverEEE2 = cms.vdouble(0.125), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..34c5c25f92985 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(140), + thrRegularEB2 = cms.vdouble(140), + thrRegularEE1 = cms.vdouble(140), + thrRegularEE2 = cms.vdouble(370), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..dfa8bcfdc2adf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltDiEG3023IsoCaloIdEcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(140), + thrRegularEB2 = cms.vdouble(140), + thrRegularEE1 = cms.vdouble(140), + thrRegularEE2 = cms.vdouble(370), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..ee1de168a8c62 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoBestGsfChi2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEle2312IsoBestGsfNLayerITL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(150.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..1bd88151d7765 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoBestGsfNLayerITL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEle2312IsoGsfDphiL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..62f89db45440a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoGsfDetaL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.008), + thrRegularEB2 = cms.vdouble(0.05), + thrRegularEE1 = cms.vdouble(0.008), + thrRegularEE2 = cms.vdouble(0.008), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b2019f184d017 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoGsfDphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltDiEle2312IsoGsfDetaL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.08), + thrRegularEB2 = cms.vdouble(0.5), + thrRegularEE1 = cms.vdouble(0.06), + thrRegularEE2 = cms.vdouble(0.06), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..50e403e9d0c9a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltDiEle2312IsoPMS2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.04), + thrRegularEB2 = cms.vdouble(0.5), + thrRegularEE1 = cms.vdouble(0.08), + thrRegularEE2 = cms.vdouble(0.08), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..a66be822e1568 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltDiEle2312IsoBestGsfChi2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(15), + thrRegularEB2 = cms.vdouble(50), + thrRegularEE1 = cms.vdouble(30), + thrRegularEE2 = cms.vdouble(30), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..23a2aac95ea7b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoGsfTrackIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(3.5), + thrRegularEB2 = cms.vdouble(3.5), + thrRegularEE1 = cms.vdouble(4.0), + thrRegularEE2 = cms.vdouble(4.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6L1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..91c312cfdbc1f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoPMS2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEle2312IsoPixelMatchL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(200), + thrRegularEE = cms.vdouble(350), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsL1Seeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..f98b48c940cd5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle2312IsoPixelMatchL1SeededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltDiEG2312IsoHcalIsoL1SeededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + ncandcut = cms.int32(2), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d5ce5e6aad84a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle25CaloIdLPMS2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEle25CaloIdLPixelMatchL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(75.0), + thrRegularEE = cms.vdouble(75.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsL1Seeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..23ad04f25bd05 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle25CaloIdLPMS2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltDiEle25CaloIdLPixelMatchUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(2), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(75.0), + thrRegularEE = cms.vdouble(75.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsUnseeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..92d808095a246 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle25CaloIdLPixelMatchL1SeededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltDiEG25CaloIdLHEL1SeededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + ncandcut = cms.int32(2), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py new file mode 100644 index 0000000000000..9796fdd144299 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltDiEle25CaloIdLPixelMatchUnseededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltDiEG25CaloIdLHEUnseededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + ncandcut = cms.int32(2), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py new file mode 100644 index 0000000000000..231e4378a550c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2 = cms.EDFilter("HLT2MuonMuonDZ", + MaxDZ = cms.double(0.2), + MinDR = cms.double(0.001), + MinN = cms.int32(1), + MinPixHitsForDZ = cms.int32(0), + checkSC = cms.bool(False), + inputTag1 = cms.InputTag("hltDiMuon178RelTrkIsoFiltered0p4"), + inputTag2 = cms.InputTag("hltDiMuon178RelTrkIsoFiltered0p4"), + originTag1 = cms.VInputTag("hltPhase2L3MuonCandidates"), + originTag2 = cms.VInputTag("hltPhase2L3MuonCandidates"), + saveTags = cms.bool(True), + triggerType1 = cms.int32(83), + triggerType2 = cms.int32(83) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py new file mode 100644 index 0000000000000..e1e1ea7c3ba4a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltDiMuon178RelTrkIsoFiltered0p4 = cms.EDFilter("HLTMuonIsoFilter", + CandTag = cms.InputTag("hltPhase2L3MuonCandidates"), + DepTag = cms.VInputTag("hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4"), + IsolatorPSet = cms.PSet( + + ), + MinN = cms.int32(2), + PreviousCandTag = cms.InputTag("hltL3fL1DoubleMu155fPreFiltered8"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleMuon7DZ1p0_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleMuon7DZ1p0_cfi.py new file mode 100644 index 0000000000000..cb58a19785c2c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleMuon7DZ1p0_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltDoubleMuon7DZ1p0 = cms.EDFilter("HLT2L1TkMuonL1TkMuonDZ", + MaxDZ = cms.double(1.0), + MinDR = cms.double(-1), + MinN = cms.int32(1), + MinPixHitsForDZ = cms.int32(0), + checkSC = cms.bool(False), + inputTag1 = cms.InputTag("hltL1TkDoubleMuFiltered7"), + inputTag2 = cms.InputTag("hltL1TkDoubleMuFiltered7"), + originTag1 = cms.VInputTag("hltL1TkMuons"), + originTag2 = cms.VInputTag("hltL1TkMuons"), + saveTags = cms.bool(True), + triggerType1 = cms.int32(-114), + triggerType2 = cms.int32(-114) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py new file mode 100644 index 0000000000000..1962ea61d6828 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltDoublePFPuppiJets128Eta2p4MaxDeta1p6 = cms.EDFilter("HLT2PFJetPFJet", + MaxDelR = cms.double(1000.0), + MaxDeta = cms.double(1.6), + MaxDphi = cms.double(10000000.0), + MaxMinv = cms.double(10000000.0), + MaxPt = cms.double(10000000.0), + MinDelR = cms.double(0.0), + MinDeta = cms.double(-1000.0), + MinDphi = cms.double(0.0), + MinMinv = cms.double(0.0), + MinN = cms.int32(1), + MinPt = cms.double(0.0), + inputTag1 = cms.InputTag("hltDoublePFPuppiJets128MaxEta2p4"), + inputTag2 = cms.InputTag("hltDoublePFPuppiJets128MaxEta2p4"), + originTag1 = cms.VInputTag("hltAK4PFPuppiJetsCorrected"), + originTag2 = cms.VInputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType1 = cms.int32(86), + triggerType2 = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..72357de717c04 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltDoublePFPuppiJets128MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(2), + MinPt = cms.double(128.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDt1DRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDt1DRecHits_cfi.py new file mode 100644 index 0000000000000..58904db932966 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDt1DRecHits_cfi.py @@ -0,0 +1,29 @@ +import FWCore.ParameterSet.Config as cms + +hltDt1DRecHits = cms.EDProducer("DTRecHitProducer", + debug = cms.untracked.bool(False), + dtDigiLabel = cms.InputTag("simMuonDTDigis"), + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + readLegacyTTrigDB = cms.bool(True), + readLegacyVDriftDB = cms.bool(True), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + tTrigLabel = cms.string(''), + t0Label = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltDt4DSegments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDt4DSegments_cfi.py new file mode 100644 index 0000000000000..d5ae7db297673 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltDt4DSegments_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +hltDt4DSegments = cms.EDProducer("DTRecSegment4DProducer", + Reco4DAlgoConfig = cms.PSet( + AllDTRecHits = cms.bool(True), + Reco2DAlgoConfig = cms.PSet( + AlphaMaxPhi = cms.double(1.0), + AlphaMaxTheta = cms.double(0.9), + MaxAllowedHits = cms.uint32(50), + MaxChi2 = cms.double(4.0), + debug = cms.untracked.bool(False), + hit_afterT0_resolution = cms.double(0.03), + nSharedHitsMax = cms.int32(2), + nUnSharedHitsMin = cms.int32(2), + performT0SegCorrection = cms.bool(False), + performT0_vdriftSegCorrection = cms.bool(False), + perform_delta_rejecting = cms.bool(False), + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + readLegacyTTrigDB = cms.bool(True), + readLegacyVDriftDB = cms.bool(True), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + t0Label = cms.string(''), + tTrigLabel = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ), + segmCleanerMode = cms.int32(2) + ), + Reco2DAlgoName = cms.string('DTMeantimerPatternReco'), + debug = cms.untracked.bool(False), + hit_afterT0_resolution = cms.double(0.03), + nUnSharedHitsMin = cms.int32(2), + performT0SegCorrection = cms.bool(False), + performT0_vdriftSegCorrection = cms.bool(False), + perform_delta_rejecting = cms.bool(False), + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + readLegacyTTrigDB = cms.bool(True), + readLegacyVDriftDB = cms.bool(True), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + t0Label = cms.string(''), + tTrigLabel = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ) + ), + Reco4DAlgoName = cms.string('DTMeantimerPatternReco4D'), + debug = cms.untracked.bool(False), + recHits1DLabel = cms.InputTag("hltDt1DRecHits"), + recHits2DLabel = cms.InputTag("dt2DSegments") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG100EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG100EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..60b267b02a0ba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG100EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG100EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(100.0), + etcutEE = cms.double(100.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG100EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG100EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..918051e132bac --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG100EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG100EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(100.0), + etcutEE = cms.double(100.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..3bd829c26bcc7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG108EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(108.0), + etcutEE = cms.double(108.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..30116e85e00d9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG108EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(108.0), + etcutEE = cms.double(108.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..67e0c9926efd1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG187EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(187.0), + etcutEE = cms.double(187.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..13e7b34354989 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG187EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(187.0), + etcutEE = cms.double(187.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..7cff448b729bd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG23EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(23.0), + etcutEE = cms.double(23.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..42ad45853c2fb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG26EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(26.0), + etcutEE = cms.double(26.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..518e272571f20 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG26EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(26.0), + etcutEE = cms.double(26.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b711c8f0e25fb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG30EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(30.0), + etcutEE = cms.double(30.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..6035c72ad91f8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG30EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(30.0), + etcutEE = cms.double(30.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..4df92a63619d0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG32EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(32.0), + etcutEE = cms.double(32.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..73c76f45b6963 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG32EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(32.0), + etcutEE = cms.double(32.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG5EtL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG5EtL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..65a6b30909378 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG5EtL1SeededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG5EtL1SeededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(5.0), + etcutEE = cms.double(5.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG5EtUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG5EtUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5c808e1b91321 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEG5EtUnseededFilter_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEG5EtUnseededFilter = cms.EDFilter("HLTEgammaEtFilter", + etcutEB = cms.double(5.0), + etcutEE = cms.double(5.0), + inputTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + ncandcut = cms.int32(1), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py new file mode 100644 index 0000000000000..1ebe86973493e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltEGL1SeedsForDoubleEleIsolatedFilter = cms.EDFilter("PathStatusFilter", + logicalExpression = cms.string('L1T_TkEm37TkEm24 or L1T_TkEle25TkEle12 or L1T_TkIsoEle22TkEm12') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py new file mode 100644 index 0000000000000..4d96f1eb2e2fe --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltEGL1SeedsForDoubleEleNonIsolatedFilter = cms.EDFilter("PathStatusFilter", + logicalExpression = cms.string('L1T_TkEm37TkEm24 or L1T_TkEle25TkEle12') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py new file mode 100644 index 0000000000000..3f812f1c559b2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltEGL1SeedsForDoublePhotonIsolatedFilter = cms.EDFilter("PathStatusFilter", + logicalExpression = cms.string('L1T_TkEm37TkEm24 or L1T_TkIsoEm22TkIsoEm12') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py new file mode 100644 index 0000000000000..38bdd31bfd4da --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltEGL1SeedsForSingleEleIsolatedFilter = cms.EDFilter("PathStatusFilter", + logicalExpression = cms.string('L1T_TkEm51 or L1T_TkEle36 or L1T_TkIsoEle28') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py new file mode 100644 index 0000000000000..eec47da791c72 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltEGL1SeedsForSinglePhotonIsolatedFilter = cms.EDFilter("PathStatusFilter", + logicalExpression = cms.string('L1T_TkEm51 or L1T_TkIsoEm36') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py new file mode 100644 index 0000000000000..12514a5e47580 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalBarrelDigisInRegions = cms.EDProducer("HLTEcalEBDigisInRegionsProducer", + etaPhiRegions = cms.VPSet(cms.PSet( + inputColl = cms.InputTag("hltL1TEGammaFilteredCollectionProducer"), + maxDEta = cms.double(0.0), + maxDPhi = cms.double(0.0), + maxDeltaR = cms.double(0.35), + maxEt = cms.double(999999.0), + minEt = cms.double(5.0), + type = cms.string('L1EGamma') + )), + inputCollTags = cms.VInputTag("hltEcalDigis:ebDigis"), + outputProductNames = cms.vstring('ebDigis') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py new file mode 100644 index 0000000000000..69ca2d28e0003 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalDetIdToBeRecovered = cms.EDProducer("EcalDetIdToBeRecoveredProducer", + ebDetIdToBeRecovered = cms.string('ebDetId'), + ebFEToBeRecovered = cms.string('ebFE'), + ebIntegrityChIdErrors = cms.InputTag("hltEcalDigis","EcalIntegrityChIdErrors"), + ebIntegrityGainErrors = cms.InputTag("hltEcalDigis","EcalIntegrityGainErrors"), + ebIntegrityGainSwitchErrors = cms.InputTag("hltEcalDigis","EcalIntegrityGainSwitchErrors"), + ebSrFlagCollection = cms.InputTag("hltEcalDigis"), + eeDetIdToBeRecovered = cms.string('eeDetId'), + eeFEToBeRecovered = cms.string('eeFE'), + eeIntegrityChIdErrors = cms.InputTag("hltEcalDigis","EcalIntegrityChIdErrors"), + eeIntegrityGainErrors = cms.InputTag("hltEcalDigis","EcalIntegrityGainErrors"), + eeIntegrityGainSwitchErrors = cms.InputTag("hltEcalDigis","EcalIntegrityGainSwitchErrors"), + eeSrFlagCollection = cms.InputTag("hltEcalDigis"), + integrityBlockSizeErrors = cms.InputTag("hltEcalDigis","EcalIntegrityBlockSizeErrors"), + integrityTTIdErrors = cms.InputTag("hltEcalDigis","EcalIntegrityTTIdErrors") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDigis_cfi.py new file mode 100644 index 0000000000000..6b6362b06e50e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDigis_cfi.py @@ -0,0 +1,59 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalDigis = cms.EDProducer("EcalRawToDigi", + DoRegional = cms.bool(False), + FEDs = cms.vint32( + 601, 602, 603, 604, 605, + 606, 607, 608, 609, 610, + 611, 612, 613, 614, 615, + 616, 617, 618, 619, 620, + 621, 622, 623, 624, 625, + 626, 627, 628, 629, 630, + 631, 632, 633, 634, 635, + 636, 637, 638, 639, 640, + 641, 642, 643, 644, 645, + 646, 647, 648, 649, 650, + 651, 652, 653, 654 + ), + FedLabel = cms.InputTag("listfeds"), + InputLabel = cms.InputTag("rawDataCollector"), + eventPut = cms.bool(True), + feIdCheck = cms.bool(True), + feUnpacking = cms.bool(True), + forceToKeepFRData = cms.bool(False), + headerUnpacking = cms.bool(True), + memUnpacking = cms.bool(True), + mightGet = cms.optional.untracked.vstring, + numbTriggerTSamples = cms.int32(1), + numbXtalTSamples = cms.int32(10), + orderedDCCIdList = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7, 8, 9, 10, + 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, + 21, 22, 23, 24, 25, + 26, 27, 28, 29, 30, + 31, 32, 33, 34, 35, + 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, + 46, 47, 48, 49, 50, + 51, 52, 53, 54 + ), + orderedFedList = cms.vint32( + 601, 602, 603, 604, 605, + 606, 607, 608, 609, 610, + 611, 612, 613, 614, 615, + 616, 617, 618, 619, 620, + 621, 622, 623, 624, 625, + 626, 627, 628, 629, 630, + 631, 632, 633, 634, 635, + 636, 637, 638, 639, 640, + 641, 642, 643, 644, 645, + 646, 647, 648, 649, 650, + 651, 652, 653, 654 + ), + silentMode = cms.untracked.bool(True), + srpUnpacking = cms.bool(True), + syncCheck = cms.bool(True), + tccUnpacking = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalPreshowerDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalPreshowerDigis_cfi.py new file mode 100644 index 0000000000000..495f2312c5775 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalPreshowerDigis_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalPreshowerDigis = cms.EDProducer("ESRawToDigi", + ESdigiCollection = cms.string(''), + InstanceES = cms.string(''), + LookupTable = cms.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'), + debugMode = cms.untracked.bool(False), + mightGet = cms.optional.untracked.vstring, + sourceTag = cms.InputTag("rawDataCollector") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalPreshowerRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalPreshowerRecHit_cfi.py new file mode 100644 index 0000000000000..a6b1fa3360c03 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalPreshowerRecHit_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalPreshowerRecHit = cms.EDProducer("ESRecHitProducer", + ESRecoAlgo = cms.int32(0), + ESdigiCollection = cms.InputTag("hltEcalPreshowerDigis"), + ESrechitCollection = cms.string('EcalRecHitsES'), + algo = cms.string('ESRecHitWorker') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalRecHitL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalRecHitL1Seeded_cfi.py new file mode 100644 index 0000000000000..e37cb7d44f8e2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalRecHitL1Seeded_cfi.py @@ -0,0 +1,86 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalRecHitL1Seeded = cms.EDProducer("EcalRecHitProducer", + ChannelStatusToBeExcluded = cms.vstring( + 'kDAC', + 'kNoisy', + 'kNNoisy', + 'kFixedG6', + 'kFixedG1', + 'kFixedG0', + 'kNonRespondingIsolated', + 'kDeadVFE', + 'kDeadFE', + 'kNoDataNoTP' + ), + EBLaserMAX = cms.double(3.0), + EBLaserMIN = cms.double(0.5), + EBrechitCollection = cms.string('EcalRecHitsEB'), + EBuncalibRecHitCollection = cms.InputTag("hltEcalUncalibRecHitL1Seeded","EcalUncalibRecHitsEB"), + EELaserMAX = cms.double(8.0), + EELaserMIN = cms.double(0.5), + EErechitCollection = cms.string('EcalRecHitsEE'), + EEuncalibRecHitCollection = cms.InputTag("hltEcalUncalibRecHitL1Seeded","EcalUncalibRecHitsEE"), + algo = cms.string('EcalRecHitWorkerSimple'), + algoRecover = cms.string('EcalRecHitWorkerRecover'), + bdtWeightFileCracks = cms.FileInPath('RecoLocalCalo/EcalDeadChannelRecoveryAlgos/data/BDTWeights/bdtgAllRH_8GT700MeV_onlyCracks_ZskimData2017_v1.xml'), + bdtWeightFileNoCracks = cms.FileInPath('RecoLocalCalo/EcalDeadChannelRecoveryAlgos/data/BDTWeights/bdtgAllRH_8GT700MeV_noCracks_ZskimData2017_v1.xml'), + cleaningConfig = cms.PSet( + cThreshold_barrel = cms.double(4), + cThreshold_double = cms.double(10), + cThreshold_endcap = cms.double(15), + e4e1Threshold_barrel = cms.double(0.08), + e4e1Threshold_endcap = cms.double(0.3), + e4e1_a_barrel = cms.double(0.02), + e4e1_a_endcap = cms.double(0.02), + e4e1_b_barrel = cms.double(0.02), + e4e1_b_endcap = cms.double(-0.0125), + e6e2thresh = cms.double(0.04), + ignoreOutOfTimeThresh = cms.double(1000000000.0), + tightenCrack_e1_double = cms.double(2), + tightenCrack_e1_single = cms.double(1), + tightenCrack_e4e1_single = cms.double(2.5), + tightenCrack_e6e2_double = cms.double(3) + ), + dbStatusToBeExcludedEB = cms.vint32(14, 78, 142), + dbStatusToBeExcludedEE = cms.vint32(14, 78, 142), + ebDetIdToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","ebDetId"), + ebFEToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","ebFE"), + eeDetIdToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","eeDetId"), + eeFEToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","eeFE"), + flagsMapDBReco = cms.PSet( + kDead = cms.vstring('kNoDataNoTP'), + kGood = cms.vstring( + 'kOk', + 'kDAC', + 'kNoLaser', + 'kNoisy' + ), + kNeighboursRecovered = cms.vstring( + 'kFixedG0', + 'kNonRespondingIsolated', + 'kDeadVFE' + ), + kNoisy = cms.vstring( + 'kNNoisy', + 'kFixedG6', + 'kFixedG1' + ), + kTowerRecovered = cms.vstring('kDeadFE') + ), + killDeadChannels = cms.bool(True), + laserCorrection = cms.bool(True), + logWarningEtThreshold_EB_FE = cms.double(50), + logWarningEtThreshold_EE_FE = cms.double(50), + recoverEBFE = cms.bool(True), + recoverEBIsolatedChannels = cms.bool(False), + recoverEBVFE = cms.bool(False), + recoverEEFE = cms.bool(True), + recoverEEIsolatedChannels = cms.bool(False), + recoverEEVFE = cms.bool(False), + singleChannelRecoveryMethod = cms.string('BDTG'), + singleChannelRecoveryThreshold = cms.double(0.7), + skipTimeCalib = cms.bool(False), + sum8ChannelRecoveryThreshold = cms.double(0.0), + triggerPrimitiveDigiCollection = cms.InputTag("hltEcalDigis","EcalTriggerPrimitives") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalRecHit_cfi.py new file mode 100644 index 0000000000000..e81becb651baa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalRecHit_cfi.py @@ -0,0 +1,86 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalRecHit = cms.EDProducer("EcalRecHitProducer", + ChannelStatusToBeExcluded = cms.vstring( + 'kDAC', + 'kNoisy', + 'kNNoisy', + 'kFixedG6', + 'kFixedG1', + 'kFixedG0', + 'kNonRespondingIsolated', + 'kDeadVFE', + 'kDeadFE', + 'kNoDataNoTP' + ), + EBLaserMAX = cms.double(3.0), + EBLaserMIN = cms.double(0.5), + EBrechitCollection = cms.string('EcalRecHitsEB'), + EBuncalibRecHitCollection = cms.InputTag("hltEcalUncalibRecHit","EcalUncalibRecHitsEB"), + EELaserMAX = cms.double(8.0), + EELaserMIN = cms.double(0.5), + EErechitCollection = cms.string('EcalRecHitsEE'), + EEuncalibRecHitCollection = cms.InputTag("hltEcalUncalibRecHit","EcalUncalibRecHitsEE"), + algo = cms.string('EcalRecHitWorkerSimple'), + algoRecover = cms.string('EcalRecHitWorkerRecover'), + bdtWeightFileCracks = cms.FileInPath('RecoLocalCalo/EcalDeadChannelRecoveryAlgos/data/BDTWeights/bdtgAllRH_8GT700MeV_onlyCracks_ZskimData2017_v1.xml'), + bdtWeightFileNoCracks = cms.FileInPath('RecoLocalCalo/EcalDeadChannelRecoveryAlgos/data/BDTWeights/bdtgAllRH_8GT700MeV_noCracks_ZskimData2017_v1.xml'), + cleaningConfig = cms.PSet( + cThreshold_barrel = cms.double(4), + cThreshold_double = cms.double(10), + cThreshold_endcap = cms.double(15), + e4e1Threshold_barrel = cms.double(0.08), + e4e1Threshold_endcap = cms.double(0.3), + e4e1_a_barrel = cms.double(0.02), + e4e1_a_endcap = cms.double(0.02), + e4e1_b_barrel = cms.double(0.02), + e4e1_b_endcap = cms.double(-0.0125), + e6e2thresh = cms.double(0.04), + ignoreOutOfTimeThresh = cms.double(1000000000.0), + tightenCrack_e1_double = cms.double(2), + tightenCrack_e1_single = cms.double(1), + tightenCrack_e4e1_single = cms.double(2.5), + tightenCrack_e6e2_double = cms.double(3) + ), + dbStatusToBeExcludedEB = cms.vint32(14, 78, 142), + dbStatusToBeExcludedEE = cms.vint32(14, 78, 142), + ebDetIdToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","ebDetId"), + ebFEToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","ebFE"), + eeDetIdToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","eeDetId"), + eeFEToBeRecovered = cms.InputTag("hltEcalDetIdToBeRecovered","eeFE"), + flagsMapDBReco = cms.PSet( + kDead = cms.vstring('kNoDataNoTP'), + kGood = cms.vstring( + 'kOk', + 'kDAC', + 'kNoLaser', + 'kNoisy' + ), + kNeighboursRecovered = cms.vstring( + 'kFixedG0', + 'kNonRespondingIsolated', + 'kDeadVFE' + ), + kNoisy = cms.vstring( + 'kNNoisy', + 'kFixedG6', + 'kFixedG1' + ), + kTowerRecovered = cms.vstring('kDeadFE') + ), + killDeadChannels = cms.bool(True), + laserCorrection = cms.bool(True), + logWarningEtThreshold_EB_FE = cms.double(50), + logWarningEtThreshold_EE_FE = cms.double(50), + recoverEBFE = cms.bool(True), + recoverEBIsolatedChannels = cms.bool(False), + recoverEBVFE = cms.bool(False), + recoverEEFE = cms.bool(True), + recoverEEIsolatedChannels = cms.bool(False), + recoverEEVFE = cms.bool(False), + singleChannelRecoveryMethod = cms.string('BDTG'), + singleChannelRecoveryThreshold = cms.double(0.7), + skipTimeCalib = cms.bool(False), + sum8ChannelRecoveryThreshold = cms.double(0.0), + triggerPrimitiveDigiCollection = cms.InputTag("hltEcalDigis","EcalTriggerPrimitives") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py new file mode 100644 index 0000000000000..523dbaea1ff2d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py @@ -0,0 +1,61 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalUncalibRecHitL1Seeded = cms.EDProducer("EcalUncalibRecHitProducer", + EBdigiCollection = cms.InputTag("hltEcalBarrelDigisInRegions","ebDigis"), + EBhitCollection = cms.string('EcalUncalibRecHitsEB'), + EEdigiCollection = cms.InputTag("hltEcalDigis","eeDigis"), + EEhitCollection = cms.string('EcalUncalibRecHitsEE'), + algo = cms.string('EcalUncalibRecHitWorkerMultiFit'), + algoPSet = cms.PSet( + EBamplitudeFitParameters = cms.vdouble(1.138, 1.652), + EBtimeConstantTerm = cms.double(0.6), + EBtimeFitLimits_Lower = cms.double(0.2), + EBtimeFitLimits_Upper = cms.double(1.4), + EBtimeFitParameters = cms.vdouble( + -2.015452, 3.130702, -12.3473, 41.88921, -82.83944, + 91.01147, -50.35761, 11.05621 + ), + EBtimeNconst = cms.double(28.5), + EEamplitudeFitParameters = cms.vdouble(1.89, 1.4), + EEtimeConstantTerm = cms.double(1.0), + EEtimeFitLimits_Lower = cms.double(0.2), + EEtimeFitLimits_Upper = cms.double(1.4), + EEtimeFitParameters = cms.vdouble( + -2.390548, 3.553628, -17.62341, 67.67538, -133.213, + 140.7432, -75.41106, 16.20277 + ), + EEtimeNconst = cms.double(31.8), + activeBXs = cms.vint32( + -5, -4, -3, -2, -1, + 0, 1, 2, 3, 4 + ), + addPedestalUncertaintyEB = cms.double(0.0), + addPedestalUncertaintyEE = cms.double(0.0), + ampErrorCalculation = cms.bool(True), + amplitudeThresholdEB = cms.double(10), + amplitudeThresholdEE = cms.double(10), + doPrefitEB = cms.bool(False), + doPrefitEE = cms.bool(False), + dynamicPedestalsEB = cms.bool(False), + dynamicPedestalsEE = cms.bool(False), + gainSwitchUseMaxSampleEB = cms.bool(True), + gainSwitchUseMaxSampleEE = cms.bool(False), + mitigateBadSamplesEB = cms.bool(False), + mitigateBadSamplesEE = cms.bool(False), + outOfTimeThresholdGain12mEB = cms.double(5), + outOfTimeThresholdGain12mEE = cms.double(1000), + outOfTimeThresholdGain12pEB = cms.double(5), + outOfTimeThresholdGain12pEE = cms.double(1000), + outOfTimeThresholdGain61mEB = cms.double(5), + outOfTimeThresholdGain61mEE = cms.double(1000), + outOfTimeThresholdGain61pEB = cms.double(5), + outOfTimeThresholdGain61pEE = cms.double(1000), + prefitMaxChiSqEB = cms.double(25.0), + prefitMaxChiSqEE = cms.double(10.0), + selectiveBadSampleCriteriaEB = cms.bool(False), + selectiveBadSampleCriteriaEE = cms.bool(False), + simplifiedNoiseModelForGainSwitch = cms.bool(True), + timealgo = cms.string('RatioMethod'), + useLumiInfoRunHeader = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHit_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHit_cfi.py new file mode 100644 index 0000000000000..7933328be847c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHit_cfi.py @@ -0,0 +1,61 @@ +import FWCore.ParameterSet.Config as cms + +hltEcalUncalibRecHit = cms.EDProducer("EcalUncalibRecHitProducer", + EBdigiCollection = cms.InputTag("hltEcalDigis","ebDigis"), + EBhitCollection = cms.string('EcalUncalibRecHitsEB'), + EEdigiCollection = cms.InputTag("hltEcalDigis","eeDigis"), + EEhitCollection = cms.string('EcalUncalibRecHitsEE'), + algo = cms.string('EcalUncalibRecHitWorkerMultiFit'), + algoPSet = cms.PSet( + EBamplitudeFitParameters = cms.vdouble(1.138, 1.652), + EBtimeConstantTerm = cms.double(0.6), + EBtimeFitLimits_Lower = cms.double(0.2), + EBtimeFitLimits_Upper = cms.double(1.4), + EBtimeFitParameters = cms.vdouble( + -2.015452, 3.130702, -12.3473, 41.88921, -82.83944, + 91.01147, -50.35761, 11.05621 + ), + EBtimeNconst = cms.double(28.5), + EEamplitudeFitParameters = cms.vdouble(1.89, 1.4), + EEtimeConstantTerm = cms.double(1.0), + EEtimeFitLimits_Lower = cms.double(0.2), + EEtimeFitLimits_Upper = cms.double(1.4), + EEtimeFitParameters = cms.vdouble( + -2.390548, 3.553628, -17.62341, 67.67538, -133.213, + 140.7432, -75.41106, 16.20277 + ), + EEtimeNconst = cms.double(31.8), + activeBXs = cms.vint32( + -5, -4, -3, -2, -1, + 0, 1, 2, 3, 4 + ), + addPedestalUncertaintyEB = cms.double(0.0), + addPedestalUncertaintyEE = cms.double(0.0), + ampErrorCalculation = cms.bool(True), + amplitudeThresholdEB = cms.double(10), + amplitudeThresholdEE = cms.double(10), + doPrefitEB = cms.bool(False), + doPrefitEE = cms.bool(False), + dynamicPedestalsEB = cms.bool(False), + dynamicPedestalsEE = cms.bool(False), + gainSwitchUseMaxSampleEB = cms.bool(True), + gainSwitchUseMaxSampleEE = cms.bool(False), + mitigateBadSamplesEB = cms.bool(False), + mitigateBadSamplesEE = cms.bool(False), + outOfTimeThresholdGain12mEB = cms.double(5), + outOfTimeThresholdGain12mEE = cms.double(1000), + outOfTimeThresholdGain12pEB = cms.double(5), + outOfTimeThresholdGain12pEE = cms.double(1000), + outOfTimeThresholdGain61mEB = cms.double(5), + outOfTimeThresholdGain61mEE = cms.double(1000), + outOfTimeThresholdGain61pEB = cms.double(5), + outOfTimeThresholdGain61pEE = cms.double(1000), + prefitMaxChiSqEB = cms.double(25.0), + prefitMaxChiSqEE = cms.double(10.0), + selectiveBadSampleCriteriaEB = cms.bool(False), + selectiveBadSampleCriteriaEE = cms.bool(False), + simplifiedNoiseModelForGainSwitch = cms.bool(True), + timealgo = cms.string('None'), + useLumiInfoRunHeader = cms.bool(False) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py new file mode 100644 index 0000000000000..6db0702e2291d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaBestGsfTrackVarsL1Seeded = cms.EDProducer("EgammaHLTGsfTrackVarProducer", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + inputCollection = cms.InputTag("hltEgammaGsfElectronsL1Seeded"), + lowerTrackNrToRemoveCut = cms.int32(-1), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + upperTrackNrToRemoveCut = cms.int32(9999), + useDefaultValuesForBarrel = cms.bool(False), + useDefaultValuesForEndcap = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py new file mode 100644 index 0000000000000..e6076b30ec48b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaBestGsfTrackVarsUnseeded = cms.EDProducer("EgammaHLTGsfTrackVarProducer", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + inputCollection = cms.InputTag("hltEgammaGsfElectronsUnseeded"), + lowerTrackNrToRemoveCut = cms.int32(-1), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + upperTrackNrToRemoveCut = cms.int32(9999), + useDefaultValuesForBarrel = cms.bool(False), + useDefaultValuesForEndcap = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py new file mode 100644 index 0000000000000..37cae0c5c0bf5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaCandidatesL1Seeded = cms.EDProducer("EgammaHLTRecoEcalCandidateProducers", + recoEcalCandidateCollection = cms.string(''), + scHybridBarrelProducer = cms.InputTag("hltParticleFlowSuperClusterECALL1Seeded","hltParticleFlowSuperClusterECALBarrel"), + scIslandEndcapProducer = cms.InputTag("particleFlowSuperClusterHGCalFromTICLL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py new file mode 100644 index 0000000000000..d406b5a277ed1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaCandidatesUnseeded = cms.EDProducer("EgammaHLTRecoEcalCandidateProducers", + recoEcalCandidateCollection = cms.string(''), + scHybridBarrelProducer = cms.InputTag("hltParticleFlowSuperClusterECALUnseeded","hltParticleFlowSuperClusterECALBarrel"), + scIslandEndcapProducer = cms.InputTag("particleFlowSuperClusterHGCalFromTICLUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py new file mode 100644 index 0000000000000..68a77ad45c92d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaCandidatesWrapperL1Seeded = cms.EDFilter("HLTEgammaTriggerFilterObjectWrapper", + candIsolatedTag = cms.InputTag("hltEgammaCandidatesL1Seeded"), + candNonIsolatedTag = cms.InputTag(""), + doIsolated = cms.bool(True), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py new file mode 100644 index 0000000000000..94c0f9de3c4b9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaCandidatesWrapperUnseeded = cms.EDFilter("HLTEgammaTriggerFilterObjectWrapper", + candIsolatedTag = cms.InputTag("hltEgammaCandidatesUnseeded"), + candNonIsolatedTag = cms.InputTag(""), + doIsolated = cms.bool(True), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py new file mode 100644 index 0000000000000..b44a017aee88e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaCkfTrackCandidatesForGSFL1Seeded = cms.EDProducer("CkfTrackCandidateMaker", + # MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + # SimpleMagneticField = cms.string(''), + # TrajectoryBuilder = cms.string(''), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('HLTPSetTrajectoryBuilderForGsfElectrons') + ), + TrajectoryCleaner = cms.string('hltESPTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterial'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(True), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(1000000), + maxSeedsBeforeCleaning = cms.uint32(1000), + reverseTrajectories = cms.bool(False), + src = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + useHitsSplitting = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py new file mode 100644 index 0000000000000..74bb2edd6ec9f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaCkfTrackCandidatesForGSFUnseeded = cms.EDProducer("CkfTrackCandidateMaker", + # MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + # SimpleMagneticField = cms.string(''), + # TrajectoryBuilder = cms.string(''), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('HLTPSetTrajectoryBuilderForGsfElectrons') + ), + TrajectoryCleaner = cms.string('hltESPTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterial'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(True), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(1000000), + maxSeedsBeforeCleaning = cms.uint32(1000), + reverseTrajectories = cms.bool(False), + src = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + useHitsSplitting = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py new file mode 100644 index 0000000000000..f728f2be183bd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaClusterShapeL1Seeded = cms.EDProducer("EgammaHLTClusterShapeProducer", + ecalRechitEB = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEB"), + ecalRechitEE = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEE"), + isIeta = cms.bool(True), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py new file mode 100644 index 0000000000000..4954ec4466a22 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaClusterShapeUnseeded = cms.EDProducer("EgammaHLTClusterShapeProducer", + ecalRechitEB = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"), + ecalRechitEE = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"), + isIeta = cms.bool(True), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..9b7eb3ec68064 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEcalPFClusterIsoL1Seeded = cms.EDProducer("EgammaHLTEcalPFClusterIsolationProducer", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.2), + drVetoBarrel = cms.double(0.0), + drVetoEndcap = cms.double(0.0), + effectiveAreas = cms.vdouble(0.29, 0.21), + energyBarrel = cms.double(0.0), + energyEndcap = cms.double(0.0), + etaStripBarrel = cms.double(0.0), + etaStripEndcap = cms.double(0.0), + pfClusterProducer = cms.InputTag("hltParticleFlowClusterECALL1Seeded"), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + rhoScale = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py new file mode 100644 index 0000000000000..8a72da9965586 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEcalPFClusterIsoUnseeded = cms.EDProducer("EgammaHLTEcalPFClusterIsolationProducer", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.2), + drVetoBarrel = cms.double(0.0), + drVetoEndcap = cms.double(0.0), + effectiveAreas = cms.vdouble(0.29, 0.21), + energyBarrel = cms.double(0.0), + energyEndcap = cms.double(0.0), + etaStripBarrel = cms.double(0.0), + etaStripEndcap = cms.double(0.0), + pfClusterProducer = cms.InputTag("hltParticleFlowClusterECALUnseeded"), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + rhoScale = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..eb97d69090650 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEleGsfTrackIsoL1Seeded = cms.EDProducer("EgammaHLTElectronTrackIsolationProducers", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + egTrkIsoConeSize = cms.double(0.3), + egTrkIsoPtMin = cms.double(1.0), + egTrkIsoRSpan = cms.double(999999.0), + egTrkIsoStripBarrel = cms.double(0.01), + egTrkIsoStripEndcap = cms.double(0.01), + egTrkIsoVetoConeSizeBarrel = cms.double(0.01), + egTrkIsoVetoConeSizeEndcap = cms.double(0.01), + egTrkIsoZSpan = cms.double(0.15), + electronProducer = cms.InputTag("hltEgammaGsfElectronsL1Seeded"), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + trackProducer = cms.InputTag("generalTracks"), + useGsfTrack = cms.bool(True), + useSCRefs = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py new file mode 100644 index 0000000000000..6177f387923b6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEleGsfTrackIsoUnseeded = cms.EDProducer("EgammaHLTElectronTrackIsolationProducers", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + egTrkIsoConeSize = cms.double(0.3), + egTrkIsoPtMin = cms.double(1.0), + egTrkIsoRSpan = cms.double(999999.0), + egTrkIsoStripBarrel = cms.double(0.01), + egTrkIsoStripEndcap = cms.double(0.01), + egTrkIsoVetoConeSizeBarrel = cms.double(0.01), + egTrkIsoVetoConeSizeEndcap = cms.double(0.01), + egTrkIsoZSpan = cms.double(0.15), + electronProducer = cms.InputTag("hltEgammaGsfElectronsUnseeded"), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + trackProducer = cms.InputTag("generalTracks"), + useGsfTrack = cms.bool(True), + useSCRefs = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoV6L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoV6L1Seeded_cfi.py new file mode 100644 index 0000000000000..269dd4739f123 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoV6L1Seeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEleGsfTrackIsoV6L1Seeded = cms.EDProducer("EgammaHLTElectronTrackIsolationProducers", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + egTrkIsoConeSize = cms.double(0.3), + egTrkIsoPtMin = cms.double(1.0), + egTrkIsoRSpan = cms.double(999999.0), + egTrkIsoStripBarrel = cms.double(0.01), + egTrkIsoStripEndcap = cms.double(0.01), + egTrkIsoVetoConeSizeBarrel = cms.double(0.01), + egTrkIsoVetoConeSizeEndcap = cms.double(0.01), + egTrkIsoZSpan = cms.double(0.15), + electronProducer = cms.InputTag("hltEgammaGsfElectronsL1Seeded"), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + trackProducer = cms.InputTag("generalTracks"), + useGsfTrack = cms.bool(True), + useSCRefs = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoV6Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoV6Unseeded_cfi.py new file mode 100644 index 0000000000000..a3bd145a034fd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoV6Unseeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEleGsfTrackIsoV6Unseeded = cms.EDProducer("EgammaHLTElectronTrackIsolationProducers", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + egTrkIsoConeSize = cms.double(0.3), + egTrkIsoPtMin = cms.double(1.0), + egTrkIsoRSpan = cms.double(999999.0), + egTrkIsoStripBarrel = cms.double(0.01), + egTrkIsoStripEndcap = cms.double(0.01), + egTrkIsoVetoConeSizeBarrel = cms.double(0.01), + egTrkIsoVetoConeSizeEndcap = cms.double(0.01), + egTrkIsoZSpan = cms.double(0.15), + electronProducer = cms.InputTag("hltEgammaGsfElectronsUnseeded"), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + trackProducer = cms.InputTag("generalTracks"), + useGsfTrack = cms.bool(True), + useSCRefs = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..aec33a299b9d9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEleL1TrkIsoL1Seeded = cms.EDProducer("EgammaHLTEleL1TrackIsolProducer", + ecalCands = cms.InputTag("hltEgammaCandidatesL1Seeded"), + eles = cms.InputTag("hltEgammaGsfElectronsL1Seeded"), + isolCfg = cms.PSet( + etaBoundaries = cms.vdouble(1.5), + trkCuts = cms.VPSet( + cms.PSet( + maxDR = cms.double(0.3), + maxDZ = cms.double(0.7), + minDEta = cms.double(0.003), + minDR = cms.double(0.01), + minPt = cms.double(2.0) + ), + cms.PSet( + maxDR = cms.double(0.3), + maxDZ = cms.double(0.7), + minDEta = cms.double(0.003), + minDR = cms.double(0.01), + minPt = cms.double(2.0) + ) + ), + useAbsEta = cms.bool(True) + ), + l1Tracks = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py new file mode 100644 index 0000000000000..685d020c01905 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaEleL1TrkIsoUnseeded = cms.EDProducer("EgammaHLTEleL1TrackIsolProducer", + ecalCands = cms.InputTag("hltEgammaCandidatesUnseeded"), + eles = cms.InputTag("hltEgammaGsfElectronsUnseeded"), + isolCfg = cms.PSet( + etaBoundaries = cms.vdouble(1.5), + trkCuts = cms.VPSet( + cms.PSet( + maxDR = cms.double(0.3), + maxDZ = cms.double(0.7), + minDEta = cms.double(0.003), + minDR = cms.double(0.01), + minPt = cms.double(2.0) + ), + cms.PSet( + maxDR = cms.double(0.3), + maxDZ = cms.double(0.7), + minDEta = cms.double(0.003), + minDR = cms.double(0.01), + minPt = cms.double(2.0) + ) + ), + useAbsEta = cms.bool(True) + ), + l1Tracks = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py new file mode 100644 index 0000000000000..e97889ae2ec9a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py @@ -0,0 +1,50 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaElectronPixelSeedsL1Seeded = cms.EDProducer("ElectronNHitSeedProducer", + beamSpot = cms.InputTag("hltOnlineBeamSpot"), + initialSeeds = cms.InputTag("hltElePixelSeedsCombinedL1Seeded"), + matcherConfig = cms.PSet( + detLayerGeom = cms.ESInputTag("","GlobalDetLayerGeometry"), + enableHitSkipping = cms.bool(True), + matchingCuts = cms.VPSet( + cms.PSet( + dPhiMaxHighEt = cms.vdouble(0.05), + dPhiMaxHighEtThres = cms.vdouble(20.0), + dPhiMaxLowEtGrad = cms.vdouble(-0.002), + dRZMaxHighEt = cms.vdouble(9999.0), + dRZMaxHighEtThres = cms.vdouble(0.0), + dRZMaxLowEtGrad = cms.vdouble(0.0), + version = cms.int32(2) + ), + cms.PSet( + dPhiMaxHighEt = cms.vdouble(0.003), + dPhiMaxHighEtThres = cms.vdouble(0.0), + dPhiMaxLowEtGrad = cms.vdouble(0.0), + dRZMaxHighEt = cms.vdouble(0.05), + dRZMaxHighEtThres = cms.vdouble(30.0), + dRZMaxLowEtGrad = cms.vdouble(-0.002), + etaBins = cms.vdouble(), + version = cms.int32(2) + ), + cms.PSet( + dPhiMaxHighEt = cms.vdouble(0.003), + dPhiMaxHighEtThres = cms.vdouble(0.0), + dPhiMaxLowEtGrad = cms.vdouble(0.0), + dRZMaxHighEt = cms.vdouble(0.05), + dRZMaxHighEtThres = cms.vdouble(30.0), + dRZMaxLowEtGrad = cms.vdouble(-0.002), + etaBins = cms.vdouble(), + version = cms.int32(2) + ) + ), + minNrHits = cms.vuint32(2, 3), + minNrHitsValidLayerBins = cms.vint32(4), + navSchool = cms.ESInputTag("","SimpleNavigationSchool"), + requireExactMatchCount = cms.bool(False), + useParamMagFieldIfDefined = cms.bool(True), + useRecoVertex = cms.bool(False) + ), + measTkEvt = cms.InputTag("MeasurementTrackerEvent"), + superClusters = cms.VInputTag("hltEgammaSuperClustersToPixelMatchL1Seeded"), + vertices = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py new file mode 100644 index 0000000000000..0f127c3cf6365 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py @@ -0,0 +1,50 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaElectronPixelSeedsUnseeded = cms.EDProducer("ElectronNHitSeedProducer", + beamSpot = cms.InputTag("hltOnlineBeamSpot"), + initialSeeds = cms.InputTag("hltElePixelSeedsCombinedUnseeded"), + matcherConfig = cms.PSet( + detLayerGeom = cms.ESInputTag("","GlobalDetLayerGeometry"), + enableHitSkipping = cms.bool(True), + matchingCuts = cms.VPSet( + cms.PSet( + dPhiMaxHighEt = cms.vdouble(0.05), + dPhiMaxHighEtThres = cms.vdouble(20.0), + dPhiMaxLowEtGrad = cms.vdouble(-0.002), + dRZMaxHighEt = cms.vdouble(9999.0), + dRZMaxHighEtThres = cms.vdouble(0.0), + dRZMaxLowEtGrad = cms.vdouble(0.0), + version = cms.int32(2) + ), + cms.PSet( + dPhiMaxHighEt = cms.vdouble(0.003), + dPhiMaxHighEtThres = cms.vdouble(0.0), + dPhiMaxLowEtGrad = cms.vdouble(0.0), + dRZMaxHighEt = cms.vdouble(0.05), + dRZMaxHighEtThres = cms.vdouble(30.0), + dRZMaxLowEtGrad = cms.vdouble(-0.002), + etaBins = cms.vdouble(), + version = cms.int32(2) + ), + cms.PSet( + dPhiMaxHighEt = cms.vdouble(0.003), + dPhiMaxHighEtThres = cms.vdouble(0.0), + dPhiMaxLowEtGrad = cms.vdouble(0.0), + dRZMaxHighEt = cms.vdouble(0.05), + dRZMaxHighEtThres = cms.vdouble(30.0), + dRZMaxLowEtGrad = cms.vdouble(-0.002), + etaBins = cms.vdouble(), + version = cms.int32(2) + ) + ), + minNrHits = cms.vuint32(2, 3), + minNrHitsValidLayerBins = cms.vint32(4), + navSchool = cms.ESInputTag("","SimpleNavigationSchool"), + requireExactMatchCount = cms.bool(False), + useParamMagFieldIfDefined = cms.bool(True), + useRecoVertex = cms.bool(False) + ), + measTkEvt = cms.InputTag("MeasurementTrackerEvent"), + superClusters = cms.VInputTag("hltEgammaSuperClustersToPixelMatchUnseeded"), + vertices = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py new file mode 100644 index 0000000000000..298586962aaae --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaGsfElectronsL1Seeded = cms.EDProducer("EgammaHLTPixelMatchElectronProducers", + BSProducer = cms.InputTag("hltOnlineBeamSpot"), + GsfTrackProducer = cms.InputTag("hltEgammaGsfTracksL1Seeded"), + TrackProducer = cms.InputTag(""), + UseGsfTracks = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py new file mode 100644 index 0000000000000..e7feee87b3264 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaGsfElectronsUnseeded = cms.EDProducer("EgammaHLTPixelMatchElectronProducers", + BSProducer = cms.InputTag("hltOnlineBeamSpot"), + GsfTrackProducer = cms.InputTag("hltEgammaGsfTracksUnseeded"), + TrackProducer = cms.InputTag(""), + UseGsfTracks = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py new file mode 100644 index 0000000000000..637de8737075a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaGsfTrackVarsL1Seeded = cms.EDProducer("EgammaHLTGsfTrackVarProducer", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + inputCollection = cms.InputTag("hltEgammaGsfTracksL1Seeded"), + lowerTrackNrToRemoveCut = cms.int32(-1), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + upperTrackNrToRemoveCut = cms.int32(9999), + useDefaultValuesForBarrel = cms.bool(False), + useDefaultValuesForEndcap = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py new file mode 100644 index 0000000000000..3b9b4efb5cdf7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaGsfTrackVarsUnseeded = cms.EDProducer("EgammaHLTGsfTrackVarProducer", + beamSpotProducer = cms.InputTag("hltOnlineBeamSpot"), + inputCollection = cms.InputTag("hltEgammaGsfTracksUnseeded"), + lowerTrackNrToRemoveCut = cms.int32(-1), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + upperTrackNrToRemoveCut = cms.int32(9999), + useDefaultValuesForBarrel = cms.bool(False), + useDefaultValuesForEndcap = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py new file mode 100644 index 0000000000000..14ad4a67fe9cc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaGsfTracksL1Seeded = cms.EDProducer("GsfTrackProducer", + AlgorithmName = cms.string('gsf'), + Fitter = cms.string('GsfElectronFittingSmoother'), + GeometricInnerState = cms.bool(False), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + Propagator = cms.string('fwdGsfElectronPropagator'), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + beamSpot = cms.InputTag("hltOnlineBeamSpot"), + producer = cms.string(''), + src = cms.InputTag("hltEgammaCkfTrackCandidatesForGSFL1Seeded"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py new file mode 100644 index 0000000000000..e543a511ffd5f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaGsfTracksUnseeded = cms.EDProducer("GsfTrackProducer", + AlgorithmName = cms.string('gsf'), + Fitter = cms.string('GsfElectronFittingSmoother'), + GeometricInnerState = cms.bool(False), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + Propagator = cms.string('fwdGsfElectronPropagator'), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + beamSpot = cms.InputTag("hltOnlineBeamSpot"), + producer = cms.string(''), + src = cms.InputTag("hltEgammaCkfTrackCandidatesForGSFUnseeded"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py new file mode 100644 index 0000000000000..21baa0be68913 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHGCALIDVarsL1Seeded = cms.EDProducer("EgammaHLTHGCalIDVarProducer", + hgcalRecHits = cms.InputTag("particleFlowRecHitHGCL1Seeded"), + layerClusters = cms.InputTag("hgcalLayerClustersL1Seeded"), + rCylinder = cms.double(2.8), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py new file mode 100644 index 0000000000000..dfa4ac37fc4e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHGCALIDVarsUnseeded = cms.EDProducer("EgammaHLTHGCalIDVarProducer", + hgcalRecHits = cms.InputTag("particleFlowRecHitHGC"), + layerClusters = cms.InputTag("hgcalLayerClusters"), + rCylinder = cms.double(2.8), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..aa62b286c87b9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHGCalLayerClusterIsoL1Seeded = cms.EDProducer("EgammaHLTHGCalLayerClusterIsolationProducer", + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.2), + drVetoEM = cms.double(0.02), + drVetoHad = cms.double(0.0), + layerClusterProducer = cms.InputTag("hgcalLayerClustersL1Seeded"), + minEnergyEM = cms.double(0.02), + minEnergyHad = cms.double(0.07), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + useEt = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py new file mode 100644 index 0000000000000..74415c2ba6296 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHGCalLayerClusterIsoUnseeded = cms.EDProducer("EgammaHLTHGCalLayerClusterIsolationProducer", + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.2), + drVetoEM = cms.double(0.02), + drVetoHad = cms.double(0.0), + layerClusterProducer = cms.InputTag("hgcalLayerClusters"), + minEnergyEM = cms.double(0.02), + minEnergyHad = cms.double(0.07), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + useEt = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..a104bbcf2ef27 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHcalPFClusterIsoL1Seeded = cms.EDProducer("EgammaHLTHcalPFClusterIsolationProducer", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.3), + drVetoBarrel = cms.double(0.0), + drVetoEndcap = cms.double(0.0), + effectiveAreas = cms.vdouble(0.2, 0.25), + energyBarrel = cms.double(0.0), + energyEndcap = cms.double(0.0), + etaStripBarrel = cms.double(0.0), + etaStripEndcap = cms.double(0.0), + pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForEgamma"), + pfClusterProducerHFEM = cms.InputTag(""), + pfClusterProducerHFHAD = cms.InputTag(""), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + rhoScale = cms.double(1.0), + useEt = cms.bool(True), + useHF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py new file mode 100644 index 0000000000000..79020f1257c17 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHcalPFClusterIsoUnseeded = cms.EDProducer("EgammaHLTHcalPFClusterIsolationProducer", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.3), + drVetoBarrel = cms.double(0.0), + drVetoEndcap = cms.double(0.0), + effectiveAreas = cms.vdouble(0.2, 0.25), + energyBarrel = cms.double(0.0), + energyEndcap = cms.double(0.0), + etaStripBarrel = cms.double(0.0), + etaStripEndcap = cms.double(0.0), + pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForEgamma"), + pfClusterProducerHFEM = cms.InputTag(""), + pfClusterProducerHFHAD = cms.InputTag(""), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + rhoScale = cms.double(1.0), + useEt = cms.bool(True), + useHF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py new file mode 100644 index 0000000000000..c82ebfee9dc27 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHoverEL1Seeded = cms.EDProducer("EgammaHLTBcHcalIsolationProducersRegional", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + caloTowerProducer = cms.InputTag("hltTowerMakerForAllForEgamma"), + depth = cms.int32(-1), + doEtSum = cms.bool(False), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.105, 0.17), + etMin = cms.double(0.0), + innerCone = cms.double(0.0), + outerCone = cms.double(0.14), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + rhoScale = cms.double(1.0), + useSingleTower = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py new file mode 100644 index 0000000000000..1f2e742623f3d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaHoverEUnseeded = cms.EDProducer("EgammaHLTBcHcalIsolationProducersRegional", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + caloTowerProducer = cms.InputTag("hltTowerMakerForAllForEgamma"), + depth = cms.int32(-1), + doEtSum = cms.bool(False), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.105, 0.17), + etMin = cms.double(0.0), + innerCone = cms.double(0.0), + outerCone = cms.double(0.14), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + rhoScale = cms.double(1.0), + useSingleTower = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py new file mode 100644 index 0000000000000..60c8039d385e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py @@ -0,0 +1,154 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaPixelMatchVarsL1Seeded = cms.EDProducer("EgammaHLTPixelMatchVarProducer", + dPhi1SParams = cms.PSet( + bins = cms.VPSet( + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00273931, -0.00251994, 0.00324979), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.5), + xMin = cms.double(0.0), + yMax = cms.int32(1), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00465536, -0.00170883, 0.0022395), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.5), + xMin = cms.double(0.0), + yMax = cms.int32(2), + yMin = cms.int32(2) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00612202, -0.000985677, 0.00230772), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.5), + xMin = cms.double(0.0), + yMax = cms.int32(99999), + yMin = cms.int32(3) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0379945, -0.0334501, 0.00799893), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(2.4), + xMin = cms.double(1.5), + yMax = cms.int32(1), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00579179, -0.00956301, 0.00357333), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(2.4), + yMax = cms.int32(1), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0294649, -0.0235045, 0.00566937), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(1.5), + yMax = cms.int32(2), + yMin = cms.int32(2) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0227801, -0.00899003), + funcType = cms.string('TF1:=pol1'), + xMax = cms.double(2.0), + xMin = cms.double(1.5), + yMax = cms.int32(99999), + yMin = cms.int32(3) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(-0.0448686, 0.0405059, -0.00789926), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(2.0), + yMax = cms.int32(99999), + yMin = cms.int32(3) + ) + ) + ), + dPhi2SParams = cms.PSet( + bins = cms.VPSet( + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.000262924, -0.00012575), + funcType = cms.string('TF1:=pol1'), + xMax = cms.double(0.6), + xMin = cms.double(0.0), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(-0.000283732, 0.00105965, -0.000460304), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.47), + xMin = cms.double(0.6), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00172122, 0.00149787, 0.000370645), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(1.47), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ) + ) + ), + dRZ2SParams = cms.PSet( + bins = cms.VPSet( + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00502445, -0.0047799, 0.00808078), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.13), + xMin = cms.double(0.0), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.2007, -0.305712, 0.121756), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.48), + xMin = cms.double(1.13), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.169387, -0.177821, 0.0477192), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.9), + xMin = cms.double(1.48), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0245799, -0.0197369, 0.00451283), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(1.9), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ) + ) + ), + pixelSeedsProducer = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + productsToWrite = cms.int32(0), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py new file mode 100644 index 0000000000000..91f1282cf7d9c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py @@ -0,0 +1,154 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaPixelMatchVarsUnseeded = cms.EDProducer("EgammaHLTPixelMatchVarProducer", + dPhi1SParams = cms.PSet( + bins = cms.VPSet( + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00273931, -0.00251994, 0.00324979), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.5), + xMin = cms.double(0.0), + yMax = cms.int32(1), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00465536, -0.00170883, 0.0022395), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.5), + xMin = cms.double(0.0), + yMax = cms.int32(2), + yMin = cms.int32(2) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00612202, -0.000985677, 0.00230772), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.5), + xMin = cms.double(0.0), + yMax = cms.int32(99999), + yMin = cms.int32(3) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0379945, -0.0334501, 0.00799893), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(2.4), + xMin = cms.double(1.5), + yMax = cms.int32(1), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00579179, -0.00956301, 0.00357333), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(2.4), + yMax = cms.int32(1), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0294649, -0.0235045, 0.00566937), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(1.5), + yMax = cms.int32(2), + yMin = cms.int32(2) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0227801, -0.00899003), + funcType = cms.string('TF1:=pol1'), + xMax = cms.double(2.0), + xMin = cms.double(1.5), + yMax = cms.int32(99999), + yMin = cms.int32(3) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(-0.0448686, 0.0405059, -0.00789926), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(2.0), + yMax = cms.int32(99999), + yMin = cms.int32(3) + ) + ) + ), + dPhi2SParams = cms.PSet( + bins = cms.VPSet( + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.000262924, -0.00012575), + funcType = cms.string('TF1:=pol1'), + xMax = cms.double(0.6), + xMin = cms.double(0.0), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(-0.000283732, 0.00105965, -0.000460304), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.47), + xMin = cms.double(0.6), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00172122, 0.00149787, 0.000370645), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(1.47), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ) + ) + ), + dRZ2SParams = cms.PSet( + bins = cms.VPSet( + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.00502445, -0.0047799, 0.00808078), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.13), + xMin = cms.double(0.0), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.2007, -0.305712, 0.121756), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.48), + xMin = cms.double(1.13), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.169387, -0.177821, 0.0477192), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(1.9), + xMin = cms.double(1.48), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ), + cms.PSet( + binType = cms.string('AbsEtaClus'), + funcParams = cms.vdouble(0.0245799, -0.0197369, 0.00451283), + funcType = cms.string('TF1:=pol2'), + xMax = cms.double(4.0), + xMin = cms.double(1.9), + yMax = cms.int32(99999), + yMin = cms.int32(1) + ) + ) + ), + pixelSeedsProducer = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + productsToWrite = cms.int32(0), + recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py new file mode 100644 index 0000000000000..3cd7e96878e85 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaSuperClustersToPixelMatchL1Seeded = cms.EDProducer("EgammaHLTFilteredSuperClusterProducer", + cands = cms.InputTag("hltEgammaCandidatesL1Seeded"), + cuts = cms.VPSet(cms.PSet( + barrelCut = cms.PSet( + cutOverE = cms.double(0.2), + useEt = cms.bool(False) + ), + endcapCut = cms.PSet( + cutOverE = cms.double(0.2), + useEt = cms.bool(False) + ), + var = cms.InputTag("hltEgammaHoverEL1Seeded") + )), + minEtCutEB = cms.double(10.0), + minEtCutEE = cms.double(10.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py new file mode 100644 index 0000000000000..bf3ba7b23afbb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltEgammaSuperClustersToPixelMatchUnseeded = cms.EDProducer("EgammaHLTFilteredSuperClusterProducer", + cands = cms.InputTag("hltEgammaCandidatesUnseeded"), + cuts = cms.VPSet(cms.PSet( + barrelCut = cms.PSet( + cutOverE = cms.double(0.2), + useEt = cms.bool(False) + ), + endcapCut = cms.PSet( + cutOverE = cms.double(0.2), + useEt = cms.bool(False) + ), + var = cms.InputTag("hltEgammaHoverEUnseeded") + )), + minEtCutEB = cms.double(10.0), + minEtCutEE = cms.double(10.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..c9c032254feeb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70BestGsfChi2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70BestGsfNLayerITL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..733af3c4bdf4c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70BestGsfChi2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70BestGsfNLayerITUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..9e084d9030873 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70BestGsfNLayerITL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70GsfDphiL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py new file mode 100644 index 0000000000000..6c7ba4ab8b713 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70BestGsfNLayerITUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70GsfDphiUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..391b05f906fee --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70ClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG26EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.013), + thrRegularEE = cms.vdouble(0.013), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..6f45820e1a8c7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70ClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70ClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py new file mode 100644 index 0000000000000..ef06b2f711361 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70ClusterShapeSigmavvUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70ClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..12e30bfb1a7e5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70ClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70ClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(64), + thrRegularEE = cms.vdouble(64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py new file mode 100644 index 0000000000000..7f6d6b4084c51 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70ClusterShapeSigmawwUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70ClusterShapeSigmavvUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(64), + thrRegularEE = cms.vdouble(64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5fe08ad741e38 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70ClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG26EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.013), + thrRegularEE = cms.vdouble(0.013), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..629304a6468c1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70EcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70HEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(4.4), + thrRegularEB2 = cms.vdouble(4.4), + thrRegularEE1 = cms.vdouble(4.4), + thrRegularEE2 = cms.vdouble(4.4), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..bec83e67e8356 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70EcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70HEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(4.4), + thrRegularEB2 = cms.vdouble(4.4), + thrRegularEE1 = cms.vdouble(4.4), + thrRegularEE2 = cms.vdouble(4.4), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..17492f586d53b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfDetaL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.003), + thrRegularEE2 = cms.vdouble(0.003), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py new file mode 100644 index 0000000000000..62fdc70bc2eb3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfDetaUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70GsfOneOEMinusOneOPUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.003), + thrRegularEE2 = cms.vdouble(0.003), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d483b1be17f11 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfDphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70GsfDetaL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.02), + thrRegularEE2 = cms.vdouble(0.02), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py new file mode 100644 index 0000000000000..d55b8bfb5161a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfDphiUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70GsfDetaUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.02), + thrRegularEE2 = cms.vdouble(0.02), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..85c581f54e137 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70PMS2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.035), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.01), + thrRegularEE2 = cms.vdouble(0.01), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py new file mode 100644 index 0000000000000..a8e74883520f1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfOneOEMinusOneOPUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70PMS2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.035), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.01), + thrRegularEE2 = cms.vdouble(0.01), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..22c6caae15930 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle26WP70BestGsfChi2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(4.0), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py new file mode 100644 index 0000000000000..050394d32c997 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle26WP70BestGsfChi2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(4.0), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..189fbd094e477 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfTrackIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(1.76), + thrRegularEB2 = cms.vdouble(1.76), + thrRegularEE1 = cms.vdouble(1.76), + thrRegularEE2 = cms.vdouble(1.76), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6L1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..54c4f95388cb2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70GsfTrackIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(1.76), + thrRegularEB2 = cms.vdouble(1.76), + thrRegularEE1 = cms.vdouble(1.76), + thrRegularEE2 = cms.vdouble(1.76), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6Unseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..fdd76012a9516 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70HgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.17), + thrOverEEB2 = cms.vdouble(0.17), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..c9a192ab67daa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70HgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.17), + thrOverEEB2 = cms.vdouble(0.17), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b543ccb428734 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle26WP70HgcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(12), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..c02f627e730ff --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle26WP70HgcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(12), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..9bfd8c175a5d6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70ClusterShapeSigmawwL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..bc0af659c8f9d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle26WP70ClusterShapeSigmawwUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d4f3fd2af9d78 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HgcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle26WP70EcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(130), + thrRegularEB2 = cms.vdouble(130), + thrRegularEE1 = cms.vdouble(130), + thrRegularEE2 = cms.vdouble(340), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..3df82341c242f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70HgcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle26WP70EcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(130), + thrRegularEB2 = cms.vdouble(130), + thrRegularEE1 = cms.vdouble(130), + thrRegularEE2 = cms.vdouble(340), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..70fc85a5174cc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70PMS2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70PixelMatchL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(42.0), + thrRegularEE = cms.vdouble(65.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsL1Seeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..bd769969067ad --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70PMS2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle26WP70PixelMatchUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(42.0), + thrRegularEE = cms.vdouble(65.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsUnseeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..ec0998fcf9fb7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70PixelMatchL1SeededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle26WP70HcalIsoL1SeededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py new file mode 100644 index 0000000000000..9821dee04bbeb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle26WP70PixelMatchUnseededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle26WP70HcalIsoUnseededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d29338ff54c4e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightBestGsfChi2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightBestGsfNLayerITL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..90e1657ee95b4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightBestGsfChi2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightBestGsfNLayerITUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..3fccd7b5013d7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightBestGsfNLayerITL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightGsfDphiL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py new file mode 100644 index 0000000000000..133975772bd6e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightBestGsfNLayerITUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightGsfDphiUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..727165b40591d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG32EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.013), + thrRegularEE = cms.vdouble(0.013), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..25d80c52c1afd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.7225), + thrRegularEE = cms.vdouble(0.7225), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py new file mode 100644 index 0000000000000..b262b88bfc996 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightClusterShapeSigmavvUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.7225), + thrRegularEE = cms.vdouble(0.7225), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..6bc29e180b777 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(72.25), + thrRegularEE = cms.vdouble(72.25), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py new file mode 100644 index 0000000000000..bb85c00380310 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightClusterShapeSigmawwUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightClusterShapeSigmavvUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(72.25), + thrRegularEE = cms.vdouble(72.25), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..83092535de850 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG32EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.013), + thrRegularEE = cms.vdouble(0.013), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..64c46822e548e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(9.0), + thrRegularEB2 = cms.vdouble(9.0), + thrRegularEE1 = cms.vdouble(9.0), + thrRegularEE2 = cms.vdouble(9.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..2a1aaab996458 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightEcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(9.0), + thrRegularEB2 = cms.vdouble(9.0), + thrRegularEE1 = cms.vdouble(9.0), + thrRegularEE2 = cms.vdouble(9.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b1bbeda991790 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfDetaL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.004), + thrRegularEE2 = cms.vdouble(0.004), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py new file mode 100644 index 0000000000000..357a1b6aee137 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfDetaUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.004), + thrRegularEE2 = cms.vdouble(0.004), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d05a0edf4fa37 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfDphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightGsfDetaL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py new file mode 100644 index 0000000000000..3c200a8311c5a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfDphiUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightGsfDetaUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..c24febe59657f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightPMS2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.04), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py new file mode 100644 index 0000000000000..522e4ed7673bb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightPMS2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.04), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..196b44521f38b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle32WPTightBestGsfChi2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(5.5), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py new file mode 100644 index 0000000000000..3ce872f800a38 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle32WPTightBestGsfChi2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(5.5), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..e4d2ed0bb1e3f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfTrackIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.5), + thrRegularEB2 = cms.vdouble(2.5), + thrRegularEE1 = cms.vdouble(2.2), + thrRegularEE2 = cms.vdouble(2.2), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6L1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..b68deda816b7c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightGsfTrackIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.5), + thrRegularEB2 = cms.vdouble(2.5), + thrRegularEE1 = cms.vdouble(2.2), + thrRegularEE2 = cms.vdouble(2.2), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoV6Unseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..251ccefd62aa5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightHgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.175), + thrOverEEB2 = cms.vdouble(0.175), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..bb896edd89069 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightHgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.175), + thrOverEEB2 = cms.vdouble(0.175), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..ebd1122e0f87e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle32WPTightHgcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(19), + thrRegularEB2 = cms.vdouble(19), + thrRegularEE1 = cms.vdouble(19), + thrRegularEE2 = cms.vdouble(19), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..d1ffcfc78ad8f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle32WPTightHgcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(19), + thrRegularEB2 = cms.vdouble(19), + thrRegularEE1 = cms.vdouble(19), + thrRegularEE2 = cms.vdouble(19), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..da73d40075443 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightClusterShapeSigmawwL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5effeaf10298b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle32WPTightClusterShapeSigmawwUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..7d48ca5fec19d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHgcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle32WPTightEcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(150), + thrRegularEB2 = cms.vdouble(150), + thrRegularEE1 = cms.vdouble(150), + thrRegularEE2 = cms.vdouble(350), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..9641740e87538 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightHgcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle32WPTightEcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(150), + thrRegularEB2 = cms.vdouble(150), + thrRegularEE1 = cms.vdouble(150), + thrRegularEE2 = cms.vdouble(350), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d6eceafd6079e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightPMS2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightPixelMatchL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(55.0), + thrRegularEE = cms.vdouble(75.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsL1Seeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..a15a44d163d26 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightPMS2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle32WPTightPixelMatchUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(55.0), + thrRegularEE = cms.vdouble(75.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsUnseeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..b1f61ff83d468 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightPixelMatchL1SeededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle32WPTightHcalIsoL1SeededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py new file mode 100644 index 0000000000000..c90cfa409da46 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle32WPTightPixelMatchUnseededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle32WPTightHcalIsoUnseededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..2502fe9c2420d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5DphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEgammaCandidatesWrapperL1Seeded"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(-1.0), + thrOverE2EE = cms.vdouble(-1.0), + thrOverEEB = cms.vdouble(-1.0), + thrOverEEE = cms.vdouble(-1.0), + thrRegularEB = cms.vdouble(10), + thrRegularEE = cms.vdouble(10), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5a0eb247e69c2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5DphiUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEgammaCandidatesWrapperUnseeded"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(-1.0), + thrOverE2EE = cms.vdouble(-1.0), + thrOverEEB = cms.vdouble(-1.0), + thrOverEEE = cms.vdouble(-1.0), + thrRegularEB = cms.vdouble(10), + thrRegularEE = cms.vdouble(10), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfChi2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfChi2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..2587ed379c493 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfChi2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70BestGsfChi2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70BestGsfNLayerITL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfChi2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfChi2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..5eed876e1d245 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfChi2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70BestGsfChi2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70BestGsfNLayerITUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfNLayerITL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfNLayerITL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..0540d75ff32f9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfNLayerITL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70BestGsfNLayerITL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70GsfDphiL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfNLayerITUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfNLayerITUnseededFilter_cfi.py new file mode 100644 index 0000000000000..57f9eacf493b4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70BestGsfNLayerITUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70BestGsfNLayerITUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70GsfDphiUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..c4c1939616cdb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70ClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG5EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.012), + thrRegularEE = cms.vdouble(0.012), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..3badc6e9067b7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70ClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70ClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmavvUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmavvUnseededFilter_cfi.py new file mode 100644 index 0000000000000..215f435db9f21 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmavvUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70ClusterShapeSigmavvUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70ClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.64), + thrRegularEE = cms.vdouble(0.64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmawwL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmawwL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..f61d2dc63bc3c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmawwL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70ClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70ClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(64), + thrRegularEE = cms.vdouble(64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmawwUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmawwUnseededFilter_cfi.py new file mode 100644 index 0000000000000..0630bb1eb1b19 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeSigmawwUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70ClusterShapeSigmawwUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70ClusterShapeSigmavvUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(64), + thrRegularEE = cms.vdouble(64), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5959cc74578df --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70ClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70ClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG5EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.012), + thrRegularEE = cms.vdouble(0.012), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70EcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70EcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..7cb73bd4e3f4b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70EcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70EcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70HEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(4.4), + thrRegularEB2 = cms.vdouble(4.4), + thrRegularEE1 = cms.vdouble(4.4), + thrRegularEE2 = cms.vdouble(4.4), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70EcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70EcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..53127f937215c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70EcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70EcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70HEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(4.4), + thrRegularEB2 = cms.vdouble(4.4), + thrRegularEE1 = cms.vdouble(4.4), + thrRegularEE2 = cms.vdouble(4.4), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDetaL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDetaL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..50321074853fe --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDetaL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfDetaL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.003), + thrRegularEE2 = cms.vdouble(0.003), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDetaUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDetaUnseededFilter_cfi.py new file mode 100644 index 0000000000000..0caf7832677cd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDetaUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfDetaUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70GsfOneOEMinusOneOPUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.003), + thrRegularEE2 = cms.vdouble(0.003), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDphiL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDphiL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..263414d871a6d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDphiL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfDphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70GsfDetaL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.02), + thrRegularEE2 = cms.vdouble(0.02), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDphiUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDphiUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5000ca377396f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfDphiUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfDphiUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70GsfDetaUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.02), + thrRegularEE2 = cms.vdouble(0.02), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..68b5570cc899c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70PMS2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.035), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.01), + thrRegularEE2 = cms.vdouble(0.01), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py new file mode 100644 index 0000000000000..605e7fedf6b87 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfOneOEMinusOneOPUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70PMS2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.035), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.01), + thrRegularEE2 = cms.vdouble(0.01), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..211ba1571258b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WP70BestGsfChi2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(4.0), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py new file mode 100644 index 0000000000000..31b2cb92f5a14 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WP70BestGsfChi2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(4.0), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..f928a4a7218a8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfTrackIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.0), + thrRegularEB2 = cms.vdouble(2.0), + thrRegularEE1 = cms.vdouble(1.5), + thrRegularEE2 = cms.vdouble(1.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..d665d023082b2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70GsfTrackIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70GsfTrackIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.0), + thrRegularEB2 = cms.vdouble(2.0), + thrRegularEE1 = cms.vdouble(1.5), + thrRegularEE2 = cms.vdouble(1.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..e6b6b0b8dcec0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70HgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.17), + thrOverEEB2 = cms.vdouble(0.17), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..10364790128bb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70HgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.17), + thrOverEEB2 = cms.vdouble(0.17), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..36005663c1bf6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WP70HgcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(12), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..ded2b76b17f35 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WP70HgcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(12), + thrRegularEB2 = cms.vdouble(12), + thrRegularEE1 = cms.vdouble(12), + thrRegularEE2 = cms.vdouble(12), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..36ad687451fe1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70ClusterShapeSigmawwL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..3f469ea2a8fd6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WP70ClusterShapeSigmawwUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..70dd91b6f62ac --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HgcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WP70EcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(130), + thrRegularEB2 = cms.vdouble(130), + thrRegularEE1 = cms.vdouble(130), + thrRegularEE2 = cms.vdouble(340), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..db0b6cbce459b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70HgcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70HgcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WP70EcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(130), + thrRegularEB2 = cms.vdouble(130), + thrRegularEE1 = cms.vdouble(130), + thrRegularEE2 = cms.vdouble(340), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PMS2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PMS2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..0e12c5e37cca4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PMS2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70PMS2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70PixelMatchL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(42.0), + thrRegularEE = cms.vdouble(65.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsL1Seeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PMS2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PMS2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..5f86d0dd55761 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PMS2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70PMS2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WP70PixelMatchUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(42.0), + thrRegularEE = cms.vdouble(65.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsUnseeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PixelMatchL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PixelMatchL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..9ac8c17ffc61e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PixelMatchL1SeededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70PixelMatchL1SeededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle5WP70HcalIsoL1SeededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PixelMatchUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PixelMatchUnseededFilter_cfi.py new file mode 100644 index 0000000000000..7fc02f4fb6d37 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WP70PixelMatchUnseededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WP70PixelMatchUnseededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle5WP70HcalIsoUnseededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..cdf42b255bdb4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightBestGsfChi2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightBestGsfNLayerITL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..d2dc2350c2230 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightBestGsfChi2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightBestGsfNLayerITUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(50.0), + thrRegularEE = cms.vdouble(50.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","Chi2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..2d189c7bc779f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightBestGsfNLayerITL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightGsfDphiL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsL1Seeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py new file mode 100644 index 0000000000000..ea185707cd6ca --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightBestGsfNLayerITUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightGsfDphiUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(False), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(3), + thrRegularEE = cms.vdouble(3), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaBestGsfTrackVarsUnseeded","NLayerIT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..65014f32bba51 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG5EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.013), + thrRegularEE = cms.vdouble(0.013), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..3a3a1049dd3e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightClusterShapeSigmavvL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.7225), + thrRegularEE = cms.vdouble(0.7225), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py new file mode 100644 index 0000000000000..81de5654ac274 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightClusterShapeSigmavvUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.0008), + thrOverEEE = cms.vdouble(0.0008), + thrRegularEB = cms.vdouble(0.7225), + thrRegularEE = cms.vdouble(0.7225), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2vv") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..7fa1fd44d18a4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightClusterShapeSigmawwL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightClusterShapeSigmavvL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(72.25), + thrRegularEE = cms.vdouble(72.25), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py new file mode 100644 index 0000000000000..cb7e869bfcc5b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightClusterShapeSigmawwUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightClusterShapeSigmavvUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0.04), + thrOverEEE = cms.vdouble(0.04), + thrRegularEB = cms.vdouble(72.25), + thrRegularEE = cms.vdouble(72.25), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","sigma2ww") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..ac31b61acd211 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG5EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.013), + thrRegularEE = cms.vdouble(0.013), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..12eacea1a4881 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(9.0), + thrRegularEB2 = cms.vdouble(9.0), + thrRegularEE1 = cms.vdouble(9.0), + thrRegularEE2 = cms.vdouble(9.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..70223c2ffd0cb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightEcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(9.0), + thrRegularEB2 = cms.vdouble(9.0), + thrRegularEE1 = cms.vdouble(9.0), + thrRegularEE2 = cms.vdouble(9.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..75b205bc25aab --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfDetaL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.004), + thrRegularEE2 = cms.vdouble(0.004), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py new file mode 100644 index 0000000000000..b9d469251faf6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfDetaUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.003), + thrRegularEB2 = cms.vdouble(0.009), + thrRegularEE1 = cms.vdouble(0.004), + thrRegularEE2 = cms.vdouble(0.004), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","DetaSeed") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..7e96aa1d7daff --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfDphiL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightGsfDetaL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py new file mode 100644 index 0000000000000..6f78f6fff90b7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfDphiUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightGsfDetaUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.02), + thrRegularEB2 = cms.vdouble(0.09), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","Dphi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..19623a3732f4d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightPMS2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.04), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsL1Seeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py new file mode 100644 index 0000000000000..ae01518032a87 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightPMS2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.04), + thrRegularEB2 = cms.vdouble(0.08), + thrRegularEE1 = cms.vdouble(0.04), + thrRegularEE2 = cms.vdouble(0.04), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaGsfTrackVarsUnseeded","OneOESuperMinusOneOP") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..285d33bd35a5d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WPTightBestGsfChi2L1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(5.5), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py new file mode 100644 index 0000000000000..2461d808906f9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WPTightBestGsfChi2UnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(5.5), + thrRegularEB2 = cms.vdouble(8.0), + thrRegularEE1 = cms.vdouble(5.5), + thrRegularEE2 = cms.vdouble(5.5), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleL1TrkIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..03ffa292426ae --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfTrackIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.5), + thrRegularEB2 = cms.vdouble(2.5), + thrRegularEE1 = cms.vdouble(2.2), + thrRegularEE2 = cms.vdouble(2.2), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..9187a405bb90c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightGsfTrackIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.029, 0.111, 0.114, 0.032), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.5), + thrRegularEB2 = cms.vdouble(2.5), + thrRegularEE1 = cms.vdouble(2.2), + thrRegularEE2 = cms.vdouble(2.2), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEleGsfTrackIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..40bb6b247848b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightHgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.175), + thrOverEEB2 = cms.vdouble(0.175), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..d29e744c48fba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightHgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.175), + thrOverEEB2 = cms.vdouble(0.175), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..48726374c0e81 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WPTightHgcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(19), + thrRegularEB2 = cms.vdouble(19), + thrRegularEE1 = cms.vdouble(19), + thrRegularEE2 = cms.vdouble(19), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..bf788dabdda42 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WPTightHgcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.02), + thrOverEEE2 = cms.vdouble(0.02), + thrRegularEB1 = cms.vdouble(19), + thrRegularEB2 = cms.vdouble(19), + thrRegularEE1 = cms.vdouble(19), + thrRegularEE2 = cms.vdouble(19), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..2eabeacc42a47 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightClusterShapeSigmawwL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..f5a01cce489e3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEle5WPTightClusterShapeSigmawwUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.15), + thrOverEEE2 = cms.vdouble(0.15), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(5.0), + thrRegularEE2 = cms.vdouble(5.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..267b54f7d0b78 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHgcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WPTightEcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(150), + thrRegularEB2 = cms.vdouble(150), + thrRegularEE1 = cms.vdouble(150), + thrRegularEE2 = cms.vdouble(350), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..14bfc300151c4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightHgcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltEle5WPTightEcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.05), + thrOverEEE2 = cms.vdouble(0.05), + thrRegularEB1 = cms.vdouble(150), + thrRegularEB2 = cms.vdouble(150), + thrRegularEE1 = cms.vdouble(150), + thrRegularEE2 = cms.vdouble(350), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCalLayerClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py new file mode 100644 index 0000000000000..4a5d1d402479f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightPMS2L1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightPixelMatchL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(55.0), + thrRegularEE = cms.vdouble(75.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsL1Seeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py new file mode 100644 index 0000000000000..1cf0aaccdd584 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightPMS2UnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEle5WPTightPixelMatchUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(55.0), + thrRegularEE = cms.vdouble(75.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaPixelMatchVarsUnseeded","s2") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..7a839da00acf7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightPixelMatchL1SeededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle5WPTightHcalIsoL1SeededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsL1Seeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py new file mode 100644 index 0000000000000..d55d669c4cb4b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltEle5WPTightPixelMatchUnseededFilter = cms.EDFilter("HLTElectronPixelMatchFilter", + candTag = cms.InputTag("hltEle5WPTightHcalIsoUnseededFilter"), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + l1PixelSeedsTag = cms.InputTag("hltEgammaElectronPixelSeedsUnseeded"), + ncandcut = cms.int32(1), + npixelmatchcut = cms.double(1.0), + pixelVeto = cms.bool(False), + s2_threshold = cms.double(0.4), + s_a_phi1B = cms.double(0.0069), + s_a_phi1F = cms.double(0.0076), + s_a_phi1I = cms.double(0.0088), + s_a_phi2B = cms.double(0.00037), + s_a_phi2F = cms.double(0.00906), + s_a_phi2I = cms.double(0.0007), + s_a_rF = cms.double(0.04), + s_a_rI = cms.double(0.027), + s_a_zB = cms.double(0.012), + saveTags = cms.bool(True), + tanhSO10BarrelThres = cms.double(0.35), + tanhSO10ForwardThres = cms.double(1.0), + tanhSO10InterThres = cms.double(1.0), + useS = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py new file mode 100644 index 0000000000000..89b0806d571f1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitDoubletsForTripletsL1Seeded = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag(""), + layerPairs = cms.vuint32(0, 1), + maxElement = cms.uint32(0), + maxElementTotal = cms.uint32(50000000), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(True), + seedingLayers = cms.InputTag("hltPixelLayerTriplets"), + trackingRegions = cms.InputTag("hltEleSeedsTrackingRegionsL1Seeded"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py new file mode 100644 index 0000000000000..b02d9ef165d2b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitDoubletsForTripletsUnseeded = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag(""), + layerPairs = cms.vuint32(0, 1), + maxElement = cms.uint32(0), + maxElementTotal = cms.uint32(50000000), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(True), + seedingLayers = cms.InputTag("hltPixelLayerTriplets"), + trackingRegions = cms.InputTag("hltEleSeedsTrackingRegionsUnseeded"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py new file mode 100644 index 0000000000000..aa6eb34177d63 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitDoubletsL1Seeded = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag(""), + layerPairs = cms.vuint32(0), + maxElement = cms.uint32(0), + maxElementTotal = cms.uint32(50000000), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(True), + seedingLayers = cms.InputTag("hltPixelLayerPairsL1Seeded"), + trackingRegions = cms.InputTag("hltEleSeedsTrackingRegionsL1Seeded"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py new file mode 100644 index 0000000000000..24879b4d60ba1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitDoubletsUnseeded = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag(""), + layerPairs = cms.vuint32(0), + maxElement = cms.uint32(0), + maxElementTotal = cms.uint32(50000000), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(True), + seedingLayers = cms.InputTag("hltPixelLayerPairsUnseeded"), + trackingRegions = cms.InputTag("hltEleSeedsTrackingRegionsUnseeded"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py new file mode 100644 index 0000000000000..ee7fc2e9853ac --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitTripletsClusterRemoverL1Seeded = cms.EDProducer("SeedClusterRemoverPhase2", + phase2OTClusters = cms.InputTag("siPhase2Clusters"), + pixelClusters = cms.InputTag("siPixelClusters"), + trajectories = cms.InputTag("hltElePixelSeedsTripletsL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py new file mode 100644 index 0000000000000..be35b5393cecd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitTripletsClusterRemoverUnseeded = cms.EDProducer("SeedClusterRemoverPhase2", + phase2OTClusters = cms.InputTag("siPhase2Clusters"), + pixelClusters = cms.InputTag("siPixelClusters"), + trajectories = cms.InputTag("hltElePixelSeedsTripletsUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py new file mode 100644 index 0000000000000..a8a0c70b447e4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitTripletsL1Seeded = cms.EDProducer("CAHitTripletEDProducer", + CAHardPtCut = cms.double(0.3), + CAPhiCut = cms.double(0.1), + CAThetaCut = cms.double(0.004), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + doublets = cms.InputTag("hltElePixelHitDoubletsForTripletsL1Seeded"), + extraHitRPhitolerance = cms.double(0.032), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.8), + pt2 = cms.double(8.0), + value1 = cms.double(100.0), + value2 = cms.double(6.0) + ), + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py new file mode 100644 index 0000000000000..42f2720ff8ad2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelHitTripletsUnseeded = cms.EDProducer("CAHitTripletEDProducer", + CAHardPtCut = cms.double(0.3), + CAPhiCut = cms.double(0.1), + CAThetaCut = cms.double(0.004), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + doublets = cms.InputTag("hltElePixelHitDoubletsForTripletsUnseeded"), + extraHitRPhitolerance = cms.double(0.032), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.8), + pt2 = cms.double(8.0), + value1 = cms.double(100.0), + value2 = cms.double(6.0) + ), + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py new file mode 100644 index 0000000000000..19a3f2b367ed6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelSeedsCombinedL1Seeded = cms.EDProducer("SeedCombiner", + seedCollections = cms.VInputTag("hltElePixelSeedsDoubletsL1Seeded", "hltElePixelSeedsTripletsL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py new file mode 100644 index 0000000000000..26d0a53dd68c4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelSeedsCombinedUnseeded = cms.EDProducer("SeedCombiner", + seedCollections = cms.VInputTag("hltElePixelSeedsDoubletsUnseeded", "hltElePixelSeedsTripletsUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py new file mode 100644 index 0000000000000..27855216b7ca1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelSeedsDoubletsL1Seeded = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer", + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string('ParabolicMf'), + propagator = cms.string('PropagatorWithMaterialParabolicMf'), + seedingHitSets = cms.InputTag("hltElePixelHitDoubletsL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py new file mode 100644 index 0000000000000..ee65239d33e2d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelSeedsDoubletsUnseeded = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer", + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string('ParabolicMf'), + propagator = cms.string('PropagatorWithMaterialParabolicMf'), + seedingHitSets = cms.InputTag("hltElePixelHitDoubletsUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py new file mode 100644 index 0000000000000..c7e809886ea42 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelSeedsTripletsL1Seeded = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer", + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string('ParabolicMf'), + propagator = cms.string('PropagatorWithMaterialParabolicMf'), + seedingHitSets = cms.InputTag("hltElePixelHitTripletsL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py new file mode 100644 index 0000000000000..77ce9730104e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltElePixelSeedsTripletsUnseeded = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer", + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string('ParabolicMf'), + propagator = cms.string('PropagatorWithMaterialParabolicMf'), + seedingHitSets = cms.InputTag("hltElePixelHitTripletsUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py new file mode 100644 index 0000000000000..1479cb6412e2a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltEleSeedsTrackingRegionsL1Seeded = cms.EDProducer("TrackingRegionsFromSuperClustersEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("hltOnlineBeamSpot"), + defaultZ = cms.double(0.0), + deltaEtaRegion = cms.double(0.1), + deltaPhiRegion = cms.double(0.4), + measurementTrackerEvent = cms.InputTag(""), + minBSDeltaZ = cms.double(0.0), + nrSigmaForBSDeltaZ = cms.double(4.0), + originHalfLength = cms.double(12.5), + originRadius = cms.double(0.2), + precise = cms.bool(True), + ptMin = cms.double(1.5), + superClusters = cms.VInputTag("hltEgammaSuperClustersToPixelMatchL1Seeded"), + useZInBeamspot = cms.bool(False), + useZInVertex = cms.bool(False), + vertices = cms.InputTag(""), + whereToUseMeasTracker = cms.string('kNever') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py new file mode 100644 index 0000000000000..265b395add500 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltEleSeedsTrackingRegionsUnseeded = cms.EDProducer("TrackingRegionsFromSuperClustersEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("hltOnlineBeamSpot"), + defaultZ = cms.double(0.0), + deltaEtaRegion = cms.double(0.1), + deltaPhiRegion = cms.double(0.4), + measurementTrackerEvent = cms.InputTag(""), + minBSDeltaZ = cms.double(0.0), + nrSigmaForBSDeltaZ = cms.double(4.0), + originHalfLength = cms.double(12.5), + originRadius = cms.double(0.2), + precise = cms.bool(True), + ptMin = cms.double(1.5), + superClusters = cms.VInputTag("hltEgammaSuperClustersToPixelMatchUnseeded"), + useZInBeamspot = cms.bool(False), + useZInVertex = cms.bool(False), + vertices = cms.InputTag(""), + whereToUseMeasTracker = cms.string('kNever') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForMuons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForMuons_cfi.py new file mode 100644 index 0000000000000..a91411cb84a41 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForMuons_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltFixedGridRhoFastjetAllCaloForMuons = cms.EDProducer("FixedGridRhoProducerFastjet", + gridSpacing = cms.double(0.55), + maxRapidity = cms.double(2.5), + pfCandidatesTag = cms.InputTag("hltTowerMakerForAll") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltGemRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltGemRecHits_cfi.py new file mode 100644 index 0000000000000..ae2a61e2cc122 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltGemRecHits_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltGemRecHits = cms.EDProducer("GEMRecHitProducer", + applyMasking = cms.bool(False), + deadFile = cms.optional.FileInPath, + gemDigiLabel = cms.InputTag("simMuonGEMDigis"), + maskFile = cms.optional.FileInPath, + mightGet = cms.optional.untracked.vstring, + recAlgo = cms.string('GEMRecHitStandardAlgo'), + recAlgoConfig = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltGemSegments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltGemSegments_cfi.py new file mode 100644 index 0000000000000..8828d23671c81 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltGemSegments_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +hltGemSegments = cms.EDProducer("GEMSegmentProducer", + algo_name = cms.string('GEMSegmentAlgorithm'), + algo_pset = cms.PSet( + GEMDebug = cms.untracked.bool(True), + clusterOnlySameBXRecHits = cms.bool(True), + dEtaChainBoxMax = cms.double(0.05), + dPhiChainBoxMax = cms.double(0.02), + dXclusBoxMax = cms.double(1.0), + dYclusBoxMax = cms.double(5.0), + maxRecHitsInCluster = cms.int32(4), + minHitsPerSegment = cms.uint32(2), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True) + ), + gemRecHitLabel = cms.InputTag("hltGemRecHits"), + ge0_name = cms.string('GE0SegAlgoRU'), + ge0_pset = cms.PSet( + allowWideSegments = cms.bool(True), + doCollisions = cms.bool(True), + maxChi2Additional = cms.double(100.0), + maxChi2GoodSeg = cms.double(50), + maxChi2Prune = cms.double(50), + maxETASeeds = cms.double(0.1), + maxNumberOfHits = cms.uint32(300), + maxNumberOfHitsPerLayer = cms.uint32(100), + maxPhiAdditional = cms.double(0.001096605744), + maxPhiSeeds = cms.double(0.001096605744), + maxTOFDiff = cms.double(25), + minNumberOfHits = cms.uint32(4), + requireCentralBX = cms.bool(True) + ), +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltHbhereco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHbhereco_cfi.py new file mode 100644 index 0000000000000..be069c1f6f008 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHbhereco_cfi.py @@ -0,0 +1,140 @@ +import FWCore.ParameterSet.Config as cms + +hltHbhereco = cms.EDProducer("HBHEPhase1Reconstructor", + algoConfigClass = cms.string(''), + algorithm = cms.PSet( + Class = cms.string('SimpleHBHEPhase1Algo'), + activeBXs = cms.vint32( + -3, -2, -1, 0, 1, + 2, 3, 4 + ), + applyLegacyHBMCorrection = cms.bool(False), + applyPedConstraint = cms.bool(True), + applyPulseJitter = cms.bool(False), + applyTimeConstraint = cms.bool(True), + applyTimeSlew = cms.bool(True), + applyTimeSlewM3 = cms.bool(True), + calculateArrivalTime = cms.bool(True), + chiSqSwitch = cms.double(15.0), + correctForPhaseContainment = cms.bool(True), + correctionPhaseNS = cms.double(6.0), + deltaChiSqThresh = cms.double(0.001), + dynamicPed = cms.bool(False), + firstSampleShift = cms.int32(0), + fitTimes = cms.int32(1), + meanPed = cms.double(0.0), + meanTime = cms.double(0.0), + nMaxItersMin = cms.int32(500), + nMaxItersNNLS = cms.int32(500), + nnlsThresh = cms.double(1e-11), + pulseJitter = cms.double(1.0), + respCorrM3 = cms.double(1.0), + samplesToAdd = cms.int32(2), + tdcTimeShift = cms.double(0.0), + timeMax = cms.double(12.5), + timeMin = cms.double(-12.5), + timeSigmaHPD = cms.double(5.0), + timeSigmaSiPM = cms.double(2.5), + timeSlewParsType = cms.int32(3), + ts4Max = cms.vdouble(100.0, 20000.0, 30000.0), + ts4Min = cms.double(0.0), + ts4Thresh = cms.double(0.0), + ts4chi2 = cms.vdouble(15.0, 15.0), + useM2 = cms.bool(False), + useM3 = cms.bool(True), + useMahi = cms.bool(True) + ), + digiLabelQIE11 = cms.InputTag("hltHcalDigis"), + digiLabelQIE8 = cms.InputTag("hltHcalDigis"), + dropZSmarkedPassed = cms.bool(True), + flagParametersQIE11 = cms.PSet( + + ), + flagParametersQIE8 = cms.PSet( + hitEnergyMinimum = cms.double(1.0), + hitMultiplicityThreshold = cms.int32(17), + nominalPedestal = cms.double(3.0), + pulseShapeParameterSets = cms.VPSet( + cms.PSet( + pulseShapeParameters = cms.vdouble( + 0.0, 100.0, -50.0, 0.0, -15.0, + 0.15 + ) + ), + cms.PSet( + pulseShapeParameters = cms.vdouble( + 100.0, 2000.0, -50.0, 0.0, -5.0, + 0.05 + ) + ), + cms.PSet( + pulseShapeParameters = cms.vdouble( + 2000.0, 1000000.0, -50.0, 0.0, 95.0, + 0.0 + ) + ), + cms.PSet( + pulseShapeParameters = cms.vdouble( + -1000000.0, 1000000.0, 45.0, 0.1, 1000000.0, + 0.0 + ) + ) + ) + ), + makeRecHits = cms.bool(True), + processQIE11 = cms.bool(True), + processQIE8 = cms.bool(True), + pulseShapeParametersQIE11 = cms.PSet( + + ), + pulseShapeParametersQIE8 = cms.PSet( + LeftSlopeCut = cms.vdouble(5.0, 2.55, 2.55), + LeftSlopeThreshold = cms.vdouble(250.0, 500.0, 100000.0), + LinearCut = cms.vdouble(-3.0, -0.054, -0.054), + LinearThreshold = cms.vdouble(20.0, 100.0, 100000.0), + MinimumChargeThreshold = cms.double(20.0), + MinimumTS4TS5Threshold = cms.double(100.0), + R45MinusOneRange = cms.double(0.2), + R45PlusOneRange = cms.double(0.2), + RMS8MaxCut = cms.vdouble(-13.5, -11.5, -11.5), + RMS8MaxThreshold = cms.vdouble(20.0, 100.0, 100000.0), + RightSlopeCut = cms.vdouble(5.0, 4.15, 4.15), + RightSlopeSmallCut = cms.vdouble(1.08, 1.16, 1.16), + RightSlopeSmallThreshold = cms.vdouble(150.0, 200.0, 100000.0), + RightSlopeThreshold = cms.vdouble(250.0, 400.0, 100000.0), + TS3TS4ChargeThreshold = cms.double(70.0), + TS3TS4UpperChargeThreshold = cms.double(20.0), + TS4TS5ChargeThreshold = cms.double(70.0), + TS4TS5LowerCut = cms.vdouble( + -1.0, -0.7, -0.5, -0.4, -0.3, + 0.1 + ), + TS4TS5LowerThreshold = cms.vdouble( + 100.0, 120.0, 160.0, 200.0, 300.0, + 500.0 + ), + TS4TS5UpperCut = cms.vdouble(1.0, 0.8, 0.75, 0.72), + TS4TS5UpperThreshold = cms.vdouble(70.0, 90.0, 100.0, 400.0), + TS5TS6ChargeThreshold = cms.double(70.0), + TS5TS6UpperChargeThreshold = cms.double(20.0), + TriangleIgnoreSlow = cms.bool(False), + TrianglePeakTS = cms.uint32(10000), + UseDualFit = cms.bool(True) + ), + recoParamsFromDB = cms.bool(True), + saveDroppedInfos = cms.bool(False), + saveEffectivePedestal = cms.bool(True), + saveInfos = cms.bool(False), + setLegacyFlagsQIE11 = cms.bool(False), + setLegacyFlagsQIE8 = cms.bool(True), + setNegativeFlagsQIE11 = cms.bool(False), + setNegativeFlagsQIE8 = cms.bool(True), + setNoiseFlagsQIE11 = cms.bool(False), + setNoiseFlagsQIE8 = cms.bool(True), + setPulseShapeFlagsQIE11 = cms.bool(False), + setPulseShapeFlagsQIE8 = cms.bool(True), + sipmQNTStoSum = cms.int32(3), + sipmQTSShift = cms.int32(0), + tsFromDB = cms.bool(False), + use8ts = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltHcalDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHcalDigis_cfi.py new file mode 100644 index 0000000000000..29aad1d86427c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHcalDigis_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltHcalDigis = cms.EDProducer("HcalRawToDigi", + ComplainEmptyData = cms.untracked.bool(False), + ElectronicsMap = cms.string(''), + ExpectedOrbitMessageTime = cms.untracked.int32(-1), + FEDs = cms.untracked.vint32(), + FilterDataQuality = cms.bool(True), + HcalFirstFED = cms.untracked.int32(700), + InputLabel = cms.InputTag("rawDataCollector"), + UnpackCalib = cms.untracked.bool(True), + UnpackTTP = cms.untracked.bool(True), + UnpackUMNio = cms.untracked.bool(True), + UnpackZDC = cms.untracked.bool(True), + UnpackerMode = cms.untracked.int32(0), + firstSample = cms.int32(0), + lastSample = cms.int32(9), + mightGet = cms.optional.untracked.vstring, + saveQIE10DataNSamples = cms.untracked.vint32(), + saveQIE10DataTags = cms.untracked.vstring(), + saveQIE11DataNSamples = cms.untracked.vint32(), + saveQIE11DataTags = cms.untracked.vstring(), + silent = cms.untracked.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltHfprereco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHfprereco_cfi.py new file mode 100644 index 0000000000000..cd7f5417c2df1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHfprereco_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltHfprereco = cms.EDProducer("HFPreReconstructor", + digiLabel = cms.InputTag("hltHcalDigis"), + dropZSmarkedPassed = cms.bool(True), + forceSOI = cms.int32(-1), + soiShift = cms.int32(0), + sumAllTimeSlices = cms.bool(False), + tsFromDB = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltHfreco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHfreco_cfi.py new file mode 100644 index 0000000000000..34fd6bbf0454c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHfreco_cfi.py @@ -0,0 +1,133 @@ +import FWCore.ParameterSet.Config as cms + +hltHfreco = cms.EDProducer("HFPhase1Reconstructor", + HFStripFilter = cms.PSet( + gap = cms.int32(2), + lstrips = cms.int32(2), + maxStripTime = cms.double(10.0), + maxThreshold = cms.double(100.0), + seedHitIetaMax = cms.int32(35), + stripThreshold = cms.double(40.0), + timeMax = cms.double(6.0), + verboseLevel = cms.untracked.int32(10), + wedgeCut = cms.double(0.05) + ), + PETstat = cms.PSet( + HcalAcceptSeverityLevel = cms.int32(9), + longETParams = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0 + ), + longEnergyParams = cms.vdouble( + 43.5, 45.7, 48.32, 51.36, 54.82, + 58.7, 63.0, 67.72, 72.86, 78.42, + 84.4, 90.8, 97.62 + ), + long_R = cms.vdouble(0.98), + long_R_29 = cms.vdouble(0.8), + shortETParams = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0 + ), + shortEnergyParams = cms.vdouble( + 35.1773, 35.37, 35.7933, 36.4472, 37.3317, + 38.4468, 39.7925, 41.3688, 43.1757, 45.2132, + 47.4813, 49.98, 52.7093 + ), + short_R = cms.vdouble(0.8), + short_R_29 = cms.vdouble(0.8) + ), + S8S1stat = cms.PSet( + HcalAcceptSeverityLevel = cms.int32(9), + isS8S1 = cms.bool(True), + longETParams = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0 + ), + longEnergyParams = cms.vdouble( + 40.0, 100.0, 100.0, 100.0, 100.0, + 100.0, 100.0, 100.0, 100.0, 100.0, + 100.0, 100.0, 100.0 + ), + long_optimumSlope = cms.vdouble( + 0.3, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1 + ), + shortETParams = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0 + ), + shortEnergyParams = cms.vdouble( + 40.0, 100.0, 100.0, 100.0, 100.0, + 100.0, 100.0, 100.0, 100.0, 100.0, + 100.0, 100.0, 100.0 + ), + short_optimumSlope = cms.vdouble( + 0.3, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1, 0.1, 0.1, + 0.1, 0.1, 0.1 + ) + ), + S9S1stat = cms.PSet( + HcalAcceptSeverityLevel = cms.int32(9), + isS8S1 = cms.bool(False), + longETParams = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0 + ), + longEnergyParams = cms.vdouble( + 43.5, 45.7, 48.32, 51.36, 54.82, + 58.7, 63.0, 67.72, 72.86, 78.42, + 84.4, 90.8, 97.62 + ), + long_optimumSlope = cms.vdouble( + -99999.0, 0.0164905, 0.0238698, 0.0321383, 0.041296, + 0.0513428, 0.0622789, 0.0741041, 0.0868186, 0.100422, + 0.135313, 0.136289, 0.0589927 + ), + shortETParams = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0, 0.0 + ), + shortEnergyParams = cms.vdouble( + 35.1773, 35.37, 35.7933, 36.4472, 37.3317, + 38.4468, 39.7925, 41.3688, 43.1757, 45.2132, + 47.4813, 49.98, 52.7093 + ), + short_optimumSlope = cms.vdouble( + -99999.0, 0.0164905, 0.0238698, 0.0321383, 0.041296, + 0.0513428, 0.0622789, 0.0741041, 0.0868186, 0.100422, + 0.135313, 0.136289, 0.0589927 + ) + ), + algoConfigClass = cms.string('HFPhase1PMTParams'), + algorithm = cms.PSet( + Class = cms.string('HFFlexibleTimeCheck'), + energyWeights = cms.vdouble( + 1.0, 1.0, 1.0, 0.0, 1.0, + 0.0, 2.0, 0.0, 2.0, 0.0, + 2.0, 0.0, 1.0, 0.0, 0.0, + 1.0, 0.0, 1.0, 0.0, 2.0, + 0.0, 2.0, 0.0, 2.0, 0.0, + 1.0 + ), + rejectAllFailures = cms.bool(True), + soiPhase = cms.uint32(1), + tfallIfNoTDC = cms.double(-101.0), + timeShift = cms.double(0.0), + tlimits = cms.vdouble(-1000.0, 1000.0, -1000.0, 1000.0), + triseIfNoTDC = cms.double(-100.0) + ), + checkChannelQualityForDepth3and4 = cms.bool(False), + inputLabel = cms.InputTag("hltHfprereco"), + runHFStripFilter = cms.bool(False), + setNoiseFlags = cms.bool(True), + useChannelQualityFromDB = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltHoreco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHoreco_cfi.py new file mode 100644 index 0000000000000..8c39bfa3e8420 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHoreco_cfi.py @@ -0,0 +1,49 @@ +import FWCore.ParameterSet.Config as cms + +hltHoreco = cms.EDProducer("HcalHitReconstructor", + HFInWindowStat = cms.PSet( + + ), + PETstat = cms.PSet( + + ), + S8S1stat = cms.PSet( + + ), + S9S1stat = cms.PSet( + + ), + Subdetector = cms.string('HO'), + correctForPhaseContainment = cms.bool(True), + correctForTimeslew = cms.bool(True), + correctTiming = cms.bool(False), + correctionPhaseNS = cms.double(13.0), + dataOOTCorrectionCategory = cms.string('Data'), + dataOOTCorrectionName = cms.string(''), + digiLabel = cms.InputTag("hltHcalDigis"), + digiTimeFromDB = cms.bool(True), + digistat = cms.PSet( + + ), + dropZSmarkedPassed = cms.bool(True), + firstAuxTS = cms.int32(4), + firstSample = cms.int32(4), + hfTimingTrustParameters = cms.PSet( + + ), + mcOOTCorrectionCategory = cms.string('MC'), + mcOOTCorrectionName = cms.string(''), + recoParamsFromDB = cms.bool(True), + samplesToAdd = cms.int32(4), + saturationParameters = cms.PSet( + maxADCvalue = cms.int32(127) + ), + setHSCPFlags = cms.bool(False), + setNegativeFlags = cms.bool(False), + setNoiseFlags = cms.bool(False), + setPulseShapeFlags = cms.bool(False), + setSaturationFlags = cms.bool(False), + setTimingTrustFlags = cms.bool(False), + tsFromDB = cms.bool(True), + useLeakCorrection = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..3de5d6ae36ee8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4 = cms.EDProducer("HLTHtMhtProducer", + excludePFMuons = cms.bool(False), + jetsLabel = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + maxEtaJetHt = cms.double(2.4), + maxEtaJetMht = cms.double(2.4), + minNJetHt = cms.int32(4), + minNJetMht = cms.int32(0), + minPtJetHt = cms.double(30.0), + minPtJetMht = cms.double(0.0), + pfCandidatesLabel = cms.InputTag(""), + usePt = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py new file mode 100644 index 0000000000000..2f2fd19a436b4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + # MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('none'), + # SimpleMagneticField = cms.string('ParabolicMf'), + # TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT') + ), + TrajectoryCleaner = cms.string('hltESPTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialParabolicMfOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(False), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(100000), + maxSeedsBeforeCleaning = cms.uint32(1000), + src = cms.InputTag("hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks"), + useHitsSplitting = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py new file mode 100644 index 0000000000000..8985c9a7e667e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('hltIter0'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(True), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string(''), + Propagator = cms.string('hltESPRungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py new file mode 100644 index 0000000000000..66fcf98329587 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks = cms.EDProducer("SeedGeneratorFromProtoTracksEDProducer", + InputCollection = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracks"), + InputVertexCollection = cms.InputTag("hltPhase2L3FromL1TkMuonTrimmedPixelVertices"), + SeedCreatorPSet = cms.PSet( + refToPSet_ = cms.string('hltPhase2SeedFromProtoTracks') + ), + TTRHBuilder = cms.string('WithTrackAngle'), + originHalfLength = cms.double(0.3), + originRadius = cms.double(0.1), + useEventsWithNoVertex = cms.bool(True), + usePV = cms.bool(False), + useProtoTrackKinematics = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..22772927b536a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +hltIter0Phase2L3FromL1TkMuonTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(False), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 3.40282346639e+38), + d0err_par = cms.vdouble(0.001, 0.001, 3.40282346639e+38), + dr_exp = cms.vint32(4, 4, 2147483647), + dr_par1 = cms.vdouble(0.4, 0.4, 3.40282346639e+38), + dr_par2 = cms.vdouble(0.3, 0.3, 3.40282346639e+38) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 2147483647), + dz_par1 = cms.vdouble(0.4, 0.4, 3.40282346639e+38), + dz_par2 = cms.vdouble(0.35, 0.35, 3.40282346639e+38) + ), + maxChi2 = cms.vdouble(3.40282346639e+38, 3.40282346639e+38, 3.40282346639e+38), + maxChi2n = cms.vdouble(1.2, 1.0, 0.7), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 100.0), + maxLostLayers = cms.vint32(1, 1, 1), + min3DLayers = cms.vint32(0, 3, 4), + minLayers = cms.vint32(3, 3, 4), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 3, 4) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks"), + vertices = cms.InputTag("hltPhase2L3FromL1TkMuonTrimmedPixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..8088ad5d5828d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("hltIter0Phase2L3FromL1TkMuonTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("hltIter0Phase2L3FromL1TkMuonTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py new file mode 100644 index 0000000000000..1f760e7e18906 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + MeasurementTrackerEvent = cms.InputTag("hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT') + ), + TrajectoryCleaner = cms.string('hltESPTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialParabolicMfOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(False), + doSeedingRegionRebuilding = cms.bool(False), + maxNSeeds = cms.uint32(100000), + maxSeedsBeforeCleaning = cms.uint32(1000), + src = cms.InputTag("hltIter2Phase2L3FromL1TkMuonPixelSeeds"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py new file mode 100644 index 0000000000000..dc434b98e708a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonClustersRefRemoval = cms.EDProducer("TrackClusterRemoverPhase2", + TrackQuality = cms.string('highPurity'), + maxChi2 = cms.double(16.0), + minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0), + oldClusterRemovalInfo = cms.InputTag(""), + overrideTrkQuals = cms.InputTag(""), + phase2OTClusters = cms.InputTag("siPhase2Clusters"), + phase2pixelClusters = cms.InputTag("siPixelClusters"), + trackClassifier = cms.InputTag("","QualityMasks"), + trajectories = cms.InputTag("hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py new file mode 100644 index 0000000000000..8a515e3a3bee7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('hltIter2'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(True), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent"), + NavigationSchool = cms.string(''), + Propagator = cms.string('hltESPRungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py new file mode 100644 index 0000000000000..e06f5cccb50df --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent = cms.EDProducer("MaskedMeasurementTrackerEventProducer", + OnDemand = cms.bool(False), + phase2clustersToSkip = cms.InputTag("hltIter2Phase2L3FromL1TkMuonClustersRefRemoval"), + src = cms.InputTag("MeasurementTrackerEvent") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py new file mode 100644 index 0000000000000..3c016647fc23e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonMerged = cms.EDProducer("TrackListMerger", + Epsilon = cms.double(-0.001), + FoundHitBonus = cms.double(5.0), + LostHitPenalty = cms.double(20.0), + MaxNormalizedChisq = cms.double(1000.0), + MinFound = cms.int32(3), + MinPT = cms.double(0.05), + ShareFrac = cms.double(0.19), + TrackProducers = cms.VInputTag("hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity", "hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity"), + allowFirstHitShare = cms.bool(True), + copyExtras = cms.untracked.bool(True), + copyMVA = cms.bool(False), + hasSelector = cms.vint32(0, 0), + indivShareFrac = cms.vdouble(1.0, 1.0), + newQuality = cms.string('confirmed'), + selectedTrackQuals = cms.VInputTag("hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity", "hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity"), + setsToMerge = cms.VPSet(cms.PSet( + pQual = cms.bool(False), + tLists = cms.vint32(0, 1) + )), + trackAlgoPriorityOrder = cms.string('hltESPTrackAlgoPriorityOrder'), + writeOnlyTrkQuals = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py new file mode 100644 index 0000000000000..c66c972bca81b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonPixelClusterCheck = cms.EDProducer("ClusterCheckerEDProducer", + ClusterCollectionLabel = cms.InputTag("MeasurementTrackerEvent"), + MaxNumberOfCosmicClusters = cms.uint32(50000), + MaxNumberOfPixelClusters = cms.uint32(10000), + PixelClusterCollectionLabel = cms.InputTag("siPixelClusters"), + cut = cms.string(''), + doClusterCheck = cms.bool(False), + silentClusterCheck = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py new file mode 100644 index 0000000000000..89c4fbf8a231d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonPixelHitDoublets = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag("hltIter2Phase2L3FromL1TkMuonPixelClusterCheck"), + layerPairs = cms.vuint32(0, 1), + maxElement = cms.uint32(0), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(False), + seedingLayers = cms.InputTag("hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets"), + trackingRegions = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py new file mode 100644 index 0000000000000..fbce2dc51b891 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonPixelHitTriplets = cms.EDProducer("CAHitTripletEDProducer", + CAHardPtCut = cms.double(0.3), + CAPhiCut = cms.double(0.1), + CAThetaCut = cms.double(0.015), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + doublets = cms.InputTag("hltIter2Phase2L3FromL1TkMuonPixelHitDoublets"), + extraHitRPhitolerance = cms.double(0.032), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.8), + pt2 = cms.double(8.0), + value1 = cms.double(100.0), + value2 = cms.double(6.0) + ), + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py new file mode 100644 index 0000000000000..c142211bec284 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py @@ -0,0 +1,62 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle'), + skipClusters = cms.InputTag("hltIter2Phase2L3FromL1TkMuonClustersRefRemoval") + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle'), + skipClusters = cms.InputTag("hltIter2Phase2L3FromL1TkMuonClustersRefRemoval") + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3', + 'BPix2+BPix3+BPix4', + 'BPix1+BPix3+BPix4', + 'BPix1+BPix2+BPix4', + 'BPix2+BPix3+FPix1_pos', + 'BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg', + 'BPix1+BPix3+FPix1_pos', + 'BPix1+BPix2+FPix2_pos', + 'BPix1+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix2_neg', + 'BPix1+FPix2_neg+FPix3_neg', + 'BPix1+FPix1_neg+FPix3_neg', + 'BPix1+FPix2_pos+FPix3_pos', + 'BPix1+FPix1_pos+FPix3_pos' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py new file mode 100644 index 0000000000000..9e74674165096 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonPixelSeeds = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer", + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string('ParabolicMf'), + propagator = cms.string('PropagatorWithMaterialParabolicMf'), + seedingHitSets = cms.InputTag("hltIter2Phase2L3FromL1TkMuonPixelHitTriplets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..522407e495bb3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(False), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 3.40282346639e+38), + d0err_par = cms.vdouble(0.001, 0.001, 3.40282346639e+38), + dr_exp = cms.vint32(4, 4, 2147483647), + dr_par1 = cms.vdouble(3.40282346639e+38, 0.4, 3.40282346639e+38), + dr_par2 = cms.vdouble(3.40282346639e+38, 0.3, 3.40282346639e+38) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 2147483647), + dz_par1 = cms.vdouble(3.40282346639e+38, 0.4, 3.40282346639e+38), + dz_par2 = cms.vdouble(3.40282346639e+38, 0.35, 3.40282346639e+38) + ), + maxChi2 = cms.vdouble(9999.0, 25.0, 3.40282346639e+38), + maxChi2n = cms.vdouble(1.2, 1.0, 0.7), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 100.0), + maxLostLayers = cms.vint32(1, 1, 1), + min3DLayers = cms.vint32(0, 0, 0), + minLayers = cms.vint32(3, 3, 3), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 0, 0) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks"), + vertices = cms.InputTag("hltPhase2L3FromL1TkMuonTrimmedPixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..9526a4f8dae72 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("hltIter2Phase2L3FromL1TkMuonTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("hltIter2Phase2L3FromL1TkMuonTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1DoubleNNTau52_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1DoubleNNTau52_cfi.py new file mode 100644 index 0000000000000..a1630e004db15 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1DoubleNNTau52_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1DoubleNNTau52 = cms.EDFilter("L1TPFTauFilter", + MaxEta = cms.double(2.172), + MinEta = cms.double(-2.172), + MinN = cms.int32(2), + MinPt = cms.double(52.0), + PassLooseNN = cms.int32(0), + Scalings = cms.PSet( + barrel = cms.vdouble(-9.54135, 1.73403, 0), + endcap = cms.vdouble(-36.157, 3.83749, 0) + ), + inputTag = cms.InputTag("l1NNTauProducerPuppi","L1PFTausNN"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SingleMuFiltered5_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SingleMuFiltered5_cfi.py new file mode 100644 index 0000000000000..6cbbebd2ff0ed --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SingleMuFiltered5_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1SingleMuFiltered5 = cms.EDFilter("L1TTkMuonFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(5.0), + Scalings = cms.PSet( + barrel = cms.vdouble(0.820128, 1.04124, 0.0), + endcap = cms.vdouble(0.864715, 1.03215, 0.0), + overlap = cms.vdouble(0.920897, 1.03712, 0.0) + ), + inputTag = cms.InputTag("hltL1TkMuons"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SingleNNTau150_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SingleNNTau150_cfi.py new file mode 100644 index 0000000000000..79e652ffb55e8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SingleNNTau150_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1SingleNNTau150 = cms.EDFilter("L1TPFTauFilter", + MaxEta = cms.double(2.172), + MinEta = cms.double(-2.172), + MinN = cms.int32(1), + MinPt = cms.double(150.0), + PassLooseNN = cms.int32(0), + Scalings = cms.PSet( + barrel = cms.vdouble(-9.54135, 1.73403, 0), + endcap = cms.vdouble(-36.157, 3.83749, 0) + ), + inputTag = cms.InputTag("l1NNTauProducerPuppi","L1PFTausNN"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py new file mode 100644 index 0000000000000..96a1b097aea0f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TEGammaFilteredCollectionProducer = cms.EDProducer("L1TEGammaFilteredCollectionProducer", + applyQual = cms.bool(True), + inputTag = cms.InputTag("L1EGammaClusterEmuProducer"), + maxBX = cms.int32(1), + minBX = cms.int32(-1), + minPt = cms.double(5.0), + qualIsMask = cms.bool(True), + quality = cms.int32(2), + scalings = cms.vdouble(2.6604, 1.06077, 0.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py new file mode 100644 index 0000000000000..ff87ba056dfe8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TEGammaHGCFilteredCollectionProducer = cms.EDProducer("L1TEGammaFilteredCollectionProducer", + applyQual = cms.bool(True), + inputTag = cms.InputTag("l1EGammaEEProducer","L1EGammaCollectionBXVWithCuts"), + maxBX = cms.int32(1), + minBX = cms.int32(-1), + minPt = cms.double(5.0), + qualIsMask = cms.bool(False), + quality = cms.int32(5), + scalings = cms.vdouble(3.17445, 1.13219, 0.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkDoubleMuFiltered7_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkDoubleMuFiltered7_cfi.py new file mode 100644 index 0000000000000..b4942d562a6aa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkDoubleMuFiltered7_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkDoubleMuFiltered7 = cms.EDFilter("L1TTkMuonFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(7.0), + Scalings = cms.PSet( + barrel = cms.vdouble(0.820128, 1.04124, 0.0), + endcap = cms.vdouble(0.864715, 1.03215, 0.0), + overlap = cms.vdouble(0.920897, 1.03712, 0.0) + ), + inputTag = cms.InputTag("hltL1TkMuons"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchCrystal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchCrystal_cfi.py new file mode 100644 index 0000000000000..a425c664b572d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchCrystal_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkElectronsEllipticMatchCrystal = cms.EDProducer("L1TkElectronTrackProducer", + DRmax = cms.double(0.2), + DRmin = cms.double(0.03), + DeltaZ = cms.double(0.6), + ETmin = cms.double(-1.0), + IsoCut = cms.double(-0.1), + L1EGammaInputTag = cms.InputTag("L1EGammaClusterEmuProducer"), + L1TrackInputTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + PTMINTRA = cms.double(2.0), + RelativeIsolation = cms.bool(True), + TrackChi2 = cms.double(10000000000.0), + TrackEGammaDeltaEta = cms.vdouble(0.015, 0.025, 10000000000.0), + TrackEGammaDeltaPhi = cms.vdouble(0.07, 0.0, 0.0), + TrackEGammaDeltaR = cms.vdouble(0.08, 0.0, 0.0), + TrackEGammaMatchType = cms.string('EllipticalCut'), + TrackMinPt = cms.double(10.0), + label = cms.string('EG'), + maxChi2IsoTracks = cms.double(10000000000.0), + minNStubsIsoTracks = cms.int32(0), + useClusterET = cms.bool(False), + useTwoStubsPT = cms.bool(False) +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchHGC_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchHGC_cfi.py new file mode 100644 index 0000000000000..7dcb725884025 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchHGC_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkElectronsEllipticMatchHGC = cms.EDProducer("L1TkElectronTrackProducer", + DRmax = cms.double(0.2), + DRmin = cms.double(0.03), + DeltaZ = cms.double(0.6), + ETmin = cms.double(-1.0), + IsoCut = cms.double(-0.1), + L1EGammaInputTag = cms.InputTag("l1EGammaEEProducer","L1EGammaCollectionBXVWithCuts"), + L1TrackInputTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + PTMINTRA = cms.double(2.0), + RelativeIsolation = cms.bool(True), + TrackChi2 = cms.double(10000000000.0), + TrackEGammaDeltaEta = cms.vdouble(0.01, 0.01, 10000000000.0), + TrackEGammaDeltaPhi = cms.vdouble(0.07, 0.0, 0.0), + TrackEGammaDeltaR = cms.vdouble(0.08, 0.0, 0.0), + TrackEGammaMatchType = cms.string('EllipticalCut'), + TrackMinPt = cms.double(10.0), + label = cms.string('EG'), + maxChi2IsoTracks = cms.double(100), + minNStubsIsoTracks = cms.int32(4), + useClusterET = cms.bool(False), + useTwoStubsPT = cms.bool(False) +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkMuons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkMuons_cfi.py new file mode 100644 index 0000000000000..75cb3c7f9f249 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkMuons_cfi.py @@ -0,0 +1,49 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkMuons = cms.EDProducer("L1TkMuonProducer", + CHI2MAX = cms.double(100.0), + DRmax = cms.double(0.5), + ETABARRELOVERLAP = cms.double(0.83), + ETAMAX = cms.double(5.0), + ETAMIN = cms.double(0), + ETAOVERLAPENDCAP = cms.double(1.24), + L1BMTFInputTag = cms.InputTag("simKBmtfDigis","BMTF"), + L1EMTFInputTag = cms.InputTag("simEmtfDigis","EMTF"), + L1EMTFTrackCollectionInputTag = cms.InputTag("simEmtfDigis"), + L1OMTFInputTag = cms.InputTag("simOmtfDigis","OMTF"), + L1TrackInputTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + PTMINTRA = cms.double(2.0), + ZMAX = cms.double(25.0), + applyQualityCuts = cms.bool(True), + bmtfMatchAlgoVersion = cms.string('TP'), + correctGMTPropForTkZ = cms.bool(True), + do_relax_factors = cms.bool(True), + emtfMatchAlgoVersion = cms.string('MAnTra'), + emtfcorr_boundaries = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_endcap/matching_windows_boundaries.root'), + emtfcorr_phi_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_endcap/matching_windows_phi_q99.root'), + emtfcorr_theta_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_endcap/matching_windows_theta_q99.root'), + final_window_factor = cms.double(0.5), + initial_window_factor = cms.double(0.0), + mantra_bmtfcorr_boundaries = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_barrel/matching_windows_boundaries.root'), + mantra_bmtfcorr_phi_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_barrel/matching_windows_phi_q99.root'), + mantra_bmtfcorr_theta_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_barrel/matching_windows_theta_q99.root'), + mantra_emtfcorr_boundaries = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_endcap/matching_windows_boundaries.root'), + mantra_emtfcorr_phi_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_endcap/matching_windows_phi_q99.root'), + mantra_emtfcorr_theta_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_endcap/matching_windows_theta_q99.root'), + mantra_n_trk_par = cms.int32(4), + mantra_omtfcorr_boundaries = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_overlap/matching_windows_boundaries.root'), + mantra_omtfcorr_phi_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_overlap/matching_windows_phi_q99.root'), + mantra_omtfcorr_theta_windows = cms.FileInPath('L1Trigger/L1TMuon/data/MAnTra_data/matching_windows_overlap/matching_windows_theta_q99.root'), + max_trk_aeta = cms.double(2.5), + max_trk_chi2 = cms.double(100.0), + min_trk_nstubs = cms.int32(4), + min_trk_p = cms.double(3.5), + nStubsmin = cms.int32(4), + n_trk_par = cms.int32(4), + omtfMatchAlgoVersion = cms.string('MAnTra'), + pt_end_relax = cms.double(6.0), + pt_start_relax = cms.double(2.0), + use5ParameterFit = cms.bool(False), + useRegionEtaMatching = cms.bool(True), + useTPMatchWindows = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkPhotonsCrystal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkPhotonsCrystal_cfi.py new file mode 100644 index 0000000000000..93cd0e769ddba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkPhotonsCrystal_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkPhotonsCrystal = cms.EDProducer("L1TkEmParticleProducer", + CHI2MAX = cms.double(100.0), + DRmax = cms.double(0.3), + DRmin = cms.double(0.07), + DeltaZMax = cms.double(0.6), + ETmin = cms.double(-1), + IsoCut = cms.double(-0.1), + L1EGammaInputTag = cms.InputTag("L1EGammaClusterEmuProducer"), + L1TrackInputTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + L1VertexInputTag = cms.InputTag("L1TkPrimaryVertex"), + PTMINTRA = cms.double(2.0), + PrimaryVtxConstrain = cms.bool(False), + RelativeIsolation = cms.bool(True), + ZMAX = cms.double(25.0), + label = cms.string('EG') +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkPhotonsHGC_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkPhotonsHGC_cfi.py new file mode 100644 index 0000000000000..0bce40b1b652f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkPhotonsHGC_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkPhotonsHGC = cms.EDProducer("L1TkEmParticleProducer", + CHI2MAX = cms.double(100.0), + DRmax = cms.double(0.3), + DRmin = cms.double(0.07), + DeltaZMax = cms.double(0.6), + ETmin = cms.double(-1), + IsoCut = cms.double(-0.1), + L1EGammaInputTag = cms.InputTag("l1EGammaEEProducer","L1EGammaCollectionBXVWithCuts"), + L1TrackInputTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + L1VertexInputTag = cms.InputTag("L1TkPrimaryVertex"), + PTMINTRA = cms.double(2.0), + PrimaryVtxConstrain = cms.bool(False), + RelativeIsolation = cms.bool(True), + ZMAX = cms.double(25.0), + label = cms.string('EG') +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkSingleMuFiltered15_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkSingleMuFiltered15_cfi.py new file mode 100644 index 0000000000000..206d9a9591f28 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkSingleMuFiltered15_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkSingleMuFiltered15 = cms.EDFilter("L1TTkMuonFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(15.0), + Scalings = cms.PSet( + barrel = cms.vdouble(0.820128, 1.04124, 0.0), + endcap = cms.vdouble(0.864715, 1.03215, 0.0), + overlap = cms.vdouble(0.920897, 1.03712, 0.0) + ), + inputTag = cms.InputTag("hltL1TkMuons"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkSingleMuFiltered22_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkSingleMuFiltered22_cfi.py new file mode 100644 index 0000000000000..aa122e1ad4d04 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkSingleMuFiltered22_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TkSingleMuFiltered22 = cms.EDFilter("L1TTkMuonFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(22.0), + Scalings = cms.PSet( + barrel = cms.vdouble(0.820128, 1.04124, 0.0), + endcap = cms.vdouble(0.864715, 1.03215, 0.0), + overlap = cms.vdouble(0.920897, 1.03712, 0.0) + ), + inputTag = cms.InputTag("hltL1TkMuons"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TripleMuFiltered3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TripleMuFiltered3_cfi.py new file mode 100644 index 0000000000000..9ef3d424b9e08 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TripleMuFiltered3_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL1TripleMuFiltered3 = cms.EDFilter("L1TTkMuonFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(3), + MinPt = cms.double(3.0), + Scalings = cms.PSet( + barrel = cms.vdouble(0.820128, 1.04124, 0.0), + endcap = cms.vdouble(0.864715, 1.03215, 0.0), + overlap = cms.vdouble(0.920897, 1.03712, 0.0) + ), + inputTag = cms.InputTag("hltL1TkMuons"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py new file mode 100644 index 0000000000000..a539d46fd2ea0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltL2MuonFromL1TkMuonCandidates = cms.EDProducer("L2MuonCandidateProducer", + InputObjects = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..1f8988e4badd2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltL2MuonSeedsFromL1TkMuon = cms.EDProducer("L2MuonSeedGeneratorFromL1TkMu", + EtaMatchingBins = cms.vdouble(0.0, 2.5), + InputObjects = cms.InputTag("hltL1TkMuons"), + L1MaxEta = cms.double(2.5), + L1MinPt = cms.double(0.0), + MatchDR = cms.vdouble(0.3), + MinPL1Tk = cms.double(3.5), + MinPtL1TkBarrel = cms.double(3.5), + OfflineSeedLabel = cms.untracked.InputTag("hltL2OfflineMuonSeeds"), + Propagator = cms.string('SteppingHelixPropagatorAny'), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring('SteppingHelixPropagatorAny'), + RPCLayers = cms.bool(True), + UseMuonNavigation = cms.untracked.bool(True) + ), + SetMinPtBarrelTo = cms.double(3.5), + SetMinPtEndcapTo = cms.double(1.0), + UseOfflineSeed = cms.untracked.bool(True), + UseUnassociatedL1 = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonsFromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonsFromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..d4203f946a5b4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonsFromL1TkMuon_cfi.py @@ -0,0 +1,99 @@ +import FWCore.ParameterSet.Config as cms + +hltL2MuonsFromL1TkMuon = cms.EDProducer("L2MuonProducer", + DoSeedRefit = cms.bool(False), + InputObjects = cms.InputTag("hltL2MuonSeedsFromL1TkMuon"), + L2TrajBuilderParameters = cms.PSet( + BWFilterParameters = cms.PSet( + BWSeedType = cms.string('fromGenerator'), + CSCRecSegmentLabel = cms.InputTag("hltCscSegments"), + DTRecSegmentLabel = cms.InputTag("hltDt4DSegments"), + EnableCSCMeasurement = cms.bool(True), + EnableDTMeasurement = cms.bool(True), + EnableRPCMeasurement = cms.bool(True), + FitDirection = cms.string('outsideIn'), + MaxChi2 = cms.double(100.0), + MuonTrajectoryUpdatorParameters = cms.PSet( + ExcludeRPCFromFit = cms.bool(False), + Granularity = cms.int32(0), + MaxChi2 = cms.double(25.0), + RescaleError = cms.bool(False), + RescaleErrorFactor = cms.double(100.0), + UseInvalidHits = cms.bool(True) + ), + NumberOfSigma = cms.double(3.0), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorAny'), + RPCRecSegmentLabel = cms.InputTag("hltRpcRecHits") + ), + DoBackwardFilter = cms.bool(True), + DoRefit = cms.bool(False), + DoSeedRefit = cms.bool(False), + FilterParameters = cms.PSet( + CSCRecSegmentLabel = cms.InputTag("hltCscSegments"), + DTRecSegmentLabel = cms.InputTag("hltDt4DSegments"), + EnableCSCMeasurement = cms.bool(True), + EnableDTMeasurement = cms.bool(True), + EnableGEMMeasurement = cms.bool(True), + EnableME0Measurement = cms.bool(False), ### Thiago: RECO uses False + #EnableME0Measurement = cms.bool(True), + EnableRPCMeasurement = cms.bool(True), + FitDirection = cms.string('insideOut'), + GEMRecSegmentLabel = cms.InputTag("hltGemRecHits"), + ME0RecSegmentLabel = cms.InputTag(""), + #ME0RecSegmentLabel = cms.InputTag("hltMe0Segments"), + MaxChi2 = cms.double(1000.0), + MuonTrajectoryUpdatorParameters = cms.PSet( + ExcludeRPCFromFit = cms.bool(False), + Granularity = cms.int32(0), + MaxChi2 = cms.double(25.0), + RescaleError = cms.bool(False), + RescaleErrorFactor = cms.double(100.0), + UseInvalidHits = cms.bool(True) + ), + NumberOfSigma = cms.double(3.0), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorAny'), + RPCRecSegmentLabel = cms.InputTag("hltRpcRecHits") + ), + NavigationType = cms.string('Standard'), + SeedPosition = cms.string('in'), + SeedPropagator = cms.string('hltESPFastSteppingHelixPropagatorAny'), + SeedTransformerParameters = cms.PSet( + Fitter = cms.string('hltESPKFFittingSmootherForL2Muon'), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + NMinRecHits = cms.uint32(2), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorAny'), + RescaleError = cms.double(100.0), + UseSubRecHits = cms.bool(False) + ) + ), + MuonTrajectoryBuilder = cms.string('Exhaustive'), + SeedTransformerParameters = cms.PSet( + Fitter = cms.string('hltESPKFFittingSmootherForL2Muon'), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + NMinRecHits = cms.uint32(2), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorAny'), + RescaleError = cms.double(100.0), + UseSubRecHits = cms.bool(False) + ), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring( + 'hltESPFastSteppingHelixPropagatorAny', + 'hltESPFastSteppingHelixPropagatorOpposite' + ), + RPCLayers = cms.bool(True), + UseMuonNavigation = cms.untracked.bool(True) + ), + TrackLoaderParameters = cms.PSet( + DoSmoothing = cms.bool(False), + MuonUpdatorAtVertexParameters = cms.PSet( + BeamSpotPosition = cms.vdouble(0.0, 0.0, 0.0), + BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3), + MaxChi2 = cms.double(1000000.0), + Propagator = cms.string('hltESPFastSteppingHelixPropagatorOpposite') + ), + Smoother = cms.string('hltESPKFTrajectorySmootherForMuonTrackLoader'), + TTRHBuilder = cms.string('WithTrackAngle'), + VertexConstraint = cms.bool(True), + beamSpot = cms.InputTag("offlineBeamSpot") + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2OfflineMuonSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2OfflineMuonSeeds_cfi.py new file mode 100644 index 0000000000000..0c7a473bac284 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL2OfflineMuonSeeds_cfi.py @@ -0,0 +1,211 @@ +import FWCore.ParameterSet.Config as cms + +hltL2OfflineMuonSeeds = cms.EDProducer("MuonSeedGenerator", + CSCRecSegmentLabel = cms.InputTag("hltCscSegments"), + CSC_01 = cms.vdouble( + 0.166, 0.0, 0.0, 0.031, 0.0, + 0.0 + ), + CSC_01_1_scale = cms.vdouble(-1.915329, 0.0), + CSC_02 = cms.vdouble( + 0.612, -0.207, 0.0, 0.067, -0.001, + 0.0 + ), + CSC_03 = cms.vdouble( + 0.787, -0.338, 0.029, 0.101, -0.008, + 0.0 + ), + CSC_12 = cms.vdouble( + -0.161, 0.254, -0.047, 0.042, -0.007, + 0.0 + ), + CSC_12_1_scale = cms.vdouble(-6.434242, 0.0), + CSC_12_2_scale = cms.vdouble(-1.63622, 0.0), + CSC_12_3_scale = cms.vdouble(-1.63622, 0.0), + CSC_13 = cms.vdouble( + 0.901, -1.302, 0.533, 0.045, 0.005, + 0.0 + ), + CSC_13_2_scale = cms.vdouble(-6.077936, 0.0), + CSC_13_3_scale = cms.vdouble(-1.701268, 0.0), + CSC_14 = cms.vdouble( + 0.606, -0.181, -0.002, 0.111, -0.003, + 0.0 + ), + CSC_14_3_scale = cms.vdouble(-1.969563, 0.0), + CSC_23 = cms.vdouble( + -0.081, 0.113, -0.029, 0.015, 0.008, + 0.0 + ), + CSC_23_1_scale = cms.vdouble(-19.084285, 0.0), + CSC_23_2_scale = cms.vdouble(-6.079917, 0.0), + CSC_24 = cms.vdouble( + 0.004, 0.021, -0.002, 0.053, 0.0, + 0.0 + ), + CSC_24_1_scale = cms.vdouble(-6.055701, 0.0), + CSC_34 = cms.vdouble( + 0.062, -0.067, 0.019, 0.021, 0.003, + 0.0 + ), + CSC_34_1_scale = cms.vdouble(-11.520507, 0.0), + DTRecSegmentLabel = cms.InputTag("hltDt4DSegments"), + DT_12 = cms.vdouble( + 0.183, 0.054, -0.087, 0.028, 0.002, + 0.0 + ), + DT_12_1_scale = cms.vdouble(-3.692398, 0.0), + DT_12_2_scale = cms.vdouble(-3.518165, 0.0), + DT_13 = cms.vdouble( + 0.315, 0.068, -0.127, 0.051, -0.002, + 0.0 + ), + DT_13_1_scale = cms.vdouble(-4.520923, 0.0), + DT_13_2_scale = cms.vdouble(-4.257687, 0.0), + DT_14 = cms.vdouble( + 0.359, 0.052, -0.107, 0.072, -0.004, + 0.0 + ), + DT_14_1_scale = cms.vdouble(-5.644816, 0.0), + DT_14_2_scale = cms.vdouble(-4.808546, 0.0), + DT_23 = cms.vdouble( + 0.13, 0.023, -0.057, 0.028, 0.004, + 0.0 + ), + DT_23_1_scale = cms.vdouble(-5.320346, 0.0), + DT_23_2_scale = cms.vdouble(-5.117625, 0.0), + DT_24 = cms.vdouble( + 0.176, 0.014, -0.051, 0.051, 0.003, + 0.0 + ), + DT_24_1_scale = cms.vdouble(-7.490909, 0.0), + DT_24_2_scale = cms.vdouble(-6.63094, 0.0), + DT_34 = cms.vdouble( + 0.044, 0.004, -0.013, 0.029, 0.003, + 0.0 + ), + DT_34_1_scale = cms.vdouble(-13.783765, 0.0), + DT_34_2_scale = cms.vdouble(-11.901897, 0.0), + EnableCSCMeasurement = cms.bool(True), + EnableDTMeasurement = cms.bool(True), + EnableME0Measurement = cms.bool(False), + ME0RecSegmentLabel = cms.InputTag("hltMe0Segments"), + OL_1213 = cms.vdouble( + 0.96, -0.737, 0.0, 0.052, 0.0, + 0.0 + ), + OL_1213_0_scale = cms.vdouble(-4.488158, 0.0), + OL_1222 = cms.vdouble( + 0.848, -0.591, 0.0, 0.062, 0.0, + 0.0 + ), + OL_1222_0_scale = cms.vdouble(-5.810449, 0.0), + OL_1232 = cms.vdouble( + 0.184, 0.0, 0.0, 0.066, 0.0, + 0.0 + ), + OL_1232_0_scale = cms.vdouble(-5.964634, 0.0), + OL_2213 = cms.vdouble( + 0.117, 0.0, 0.0, 0.044, 0.0, + 0.0 + ), + OL_2213_0_scale = cms.vdouble(-7.239789, 0.0), + OL_2222 = cms.vdouble( + 0.107, 0.0, 0.0, 0.04, 0.0, + 0.0 + ), + OL_2222_0_scale = cms.vdouble(-7.667231, 0.0), + SMB_10 = cms.vdouble( + 1.387, -0.038, 0.0, 0.19, 0.0, + 0.0 + ), + SMB_10_0_scale = cms.vdouble(2.448566, 0.0), + SMB_11 = cms.vdouble( + 1.247, 0.72, -0.802, 0.229, -0.075, + 0.0 + ), + SMB_11_0_scale = cms.vdouble(2.56363, 0.0), + SMB_12 = cms.vdouble( + 2.128, -0.956, 0.0, 0.199, 0.0, + 0.0 + ), + SMB_12_0_scale = cms.vdouble(2.283221, 0.0), + SMB_20 = cms.vdouble( + 1.011, -0.052, 0.0, 0.188, 0.0, + 0.0 + ), + SMB_20_0_scale = cms.vdouble(1.486168, 0.0), + SMB_21 = cms.vdouble( + 1.043, -0.124, 0.0, 0.183, 0.0, + 0.0 + ), + SMB_21_0_scale = cms.vdouble(1.58384, 0.0), + SMB_22 = cms.vdouble( + 1.474, -0.758, 0.0, 0.185, 0.0, + 0.0 + ), + SMB_22_0_scale = cms.vdouble(1.346681, 0.0), + SMB_30 = cms.vdouble( + 0.505, -0.022, 0.0, 0.215, 0.0, + 0.0 + ), + SMB_30_0_scale = cms.vdouble(-3.629838, 0.0), + SMB_31 = cms.vdouble( + 0.549, -0.145, 0.0, 0.207, 0.0, + 0.0 + ), + SMB_31_0_scale = cms.vdouble(-3.323768, 0.0), + SMB_32 = cms.vdouble( + 0.67, -0.327, 0.0, 0.22, 0.0, + 0.0 + ), + SMB_32_0_scale = cms.vdouble(-3.054156, 0.0), + SME_11 = cms.vdouble( + 3.295, -1.527, 0.112, 0.378, 0.02, + 0.0 + ), + SME_11_0_scale = cms.vdouble(1.325085, 0.0), + SME_12 = cms.vdouble( + 0.102, 0.599, 0.0, 0.38, 0.0, + 0.0 + ), + SME_12_0_scale = cms.vdouble(2.279181, 0.0), + SME_13 = cms.vdouble( + -1.286, 1.711, 0.0, 0.356, 0.0, + 0.0 + ), + SME_13_0_scale = cms.vdouble(0.104905, 0.0), + SME_21 = cms.vdouble( + -0.529, 1.194, -0.358, 0.472, 0.086, + 0.0 + ), + SME_21_0_scale = cms.vdouble(-0.040862, 0.0), + SME_22 = cms.vdouble( + -1.207, 1.491, -0.251, 0.189, 0.243, + 0.0 + ), + SME_22_0_scale = cms.vdouble(-3.457901, 0.0), + SME_31 = cms.vdouble( + -1.594, 1.482, -0.317, 0.487, 0.097, + 0.0 + ), + SME_32 = cms.vdouble( + -0.901, 1.333, -0.47, 0.41, 0.073, + 0.0 + ), + SME_41 = cms.vdouble( + -0.003, 0.005, 0.005, 0.608, 0.076, + 0.0 + ), + SME_42 = cms.vdouble( + -0.003, 0.005, 0.005, 0.608, 0.076, + 0.0 + ), + beamSpotTag = cms.InputTag("offlineBeamSpot"), + crackEtas = cms.vdouble(0.2, 1.6, 1.7), + crackWindow = cms.double(0.04), + deltaEtaCrackSearchWindow = cms.double(0.25), + deltaEtaSearchWindow = cms.double(0.2), + deltaPhiSearchWindow = cms.double(0.25), + scaleDT = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py new file mode 100644 index 0000000000000..3cba4827d1f4a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltL3MuonsPhase2L3Links = cms.EDProducer("MuonLinksProducer", + inputCollection = cms.InputTag("hltPhase2L3Muons") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py new file mode 100644 index 0000000000000..e4a9bcb6e5d96 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py @@ -0,0 +1,127 @@ +import FWCore.ParameterSet.Config as cms + +hltL3MuonsPhase2L3OI = cms.EDProducer("L3MuonProducer", + L3TrajBuilderParameters = cms.PSet( + GlbRefitterParameters = cms.PSet( + CSCRecSegmentLabel = cms.InputTag("hltCscSegments"), + Chi2CutCSC = cms.double(150.0), + Chi2CutDT = cms.double(10.0), + Chi2CutRPC = cms.double(1.0), + DTRecSegmentLabel = cms.InputTag("hltDt4DSegments"), + DYTthrs = cms.vint32(30, 15), + DoPredictionsOnly = cms.bool(False), + Fitter = cms.string('hltESPL3MuKFTrajectoryFitter'), + HitThreshold = cms.int32(1), + MuonHitsOption = cms.int32(1), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + PropDirForCosmics = cms.bool(False), + Propagator = cms.string('hltESPSmartPropagatorAny'), + RefitDirection = cms.string('insideOut'), + RefitFlag = cms.bool(True), + RefitRPCHits = cms.bool(True), + SkipStation = cms.int32(-1), + TrackerRecHitBuilder = cms.string('WithTrackAngle'), + TrackerSkipSection = cms.int32(-1), + TrackerSkipSystem = cms.int32(-1) + ), + GlobalMuonTrackMatcher = cms.PSet( + Chi2Cut_1 = cms.double(50.0), + Chi2Cut_2 = cms.double(50.0), + Chi2Cut_3 = cms.double(200.0), + DeltaDCut_1 = cms.double(40.0), + DeltaDCut_2 = cms.double(10.0), + DeltaDCut_3 = cms.double(15.0), + DeltaRCut_1 = cms.double(0.1), + DeltaRCut_2 = cms.double(0.2), + DeltaRCut_3 = cms.double(1.0), + Eta_threshold = cms.double(1.2), + LocChi2Cut = cms.double(0.001), + MinP = cms.double(2.5), + MinPt = cms.double(1.0), + Propagator = cms.string('hltESPSmartPropagator'), + Pt_threshold1 = cms.double(0.0), + Pt_threshold2 = cms.double(999999999.0), + Quality_1 = cms.double(20.0), + Quality_2 = cms.double(15.0), + Quality_3 = cms.double(7.0) + ), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + MuonTrackingRegionBuilder = cms.PSet( + DeltaEta = cms.double(0.2), + DeltaPhi = cms.double(0.15), + DeltaR = cms.double(0.025), + DeltaZ = cms.double(24.2), + EtaR_UpperLimit_Par1 = cms.double(0.25), + EtaR_UpperLimit_Par2 = cms.double(0.15), + Eta_fixed = cms.bool(True), + Eta_min = cms.double(0.1), + MeasurementTrackerName = cms.InputTag("hltESPMeasurementTracker"), + OnDemand = cms.int32(-1), + PhiR_UpperLimit_Par1 = cms.double(0.6), + PhiR_UpperLimit_Par2 = cms.double(0.2), + Phi_fixed = cms.bool(True), + Phi_min = cms.double(0.1), + Pt_fixed = cms.bool(False), + Pt_min = cms.double(3.0), + Rescale_Dz = cms.double(4.0), + Rescale_eta = cms.double(3.0), + Rescale_phi = cms.double(3.0), + UseVertex = cms.bool(False), + Z_fixed = cms.bool(False), + beamSpot = cms.InputTag("offlineBeamSpot"), + input = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), + maxRegions = cms.int32(2), + precise = cms.bool(True), + vertexCollection = cms.InputTag("pixelVertices") + ), + PCut = cms.double(2.5), + PtCut = cms.double(1.0), + RefitRPCHits = cms.bool(True), + ScaleTECxFactor = cms.double(-1.0), + ScaleTECyFactor = cms.double(-1.0), + TrackTransformer = cms.PSet( + DoPredictionsOnly = cms.bool(False), + Fitter = cms.string('hltESPL3MuKFTrajectoryFitter'), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + Propagator = cms.string('hltESPSmartPropagatorAny'), + RefitDirection = cms.string('insideOut'), + RefitRPCHits = cms.bool(True), + Smoother = cms.string('hltESPKFTrajectorySmootherForMuonTrackLoader'), + TrackerRecHitBuilder = cms.string('WithTrackAngle') + ), + TrackerPropagator = cms.string('SteppingHelixPropagatorAny'), + TrackerRecHitBuilder = cms.string('WithTrackAngle'), + tkTrajBeamSpot = cms.InputTag("offlineBeamSpot"), + tkTrajLabel = cms.InputTag("hltPhase2L3OIMuonTrackSelectionHighPurity"), + tkTrajMaxChi2 = cms.double(9999.0), + tkTrajMaxDXYBeamSpot = cms.double(9999.0), + tkTrajUseVertex = cms.bool(False), + tkTrajVertex = cms.InputTag("Notused") + ), + MuonCollectionLabel = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring( + 'hltESPSmartPropagatorAny', + 'SteppingHelixPropagatorAny', + 'hltESPSmartPropagator', + 'hltESPSteppingHelixPropagatorOpposite' + ), + RPCLayers = cms.bool(True), + UseMuonNavigation = cms.untracked.bool(True) + ), + TrackLoaderParameters = cms.PSet( + DoSmoothing = cms.bool(True), + MuonSeededTracksInstance = cms.untracked.string('L2Seeded'), + MuonUpdatorAtVertexParameters = cms.PSet( + BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3), + MaxChi2 = cms.double(1000000.0), + Propagator = cms.string('hltESPSteppingHelixPropagatorOpposite') + ), + PutTkTrackIntoEvent = cms.untracked.bool(False), + SmoothTkTrack = cms.untracked.bool(False), + Smoother = cms.string('hltESPKFTrajectorySmootherForMuonTrackLoader'), + TTRHBuilder = cms.string('WithTrackAngle'), + VertexConstraint = cms.bool(False), + beamSpot = cms.InputTag("offlineBeamSpot") + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py new file mode 100644 index 0000000000000..fc311ee50d82e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41 = cms.EDFilter("HLTMuonGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltL3fL1TkSingleMu22L3Filtered24Q"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltPhase2L3MuonCandidates"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(-1.0), + thrOverE2EE = cms.vdouble(-1.0), + thrOverEEB = cms.vdouble(0.41), + thrOverEEE = cms.vdouble(0.41), + thrRegularEB = cms.vdouble(-1.0), + thrRegularEE = cms.vdouble(-1.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py new file mode 100644 index 0000000000000..5a8f601e0e9ce --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40 = cms.EDFilter("HLTMuonGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltPhase2L3MuonCandidates"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(-1.0), + thrOverE2EE = cms.vdouble(-1.0), + thrOverEEB = cms.vdouble(0.4), + thrOverEEE = cms.vdouble(0.4), + thrRegularEB = cms.vdouble(-1.0), + thrRegularEE = cms.vdouble(-1.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py new file mode 100644 index 0000000000000..5c85ceef7a3d0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70 = cms.EDFilter("HLTMuonGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltPhase2L3MuonCandidates"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(-1.0), + thrOverE2EE = cms.vdouble(-1.0), + thrOverEEB = cms.vdouble(4.7), + thrOverEEE = cms.vdouble(4.7), + thrRegularEB = cms.vdouble(-1.0), + thrRegularEE = cms.vdouble(-1.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py new file mode 100644 index 0000000000000..3666fcad78463 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk = cms.EDFilter("HLTMuonIsoFilter", + CandTag = cms.InputTag("hltPhase2L3MuonCandidates"), + DepTag = cms.VInputTag("hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07"), + IsolatorPSet = cms.PSet( + + ), + MinN = cms.int32(1), + PreviousCandTag = cms.InputTag("hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py new file mode 100644 index 0000000000000..5126a565fa2e5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1DoubleMu155fFiltered17 = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(1e+99), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(1), + minPt = cms.double(17.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TkSingleMuFiltered15"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py new file mode 100644 index 0000000000000..362dee0aa3553 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1DoubleMu155fFiltered37 = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(1e+99), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(1), + minPt = cms.double(37.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TkSingleMuFiltered15"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py new file mode 100644 index 0000000000000..9ee1b1397213c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1DoubleMu155fPreFiltered27 = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(1e+99), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(2), + minPt = cms.double(27.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TkDoubleMuFiltered7"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py new file mode 100644 index 0000000000000..71e81494811de --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1DoubleMu155fPreFiltered8 = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(1e+99), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(2), + minPt = cms.double(8.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TkDoubleMuFiltered7"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py new file mode 100644 index 0000000000000..f24d13ca8fe42 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1TkSingleMu22L3Filtered24Q = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(1e+99), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(1), + minPt = cms.double(24.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TkSingleMuFiltered22"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py new file mode 100644 index 0000000000000..64feeea6c4a98 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1TkSingleMu22L3Filtered50Q = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(1e+99), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(1), + minPt = cms.double(50.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TkSingleMuFiltered22"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py new file mode 100644 index 0000000000000..c4bd1946fafa7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1TkTripleMu533L31055DZFiltered0p2 = cms.EDFilter("HLT2MuonMuonDZ", + MaxDZ = cms.double(0.2), + MinDR = cms.double(0.001), + MinN = cms.int32(3), + MinPixHitsForDZ = cms.int32(1), + checkSC = cms.bool(False), + inputTag1 = cms.InputTag("hltL3fL1TkTripleMu533PreFiltered555"), + inputTag2 = cms.InputTag("hltL3fL1TkTripleMu533PreFiltered555"), + originTag1 = cms.VInputTag("hltPhase2L3MuonCandidates"), + originTag2 = cms.VInputTag("hltPhase2L3MuonCandidates"), + saveTags = cms.bool(True), + triggerType1 = cms.int32(83), + triggerType2 = cms.int32(83) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py new file mode 100644 index 0000000000000..90fa3b0da745c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1TkTripleMu533L3Filtered1055 = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(2.5), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(1), + minPt = cms.double(10.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TripleMuFiltered3"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py new file mode 100644 index 0000000000000..0429a117dab83 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltL3fL1TkTripleMu533PreFiltered555 = cms.EDFilter("HLTMuonTrkL1TkMuFilter", + inputCandCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + inputMuonCollection = cms.InputTag("hltPhase2L3Muons"), + maxAbsEta = cms.double(2.5), + maxNormalizedChi2 = cms.double(1e+99), + minMuonHits = cms.int32(-1), + minMuonStations = cms.int32(1), + minN = cms.uint32(3), + minPt = cms.double(5.0), + minTrkHits = cms.int32(-1), + previousCandTag = cms.InputTag("hltL1TripleMuFiltered3"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltMe0RecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltMe0RecHits_cfi.py new file mode 100644 index 0000000000000..4ae526b854a76 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltMe0RecHits_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltMe0RecHits = cms.EDProducer("ME0RecHitProducer", + me0DigiLabel = cms.InputTag("simMuonME0PseudoReDigis"), + recAlgo = cms.string('ME0RecHitStandardAlgo'), + recAlgoConfig = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltMe0Segments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltMe0Segments_cfi.py new file mode 100644 index 0000000000000..451030b8ad90f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltMe0Segments_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +hltMe0Segments = cms.EDProducer("ME0SegmentProducer", + algo_psets = cms.VPSet( + cms.PSet( + algo_name = cms.string('ME0SegmentAlgorithm'), + algo_pset = cms.PSet( + ME0Debug = cms.untracked.bool(True), + dEtaChainBoxMax = cms.double(0.05), + dPhiChainBoxMax = cms.double(0.02), + dTimeChainBoxMax = cms.double(15.0), + dXclusBoxMax = cms.double(1.0), + dYclusBoxMax = cms.double(5.0), + maxRecHitsInCluster = cms.int32(6), + minHitsPerSegment = cms.uint32(3), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True) + ) + ), + cms.PSet( + algo_name = cms.string('ME0SegAlgoRU'), + algo_pset = cms.PSet( + allowWideSegments = cms.bool(True), + doCollisions = cms.bool(True), + maxChi2Additional = cms.double(100.0), + maxChi2GoodSeg = cms.double(50), + maxChi2Prune = cms.double(50), + maxETASeeds = cms.double(0.1), + maxPhiAdditional = cms.double(0.001096605744), + maxPhiSeeds = cms.double(0.001096605744), + maxTOFDiff = cms.double(25), + minNumberOfHits = cms.uint32(4), + requireCentralBX = cms.bool(True) + ) + ) + ), + algo_type = cms.int32(2), + me0RecHitLabel = cms.InputTag("hltMe0RecHits") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltOnlineBeamSpot_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltOnlineBeamSpot_cfi.py new file mode 100644 index 0000000000000..978e171fe2dae --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltOnlineBeamSpot_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltOnlineBeamSpot = cms.EDProducer("BeamSpotOnlineProducer", + changeToCMSCoordinates = cms.bool(False), + gtEvmLabel = cms.InputTag(""), + maxRadius = cms.double(2.0), + maxZ = cms.double(40.0), + setSigmaZ = cms.double(0.0), + src = cms.InputTag("hltScalersRawToDigi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFClusterMET_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFClusterMET_cfi.py new file mode 100644 index 0000000000000..4f22bcf107c5c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFClusterMET_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPFClusterMET = cms.EDProducer("PFClusterMETProducer", + alias = cms.string('pfClusterMet'), + globalThreshold = cms.double(0.0), + src = cms.InputTag("pfClusterRefsForJets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL1_cfi.py new file mode 100644 index 0000000000000..599073cce056c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL1_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMETJetCorrectorL1 = cms.EDProducer("L1FastjetCorrectorProducer", + algorithm = cms.string('AK4PFchs'), + level = cms.string('L1FastJet'), + srcRho = cms.InputTag("fixedGridRhoFastjetAllTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL2_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL2_cfi.py new file mode 100644 index 0000000000000..f8ec47e1643ca --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL2_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMETJetCorrectorL2 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK4PFchs'), + level = cms.string('L2Relative') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL3_cfi.py new file mode 100644 index 0000000000000..a884236424ae0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrectorL3_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMETJetCorrectorL3 = cms.EDProducer("LXXXCorrectorProducer", + algorithm = cms.string('AK4PFchs'), + level = cms.string('L3Absolute') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrector_cfi.py new file mode 100644 index 0000000000000..e475bef68cba6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETJetCorrector_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMETJetCorrector = cms.EDProducer("ChainedJetCorrectorProducer", + correctors = cms.VInputTag("hltPFMETJetCorrectorL1", "hltPFMETJetCorrectorL2", "hltPFMETJetCorrectorL3") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py new file mode 100644 index 0000000000000..09c5179848863 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMETTypeOneCorrector = cms.EDProducer("PFJetMETcorrInputProducer", + jetCorrEtaMax = cms.double(9.9), + jetCorrLabel = cms.InputTag("hltPFMETJetCorrector"), + jetCorrLabelRes = cms.InputTag("hltPFMETJetCorrector"), + offsetCorrLabel = cms.InputTag("hltPFMETJetCorrectorL1"), + skipEM = cms.bool(True), + skipEMfractionThreshold = cms.double(0.9), + skipMuonSelection = cms.string('isGlobalMuon | isStandAloneMuon'), + skipMuons = cms.bool(True), + src = cms.InputTag("hltAK4PFCHSJets"), + type1JetPtThreshold = cms.double(30.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOne_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOne_cfi.py new file mode 100644 index 0000000000000..da18c2172778e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOne_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMETTypeOne = cms.EDProducer("CorrectedPFMETProducer", + src = cms.InputTag("hltPFMET"), + srcCorrections = cms.VInputTag("hltPFMETTypeOneCorrector:type1") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMET_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMET_cfi.py new file mode 100644 index 0000000000000..6708c818e5b67 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMET_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPFMET = cms.EDProducer("PFMETProducer", + calculateSignificance = cms.bool(False), + globalThreshold = cms.double(0.0), + src = cms.InputTag("particleFlowTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..f531303f9b333 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiCentralJetQuad30MaxEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(4), + MinPt = cms.double(30.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..c4bfcde5c090f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiCentralJetsQuad30HT200MaxEta2p4 = cms.EDFilter("HLTHtMhtFilter", + htLabels = cms.VInputTag("hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4"), + meffSlope = cms.vdouble(1.0), + mhtLabels = cms.VInputTag("hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4"), + minHt = cms.vdouble(200.0), + minMeff = cms.vdouble(0.0), + minMht = cms.vdouble(0.0), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py new file mode 100644 index 0000000000000..26f6b5896859f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiCentralJetsQuad30HT330MaxEta2p4 = cms.EDFilter("HLTHtMhtFilter", + htLabels = cms.VInputTag("hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4"), + meffSlope = cms.vdouble(1.0), + mhtLabels = cms.VInputTag("hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4"), + minHt = cms.vdouble(330.0), + minMeff = cms.vdouble(0.0), + minMht = cms.vdouble(0.0), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiHT1070_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiHT1070_cfi.py new file mode 100644 index 0000000000000..e39db68334c3c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiHT1070_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiHT1070 = cms.EDFilter("HLTHtMhtFilter", + htLabels = cms.VInputTag("hltPFPuppiHT"), + meffSlope = cms.vdouble(1.0), + mhtLabels = cms.VInputTag("hltPFPuppiHT"), + minHt = cms.vdouble(1070.0), + minMeff = cms.vdouble(0.0), + minMht = cms.vdouble(0.0), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiHT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiHT_cfi.py new file mode 100644 index 0000000000000..eb6ca6ba89ad2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiHT_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiHT = cms.EDProducer("HLTHtMhtProducer", + excludePFMuons = cms.bool(False), + jetsLabel = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + maxEtaJetHt = cms.double(2.4), + maxEtaJetMht = cms.double(2.4), + minNJetHt = cms.int32(0), + minNJetMht = cms.int32(0), + minPtJetHt = cms.double(30.0), + minPtJetMht = cms.double(30.0), + pfCandidatesLabel = cms.InputTag(""), + usePt = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py new file mode 100644 index 0000000000000..726ddfe73afa6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiJetForBtagEta2p4 = cms.EDProducer("HLTPFJetCollectionProducer", + HLTObject = cms.InputTag("hltPFPuppiJetForBtagSelectorEta2p4"), + TriggerTypes = cms.vint32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py new file mode 100644 index 0000000000000..3ac48d399b459 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiJetForBtagSelectorEta2p4 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(2.4), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-2.4), + MinMass = cms.double(-1.0), + MinN = cms.int32(1), + MinPt = cms.double(30.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(86) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py new file mode 100644 index 0000000000000..cdf2c26910bfb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMETTypeOne140 = cms.EDFilter("HLT1PFMET", + MaxEta = cms.double(-1.0), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-1.0), + MinMass = cms.double(-1.0), + MinN = cms.int32(1), + MinPt = cms.double(140.0), + inputTag = cms.InputTag("hltPFPuppiMETTypeOne"), + saveTags = cms.bool(True), + triggerType = cms.int32(87) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py new file mode 100644 index 0000000000000..4f9f5aa961597 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMETTypeOneCorrector = cms.EDProducer("PFJetMETcorrInputProducer", + jetCorrEtaMax = cms.double(9.9), + jetCorrLabel = cms.InputTag("hltAK4PFPuppiJetCorrector"), + jetCorrLabelRes = cms.InputTag("hltAK4PFPuppiJetCorrector"), + offsetCorrLabel = cms.InputTag("hltAK4PFPuppiJetCorrectorL1"), + skipEM = cms.bool(True), + skipEMfractionThreshold = cms.double(0.9), + skipMuonSelection = cms.string('isGlobalMuon | isStandAloneMuon'), + skipMuons = cms.bool(True), + src = cms.InputTag("hltAK4PFPuppiJets"), + type1JetPtThreshold = cms.double(30.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne_cfi.py new file mode 100644 index 0000000000000..7ff3c921be9a0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMETTypeOne = cms.EDProducer("CorrectedPFMETProducer", + src = cms.InputTag("hltPFPuppiMET"), + srcCorrections = cms.VInputTag("hltPFPuppiMETTypeOneCorrector:type1") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMET_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMET_cfi.py new file mode 100644 index 0000000000000..c1c30dbf147a7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMET_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMET = cms.EDProducer("PFMETProducer", + applyWeight = cms.bool(True), + calculateSignificance = cms.bool(False), + globalThreshold = cms.double(0.0), + src = cms.InputTag("particleFlowTmp"), + srcWeights = cms.InputTag("hltPFPuppiNoLep") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETv0_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETv0_cfi.py new file mode 100644 index 0000000000000..1959277c137c7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETv0_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMETv0 = cms.EDProducer("PFMETProducer", + applyWeight = cms.bool(True), + calculateSignificance = cms.bool(False), + globalThreshold = cms.double(0.0), + src = cms.InputTag("particleFlowTmp"), + srcWeights = cms.InputTag("hltPFPuppi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMHT140_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMHT140_cfi.py new file mode 100644 index 0000000000000..459d83bb8964c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMHT140_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMHT140 = cms.EDFilter("HLTMhtFilter", + mhtLabels = cms.VInputTag("hltPFPuppiMHT"), + minMht = cms.vdouble(140.0), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMHT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMHT_cfi.py new file mode 100644 index 0000000000000..db8c44dc724d0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMHT_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiMHT = cms.EDProducer("HLTHtMhtProducer", + excludePFMuons = cms.bool(False), + jetsLabel = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + maxEtaJetHt = cms.double(5.0), + maxEtaJetMht = cms.double(5.0), + minNJetHt = cms.int32(0), + minNJetMht = cms.int32(0), + minPtJetHt = cms.double(30.0), + minPtJetMht = cms.double(30.0), + pfCandidatesLabel = cms.InputTag(""), + usePt = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiNoLep_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiNoLep_cfi.py new file mode 100644 index 0000000000000..e6c8040bae191 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiNoLep_cfi.py @@ -0,0 +1,70 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppiNoLep = cms.EDProducer("PuppiProducer", + DeltaZCut = cms.double(0.1), + DeltaZCutForChargedFromPUVtxs = cms.double(0.2), + EtaMaxCharged = cms.double(99999.0), + EtaMaxPhotons = cms.double(2.5), + EtaMinUseDeltaZ = cms.double(-1.0), + MinPuppiWeight = cms.double(0.01), + NumOfPUVtxsForCharged = cms.uint32(0), + PUProxyValue = cms.InputTag("hltPixelClustersMultiplicity"), + PtMaxCharged = cms.double(-1.0), + PtMaxNeutrals = cms.double(200.0), + PtMaxNeutralsStartSlope = cms.double(0.0), + PtMaxPhotons = cms.double(20.0), + UseDeltaZCut = cms.bool(True), + UseFromPVLooseTight = cms.bool(False), + algos = cms.VPSet( + cms.PSet( + EtaMaxExtrap = cms.double(2.0), + MedEtaSF = cms.vdouble(1.0, 1.0), + MinNeutralPt = cms.vdouble(0.5105, 0.821), + MinNeutralPtSlope = cms.vdouble(9.51e-06, 1.902e-05), + RMSEtaSF = cms.vdouble(1.0, 1.0), + etaMax = cms.vdouble(2.5, 3.5), + etaMin = cms.vdouble(0.0, 2.5), + ptMin = cms.vdouble(0.0, 0.0), + puppiAlgos = cms.VPSet(cms.PSet( + algoId = cms.int32(5), + applyLowPUCorr = cms.bool(True), + combOpt = cms.int32(0), + cone = cms.double(0.4), + rmsPtMin = cms.double(0.1), + rmsScaleFactor = cms.double(1.0), + useCharged = cms.bool(True) + )) + ), + cms.PSet( + EtaMaxExtrap = cms.double(2.0), + MedEtaSF = cms.vdouble(0.75), + MinNeutralPt = cms.vdouble(3.656), + MinNeutralPtSlope = cms.vdouble(5.072e-05), + RMSEtaSF = cms.vdouble(1.0), + etaMax = cms.vdouble(10.0), + etaMin = cms.vdouble(3.5), + ptMin = cms.vdouble(0.0), + puppiAlgos = cms.VPSet(cms.PSet( + algoId = cms.int32(5), + applyLowPUCorr = cms.bool(True), + combOpt = cms.int32(0), + cone = cms.double(0.4), + rmsPtMin = cms.double(0.5), + rmsScaleFactor = cms.double(1.0), + useCharged = cms.bool(False) + )) + ) + ), + applyCHS = cms.bool(True), + candName = cms.InputTag("particleFlowTmp"), + clonePackedCands = cms.bool(False), + invertPuppi = cms.bool(False), + puppiDiagnostics = cms.bool(False), + puppiNoLep = cms.bool(True), + useExistingWeights = cms.bool(False), + useExp = cms.bool(False), + usePUProxyValue = cms.bool(True), + vertexName = cms.InputTag("goodOfflinePrimaryVertices"), + vtxNdofCut = cms.int32(4), + vtxZCut = cms.double(24) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppi_cfi.py new file mode 100644 index 0000000000000..915c8db348e5f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppi_cfi.py @@ -0,0 +1,70 @@ +import FWCore.ParameterSet.Config as cms + +hltPFPuppi = cms.EDProducer("PuppiProducer", + DeltaZCut = cms.double(0.1), + DeltaZCutForChargedFromPUVtxs = cms.double(0.2), + EtaMaxCharged = cms.double(99999.0), + EtaMaxPhotons = cms.double(2.5), + EtaMinUseDeltaZ = cms.double(-1.0), + MinPuppiWeight = cms.double(0.01), + NumOfPUVtxsForCharged = cms.uint32(0), + PUProxyValue = cms.InputTag("hltPixelClustersMultiplicity"), + PtMaxCharged = cms.double(-1.0), + PtMaxNeutrals = cms.double(200.0), + PtMaxNeutralsStartSlope = cms.double(0.0), + PtMaxPhotons = cms.double(-1.0), + UseDeltaZCut = cms.bool(True), + UseFromPVLooseTight = cms.bool(False), + algos = cms.VPSet( + cms.PSet( + EtaMaxExtrap = cms.double(2.0), + MedEtaSF = cms.vdouble(1.0, 1.0), + MinNeutralPt = cms.vdouble(0.5105, 0.821), + MinNeutralPtSlope = cms.vdouble(9.51e-06, 1.902e-05), + RMSEtaSF = cms.vdouble(1.0, 1.0), + etaMax = cms.vdouble(2.5, 3.5), + etaMin = cms.vdouble(0.0, 2.5), + ptMin = cms.vdouble(0.0, 0.0), + puppiAlgos = cms.VPSet(cms.PSet( + algoId = cms.int32(5), + applyLowPUCorr = cms.bool(True), + combOpt = cms.int32(0), + cone = cms.double(0.4), + rmsPtMin = cms.double(0.1), + rmsScaleFactor = cms.double(1.0), + useCharged = cms.bool(True) + )) + ), + cms.PSet( + EtaMaxExtrap = cms.double(2.0), + MedEtaSF = cms.vdouble(0.75), + MinNeutralPt = cms.vdouble(3.656), + MinNeutralPtSlope = cms.vdouble(5.072e-05), + RMSEtaSF = cms.vdouble(1.0), + etaMax = cms.vdouble(10.0), + etaMin = cms.vdouble(3.5), + ptMin = cms.vdouble(0.0), + puppiAlgos = cms.VPSet(cms.PSet( + algoId = cms.int32(5), + applyLowPUCorr = cms.bool(True), + combOpt = cms.int32(0), + cone = cms.double(0.4), + rmsPtMin = cms.double(0.5), + rmsScaleFactor = cms.double(1.0), + useCharged = cms.bool(False) + )) + ) + ), + applyCHS = cms.bool(True), + candName = cms.InputTag("particleFlowTmp"), + clonePackedCands = cms.bool(False), + invertPuppi = cms.bool(False), + puppiDiagnostics = cms.bool(False), + puppiNoLep = cms.bool(False), + useExistingWeights = cms.bool(False), + useExp = cms.bool(False), + usePUProxyValue = cms.bool(True), + vertexName = cms.InputTag("goodOfflinePrimaryVertices"), + vtxNdofCut = cms.int32(4), + vtxZCut = cms.double(24) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFSoftKillerMET_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFSoftKillerMET_cfi.py new file mode 100644 index 0000000000000..2567d44889a73 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPFSoftKillerMET_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPFSoftKillerMET = cms.EDProducer("PFMETProducer", + calculateSignificance = cms.bool(False), + globalThreshold = cms.double(0.0), + src = cms.InputTag("hltParticleFlowSoftKiller") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py new file mode 100644 index 0000000000000..564e50759ce5a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterECALL1Seeded = cms.EDProducer("CorrectedECALPFClusterProducer", + energyCorrector = cms.PSet( + applyCrackCorrections = cms.bool(False), + applyMVACorrections = cms.bool(True), + autoDetectBunchSpacing = cms.bool(True), + bunchSpacing = cms.int32(25), + ebSrFlagLabel = cms.InputTag("hltEcalDigis"), + eeSrFlagLabel = cms.InputTag("hltEcalDigis"), + maxPtForMVAEvaluation = cms.double(300.0), + recHitsEBLabel = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEB"), + recHitsEELabel = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEE"), + setEnergyUncertainty = cms.bool(False), + srfAwareCorrection = cms.bool(True) + ), + inputECAL = cms.InputTag("hltParticleFlowClusterECALUncorrectedL1Seeded"), + inputPS = cms.InputTag("hltParticleFlowClusterPSL1Seeded"), + mightGet = cms.optional.untracked.vstring, + minimumPSEnergy = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py new file mode 100644 index 0000000000000..af41e68b30299 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py @@ -0,0 +1,134 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterECALUncorrectedL1Seeded = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_BARREL'), + gatheringThreshold = cms.double(0.175), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + gatheringThreshold = cms.double(0.3), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.08), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(0.428192), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0510871), + noiseTerm = cms.double(1.10889), + noiseTermLowE = cms.double(1.31883), + threshHighE = cms.double(5.0), + threshLowE = cms.double(0.5) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(0.0), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(5.72489999999), + noiseTermLowE = cms.double(6.92683000001), + threshHighE = cms.double(10.0), + threshLowE = cms.double(1.0) + ) + ), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.08), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(9), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(0.428192), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0510871), + noiseTerm = cms.double(1.10889), + noiseTermLowE = cms.double(1.31883), + threshHighE = cms.double(5.0), + threshLowE = cms.double(0.5) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(0.0), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(5.72489999999), + noiseTermLowE = cms.double(6.92683000001), + threshHighE = cms.double(10.0), + threshLowE = cms.double(1.0) + ) + ), + positionCalcForConvergence = cms.PSet( + T0_EB = cms.double(7.4), + T0_EE = cms.double(3.1), + T0_ES = cms.double(1.2), + W0 = cms.double(4.2), + X0 = cms.double(0.89), + algoName = cms.string('ECAL2DPositionCalcWithDepthCorr'), + minAllowedNormalization = cms.double(0.0), + minFractionInCalc = cms.double(0.0) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_BARREL'), + recHitEnergyNorm = cms.double(0.08) + ), + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + recHitEnergyNorm = cms.double(0.3) + ) + ), + showerSigma = cms.double(1.5), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + T0_EB = cms.double(7.4), + T0_EE = cms.double(3.1), + T0_ES = cms.double(1.2), + W0 = cms.double(4.2), + X0 = cms.double(0.89), + algoName = cms.string('ECAL2DPositionCalcWithDepthCorr'), + minAllowedNormalization = cms.double(0.0), + minFractionInCalc = cms.double(0.0) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("hltParticleFlowRecHitECALL1Seeded"), + seedCleaners = cms.VPSet(cms.PSet( + RecHitFlagsToBeExcluded = cms.vstring(), + algoName = cms.string('FlagsCleanerECAL') + )), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + seedingThreshold = cms.double(0.6), + seedingThresholdPt = cms.double(0.15) + ), + cms.PSet( + detector = cms.string('ECAL_BARREL'), + seedingThreshold = cms.double(0.4375), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py new file mode 100644 index 0000000000000..b297c44b64efb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py @@ -0,0 +1,134 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterECALUncorrectedUnseeded = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_BARREL'), + gatheringThreshold = cms.double(0.08), # this shoud be 0.175 for consistency with the E/Gamma reconstruction + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + gatheringThreshold = cms.double(0.3), # this shoud be 0.4375 for consistency with the E/Gamma reconstruction + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.08), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(0.428192), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0510871), + noiseTerm = cms.double(1.10889), + noiseTermLowE = cms.double(1.31883), + threshHighE = cms.double(5.0), + threshLowE = cms.double(0.5) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(0.0), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(5.72489999999), + noiseTermLowE = cms.double(6.92683000001), + threshHighE = cms.double(10.0), + threshLowE = cms.double(1.0) + ) + ), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.08), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(9), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(0.428192), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0510871), + noiseTerm = cms.double(1.10889), + noiseTermLowE = cms.double(1.31883), + threshHighE = cms.double(5.0), + threshLowE = cms.double(0.5) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(0.0), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(5.72489999999), + noiseTermLowE = cms.double(6.92683000001), + threshHighE = cms.double(10.0), + threshLowE = cms.double(1.0) + ) + ), + positionCalcForConvergence = cms.PSet( + T0_EB = cms.double(7.4), + T0_EE = cms.double(3.1), + T0_ES = cms.double(1.2), + W0 = cms.double(4.2), + X0 = cms.double(0.89), + algoName = cms.string('ECAL2DPositionCalcWithDepthCorr'), + minAllowedNormalization = cms.double(0.0), + minFractionInCalc = cms.double(0.0) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_BARREL'), + recHitEnergyNorm = cms.double(0.08) + ), + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + recHitEnergyNorm = cms.double(0.3) + ) + ), + showerSigma = cms.double(1.5), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + T0_EB = cms.double(7.4), + T0_EE = cms.double(3.1), + T0_ES = cms.double(1.2), + W0 = cms.double(4.2), + X0 = cms.double(0.89), + algoName = cms.string('ECAL2DPositionCalcWithDepthCorr'), + minAllowedNormalization = cms.double(0.0), + minFractionInCalc = cms.double(0.0) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("hltParticleFlowRecHitECALUnseeded"), + seedCleaners = cms.VPSet(cms.PSet( + RecHitFlagsToBeExcluded = cms.vstring(), + algoName = cms.string('FlagsCleanerECAL') + )), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + seedingThreshold = cms.double(0.6), + seedingThresholdPt = cms.double(0.15) + ), + cms.PSet( + detector = cms.string('ECAL_BARREL'), + seedingThreshold = cms.double(0.23), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py new file mode 100644 index 0000000000000..81987263844ab --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterECALUnseeded = cms.EDProducer("CorrectedECALPFClusterProducer", + energyCorrector = cms.PSet( + applyCrackCorrections = cms.bool(False), + applyMVACorrections = cms.bool(True), + autoDetectBunchSpacing = cms.bool(True), + bunchSpacing = cms.int32(25), + ebSrFlagLabel = cms.InputTag("hltEcalDigis"), + eeSrFlagLabel = cms.InputTag("hltEcalDigis"), + maxPtForMVAEvaluation = cms.double(300.0), + recHitsEBLabel = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"), + recHitsEELabel = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"), + setEnergyUncertainty = cms.bool(False), + srfAwareCorrection = cms.bool(True) + ), + inputECAL = cms.InputTag("hltParticleFlowClusterECALUncorrectedUnseeded"), + inputPS = cms.InputTag("hltParticleFlowClusterPSUnseeded"), + mightGet = cms.optional.untracked.vstring, + minimumPSEnergy = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHEForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHEForEgamma_cfi.py new file mode 100644 index 0000000000000..34a4f9244222c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHEForEgamma_cfi.py @@ -0,0 +1,130 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterHBHEForEgamma = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + gatheringThreshold = cms.vdouble(0.8, 0.8, 0.8, 0.8), + gatheringThresholdPt = cms.vdouble(0.0, 0.0, 0.0, 0.0) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + gatheringThreshold = cms.vdouble( + 0.8, 0.8, 0.8, 0.8, 0.8, + 0.8, 0.8 + ), + gatheringThresholdPt = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0 + ) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + clusterTimeResFromSeed = cms.bool(False), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + maxNSigmaTime = cms.double(10.0), + minChi2Prob = cms.double(0.0), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(5) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + recHitEnergyNorm = cms.vdouble(0.8, 0.8, 0.8, 0.8) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + recHitEnergyNorm = cms.vdouble( + 0.8, 0.8, 0.8, 0.8, 0.8, + 0.8, 0.8 + ) + ) + ), + showerSigma = cms.double(10.0), + stoppingTolerance = cms.double(1e-08), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(2.82), + constantTermLowE = cms.double(4.24), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(21.86), + noiseTermLowE = cms.double(8.0), + threshHighE = cms.double(15.0), + threshLowE = cms.double(6.0) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(2.82), + constantTermLowE = cms.double(4.24), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(21.86), + noiseTermLowE = cms.double(8.0), + threshHighE = cms.double(15.0), + threshLowE = cms.double(6.0) + ), + timeSigmaEB = cms.double(10.0), + timeSigmaEE = cms.double(10.0) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("hltParticleFlowRecHitHBHEForEgamma"), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + seedingThreshold = cms.vdouble(1.0, 1.0, 1.0, 1.0), + seedingThresholdPt = cms.vdouble(0.0, 0.0, 0.0, 0.0) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + seedingThreshold = cms.vdouble( + 1.1, 1.1, 1.1, 1.1, 1.1, + 1.1, 1.1 + ), + seedingThresholdPt = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0 + ) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHEForMuons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHEForMuons_cfi.py new file mode 100644 index 0000000000000..e02b1f32ad424 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHEForMuons_cfi.py @@ -0,0 +1,130 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterHBHEForMuons = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + gatheringThreshold = cms.vdouble(0.8, 0.8, 0.8, 0.8), + gatheringThresholdPt = cms.vdouble(0.0, 0.0, 0.0, 0.0) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + gatheringThreshold = cms.vdouble( + 0.8, 0.8, 0.8, 0.8, 0.8, + 0.8, 0.8 + ), + gatheringThresholdPt = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0 + ) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + clusterTimeResFromSeed = cms.bool(False), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + maxNSigmaTime = cms.double(10.0), + minChi2Prob = cms.double(0.0), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(5) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + recHitEnergyNorm = cms.vdouble(0.8, 0.8, 0.8, 0.8) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + recHitEnergyNorm = cms.vdouble( + 0.8, 0.8, 0.8, 0.8, 0.8, + 0.8, 0.8 + ) + ) + ), + showerSigma = cms.double(10.0), + stoppingTolerance = cms.double(1e-08), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(2.82), + constantTermLowE = cms.double(4.24), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(21.86), + noiseTermLowE = cms.double(8.0), + threshHighE = cms.double(15.0), + threshLowE = cms.double(6.0) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(2.82), + constantTermLowE = cms.double(4.24), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(21.86), + noiseTermLowE = cms.double(8.0), + threshHighE = cms.double(15.0), + threshLowE = cms.double(6.0) + ), + timeSigmaEB = cms.double(10.0), + timeSigmaEE = cms.double(10.0) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("hltParticleFlowRecHitHBHEForMuons"), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + seedingThreshold = cms.vdouble(1.0, 1.0, 1.0, 1.0), + seedingThresholdPt = cms.vdouble(0.0, 0.0, 0.0, 0.0) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + seedingThreshold = cms.vdouble( + 1.1, 1.1, 1.1, 1.1, 1.1, + 1.1, 1.1 + ), + seedingThresholdPt = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0 + ) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCALForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCALForEgamma_cfi.py new file mode 100644 index 0000000000000..86affedbe5192 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCALForEgamma_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterHCALForEgamma = cms.EDProducer("PFMultiDepthClusterProducer", + clustersSource = cms.InputTag("hltParticleFlowClusterHBHEForEgamma"), + energyCorrector = cms.PSet( + + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('PFMultiDepthClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + minFractionToKeep = cms.double(1e-07), + nSigmaEta = cms.double(2.0), + nSigmaPhi = cms.double(2.0) + ), + positionReCalc = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCALForMuons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCALForMuons_cfi.py new file mode 100644 index 0000000000000..19322f5c694b3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCALForMuons_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterHCALForMuons = cms.EDProducer("PFMultiDepthClusterProducer", + clustersSource = cms.InputTag("hltParticleFlowClusterHBHEForMuons"), + energyCorrector = cms.PSet( + + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('PFMultiDepthClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + minFractionToKeep = cms.double(1e-07), + nSigmaEta = cms.double(2.0), + nSigmaPhi = cms.double(2.0) + ), + positionReCalc = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterPSL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterPSL1Seeded_cfi.py new file mode 100644 index 0000000000000..1442f2386c732 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterPSL1Seeded_cfi.py @@ -0,0 +1,71 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterPSL1Seeded = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + gatheringThreshold = cms.double(6e-05), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('PS2'), + gatheringThreshold = cms.double(6e-05), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(False) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(6e-05), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + recHitEnergyNorm = cms.double(6e-05) + ), + cms.PSet( + detector = cms.string('PS2'), + recHitEnergyNorm = cms.double(6e-05) + ) + ), + showerSigma = cms.double(0.3), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("hltParticleFlowRecHitPSL1Seeded"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + seedingThreshold = cms.double(0.00012), + seedingThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('PS2'), + seedingThreshold = cms.double(0.00012), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterPSUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterPSUnseeded_cfi.py new file mode 100644 index 0000000000000..4e3a957568050 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterPSUnseeded_cfi.py @@ -0,0 +1,71 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowClusterPSUnseeded = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + gatheringThreshold = cms.double(6e-05), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('PS2'), + gatheringThreshold = cms.double(6e-05), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(False) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(6e-05), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + recHitEnergyNorm = cms.double(6e-05) + ), + cms.PSet( + detector = cms.string('PS2'), + recHitEnergyNorm = cms.double(6e-05) + ) + ), + showerSigma = cms.double(0.3), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("hltParticleFlowRecHitPSUnseeded"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + seedingThreshold = cms.double(0.00012), + seedingThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('PS2'), + seedingThreshold = cms.double(0.00012), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py new file mode 100644 index 0000000000000..c2a5a4e439602 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py @@ -0,0 +1,51 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowRecHitECALL1Seeded = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + barrel = cms.PSet( + + ), + endcap = cms.PSet( + + ), + name = cms.string('PFRecHitECALNavigator') + ), + producers = cms.VPSet( + cms.PSet( + name = cms.string('PFEBRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + applySelectionsToAllCrystals = cms.bool(True), + name = cms.string('PFRecHitQTestDBThreshold') + ), + cms.PSet( + cleaningThreshold = cms.double(2.0), + name = cms.string('PFRecHitQTestECAL'), + skipTTRecoveredHits = cms.bool(True), + timingCleaning = cms.bool(True), + topologicalCleaning = cms.bool(True) + ) + ), + srFlags = cms.InputTag(""), + src = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEB") + ), + cms.PSet( + name = cms.string('PFEERecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + applySelectionsToAllCrystals = cms.bool(True), + name = cms.string('PFRecHitQTestDBThreshold') + ), + cms.PSet( + cleaningThreshold = cms.double(2.0), + name = cms.string('PFRecHitQTestECAL'), + skipTTRecoveredHits = cms.bool(True), + timingCleaning = cms.bool(True), + topologicalCleaning = cms.bool(True) + ) + ), + srFlags = cms.InputTag(""), + src = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEE") + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py new file mode 100644 index 0000000000000..2077ef0a4de14 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py @@ -0,0 +1,51 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowRecHitECALUnseeded = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + barrel = cms.PSet( + + ), + endcap = cms.PSet( + + ), + name = cms.string('PFRecHitECALNavigator') + ), + producers = cms.VPSet( + cms.PSet( + name = cms.string('PFEBRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + applySelectionsToAllCrystals = cms.bool(True), + name = cms.string('PFRecHitQTestDBThreshold') + ), + cms.PSet( + cleaningThreshold = cms.double(2.0), + name = cms.string('PFRecHitQTestECAL'), + skipTTRecoveredHits = cms.bool(True), + timingCleaning = cms.bool(True), + topologicalCleaning = cms.bool(True) + ) + ), + srFlags = cms.InputTag(""), + src = cms.InputTag("hltEcalRecHit","EcalRecHitsEB") + ), + cms.PSet( + name = cms.string('PFEERecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + applySelectionsToAllCrystals = cms.bool(True), + name = cms.string('PFRecHitQTestDBThreshold') + ), + cms.PSet( + cleaningThreshold = cms.double(2.0), + name = cms.string('PFRecHitQTestECAL'), + skipTTRecoveredHits = cms.bool(True), + timingCleaning = cms.bool(True), + topologicalCleaning = cms.bool(True) + ) + ), + srFlags = cms.InputTag(""), + src = cms.InputTag("hltEcalRecHit","EcalRecHitsEE") + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHEForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHEForEgamma_cfi.py new file mode 100644 index 0000000000000..8173f31ab0f36 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHEForEgamma_cfi.py @@ -0,0 +1,51 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowRecHitHBHEForEgamma = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + name = cms.string('PFRecHitHCALNavigator'), + sigmaCut = cms.double(4.0), + timeResolutionCalc = cms.PSet( + constantTerm = cms.double(1.92), + constantTermLowE = cms.double(6.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(8.64), + noiseTermLowE = cms.double(0.0), + threshHighE = cms.double(8.0), + threshLowE = cms.double(2.0) + ) + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFHBHERecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + cuts = cms.VPSet( + cms.PSet( + depth = cms.vint32(1, 2, 3, 4), + detectorEnum = cms.int32(1), + threshold = cms.vdouble(0.8, 0.8, 0.8, 0.8) + ), + cms.PSet( + depth = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detectorEnum = cms.int32(2), + threshold = cms.vdouble( + 0.8, 0.8, 0.8, 0.8, 0.8, + 0.8, 0.8 + ) + ) + ), + name = cms.string('PFRecHitQTestThreshold'), + threshold = cms.double(0.8) + ), + cms.PSet( + cleaningThresholds = cms.vdouble(0.0), + flags = cms.vstring('Standard'), + maxSeverities = cms.vint32(11), + name = cms.string('PFRecHitQTestHCALChannel') + ) + ), + src = cms.InputTag("hltHbhereco") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHEForMuons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHEForMuons_cfi.py new file mode 100644 index 0000000000000..ded27f5781af2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHEForMuons_cfi.py @@ -0,0 +1,51 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowRecHitHBHEForMuons = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + name = cms.string('PFRecHitHCALNavigator'), + sigmaCut = cms.double(4.0), + timeResolutionCalc = cms.PSet( + constantTerm = cms.double(1.92), + constantTermLowE = cms.double(6.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(8.64), + noiseTermLowE = cms.double(0.0), + threshHighE = cms.double(8.0), + threshLowE = cms.double(2.0) + ) + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFHBHERecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + cuts = cms.VPSet( + cms.PSet( + depth = cms.vint32(1, 2, 3, 4), + detectorEnum = cms.int32(1), + threshold = cms.vdouble(0.8, 0.8, 0.8, 0.8) + ), + cms.PSet( + depth = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detectorEnum = cms.int32(2), + threshold = cms.vdouble( + 0.8, 0.8, 0.8, 0.8, 0.8, + 0.8, 0.8 + ) + ) + ), + name = cms.string('PFRecHitQTestThreshold'), + threshold = cms.double(0.8) + ), + cms.PSet( + cleaningThresholds = cms.vdouble(0.0), + flags = cms.vstring('Standard'), + maxSeverities = cms.vint32(11), + name = cms.string('PFRecHitQTestHCALChannel') + ) + ), + src = cms.InputTag("hltHbhereco") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitPSL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitPSL1Seeded_cfi.py new file mode 100644 index 0000000000000..ccc0e143a21fa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitPSL1Seeded_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowRecHitPSL1Seeded = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + name = cms.string('PFRecHitPreshowerNavigator') + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFPSRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + name = cms.string('PFRecHitQTestThreshold'), + threshold = cms.double(0.0) + ), + cms.PSet( + cleaningThreshold = cms.double(0.0), + name = cms.string('PFRecHitQTestES'), + topologicalCleaning = cms.bool(True) + ) + ), + src = cms.InputTag("hltEcalPreshowerRecHit","EcalRecHitsES") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitPSUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitPSUnseeded_cfi.py new file mode 100644 index 0000000000000..2ed438cfbe2a8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitPSUnseeded_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowRecHitPSUnseeded = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + name = cms.string('PFRecHitPreshowerNavigator') + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFPSRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + name = cms.string('PFRecHitQTestThreshold'), + threshold = cms.double(0.0) + ), + cms.PSet( + cleaningThreshold = cms.double(0.0), + name = cms.string('PFRecHitQTestES'), + topologicalCleaning = cms.bool(True) + ) + ), + src = cms.InputTag("hltEcalPreshowerRecHit","EcalRecHitsES") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSoftKiller_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSoftKiller_cfi.py new file mode 100644 index 0000000000000..dbf3913857d3d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSoftKiller_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowSoftKiller = cms.EDProducer("SoftKillerProducer", + PFCandidates = cms.InputTag("particleFlowTmp"), + Rho_EtaMax = cms.double(5.0), + rParam = cms.double(0.4) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py new file mode 100644 index 0000000000000..0adc24b48213a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py @@ -0,0 +1,47 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowSuperClusterECALL1Seeded = cms.EDProducer("PFECALSuperClusterProducer", + BeamSpot = cms.InputTag("hltOnlineBeamSpot"), + ClusteringType = cms.string('Mustache'), + ESAssociation = cms.InputTag("hltParticleFlowClusterECALL1Seeded"), + EnergyWeight = cms.string('Raw'), + PFBasicClusterCollectionBarrel = cms.string('hltParticleFlowBasicClusterECALBarrel'), + PFBasicClusterCollectionEndcap = cms.string('hltParticleFlowBasicClusterECALEndcap'), + PFBasicClusterCollectionPreshower = cms.string('hltParticleFlowBasicClusterECALPreshower'), + PFClusters = cms.InputTag("hltParticleFlowClusterECALL1Seeded"), + PFSuperClusterCollectionBarrel = cms.string('hltParticleFlowSuperClusterECALBarrel'), + PFSuperClusterCollectionEndcap = cms.string('hltParticleFlowSuperClusterECALEndcap'), + PFSuperClusterCollectionEndcapWithPreshower = cms.string('hltParticleFlowSuperClusterECALEndcapWithPreshower'), + applyCrackCorrections = cms.bool(False), + barrelRecHits = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEB"), + doSatelliteClusterMerge = cms.bool(False), + dropUnseedable = cms.bool(False), + endcapRecHits = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEE"), + etawidth_SuperClusterBarrel = cms.double(0.04), + etawidth_SuperClusterEndcap = cms.double(0.04), + isOOTCollection = cms.bool(False), + phiwidth_SuperClusterBarrel = cms.double(0.6), + phiwidth_SuperClusterEndcap = cms.double(0.6), + regressionConfig = cms.PSet( + ecalRecHitsEB = cms.InputTag("hltEcalRecHitL1Seeded","EcalRecHitsEB"), + ecalRecHitsEE = cms.InputTag("hltEcalRecHitL1Seeded","EcalRecHitsEE"), + isHLT = cms.bool(True), + regressionKeyEB = cms.string('pfscecal_EBCorrection_online'), + regressionKeyEE = cms.string('pfscecal_EECorrection_online'), + uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_online'), + uncertaintyKeyEE = cms.string('pfscecal_EEUncertainty_online') + ), + satelliteClusterSeedThreshold = cms.double(50.0), + satelliteMajorityFraction = cms.double(0.5), + seedThresholdIsET = cms.bool(True), + thresh_PFClusterBarrel = cms.double(0.5), + thresh_PFClusterES = cms.double(0.5), + thresh_PFClusterEndcap = cms.double(0.5), + thresh_PFClusterSeedBarrel = cms.double(1.0), + thresh_PFClusterSeedEndcap = cms.double(1.0), + thresh_SCEt = cms.double(10.0), + useDynamicDPhiWindow = cms.bool(True), + useRegression = cms.bool(True), + use_preshower = cms.bool(True), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py new file mode 100644 index 0000000000000..5ae7222920379 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py @@ -0,0 +1,47 @@ +import FWCore.ParameterSet.Config as cms + +hltParticleFlowSuperClusterECALUnseeded = cms.EDProducer("PFECALSuperClusterProducer", + BeamSpot = cms.InputTag("hltOnlineBeamSpot"), + ClusteringType = cms.string('Mustache'), + ESAssociation = cms.InputTag("hltParticleFlowClusterECALUnseeded"), + EnergyWeight = cms.string('Raw'), + PFBasicClusterCollectionBarrel = cms.string('hltParticleFlowBasicClusterECALBarrel'), + PFBasicClusterCollectionEndcap = cms.string('hltParticleFlowBasicClusterECALEndcap'), + PFBasicClusterCollectionPreshower = cms.string('hltParticleFlowBasicClusterECALPreshower'), + PFClusters = cms.InputTag("hltParticleFlowClusterECALUnseeded"), + PFSuperClusterCollectionBarrel = cms.string('hltParticleFlowSuperClusterECALBarrel'), + PFSuperClusterCollectionEndcap = cms.string('hltParticleFlowSuperClusterECALEndcap'), + PFSuperClusterCollectionEndcapWithPreshower = cms.string('hltParticleFlowSuperClusterECALEndcapWithPreshower'), + applyCrackCorrections = cms.bool(False), + barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"), + doSatelliteClusterMerge = cms.bool(False), + dropUnseedable = cms.bool(False), + endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"), + etawidth_SuperClusterBarrel = cms.double(0.04), + etawidth_SuperClusterEndcap = cms.double(0.04), + isOOTCollection = cms.bool(False), + phiwidth_SuperClusterBarrel = cms.double(0.6), + phiwidth_SuperClusterEndcap = cms.double(0.6), + regressionConfig = cms.PSet( + ecalRecHitsEB = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"), + ecalRecHitsEE = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"), + isHLT = cms.bool(True), + regressionKeyEB = cms.string('pfscecal_EBCorrection_online'), + regressionKeyEE = cms.string('pfscecal_EECorrection_online'), + uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_online'), + uncertaintyKeyEE = cms.string('pfscecal_EEUncertainty_online') + ), + satelliteClusterSeedThreshold = cms.double(50.0), + satelliteMajorityFraction = cms.double(0.5), + seedThresholdIsET = cms.bool(True), + thresh_PFClusterBarrel = cms.double(0.5), + thresh_PFClusterES = cms.double(0.5), + thresh_PFClusterEndcap = cms.double(0.5), + thresh_PFClusterSeedBarrel = cms.double(1.0), + thresh_PFClusterSeedEndcap = cms.double(1.0), + thresh_SCEt = cms.double(10.0), + useDynamicDPhiWindow = cms.bool(True), + useRegression = cms.bool(True), + use_preshower = cms.bool(True), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py new file mode 100644 index 0000000000000..5f37f92ed587c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +hltPfDeepFlavourJetTagsModEta2p4 = cms.EDProducer("DeepFlavourONNXJetTagsProducer", + flav_names = cms.vstring( + 'probb', + 'probbb', + 'problepb', + 'probc', + 'probuds', + 'probg' + ), + input_names = cms.vstring( + 'input_1', + 'input_2', + 'input_3', + 'input_4', + 'input_5' + ), + mightGet = cms.optional.untracked.vstring, + model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV01_PhaseII/model.onnx'), + output_names = cms.vstring(), + src = cms.InputTag("hltPfDeepFlavourTagInfosModEta2p4") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py new file mode 100644 index 0000000000000..cc36547bc6015 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +hltPfDeepFlavourJetTags = cms.EDProducer("DeepFlavourONNXJetTagsProducer", + flav_names = cms.vstring( + 'probb', + 'probbb', + 'problepb', + 'probc', + 'probuds', + 'probg' + ), + input_names = cms.vstring( + 'input_1', + 'input_2', + 'input_3', + 'input_4', + 'input_5' + ), + mightGet = cms.optional.untracked.vstring, + model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV01_PhaseII/model.onnx'), + output_names = cms.vstring(), + src = cms.InputTag("hltPfDeepFlavourTagInfos") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py new file mode 100644 index 0000000000000..af2ab9744e11c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +hltPfDeepFlavourTagInfosModEta2p4 = cms.EDProducer("DeepFlavourTagInfoProducer", + candidates = cms.InputTag("particleFlowTmp"), + compute_probabilities = cms.bool(False), + fallback_puppi_weight = cms.bool(False), + fallback_vertex_association = cms.bool(False), + flip = cms.bool(False), + jet_radius = cms.double(0.4), + jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + max_jet_eta = cms.double(2.5), + mightGet = cms.optional.untracked.vstring, + min_candidate_pt = cms.double(0.95), + min_jet_pt = cms.double(15), + puppi_value_map = cms.InputTag("hltPFPuppi"), + run_deepVertex = cms.bool(False), + secondary_vertices = cms.InputTag("hltDeepInclusiveSecondaryVerticesPF"), + shallow_tag_infos = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4"), + vertex_associator = cms.InputTag("hltPrimaryVertexAssociationModEta2p4","original"), + vertices = cms.InputTag("offlinePrimaryVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py new file mode 100644 index 0000000000000..64cb63b3c70d2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +hltPfDeepFlavourTagInfos = cms.EDProducer("DeepFlavourTagInfoProducer", + candidates = cms.InputTag("particleFlowTmp"), + compute_probabilities = cms.bool(False), + fallback_puppi_weight = cms.bool(False), + fallback_vertex_association = cms.bool(False), + flip = cms.bool(False), + jet_radius = cms.double(0.4), + jets = cms.InputTag("hltAK4PFPuppiJets"), + max_jet_eta = cms.double(2.5), + mightGet = cms.optional.untracked.vstring, + min_candidate_pt = cms.double(0.95), + min_jet_pt = cms.double(15), + puppi_value_map = cms.InputTag("hltPFPuppi"), + run_deepVertex = cms.bool(False), + secondary_vertices = cms.InputTag("hltDeepInclusiveSecondaryVerticesPF"), + shallow_tag_infos = cms.InputTag("hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi"), + vertex_associator = cms.InputTag("hltPrimaryVertexAssociation","original"), + vertices = cms.InputTag("offlinePrimaryVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py new file mode 100644 index 0000000000000..967652656b1d8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py @@ -0,0 +1,45 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonPixelLayerQuadruplets = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle') + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle') + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3+BPix4', + 'BPix1+BPix2+BPix3+FPix1_pos', + 'BPix1+BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos+FPix2_pos', + 'BPix1+BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos+FPix3_pos', + 'BPix1+FPix1_neg+FPix2_neg+FPix3_neg' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py new file mode 100644 index 0000000000000..1ed45b0d4ab09 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonPixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag(""), + layerPairs = cms.vuint32(0, 1, 2), + maxElement = cms.uint32(0), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(False), + seedingLayers = cms.InputTag("hltPhase2L3FromL1TkMuonPixelLayerQuadruplets"), + trackingRegions = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py new file mode 100644 index 0000000000000..03e5b1bf0193c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets = cms.EDProducer("CAHitQuadrupletEDProducer", + CAHardPtCut = cms.double(0.0), + CAPhiCut = cms.double(0.2), + CAThetaCut = cms.double(0.005), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('LowPtClusterShapeSeedComparitor'), + clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"), + clusterShapeHitFilter = cms.string('ClusterShapeHitFilter') + ), + doublets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitDoublets"), + extraHitRPhitolerance = cms.double(0.032), + fitFastCircle = cms.bool(True), + fitFastCircleChi2Cut = cms.bool(True), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.7), + pt2 = cms.double(2.0), + value1 = cms.double(200.0), + value2 = cms.double(50.0) + ), + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py new file mode 100644 index 0000000000000..d4b125537a2d0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions = cms.EDProducer("CandidateSeededTrackingRegionsEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("offlineBeamSpot"), + deltaEta = cms.double(0.035), + deltaPhi = cms.double(0.02), + input = cms.InputTag("hltL1TkMuons"), + maxNRegions = cms.int32(10000), + maxNVertices = cms.int32(1), + measurementTrackerName = cms.InputTag(""), + mode = cms.string('BeamSpotSigma'), + nSigmaZBeamSpot = cms.double(4.0), + nSigmaZVertex = cms.double(3.0), + originRadius = cms.double(0.2), + precise = cms.bool(True), + ptMin = cms.double(2.0), + searchOpt = cms.bool(False), + vertexCollection = cms.InputTag("notUsed"), + whereToUseMeasurementTracker = cms.string('Never'), + zErrorBeamSpot = cms.double(24.2), + zErrorVetex = cms.double(0.2) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py new file mode 100644 index 0000000000000..d517e2e4fea95 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonPixelTracks = cms.EDProducer("PixelTrackProducer", + Cleaner = cms.string('hltPixelTracksCleanerBySharedHits'), + Filter = cms.InputTag("hltPhase2L3MuonPixelTracksFilter"), + Fitter = cms.InputTag("hltPhase2L3MuonPixelTracksFitter"), + SeedingHitSets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets"), + passLabel = cms.string('') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py new file mode 100644 index 0000000000000..e9f0c224e1d03 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonPixelVertices = cms.EDProducer("PixelVertexProducer", + Finder = cms.string('DivisiveVertexFinder'), + Method2 = cms.bool(True), + NTrkMin = cms.int32(2), + PVcomparer = cms.PSet( + refToPSet_ = cms.string('hltPhase2PSetPvClusterComparerForIT') + ), + PtMin = cms.double(1.0), + TrackCollection = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracks"), + UseError = cms.bool(True), + Verbosity = cms.int32(0), + WtAverage = cms.bool(True), + ZOffset = cms.double(5.0), + ZSeparation = cms.double(0.05), + beamSpot = cms.InputTag("offlineBeamSpot") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py new file mode 100644 index 0000000000000..f850c7cc8c7c9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3FromL1TkMuonTrimmedPixelVertices = cms.EDProducer("PixelVertexCollectionTrimmer", + PVcomparer = cms.PSet( + refToPSet_ = cms.string('hltPhase2PSetPvClusterComparerForIT') + ), + fractionSumPt2 = cms.double(0.3), + maxVtx = cms.uint32(100), + minSumPt2 = cms.double(0.0), + src = cms.InputTag("hltPhase2L3FromL1TkMuonPixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py new file mode 100644 index 0000000000000..0d5a16c15e123 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py @@ -0,0 +1,127 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3GlbMuon = cms.EDProducer("L3MuonProducer", + L3TrajBuilderParameters = cms.PSet( + GlbRefitterParameters = cms.PSet( + CSCRecSegmentLabel = cms.InputTag("hltCscSegments"), + Chi2CutCSC = cms.double(150.0), + Chi2CutDT = cms.double(10.0), + Chi2CutRPC = cms.double(1.0), + DTRecSegmentLabel = cms.InputTag("hltDt4DSegments"), + DYTthrs = cms.vint32(30, 15), + DoPredictionsOnly = cms.bool(False), + Fitter = cms.string('hltESPL3MuKFTrajectoryFitter'), + HitThreshold = cms.int32(1), + MuonHitsOption = cms.int32(1), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + PropDirForCosmics = cms.bool(False), + Propagator = cms.string('hltESPSmartPropagatorAny'), + RefitDirection = cms.string('insideOut'), + RefitFlag = cms.bool(True), + RefitRPCHits = cms.bool(True), + SkipStation = cms.int32(-1), + TrackerRecHitBuilder = cms.string('WithTrackAngle'), + TrackerSkipSection = cms.int32(-1), + TrackerSkipSystem = cms.int32(-1) + ), + GlobalMuonTrackMatcher = cms.PSet( + Chi2Cut_1 = cms.double(50.0), + Chi2Cut_2 = cms.double(50.0), + Chi2Cut_3 = cms.double(200.0), + DeltaDCut_1 = cms.double(40.0), + DeltaDCut_2 = cms.double(10.0), + DeltaDCut_3 = cms.double(15.0), + DeltaRCut_1 = cms.double(0.1), + DeltaRCut_2 = cms.double(0.2), + DeltaRCut_3 = cms.double(1.0), + Eta_threshold = cms.double(1.2), + LocChi2Cut = cms.double(0.001), + MinP = cms.double(2.5), + MinPt = cms.double(1.0), + Propagator = cms.string('hltESPSmartPropagator'), + Pt_threshold1 = cms.double(0.0), + Pt_threshold2 = cms.double(999999999.0), + Quality_1 = cms.double(20.0), + Quality_2 = cms.double(15.0), + Quality_3 = cms.double(7.0) + ), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + MuonTrackingRegionBuilder = cms.PSet( + DeltaEta = cms.double(0.2), + DeltaPhi = cms.double(0.15), + DeltaR = cms.double(0.025), + DeltaZ = cms.double(24.2), + EtaR_UpperLimit_Par1 = cms.double(0.25), + EtaR_UpperLimit_Par2 = cms.double(0.15), + Eta_fixed = cms.bool(True), + Eta_min = cms.double(0.1), + MeasurementTrackerName = cms.InputTag("hltESPMeasurementTracker"), + OnDemand = cms.int32(-1), + PhiR_UpperLimit_Par1 = cms.double(0.6), + PhiR_UpperLimit_Par2 = cms.double(0.2), + Phi_fixed = cms.bool(True), + Phi_min = cms.double(0.1), + Pt_fixed = cms.bool(False), + Pt_min = cms.double(3.0), + Rescale_Dz = cms.double(4.0), + Rescale_eta = cms.double(3.0), + Rescale_phi = cms.double(3.0), + UseVertex = cms.bool(False), + Z_fixed = cms.bool(False), + beamSpot = cms.InputTag("offlineBeamSpot"), + input = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), + maxRegions = cms.int32(2), + precise = cms.bool(True), + vertexCollection = cms.InputTag("pixelVertices") + ), + PCut = cms.double(2.5), + PtCut = cms.double(1.0), + RefitRPCHits = cms.bool(True), + ScaleTECxFactor = cms.double(-1.0), + ScaleTECyFactor = cms.double(-1.0), + TrackTransformer = cms.PSet( + DoPredictionsOnly = cms.bool(False), + Fitter = cms.string('hltESPL3MuKFTrajectoryFitter'), + MuonRecHitBuilder = cms.string('hltESPMuonTransientTrackingRecHitBuilder'), + Propagator = cms.string('hltESPSmartPropagatorAny'), + RefitDirection = cms.string('insideOut'), + RefitRPCHits = cms.bool(True), + Smoother = cms.string('hltESPKFTrajectorySmootherForMuonTrackLoader'), + TrackerRecHitBuilder = cms.string('WithTrackAngle') + ), + TrackerPropagator = cms.string('SteppingHelixPropagatorAny'), + TrackerRecHitBuilder = cms.string('WithTrackAngle'), + tkTrajBeamSpot = cms.InputTag("offlineBeamSpot"), + tkTrajLabel = cms.InputTag("hltPhase2L3MuonMerged"), + tkTrajMaxChi2 = cms.double(9999.0), + tkTrajMaxDXYBeamSpot = cms.double(9999.0), + tkTrajUseVertex = cms.bool(False), + tkTrajVertex = cms.InputTag("Notused") + ), + MuonCollectionLabel = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring( + 'hltESPSmartPropagatorAny', + 'SteppingHelixPropagatorAny', + 'hltESPSmartPropagator', + 'hltESPSteppingHelixPropagatorOpposite' + ), + RPCLayers = cms.bool(True), + UseMuonNavigation = cms.untracked.bool(True) + ), + TrackLoaderParameters = cms.PSet( + DoSmoothing = cms.bool(True), + MuonSeededTracksInstance = cms.untracked.string('L2Seeded'), + MuonUpdatorAtVertexParameters = cms.PSet( + BeamSpotPositionErrors = cms.vdouble(0.1, 0.1, 5.3), + MaxChi2 = cms.double(1000000.0), + Propagator = cms.string('hltESPSteppingHelixPropagatorOpposite') + ), + PutTkTrackIntoEvent = cms.untracked.bool(False), + SmoothTkTrack = cms.untracked.bool(False), + Smoother = cms.string('hltESPKFTrajectorySmootherForMuonTrackLoader'), + TTRHBuilder = cms.string('WithTrackAngle'), + VertexConstraint = cms.bool(False), + beamSpot = cms.InputTag("offlineBeamSpot") + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py new file mode 100644 index 0000000000000..c74b3dad457cb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonCandidates = cms.EDProducer("L3MuonCandidateProducerFromMuons", + InputObjects = cms.InputTag("hltPhase2L3Muons") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py new file mode 100644 index 0000000000000..38ae1a8cc9892 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonGeneralTracks = cms.EDProducer("TrackListMerger", + Epsilon = cms.double(-0.001), + FoundHitBonus = cms.double(5.0), + LostHitPenalty = cms.double(5.0), + MaxNormalizedChisq = cms.double(1000.0), + MinFound = cms.int32(3), + MinPT = cms.double(0.9), + ShareFrac = cms.double(0.19), + TrackProducers = cms.VInputTag("hltPhase2L3MuonInitialStepTracksSelectionHighPurity", "hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity"), + allowFirstHitShare = cms.bool(True), + copyExtras = cms.untracked.bool(True), + copyMVA = cms.bool(False), + hasSelector = cms.vint32(0, 0), + indivShareFrac = cms.vdouble(1.0, 1.0), + makeReKeyedSeeds = cms.untracked.bool(False), + newQuality = cms.string('confirmed'), + selectedTrackQuals = cms.VInputTag(cms.InputTag("hltPhase2L3MuonInitialStepTracksSelectionHighPurity"), cms.InputTag("hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity")), + setsToMerge = cms.VPSet(cms.PSet( + pQual = cms.bool(True), + tLists = cms.vint32(0, 1) + )), + trackAlgoPriorityOrder = cms.string('hltPhase2L3MuonTrackAlgoPriorityOrder'), + writeOnlyTrkQuals = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py new file mode 100644 index 0000000000000..33c2a079c0428 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepClusters = cms.EDProducer("TrackClusterRemoverPhase2", + TrackQuality = cms.string('highPurity'), + maxChi2 = cms.double(9.0), + mightGet = cms.optional.untracked.vstring, + minNumberOfLayersWithMeasBeforeFiltering = cms.int32(0), + oldClusterRemovalInfo = cms.InputTag(""), + overrideTrkQuals = cms.InputTag(""), + phase2OTClusters = cms.InputTag("siPhase2Clusters"), + phase2pixelClusters = cms.InputTag("siPixelClusters"), + trackClassifier = cms.InputTag("","QualityMasks"), + trajectories = cms.InputTag("hltPhase2L3MuonInitialStepTracksSelectionHighPurity") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py new file mode 100644 index 0000000000000..672a3df2374be --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepHitDoublets = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag("trackerClusterCheck"), + layerPairs = cms.vuint32(0, 1), + maxElement = cms.uint32(50000000), + maxElementTotal = cms.uint32(50000000), + mightGet = cms.optional.untracked.vstring, + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(False), + seedingLayers = cms.InputTag("hltPhase2L3MuonHighPtTripletStepSeedLayers"), + trackingRegions = cms.InputTag("hltPhase2L3MuonHighPtTripletStepTrackingRegions"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py new file mode 100644 index 0000000000000..7e3f355e1b230 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepHitTriplets = cms.EDProducer("CAHitTripletEDProducer", + CAHardPtCut = cms.double(0.5), + CAPhiCut = cms.double(0.06), + CAThetaCut = cms.double(0.003), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('LowPtClusterShapeSeedComparitor'), + clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"), + clusterShapeHitFilter = cms.string('ClusterShapeHitFilter') + ), + doublets = cms.InputTag("hltPhase2L3MuonHighPtTripletStepHitDoublets"), + extraHitRPhitolerance = cms.double(0.032), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.8), + pt2 = cms.double(8), + value1 = cms.double(100), + value2 = cms.double(6) + ), + mightGet = cms.optional.untracked.vstring, + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py new file mode 100644 index 0000000000000..f4a551ce0df38 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepSeedLayers = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle'), + skipClusters = cms.InputTag("hltPhase2L3MuonHighPtTripletStepClusters") + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle'), + skipClusters = cms.InputTag("hltPhase2L3MuonHighPtTripletStepClusters") + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3', + 'BPix2+BPix3+BPix4', + 'BPix1+BPix3+BPix4', + 'BPix1+BPix2+BPix4', + 'BPix2+BPix3+FPix1_pos', + 'BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg', + 'BPix1+FPix2_pos+FPix3_pos', + 'BPix1+FPix2_neg+FPix3_neg', + 'FPix2_pos+FPix3_pos+FPix4_pos', + 'FPix2_neg+FPix3_neg+FPix4_neg', + 'FPix3_pos+FPix4_pos+FPix5_pos', + 'FPix3_neg+FPix4_neg+FPix5_neg', + 'FPix4_pos+FPix5_pos+FPix6_pos', + 'FPix4_neg+FPix5_neg+FPix6_neg', + 'FPix5_pos+FPix6_pos+FPix7_pos', + 'FPix5_neg+FPix6_neg+FPix7_neg', + 'FPix6_pos+FPix7_pos+FPix8_pos', + 'FPix6_neg+FPix7_neg+FPix8_neg' + ), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py new file mode 100644 index 0000000000000..31e2efe9a2e58 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepSeeds = cms.EDProducer("SeedCreatorFromRegionConsecutiveHitsEDProducer", + MinOneOverPtError = cms.double(1), + OriginTransverseErrorMultiplier = cms.double(1), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + SeedMomentumForBOFF = cms.double(5), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string(''), + propagator = cms.string('PropagatorWithMaterial'), + seedingHitSets = cms.InputTag("hltPhase2L3MuonHighPtTripletStepHitTriplets") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py new file mode 100644 index 0000000000000..a35ab70fa632b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder') + ), + TrajectoryCleaner = cms.string('hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterial'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(True), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(100000), + maxSeedsBeforeCleaning = cms.uint32(1000), + numHitsForSeedCleaner = cms.int32(50), + onlyPixelHitsForSeedCleaner = cms.bool(True), + phase2clustersToSkip = cms.InputTag("hltPhase2L3MuonHighPtTripletStepClusters"), + reverseTrajectories = cms.bool(False), + src = cms.InputTag("hltPhase2L3MuonHighPtTripletStepSeeds"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..167e7e9397d4a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(False), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 0.003), + d0err_par = cms.vdouble(0.002, 0.002, 0.001), + dr_exp = cms.vint32(4, 4, 4), + dr_par1 = cms.vdouble(0.7, 0.6, 0.6), + dr_par2 = cms.vdouble(0.6, 0.5, 0.45) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 4), + dz_par1 = cms.vdouble(0.8, 0.7, 0.7), + dz_par2 = cms.vdouble(0.6, 0.6, 0.55) + ), + maxChi2 = cms.vdouble(9999.0, 9999.0, 9999.0), + maxChi2n = cms.vdouble(2.0, 1.0, 0.8), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 15.0), + maxLostLayers = cms.vint32(3, 3, 2), + min3DLayers = cms.vint32(3, 3, 4), + minLayers = cms.vint32(3, 3, 4), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 0, 3) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("hltPhase2L3MuonHighPtTripletStepTracks"), + vertices = cms.InputTag("hltPhase2L3MuonPixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackingRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackingRegions_cfi.py new file mode 100644 index 0000000000000..3c0e1f1b7f94c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackingRegions_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrackingRegions = cms.EDProducer("CandidateSeededTrackingRegionsEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("offlineBeamSpot"), + deltaEta = cms.double(0.4), + deltaPhi = cms.double(0.4), + input = cms.InputTag("hltPhase2L3MuonCandidates"), + maxNRegions = cms.int32(10000), + maxNVertices = cms.int32(1), + measurementTrackerName = cms.InputTag(""), + mode = cms.string('BeamSpotSigma'), + nSigmaZBeamSpot = cms.double(4.0), + nSigmaZVertex = cms.double(3.0), + originRadius = cms.double(0.2), + precise = cms.bool(True), + ptMin = cms.double(0.9), + searchOpt = cms.bool(False), + vertexCollection = cms.InputTag("notUsed"), + whereToUseMeasurementTracker = cms.string('Never'), + zErrorBeamSpot = cms.double(24.2), + zErrorVetex = cms.double(0.2) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..86b3b95838f43 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("hltPhase2L3MuonHighPtTripletStepTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("hltPhase2L3MuonHighPtTripletStepTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("hltPhase2L3MuonHighPtTripletStepTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py new file mode 100644 index 0000000000000..8719b9dd205b1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('highPtTripletStep'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(False), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + Propagator = cms.string('RungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("hltPhase2L3MuonHighPtTripletStepTrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py new file mode 100644 index 0000000000000..e070e1e12253b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepSeeds = cms.EDProducer("SeedGeneratorFromProtoTracksEDProducer", + InputCollection = cms.InputTag("hltPhase2L3MuonPixelTracks"), + InputVertexCollection = cms.InputTag(""), + SeedCreatorPSet = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonSeedFromProtoTracks') + ), + TTRHBuilder = cms.string('WithTrackAngle'), + originHalfLength = cms.double(0.3), + originRadius = cms.double(0.1), + useEventsWithNoVertex = cms.bool(True), + usePV = cms.bool(True), + useProtoTrackKinematics = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py new file mode 100644 index 0000000000000..c8c882d0b583c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepTrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonInitialStepTrajectoryBuilder') + ), + TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterial'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(True), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(100000), + maxSeedsBeforeCleaning = cms.uint32(1000), + numHitsForSeedCleaner = cms.int32(50), + onlyPixelHitsForSeedCleaner = cms.bool(True), + reverseTrajectories = cms.bool(False), + src = cms.InputTag("hltPhase2L3MuonInitialStepSeeds"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..00ba1bd30f2dd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(False), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 0.003), + d0err_par = cms.vdouble(0.001, 0.001, 0.001), + dr_exp = cms.vint32(4, 4, 4), + dr_par1 = cms.vdouble(0.8, 0.7, 0.6), + dr_par2 = cms.vdouble(0.6, 0.5, 0.45) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 4), + dz_par1 = cms.vdouble(0.9, 0.8, 0.7), + dz_par2 = cms.vdouble(0.8, 0.7, 0.55) + ), + maxChi2 = cms.vdouble(9999.0, 25.0, 16.0), + maxChi2n = cms.vdouble(2.0, 1.4, 1.2), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 15.0), + maxLostLayers = cms.vint32(3, 2, 2), + min3DLayers = cms.vint32(3, 3, 3), + minLayers = cms.vint32(3, 3, 3), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 0, 3) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("hltPhase2L3MuonInitialStepTracks"), + vertices = cms.InputTag("hltPhase2L3MuonPixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..0119fefe66f99 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepTracksSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("hltPhase2L3MuonInitialStepTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("hltPhase2L3MuonInitialStepTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("hltPhase2L3MuonInitialStepTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py new file mode 100644 index 0000000000000..28a084e7bcd5f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('initialStep'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(False), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + Propagator = cms.string('RungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("hltPhase2L3MuonInitialStepTrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonMerged_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonMerged_cfi.py new file mode 100644 index 0000000000000..710bf4a1eaac2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonMerged_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonMerged = cms.EDProducer("TrackListMerger", + Epsilon = cms.double(-0.001), + FoundHitBonus = cms.double(5.0), + LostHitPenalty = cms.double(20.0), + MaxNormalizedChisq = cms.double(1000.0), + MinFound = cms.int32(3), + MinPT = cms.double(0.05), + ShareFrac = cms.double(0.19), + TrackProducers = cms.VInputTag("hltPhase2L3OIMuonTrackSelectionHighPurity", "hltIter2Phase2L3FromL1TkMuonMerged"), + allowFirstHitShare = cms.bool(True), + copyExtras = cms.untracked.bool(True), + copyMVA = cms.bool(False), + hasSelector = cms.vint32(0, 0), + indivShareFrac = cms.vdouble(1.0, 1.0), + newQuality = cms.string('confirmed'), + selectedTrackQuals = cms.VInputTag("hltPhase2L3OIMuonTrackSelectionHighPurity", "hltIter2Phase2L3FromL1TkMuonMerged"), + setsToMerge = cms.VPSet(cms.PSet( + pQual = cms.bool(False), + tLists = cms.vint32(0, 1) + )), + trackAlgoPriorityOrder = cms.string('hltESPTrackAlgoPriorityOrder'), + writeOnlyTrkQuals = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py new file mode 100644 index 0000000000000..3dbd767425883 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelFitterByHelixProjections = cms.EDProducer("PixelFitterByHelixProjectionsProducer", + scaleErrorsForBPix1 = cms.bool(False), + scaleFactor = cms.double(0.65) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py new file mode 100644 index 0000000000000..a6aae63a617c5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTrackFilterByKinematics = cms.EDProducer("PixelTrackFilterByKinematicsProducer", + chi2 = cms.double(1000.0), + nSigmaInvPtTolerance = cms.double(0.0), + nSigmaTipMaxTolerance = cms.double(0.0), + ptMin = cms.double(0.9), + tipMax = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py new file mode 100644 index 0000000000000..e349670ade443 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracksFilter = cms.EDProducer("PixelTrackFilterByKinematicsProducer", + chi2 = cms.double(1000.0), + nSigmaInvPtTolerance = cms.double(0.0), + nSigmaTipMaxTolerance = cms.double(0.0), + ptMin = cms.double(0.9), + tipMax = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py new file mode 100644 index 0000000000000..ee575ca1a5c1a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracksFitter = cms.EDProducer("PixelFitterByHelixProjectionsProducer", + scaleErrorsForBPix1 = cms.bool(False), + scaleFactor = cms.double(0.65) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py new file mode 100644 index 0000000000000..2a1e2329aa84f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag("trackerClusterCheck"), + layerPairs = cms.vuint32(0, 1, 2), + maxElement = cms.uint32(5000000), + maxElementTotal = cms.uint32(50000000), + mightGet = cms.optional.untracked.vstring, + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(False), + seedingLayers = cms.InputTag("hltPhase2L3MuonPixelTracksSeedLayers"), + trackingRegions = cms.InputTag("hltPhase2L3MuonPixelTracksTrackingRegions"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py new file mode 100644 index 0000000000000..74f0340cd5c6e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracksHitQuadruplets = cms.EDProducer("CAHitQuadrupletEDProducer", + CAHardPtCut = cms.double(0), + CAOnlyOneLastHitPerLayerFilter = cms.optional.bool, + CAPhiCut = cms.double(0.2), + CAThetaCut = cms.double(0.0012), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('LowPtClusterShapeSeedComparitor'), + clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"), + clusterShapeHitFilter = cms.string('ClusterShapeHitFilter') + ), + doublets = cms.InputTag("hltPhase2L3MuonPixelTracksHitDoublets"), + extraHitRPhitolerance = cms.double(0.032), + fitFastCircle = cms.bool(True), + fitFastCircleChi2Cut = cms.bool(True), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.7), + pt2 = cms.double(2.0), + value1 = cms.double(200.0), + value2 = cms.double(50.0) + ), + mightGet = cms.optional.untracked.vstring, + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py new file mode 100644 index 0000000000000..b5ad919210fb2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py @@ -0,0 +1,56 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracksSeedLayers = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle') + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle') + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3+BPix4', + 'BPix1+BPix2+BPix3+FPix1_pos', + 'BPix1+BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos+FPix2_pos', + 'BPix1+BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos+FPix3_pos', + 'BPix1+FPix1_neg+FPix2_neg+FPix3_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos+FPix4_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg+FPix4_neg', + 'FPix2_pos+FPix3_pos+FPix4_pos+FPix5_pos', + 'FPix2_neg+FPix3_neg+FPix4_neg+FPix5_neg', + 'FPix3_pos+FPix4_pos+FPix5_pos+FPix6_pos', + 'FPix3_neg+FPix4_neg+FPix5_neg+FPix6_neg', + 'FPix4_pos+FPix5_pos+FPix6_pos+FPix7_pos', + 'FPix4_neg+FPix5_neg+FPix6_neg+FPix7_neg', + 'FPix5_pos+FPix6_pos+FPix7_pos+FPix8_pos', + 'FPix5_neg+FPix6_neg+FPix7_neg+FPix8_neg' + ), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksTrackingRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksTrackingRegions_cfi.py new file mode 100644 index 0000000000000..c2a49a0b06e3c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksTrackingRegions_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracksTrackingRegions = cms.EDProducer("CandidateSeededTrackingRegionsEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("offlineBeamSpot"), + deltaEta = cms.double(0.4), + deltaPhi = cms.double(0.4), + input = cms.InputTag("hltPhase2L3MuonCandidates"), + maxNRegions = cms.int32(10000), + maxNVertices = cms.int32(1), + measurementTrackerName = cms.InputTag(""), + mode = cms.string('BeamSpotSigma'), + nSigmaZBeamSpot = cms.double(4.0), + nSigmaZVertex = cms.double(3.0), + originRadius = cms.double(0.2), + precise = cms.bool(True), + ptMin = cms.double(0.9), + searchOpt = cms.bool(False), + vertexCollection = cms.InputTag("notUsed"), + whereToUseMeasurementTracker = cms.string('Never'), + zErrorBeamSpot = cms.double(24.2), + zErrorVetex = cms.double(0.2) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py new file mode 100644 index 0000000000000..e30ee2b6df9ce --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelTracks = cms.EDProducer("PixelTrackProducer", + Cleaner = cms.string('hltPhase2L3MuonPixelTrackCleanerBySharedHits'), + Filter = cms.InputTag("hltPhase2L3MuonPixelTrackFilterByKinematics"), + Fitter = cms.InputTag("hltPhase2L3MuonPixelFitterByHelixProjections"), + SeedingHitSets = cms.InputTag("hltPhase2L3MuonPixelTracksHitQuadruplets"), + mightGet = cms.optional.untracked.vstring, + passLabel = cms.string('hltPhase2L3MuonPixelTracks') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py new file mode 100644 index 0000000000000..6efdc5f412924 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPixelVertices = cms.EDProducer("PixelVertexProducer", + Finder = cms.string('DivisiveVertexFinder'), + Method2 = cms.bool(True), + NTrkMin = cms.int32(2), + PVcomparer = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonPSetPvClusterComparerForIT') + ), + PtMin = cms.double(1.0), + TrackCollection = cms.InputTag("hltPhase2L3MuonPixelTracks"), + UseError = cms.bool(True), + Verbosity = cms.int32(0), + WtAverage = cms.bool(True), + ZOffset = cms.double(5.0), + ZSeparation = cms.double(0.005), + beamSpot = cms.InputTag("offlineBeamSpot") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonTracks_cfi.py new file mode 100644 index 0000000000000..f05903873c817 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonTracks_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonTracks = cms.EDProducer("HLTMuonTrackSelector", + copyExtras = cms.untracked.bool(True), + copyMVA = cms.bool(False), + copyTrajectories = cms.untracked.bool(False), + muon = cms.InputTag("hltPhase2L3Muons"), + originalMVAVals = cms.InputTag("none"), + track = cms.InputTag("hltPhase2L3MuonMerged") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py new file mode 100644 index 0000000000000..b1da65198f30f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000 = cms.EDProducer("MuonHLTEcalPFClusterIsolationProducer", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.3), + drVetoBarrel = cms.double(0.0), + drVetoEndcap = cms.double(0.0), + effectiveAreas = cms.vdouble(0.35, 0.193), + energyBarrel = cms.double(0.0), + energyEndcap = cms.double(0.0), + etaStripBarrel = cms.double(0.0), + etaStripEndcap = cms.double(0.0), + pfClusterProducer = cms.InputTag("hltParticleFlowClusterECALUnseeded"), + recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"), + rhoScale = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py new file mode 100644 index 0000000000000..2f74bc365a04f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000 = cms.EDProducer("MuonHLTHcalPFClusterIsolationProducer", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.3), + drVetoBarrel = cms.double(0.0), + drVetoEndcap = cms.double(0.0), + effectiveAreas = cms.vdouble(0.227, 0.372), + energyBarrel = cms.double(0.0), + energyEndcap = cms.double(0.0), + etaStripBarrel = cms.double(0.0), + etaStripEndcap = cms.double(0.0), + pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForMuons"), + pfClusterProducerHFEM = cms.InputTag(""), + pfClusterProducerHFHAD = cms.InputTag(""), + recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"), + rhoScale = cms.double(1.0), + useEt = cms.bool(True), + useHF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py new file mode 100644 index 0000000000000..da0249a9f3461 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00 = cms.EDProducer("MuonHLTHGCalLayerClusterIsolationProducer", + doRhoCorrection = cms.bool(False), + drMax = cms.double(0.2), + drVetoEM = cms.double(0.0), + drVetoHad = cms.double(0.02), + effectiveAreas = cms.vdouble(0.0, 0.0), + layerClusterProducer = cms.InputTag("hgcalLayerClusters"), + minEnergyEM = cms.double(0.0), + minEnergyHad = cms.double(0.0), + minEtEM = cms.double(0.0), + minEtHad = cms.double(0.0), + recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"), + rhoMax = cms.double(99999999.0), + rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForMuons"), + rhoScale = cms.double(1.0), + useEt = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsNoID_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsNoID_cfi.py new file mode 100644 index 0000000000000..9b0433912348b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsNoID_cfi.py @@ -0,0 +1,272 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonsNoID = cms.EDProducer("MuonIdProducer", + CaloExtractorPSet = cms.PSet( + CenterConeOnCalIntersection = cms.bool(False), + ComponentName = cms.string('CaloExtractorByAssociator'), + DR_Max = cms.double(1.0), + DR_Veto_E = cms.double(0.07), + DR_Veto_H = cms.double(0.1), + DR_Veto_HO = cms.double(0.1), + DepositInstanceLabels = cms.vstring( + 'ecal', + 'hcal', + 'ho' + ), + DepositLabel = cms.untracked.string('Cal'), + NoiseTow_EB = cms.double(0.04), + NoiseTow_EE = cms.double(0.15), + Noise_EB = cms.double(0.025), + Noise_EE = cms.double(0.1), + Noise_HB = cms.double(0.2), + Noise_HE = cms.double(0.2), + Noise_HO = cms.double(0.2), + PrintTimeReport = cms.untracked.bool(False), + PropagatorName = cms.string('hltESPFastSteppingHelixPropagatorAny'), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring('hltESPFastSteppingHelixPropagatorAny'), + RPCLayers = cms.bool(False), + UseMuonNavigation = cms.untracked.bool(False) + ), + Threshold_E = cms.double(0.2), + Threshold_H = cms.double(0.5), + Threshold_HO = cms.double(0.5), + TrackAssociatorParameters = cms.PSet( + CSCSegmentCollectionLabel = cms.InputTag("hltCscSegments"), + CaloTowerCollectionLabel = cms.InputTag("Notused"), + DTRecSegment4DCollectionLabel = cms.InputTag("hltDt4DSegments"), + EBRecHitCollectionLabel = cms.InputTag("Notused"), + EERecHitCollectionLabel = cms.InputTag("Notused"), + HBHERecHitCollectionLabel = cms.InputTag("Notused"), + HORecHitCollectionLabel = cms.InputTag("Notused"), + accountForTrajectoryChangeCalo = cms.bool(False), + dREcal = cms.double(1.0), + dREcalPreselection = cms.double(1.0), + dRHcal = cms.double(1.0), + dRHcalPreselection = cms.double(1.0), + dRMuon = cms.double(9999.0), + dRMuonPreselection = cms.double(0.2), + dRPreshowerPreselection = cms.double(0.2), + muonMaxDistanceSigmaX = cms.double(0.0), + muonMaxDistanceSigmaY = cms.double(0.0), + muonMaxDistanceX = cms.double(5.0), + muonMaxDistanceY = cms.double(5.0), + propagateAllDirections = cms.bool(True), + trajectoryUncertaintyTolerance = cms.double(-1.0), + truthMatch = cms.bool(False), + useCalo = cms.bool(True), + useEcal = cms.bool(False), + useHO = cms.bool(False), + useHcal = cms.bool(False), + useMuon = cms.bool(False), + usePreshower = cms.bool(False) + ), + UseRecHitsFlag = cms.bool(False) + ), + JetExtractorPSet = cms.PSet( + ComponentName = cms.string('JetExtractor'), + DR_Max = cms.double(1.0), + DR_Veto = cms.double(0.1), + ExcludeMuonVeto = cms.bool(True), + JetCollectionLabel = cms.InputTag("Notused"), + PrintTimeReport = cms.untracked.bool(False), + PropagatorName = cms.string('hltESPFastSteppingHelixPropagatorAny'), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring('hltESPFastSteppingHelixPropagatorAny'), + RPCLayers = cms.bool(False), + UseMuonNavigation = cms.untracked.bool(False) + ), + Threshold = cms.double(5.0), + TrackAssociatorParameters = cms.PSet( + CSCSegmentCollectionLabel = cms.InputTag("hltCscSegments"), + CaloTowerCollectionLabel = cms.InputTag("Notused"), + DTRecSegment4DCollectionLabel = cms.InputTag("hltDt4DSegments"), + EBRecHitCollectionLabel = cms.InputTag("Notused"), + EERecHitCollectionLabel = cms.InputTag("Notused"), + HBHERecHitCollectionLabel = cms.InputTag("Notused"), + HORecHitCollectionLabel = cms.InputTag("Notused"), + accountForTrajectoryChangeCalo = cms.bool(False), + dREcal = cms.double(0.5), + dREcalPreselection = cms.double(0.5), + dRHcal = cms.double(0.5), + dRHcalPreselection = cms.double(0.5), + dRMuon = cms.double(9999.0), + dRMuonPreselection = cms.double(0.2), + dRPreshowerPreselection = cms.double(0.2), + muonMaxDistanceSigmaX = cms.double(0.0), + muonMaxDistanceSigmaY = cms.double(0.0), + muonMaxDistanceX = cms.double(5.0), + muonMaxDistanceY = cms.double(5.0), + propagateAllDirections = cms.bool(True), + trajectoryUncertaintyTolerance = cms.double(-1.0), + truthMatch = cms.bool(False), + useCalo = cms.bool(True), + useEcal = cms.bool(False), + useHO = cms.bool(False), + useHcal = cms.bool(False), + useMuon = cms.bool(False), + usePreshower = cms.bool(False) + ) + ), + MuonCaloCompatibility = cms.PSet( + MuonTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_muons_lowPt_3_1_norm.root'), + PionTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_pions_lowPt_3_1_norm.root'), + allSiPMHO = cms.bool(False), + delta_eta = cms.double(0.02), + delta_phi = cms.double(0.02) + ), + TimingFillerParameters = cms.PSet( + CSCTimingParameters = cms.PSet( + CSCStripError = cms.double(7.0), + CSCStripTimeOffset = cms.double(0.0), + CSCTimeOffset = cms.double(0.0), + CSCWireError = cms.double(8.6), + CSCWireTimeOffset = cms.double(0.0), + CSCsegments = cms.InputTag("hltCscSegments"), + MatchParameters = cms.PSet( + CSCsegments = cms.InputTag("hltCscSegments"), + DTradius = cms.double(0.01), + DTsegments = cms.InputTag("hltDt4DSegments"), + TightMatchCSC = cms.bool(True), + TightMatchDT = cms.bool(False) + ), + PruneCut = cms.double(100.0), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring('hltESPFastSteppingHelixPropagatorAny'), + RPCLayers = cms.bool(True) + ), + UseStripTime = cms.bool(True), + UseWireTime = cms.bool(True), + debug = cms.bool(False) + ), + DTTimingParameters = cms.PSet( + DTTimeOffset = cms.double(2.7), + DTsegments = cms.InputTag("hltDt4DSegments"), + DoWireCorr = cms.bool(False), + DropTheta = cms.bool(True), + HitError = cms.double(6.0), + HitsMin = cms.int32(5), + MatchParameters = cms.PSet( + CSCsegments = cms.InputTag("hltCscSegments"), + DTradius = cms.double(0.01), + DTsegments = cms.InputTag("hltDt4DSegments"), + TightMatchCSC = cms.bool(True), + TightMatchDT = cms.bool(False) + ), + PruneCut = cms.double(10000.0), + RequireBothProjections = cms.bool(False), + ServiceParameters = cms.PSet( + Propagators = cms.untracked.vstring('hltESPFastSteppingHelixPropagatorAny'), + RPCLayers = cms.bool(True) + ), + UseSegmentT0 = cms.bool(False), + debug = cms.bool(False) + ), + EcalEnergyCut = cms.double(0.4), + ErrorCSC = cms.double(7.4), + ErrorDT = cms.double(6.0), + ErrorEB = cms.double(2.085), + ErrorEE = cms.double(6.95), + UseCSC = cms.bool(True), + UseDT = cms.bool(True), + UseECAL = cms.bool(True) + ), + TrackAssociatorParameters = cms.PSet( + CSCSegmentCollectionLabel = cms.InputTag("hltCscSegments"), + CaloTowerCollectionLabel = cms.InputTag("Notused"), + DTRecSegment4DCollectionLabel = cms.InputTag("hltDt4DSegments"), + EBRecHitCollectionLabel = cms.InputTag("Notused"), + EERecHitCollectionLabel = cms.InputTag("Notused"), + GEMSegmentCollectionLabel = cms.InputTag("hltGemSegments"), + HBHERecHitCollectionLabel = cms.InputTag("Notused"), + HORecHitCollectionLabel = cms.InputTag("Notused"), + ME0SegmentCollectionLabel = cms.InputTag("hltMe0Segments"), + accountForTrajectoryChangeCalo = cms.bool(False), + dREcal = cms.double(9999.0), + dREcalPreselection = cms.double(0.05), + dRHcal = cms.double(9999.0), + dRHcalPreselection = cms.double(0.2), + dRMuon = cms.double(9999.0), + dRMuonPreselection = cms.double(0.2), + dRPreshowerPreselection = cms.double(0.2), + muonMaxDistanceSigmaX = cms.double(0.0), + muonMaxDistanceSigmaY = cms.double(0.0), + muonMaxDistanceX = cms.double(5.0), + muonMaxDistanceY = cms.double(5.0), + propagateAllDirections = cms.bool(True), + trajectoryUncertaintyTolerance = cms.double(-1.0), + truthMatch = cms.bool(False), + useCalo = cms.bool(False), + useEcal = cms.bool(False), + useGEM = cms.bool(True), + useHO = cms.bool(False), + useHcal = cms.bool(False), + useME0 = cms.bool(False), +# useME0 = cms.bool(True), ### Thiago: in the offline RECO it is false... + useMuon = cms.bool(True), + usePreshower = cms.bool(False) + ), + TrackExtractorPSet = cms.PSet( + BeamSpotLabel = cms.InputTag("offlineBeamSpot"), + BeamlineOption = cms.string('BeamSpotFromEvent'), + Chi2Ndof_Max = cms.double(1e+64), + Chi2Prob_Min = cms.double(-1.0), + ComponentName = cms.string('TrackExtractor'), + DR_Max = cms.double(1.0), + DR_Veto = cms.double(0.01), + Diff_r = cms.double(0.1), + Diff_z = cms.double(0.2), + NHits_Min = cms.uint32(0), + Pt_Min = cms.double(-1.0), + inputTrackCollection = cms.InputTag("hltPhase2L3MuonMerged") + ), + TrackerKinkFinderParameters = cms.PSet( + diagonalOnly = cms.bool(False), + usePosition = cms.bool(False) + ), + addExtraSoftMuons = cms.bool(False), + arbitrateTrackerMuons = cms.bool(True), + arbitrationCleanerOptions = cms.PSet( + ClusterDPhi = cms.double(0.6), + ClusterDTheta = cms.double(0.02), + Clustering = cms.bool(True), + ME1a = cms.bool(True), + Overlap = cms.bool(True), + OverlapDPhi = cms.double(0.0786), + OverlapDTheta = cms.double(0.02) + ), + debugWithTruthMatching = cms.bool(False), + ecalDepositName = cms.string('ecal'), + fillCaloCompatibility = cms.bool(False), + fillEnergy = cms.bool(False), + fillGlobalTrackQuality = cms.bool(False), + fillGlobalTrackRefits = cms.bool(False), + fillIsolation = cms.bool(False), + fillMatching = cms.bool(True), + fillTrackerKink = cms.bool(False), + globalTrackQualityInputTag = cms.InputTag(""), + hcalDepositName = cms.string('hcal'), + hoDepositName = cms.string('ho'), + inputCollectionLabels = cms.VInputTag("hltPhase2L3MuonMerged", "hltPhase2L3GlbMuon", "hltL2MuonsFromL1TkMuon:UpdatedAtVtx"), + inputCollectionTypes = cms.vstring( + 'inner tracks', + 'links', + 'outer tracks' + ), + jetDepositName = cms.string('jets'), + maxAbsDx = cms.double(3.0), + maxAbsDy = cms.double(9999.0), + maxAbsEta = cms.double(3.0), + maxAbsPullX = cms.double(4.0), + maxAbsPullY = cms.double(9999.0), + minCaloCompatibility = cms.double(0.6), + minNumberOfMatches = cms.int32(1), + minP = cms.double(0.0), + minPCaloMuon = cms.double(1000000000.0), + minPt = cms.double(2.0), + ptThresholdToFillCandidateP4WithGlobalFit = cms.double(200.0), + runArbitrationCleaner = cms.bool(False), + sigmaThresholdToFillCandidateP4WithGlobalFit = cms.double(2.0), + trackDepositName = cms.string('tracker'), + writeIsoDeposits = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py new file mode 100644 index 0000000000000..6f8d5adf8a492 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07 = cms.EDProducer("L3MuonCombinedRelativeIsolationProducer", + CaloDepositsLabel = cms.InputTag("notUsed"), + CaloExtractorPSet = cms.PSet( + CaloTowerCollectionLabel = cms.InputTag("hltTowerMakerForAll"), + ComponentName = cms.string('CaloExtractor'), + DR_Max = cms.double(0.3), + DR_Veto_E = cms.double(0.07), + DR_Veto_H = cms.double(0.1), + DepositLabel = cms.untracked.string('EcalPlusHcal'), + Threshold_E = cms.double(0.2), + Threshold_H = cms.double(0.5), + Vertex_Constraint_XY = cms.bool(False), + Vertex_Constraint_Z = cms.bool(False), + Weight_E = cms.double(1.0), + Weight_H = cms.double(1.0) + ), + CutsPSet = cms.PSet( + ComponentName = cms.string('SimpleCuts'), + ConeSizes = cms.vdouble(0.3), + EtaBounds = cms.vdouble(2.411), + Thresholds = cms.vdouble(0.07), + applyCutsORmaxNTracks = cms.bool(False), + maxNTracks = cms.int32(-1) + ), + OutputMuIsoDeposits = cms.bool(True), + TrackPt_Min = cms.double(-1.0), + TrkExtractorPSet = cms.PSet( + BeamSpotLabel = cms.InputTag("offlineBeamSpot"), + BeamlineOption = cms.string('BeamSpotFromEvent'), + Chi2Ndof_Max = cms.double(1e+64), + Chi2Prob_Min = cms.double(-1.0), + ComponentName = cms.string('PixelTrackExtractor'), + DR_Max = cms.double(0.3), + DR_Veto = cms.double(0.005), + DR_VetoPt = cms.double(0.025), + DepositLabel = cms.untracked.string('PXLS'), + Diff_r = cms.double(0.2), + Diff_z = cms.double(0.25), + NHits_Min = cms.uint32(0), + PropagateTracksToRadius = cms.bool(True), + PtVeto_Min = cms.double(2.0), + Pt_Min = cms.double(-1.0), + ReferenceRadius = cms.double(6.0), + VetoLeadingTrack = cms.bool(True), + inputTrackCollection = cms.InputTag("hltPhase2L3MuonGeneralTracks") + ), + UseCaloIso = cms.bool(False), + UseRhoCorrectedCaloDeposits = cms.bool(False), + inputMuonCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + printDebug = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py new file mode 100644 index 0000000000000..d290ef1037ea1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4 = cms.EDProducer("L3MuonCombinedRelativeIsolationProducer", + CaloDepositsLabel = cms.InputTag("notUsed"), + CaloExtractorPSet = cms.PSet( + CaloTowerCollectionLabel = cms.InputTag("hltTowerMakerForAll"), + ComponentName = cms.string('CaloExtractor'), + DR_Max = cms.double(0.3), + DR_Veto_E = cms.double(0.07), + DR_Veto_H = cms.double(0.1), + DepositLabel = cms.untracked.string('EcalPlusHcal'), + Threshold_E = cms.double(0.2), + Threshold_H = cms.double(0.5), + Vertex_Constraint_XY = cms.bool(False), + Vertex_Constraint_Z = cms.bool(False), + Weight_E = cms.double(1.0), + Weight_H = cms.double(1.0) + ), + CutsPSet = cms.PSet( + ComponentName = cms.string('SimpleCuts'), + ConeSizes = cms.vdouble(0.3), + EtaBounds = cms.vdouble(2.411), + Thresholds = cms.vdouble(0.4), + applyCutsORmaxNTracks = cms.bool(False), + maxNTracks = cms.int32(-1) + ), + OutputMuIsoDeposits = cms.bool(True), + TrackPt_Min = cms.double(-1.0), + TrkExtractorPSet = cms.PSet( + BeamSpotLabel = cms.InputTag("offlineBeamSpot"), + BeamlineOption = cms.string('BeamSpotFromEvent'), + Chi2Ndof_Max = cms.double(1e+64), + Chi2Prob_Min = cms.double(-1.0), + ComponentName = cms.string('PixelTrackExtractor'), + DR_Max = cms.double(0.3), + DR_Veto = cms.double(0.005), + DR_VetoPt = cms.double(0.025), + DepositLabel = cms.untracked.string('PXLS'), + Diff_r = cms.double(0.2), + Diff_z = cms.double(0.25), + NHits_Min = cms.uint32(0), + PropagateTracksToRadius = cms.bool(True), + PtVeto_Min = cms.double(2.0), + Pt_Min = cms.double(-1.0), + ReferenceRadius = cms.double(6.0), + VetoLeadingTrack = cms.bool(True), + inputTrackCollection = cms.InputTag("hltPhase2L3MuonGeneralTracks") + ), + UseCaloIso = cms.bool(False), + UseRhoCorrectedCaloDeposits = cms.bool(False), + inputMuonCollection = cms.InputTag("hltPhase2L3MuonCandidates"), + printDebug = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3Muons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3Muons_cfi.py new file mode 100644 index 0000000000000..93398e6a22eb6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3Muons_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3Muons = cms.EDProducer("MuonIDFilterProducerForHLT", + allowedTypeMask = cms.uint32(0), + applyTriggerIdLoose = cms.bool(True), + inputMuonCollection = cms.InputTag("hltPhase2L3MuonsNoID"), + maxNormalizedChi2 = cms.double(9999.0), + minNMuonHits = cms.int32(0), + minNMuonStations = cms.int32(0), + minNTrkLayers = cms.int32(0), + minPixHits = cms.int32(0), + minPixLayer = cms.int32(0), + minPt = cms.double(0.0), + minTrkHits = cms.int32(0), + requiredTypeMask = cms.uint32(0), + typeMuon = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py new file mode 100644 index 0000000000000..27d13fe71e8c1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OIL3MuonCandidates = cms.EDProducer("L3MuonCandidateProducer", + InputLinksObjects = cms.InputTag("hltPhase2L3OIL3MuonsLinksCombination"), + InputObjects = cms.InputTag("hltPhase2L3OIL3Muons"), + MuonPtOption = cms.string('Tracker') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py new file mode 100644 index 0000000000000..b87e6725f4f21 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OIL3MuonsLinksCombination = cms.EDProducer("L3TrackLinksCombiner", + labels = cms.VInputTag("hltL3MuonsPhase2L3OI") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3Muons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3Muons_cfi.py new file mode 100644 index 0000000000000..d77df91c9c200 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3Muons_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OIL3Muons = cms.EDProducer("L3TrackCombiner", + labels = cms.VInputTag("hltL3MuonsPhase2L3OI") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py new file mode 100644 index 0000000000000..602b9e0dbc614 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OIMuCtfWithMaterialTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('iter10'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(True), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string(''), + Propagator = cms.string('hltESPRungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("hltPhase2L3OITrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..236732a0cc6f0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OIMuonTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(True), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 3.40282346639e+38), + d0err_par = cms.vdouble(0.001, 0.001, 3.40282346639e+38), + dr_exp = cms.vint32(4, 4, 2147483647), + dr_par1 = cms.vdouble(0.4, 0.4, 3.40282346639e+38), + dr_par2 = cms.vdouble(0.3, 0.3, 3.40282346639e+38) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 2147483647), + dz_par1 = cms.vdouble(0.4, 0.4, 3.40282346639e+38), + dz_par2 = cms.vdouble(0.35, 0.35, 3.40282346639e+38) + ), + maxChi2 = cms.vdouble(3.40282346639e+38, 3.40282346639e+38, 3.40282346639e+38), + maxChi2n = cms.vdouble(10.0, 1.0, 0.4), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 100.0), + maxLostLayers = cms.vint32(4, 3, 2), + min3DLayers = cms.vint32(1, 2, 1), + minLayers = cms.vint32(3, 5, 5), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 0, 1) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("hltPhase2L3OIMuCtfWithMaterialTracks"), + vertices = cms.InputTag("Notused") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..61615d551372f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OIMuonTrackSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("hltPhase2L3OIMuonTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("hltPhase2L3OIMuonTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("hltPhase2L3OIMuCtfWithMaterialTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py new file mode 100644 index 0000000000000..60d7161c09761 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py @@ -0,0 +1,41 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OISeedsFromL2Muons = cms.EDProducer("TSGForOIFromL2", + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + SF1 = cms.double(3.0), + SF2 = cms.double(4.0), + SF3 = cms.double(5.0), + SF4 = cms.double(7.0), + SF5 = cms.double(10.0), + SF6 = cms.double(2.0), + UseHitLessSeeds = cms.bool(True), + adjustErrorsDynamicallyForHitless = cms.bool(True), + adjustErrorsDynamicallyForHits = cms.bool(False), + debug = cms.untracked.bool(False), + estimator = cms.string('hltESPChi2MeasurementEstimator100'), + eta1 = cms.double(0.2), + eta2 = cms.double(0.3), + eta3 = cms.double(1.0), + eta4 = cms.double(1.2), + eta5 = cms.double(1.6), + eta6 = cms.double(1.4), + eta7 = cms.double(2.1), + fixedErrorRescaleFactorForHitless = cms.double(2.0), + fixedErrorRescaleFactorForHits = cms.double(1.0), + hitsToTry = cms.int32(1), + layersToTry = cms.int32(2), + maxEtaForTOB = cms.double(1.8), + maxHitSeeds = cms.uint32(1), + maxHitlessSeeds = cms.uint32(5), + maxSeeds = cms.uint32(20), + minEtaForTEC = cms.double(0.7), + numL2ValidHitsCutAllEndcap = cms.uint32(30), + numL2ValidHitsCutAllEta = cms.uint32(20), + pT1 = cms.double(13.0), + pT2 = cms.double(30.0), + pT3 = cms.double(70.0), + propagatorName = cms.string('PropagatorWithMaterialParabolicMf'), + src = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), + tsosDiff1 = cms.double(0.2), + tsosDiff2 = cms.double(0.02) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py new file mode 100644 index 0000000000000..9929e3cf15ac8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3OITrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('HLTPSetMuonCkfTrajectoryBuilder') + ), + TrajectoryCleaner = cms.string('muonSeededTrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterial'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(False), + doSeedingRegionRebuilding = cms.bool(False), + maxNSeeds = cms.uint32(500000), + maxSeedsBeforeCleaning = cms.uint32(5000), + src = cms.InputTag("hltPhase2L3OISeedsFromL2Muons"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..5bbb73ad74857 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG100EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.01), + thrRegularEE = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..274948d93d2ba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG100EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.01), + thrRegularEE = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..81e7d57b8a2ad --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton100EBTightIDTightIsoHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(3.0), + thrRegularEB2 = cms.vdouble(3.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..58c5eca2603fc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton100EBTightIDTightIsoHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(3.0), + thrRegularEB2 = cms.vdouble(3.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..4c03c00825c97 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..0f5285224bd37 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..a44a2db30a7d9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(5.3), + thrRegularEB2 = cms.vdouble(5.3), + thrRegularEE1 = cms.vdouble(0), + thrRegularEE2 = cms.vdouble(0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..0bcec3bcead12 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100EBTightIDTightIsoHcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.0), + candTag = cms.InputTag("hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(5.3), + thrRegularEB2 = cms.vdouble(5.3), + thrRegularEE1 = cms.vdouble(0), + thrRegularEE2 = cms.vdouble(0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..681076915da4c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100HEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton100HgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.3), + thrOverEEB2 = cms.vdouble(0.3), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..1e436238a1b3a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100HEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton100HgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.3), + thrOverEEB2 = cms.vdouble(0.3), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..969d5bf90a877 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100HgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEG100EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.3), + thrOverEEE2 = cms.vdouble(0.3), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..85c064ac990f4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton100HgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton100HgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEG100EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.3), + thrOverEEE2 = cms.vdouble(0.3), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..f50d9b5d836e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG108EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.01), + thrRegularEE = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeL1Seeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py new file mode 100644 index 0000000000000..9191f804a97fd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter = cms.EDFilter("HLTEgammaGenericFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.479), + candTag = cms.InputTag("hltEG108EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag(""), + saveTags = cms.bool(True), + thrOverE2EB = cms.vdouble(0), + thrOverE2EE = cms.vdouble(0), + thrOverEEB = cms.vdouble(0), + thrOverEEE = cms.vdouble(0), + thrRegularEB = cms.vdouble(0.01), + thrRegularEE = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaClusterShapeUnseeded","sigmaIEtaIEta5x5") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..260add3ab9af9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton108EBTightIDTightIsoHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.5), + thrRegularEB2 = cms.vdouble(2.5), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..5b94f50a13587 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton108EBTightIDTightIsoHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.25, 0.3), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(2.5), + thrRegularEB2 = cms.vdouble(2.5), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaEcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..01d2e9bc8b42b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..2899023e229ed --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.05), + thrOverEEB2 = cms.vdouble(0.05), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..d2be8b16bc9b0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(3.8), + thrRegularEB2 = cms.vdouble(6.0), + thrRegularEE1 = cms.vdouble(0), + thrRegularEE2 = cms.vdouble(0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py new file mode 100644 index 0000000000000..161d7a8d3a9ae --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 0.8, 1.479, 2.0), + candTag = cms.InputTag("hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.2, 0.2, 0.4, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(0.8), + etaBoundaryEE12 = cms.double(2.0), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.02), + thrOverEEB2 = cms.vdouble(0.02), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(3.8), + thrRegularEB2 = cms.vdouble(6.0), + thrRegularEE1 = cms.vdouble(0), + thrRegularEE2 = cms.vdouble(0), + useEt = cms.bool(True), + varTag = cms.InputTag("hltEgammaHcalPFClusterIsoUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..1717a6c68dc7f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton187HEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton187HgcalHEL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.09), + thrOverEEB2 = cms.vdouble(0.09), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEL1Seeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..c09b72ac16984 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton187HEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltPhoton187HgcalHEUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.1, 0.1, 0.3, 0.5), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.09), + thrOverEEB2 = cms.vdouble(0.09), + thrOverEEE1 = cms.vdouble(0.0), + thrOverEEE2 = cms.vdouble(0.0), + thrRegularEB1 = cms.vdouble(0.0), + thrRegularEB2 = cms.vdouble(0.0), + thrRegularEE1 = cms.vdouble(9999.0), + thrRegularEE2 = cms.vdouble(9999.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHoverEUnseeded") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py new file mode 100644 index 0000000000000..3ef099acf72b5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton187HgcalHEL1SeededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEG187EtL1SeededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesL1Seeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.055), + thrOverEEE2 = cms.vdouble(0.055), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsL1Seeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py new file mode 100644 index 0000000000000..4cb1c73321d89 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +hltPhoton187HgcalHEUnseededFilter = cms.EDFilter("HLTEgammaGenericQuadraticEtaFilter", + absEtaLowEdges = cms.vdouble(0.0, 1.0, 1.479, 2.1), + candTag = cms.InputTag("hltEG187EtUnseededFilter"), + doRhoCorrection = cms.bool(False), + effectiveAreas = cms.vdouble(0.0, 0.0, 0.0, 0.0), + energyLowEdges = cms.vdouble(0.0), + etaBoundaryEB12 = cms.double(1.0), + etaBoundaryEE12 = cms.double(2.1), + l1EGCand = cms.InputTag("hltEgammaCandidatesUnseeded"), + lessThan = cms.bool(True), + ncandcut = cms.int32(1), + rhoMax = cms.double(99999999.0), + rhoScale = cms.double(1.0), + rhoTag = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"), + saveTags = cms.bool(True), + thrOverE2EB1 = cms.vdouble(0.0), + thrOverE2EB2 = cms.vdouble(0.0), + thrOverE2EE1 = cms.vdouble(0.0), + thrOverE2EE2 = cms.vdouble(0.0), + thrOverEEB1 = cms.vdouble(0.0), + thrOverEEB2 = cms.vdouble(0.0), + thrOverEEE1 = cms.vdouble(0.055), + thrOverEEE2 = cms.vdouble(0.055), + thrRegularEB1 = cms.vdouble(9999.0), + thrRegularEB2 = cms.vdouble(9999.0), + thrRegularEE1 = cms.vdouble(0.0), + thrRegularEE2 = cms.vdouble(0.0), + useEt = cms.bool(False), + varTag = cms.InputTag("hltEgammaHGCALIDVarsUnseeded","hForHOverE") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py new file mode 100644 index 0000000000000..06030a71dc131 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +hltPixelClustersMultiplicity = cms.EDProducer("HLTSiPixelClusterMultiplicityValueProducer", + defaultValue = cms.double(-1.0), + mightGet = cms.optional.untracked.vstring, + src = cms.InputTag("siPixelClusters") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py new file mode 100644 index 0000000000000..40827fd463d56 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py @@ -0,0 +1,76 @@ +import FWCore.ParameterSet.Config as cms + +hltPixelLayerPairsL1Seeded = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'), + skipClusters = cms.InputTag("hltElePixelHitTripletsClusterRemoverL1Seeded") + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'), + skipClusters = cms.InputTag("hltElePixelHitTripletsClusterRemoverL1Seeded") + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2', + 'BPix1+BPix3', + 'BPix1+BPix4', + 'BPix2+BPix3', + 'BPix2+BPix4', + 'BPix3+BPix4', + 'FPix1_pos+FPix2_pos', + 'FPix1_pos+FPix3_pos', + 'FPix2_pos+FPix3_pos', + 'BPix1+FPix1_pos', + 'BPix1+FPix2_pos', + 'BPix1+FPix3_pos', + 'BPix2+FPix1_pos', + 'BPix2+FPix2_pos', + 'BPix2+FPix3_pos', + 'BPix3+FPix1_pos', + 'BPix3+FPix2_pos', + 'BPix3+FPix3_pos', + 'BPix4+FPix1_pos', + 'BPix4+FPix2_pos', + 'BPix4+FPix3_pos', + 'FPix1_neg+FPix2_neg', + 'FPix1_neg+FPix3_neg', + 'FPix2_neg+FPix3_neg', + 'BPix1+FPix1_neg', + 'BPix1+FPix2_neg', + 'BPix1+FPix3_neg', + 'BPix2+FPix1_neg', + 'BPix2+FPix2_neg', + 'BPix2+FPix3_neg', + 'BPix3+FPix1_neg', + 'BPix3+FPix2_neg', + 'BPix3+FPix3_neg', + 'BPix4+FPix1_neg', + 'BPix4+FPix2_neg', + 'BPix4+FPix3_neg' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py new file mode 100644 index 0000000000000..4f4ff5cf24706 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py @@ -0,0 +1,76 @@ +import FWCore.ParameterSet.Config as cms + +hltPixelLayerPairsUnseeded = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'), + skipClusters = cms.InputTag("hltElePixelHitTripletsClusterRemoverUnseeded") + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets'), + skipClusters = cms.InputTag("hltElePixelHitTripletsClusterRemoverUnseeded") + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2', + 'BPix1+BPix3', + 'BPix1+BPix4', + 'BPix2+BPix3', + 'BPix2+BPix4', + 'BPix3+BPix4', + 'FPix1_pos+FPix2_pos', + 'FPix1_pos+FPix3_pos', + 'FPix2_pos+FPix3_pos', + 'BPix1+FPix1_pos', + 'BPix1+FPix2_pos', + 'BPix1+FPix3_pos', + 'BPix2+FPix1_pos', + 'BPix2+FPix2_pos', + 'BPix2+FPix3_pos', + 'BPix3+FPix1_pos', + 'BPix3+FPix2_pos', + 'BPix3+FPix3_pos', + 'BPix4+FPix1_pos', + 'BPix4+FPix2_pos', + 'BPix4+FPix3_pos', + 'FPix1_neg+FPix2_neg', + 'FPix1_neg+FPix3_neg', + 'FPix2_neg+FPix3_neg', + 'BPix1+FPix1_neg', + 'BPix1+FPix2_neg', + 'BPix1+FPix3_neg', + 'BPix2+FPix1_neg', + 'BPix2+FPix2_neg', + 'BPix2+FPix3_neg', + 'BPix3+FPix1_neg', + 'BPix3+FPix2_neg', + 'BPix3+FPix3_neg', + 'BPix4+FPix1_neg', + 'BPix4+FPix2_neg', + 'BPix4+FPix3_neg' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerTriplets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerTriplets_cfi.py new file mode 100644 index 0000000000000..a47405ee4a428 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerTriplets_cfi.py @@ -0,0 +1,60 @@ +import FWCore.ParameterSet.Config as cms + +hltPixelLayerTriplets = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets') + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('TTRHBuilderWithoutAngle4PixelTriplets') + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3', + 'BPix2+BPix3+BPix4', + 'BPix1+BPix3+BPix4', + 'BPix1+BPix2+BPix4', + 'BPix2+BPix3+FPix1_pos', + 'BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos', + 'BPix1+BPix2+FPix1_neg', + 'BPix2+FPix1_pos+FPix2_pos', + 'BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos', + 'BPix1+FPix1_neg+FPix2_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg', + 'BPix1+BPix3+FPix1_pos', + 'BPix1+BPix2+FPix2_pos', + 'BPix1+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix2_neg', + 'BPix1+FPix2_neg+FPix3_neg', + 'BPix1+FPix1_neg+FPix3_neg', + 'BPix1+FPix2_pos+FPix3_pos', + 'BPix1+FPix1_pos+FPix3_pos' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py new file mode 100644 index 0000000000000..23ffa1ccc7552 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreDiphoton3023IsoCaloIdL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py new file mode 100644 index 0000000000000..2350e9cdcedc6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreDiphoton3023IsoCaloIdUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..085cadb66dde2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreDoubleEle2312IsoL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py new file mode 100644 index 0000000000000..915a2950fecfa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreDoubleEle25CaloIdLPMS2L1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py new file mode 100644 index 0000000000000..9d03cda1c7a68 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreDoubleEle25CaloIdLPMS2Unseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py new file mode 100644 index 0000000000000..e22ac89a74b7d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle26WP70L1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py new file mode 100644 index 0000000000000..bf3bbe3420b7d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle26WP70Unseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py new file mode 100644 index 0000000000000..2d90d4aace98b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle32WPTightL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py new file mode 100644 index 0000000000000..a095d0a3b118f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle32WPTightUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5OpenL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5OpenL1Seeded_cfi.py new file mode 100644 index 0000000000000..d6b6314d3109f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5OpenL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle5OpenL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5OpenUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5OpenUnseeded_cfi.py new file mode 100644 index 0000000000000..c539072775cb7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5OpenUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle5OpenUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5WP70OpenL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5WP70OpenL1Seeded_cfi.py new file mode 100644 index 0000000000000..56902462ae3de --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5WP70OpenL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle5WP70OpenL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5WP70OpenUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5WP70OpenUnseeded_cfi.py new file mode 100644 index 0000000000000..35bf05d5aa49c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle5WP70OpenUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreEle5WP70OpenUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py new file mode 100644 index 0000000000000..8f84076bd850a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPreHLTAnalyzerEndpath = cms.EDFilter( "HLTPrescaler", + offset = cms.uint32( 0 ), + L1GtReadoutRecordTag = cms.InputTag( "hltGtStage2Digis" ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100EBTightIDTightIsoOpenL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100EBTightIDTightIsoOpenL1Seeded_cfi.py new file mode 100644 index 0000000000000..86f5165d6b7bc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100EBTightIDTightIsoOpenL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton100EBTightIDTightIsoOpenL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100EBTightIDTightIsoOpenUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100EBTightIDTightIsoOpenUnseeded_cfi.py new file mode 100644 index 0000000000000..7d3f96a70eb28 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100EBTightIDTightIsoOpenUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton100EBTightIDTightIsoOpenUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100OpenL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100OpenL1Seeded_cfi.py new file mode 100644 index 0000000000000..1b6e40987646b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100OpenL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton100OpenL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100OpenUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100OpenUnseeded_cfi.py new file mode 100644 index 0000000000000..9780dff04d5b0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton100OpenUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton100OpenUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py new file mode 100644 index 0000000000000..7e82e7886465e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton108EBTightIDTightIsoL1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py new file mode 100644 index 0000000000000..5567670699e90 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton108EBTightIDTightIsoUnseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py new file mode 100644 index 0000000000000..40a8fdf3b1182 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton187L1Seeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py new file mode 100644 index 0000000000000..605ec75d09ba5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +hltPrePhoton187Unseeded = cms.EDFilter("HLTPrescaler", + L1GtReadoutRecordTag = cms.InputTag("hltGtStage2Digis"), + offset = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py new file mode 100644 index 0000000000000..6b73c649c5dd3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py @@ -0,0 +1,37 @@ +import FWCore.ParameterSet.Config as cms + +hltPrimaryVertexAssociationModEta2p4 = cms.EDProducer("PFCandidatePrimaryVertexSorter", + assignment = cms.PSet( + DzCutForChargedFromPUVtxs = cms.double(0.2), + EtaMinUseDz = cms.double(-1), + maxDistanceToJetAxis = cms.double(0.07), + maxDtSigForPrimaryAssignment = cms.double(3.0), + maxDxyForJetAxisAssigment = cms.double(0.1), + maxDxyForNotReconstructedPrimary = cms.double(0.01), + maxDxySigForNotReconstructedPrimary = cms.double(2), + maxDzErrorForPrimaryAssignment = cms.double(0.05), + maxDzForJetAxisAssigment = cms.double(0.1), + maxDzForPrimaryAssignment = cms.double(0.1), + maxDzSigForPrimaryAssignment = cms.double(5.0), + maxJetDeltaR = cms.double(0.5), + minJetPt = cms.double(25), + NumOfPUVtxsForCharged = cms.uint32(0), + OnlyUseFirstDz = cms.bool(False), + preferHighRanked = cms.bool(False), + PtMaxCharged = cms.double(-1), + useTiming = cms.bool(False), + useVertexFit = cms.bool(True) + ), + jets = cms.InputTag("hltPFPuppiJetForBtagEta2p4"), + particles = cms.InputTag("particleFlowTmp"), + produceAssociationToOriginalVertices = cms.bool(True), + produceNoPileUpCollection = cms.bool(False), + producePileUpCollection = cms.bool(False), + produceSortedVertices = cms.bool(False), + qualityForPrimary = cms.int32(2), + sorting = cms.PSet( + + ), + usePVMET = cms.bool(True), + vertices = cms.InputTag("offlinePrimaryVertices"), +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py new file mode 100644 index 0000000000000..614f4dc73a498 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py @@ -0,0 +1,37 @@ +import FWCore.ParameterSet.Config as cms + +hltPrimaryVertexAssociation = cms.EDProducer("PFCandidatePrimaryVertexSorter", + assignment = cms.PSet( + DzCutForChargedFromPUVtxs = cms.double(0.2), + EtaMinUseDz = cms.double(-1), + maxDistanceToJetAxis = cms.double(0.07), + maxDtSigForPrimaryAssignment = cms.double(3.0), + maxDxyForJetAxisAssigment = cms.double(0.1), + maxDxyForNotReconstructedPrimary = cms.double(0.01), + maxDxySigForNotReconstructedPrimary = cms.double(2), + maxDzErrorForPrimaryAssignment = cms.double(0.05), + maxDzForJetAxisAssigment = cms.double(0.1), + maxDzForPrimaryAssignment = cms.double(0.1), + maxDzSigForPrimaryAssignment = cms.double(5.0), + maxJetDeltaR = cms.double(0.5), + minJetPt = cms.double(25), + NumOfPUVtxsForCharged = cms.uint32(0), + OnlyUseFirstDz = cms.bool(False), + preferHighRanked = cms.bool(False), + PtMaxCharged = cms.double(-1), + useTiming = cms.bool(False), + useVertexFit = cms.bool(True) + ), + jets = cms.InputTag("hltAK4PFPuppiJets"), + particles = cms.InputTag("particleFlowTmp"), + produceAssociationToOriginalVertices = cms.bool(True), + produceNoPileUpCollection = cms.bool(False), + producePileUpCollection = cms.bool(False), + produceSortedVertices = cms.bool(False), + qualityForPrimary = cms.int32(2), + sorting = cms.PSet( + + ), + usePVMET = cms.bool(True), + vertices = cms.InputTag("offlinePrimaryVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsECAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsECAL_cfi.py new file mode 100644 index 0000000000000..9ff50bee50832 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsECAL_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +hltRechitInRegionsECAL = cms.EDProducer("HLTEcalRecHitsInRegionsProducer", + etaPhiRegions = cms.VPSet(cms.PSet( + inputColl = cms.InputTag("hltL1TEGammaFilteredCollectionProducer"), + maxDEta = cms.double(0.0), + maxDPhi = cms.double(0.0), + maxDeltaR = cms.double(0.35), + maxEt = cms.double(999999.0), + minEt = cms.double(5.0), + type = cms.string('L1EGamma') + )), + inputCollTags = cms.VInputTag("hltEcalRecHitL1Seeded:EcalRecHitsEB", "hltEcalRecHitL1Seeded:EcalRecHitsEE"), + outputProductNames = cms.vstring( + 'EcalRecHitsEB', + 'EcalRecHitsEE' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py new file mode 100644 index 0000000000000..1f15aacfca796 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +hltRechitInRegionsHGCAL = cms.EDProducer("HLTHGCalRecHitsInRegionsProducer", + etaPhiRegions = cms.VPSet(cms.PSet( + inputColl = cms.InputTag("hltL1TEGammaHGCFilteredCollectionProducer"), + maxDEta = cms.double(0.0), + maxDPhi = cms.double(0.0), + maxDeltaR = cms.double(0.35), + maxEt = cms.double(999999.0), + minEt = cms.double(5.0), + type = cms.string('L1EGamma') + )), + inputCollTags = cms.VInputTag("HGCalRecHitL1Seeded:HGCEERecHits", "HGCalRecHitL1Seeded:HGCHEBRecHits", "HGCalRecHitL1Seeded:HGCHEFRecHits"), + outputProductNames = cms.vstring( + 'HGCEERecHits', + 'HGCHEBRecHits', + 'HGCHEFRecHits' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltRegionalTowerForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRegionalTowerForEgamma_cfi.py new file mode 100644 index 0000000000000..d7c3832674fe1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRegionalTowerForEgamma_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +hltRegionalTowerForEgamma = cms.EDProducer("EgammaHLTCaloTowerProducer", + EMin = cms.double(0.8), + EtMin = cms.double(0.5), + L1IsoCand = cms.InputTag("hltGtStage2Digis","EGamma"), + L1NonIsoCand = cms.InputTag("hltGtStage2Digis","EGamma"), + towerCollection = cms.InputTag("hltTowerMakerForAllForEgamma"), + useTowersInCone = cms.double(0.8) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltRpcRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRpcRecHits_cfi.py new file mode 100644 index 0000000000000..51a333205194e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltRpcRecHits_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltRpcRecHits = cms.EDProducer("RPCRecHitProducer", + deadSource = cms.string('File'), + deadvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCDeadVec.dat'), + maskSource = cms.string('File'), + maskvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCMaskVec.dat'), + recAlgo = cms.string('RPCRecHitStandardAlgo'), + recAlgoConfig = cms.PSet( + + ), + rpcDigiLabel = cms.InputTag("simMuonRPCDigis") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltScalersRawToDigi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltScalersRawToDigi_cfi.py new file mode 100644 index 0000000000000..0397609bfe317 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltScalersRawToDigi_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltScalersRawToDigi = cms.EDProducer("ScalersRawToDigi", + scalersInputTag = cms.InputTag("rawDataCollector") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py new file mode 100644 index 0000000000000..d14c9bfd7b39d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +hltSingleAK4PFPuppiJet520 = cms.EDFilter("HLT1PFJet", + MaxEta = cms.double(5.0), + MaxMass = cms.double(-1.0), + MinE = cms.double(-1.0), + MinEta = cms.double(-1.0), + MinMass = cms.double(-1.0), + MinN = cms.int32(1), + MinPt = cms.double(520.0), + inputTag = cms.InputTag("hltAK4PFPuppiJetsCorrected"), + saveTags = cms.bool(True), + triggerType = cms.int32(85) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAllForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAllForEgamma_cfi.py new file mode 100644 index 0000000000000..b8108e48fc582 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAllForEgamma_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +hltTowerMakerForAllForEgamma = cms.EDProducer("CaloTowersCreator", + AllowMissingInputs = cms.bool(False), + EBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EBSumThreshold = cms.double(0.2), + EBThreshold = cms.double(0.07), + EBWeight = cms.double(1.0), + EBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EEGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EESumThreshold = cms.double(0.45), + EEThreshold = cms.double(0.3), + EEWeight = cms.double(1.0), + EEWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EcalRecHitSeveritiesToBeExcluded = cms.vstring( + 'kTime', + 'kWeird', + 'kBad' + ), + EcalSeveritiesToBeUsedInBadTowers = cms.vstring(), + EcutTower = cms.double(-1000.0), + HBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HBThreshold = cms.double(0.3), + HBThreshold1 = cms.double(0.1), + HBThreshold2 = cms.double(0.2), + HBWeight = cms.double(1.0), + HBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HEDGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HEDThreshold = cms.double(0.2), + HEDThreshold1 = cms.double(0.1), + HEDWeight = cms.double(1.0), + HEDWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HESGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HESThreshold = cms.double(0.2), + HESThreshold1 = cms.double(0.1), + HESWeight = cms.double(1.0), + HESWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF1Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF1Threshold = cms.double(0.5), + HF1Weight = cms.double(1.0), + HF1Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF2Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF2Threshold = cms.double(0.85), + HF2Weight = cms.double(1.0), + HF2Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HOGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HOThreshold0 = cms.double(1.1), + HOThresholdMinus1 = cms.double(3.5), + HOThresholdMinus2 = cms.double(3.5), + HOThresholdPlus1 = cms.double(3.5), + HOThresholdPlus2 = cms.double(3.5), + HOWeight = cms.double(1.0), + HOWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HcalAcceptSeverityLevel = cms.uint32(9), + HcalAcceptSeverityLevelForRejectedHit = cms.uint32(9999), + HcalPhase = cms.int32(1), + HcalThreshold = cms.double(-1000.0), + MomConstrMethod = cms.int32(1), + MomEBDepth = cms.double(0.3), + MomEEDepth = cms.double(0.0), + MomHBDepth = cms.double(0.2), + MomHEDepth = cms.double(0.4), + UseEcalRecoveredHits = cms.bool(False), + UseEtEBTreshold = cms.bool(False), + UseEtEETreshold = cms.bool(False), + UseHO = cms.bool(False), + UseHcalRecoveredHits = cms.bool(True), + UseRejectedHitsOnly = cms.bool(False), + UseRejectedRecoveredEcalHits = cms.bool(False), + UseRejectedRecoveredHcalHits = cms.bool(True), + UseSymEBTreshold = cms.bool(True), + UseSymEETreshold = cms.bool(True), + ecalInputs = cms.VInputTag("hltRechitInRegionsECAL:EcalRecHitsEB", "hltRechitInRegionsECAL:EcalRecHitsEE"), + hbheInput = cms.InputTag("hltHbhereco"), + hfInput = cms.InputTag("hltHfreco"), + hoInput = cms.InputTag("hltHoreco"), + missingHcalRescaleFactorForEcal = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAll_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAll_cfi.py new file mode 100644 index 0000000000000..d8f95c57b3c81 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAll_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +hltTowerMakerForAll = cms.EDProducer("CaloTowersCreator", + AllowMissingInputs = cms.bool(False), + EBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EBSumThreshold = cms.double(0.2), + EBThreshold = cms.double(0.07), + EBWeight = cms.double(1.0), + EBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EEGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EESumThreshold = cms.double(0.45), + EEThreshold = cms.double(0.3), + EEWeight = cms.double(1.0), + EEWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EcalRecHitSeveritiesToBeExcluded = cms.vstring( + 'kTime', + 'kWeird', + 'kBad' + ), + EcalSeveritiesToBeUsedInBadTowers = cms.vstring(), + EcutTower = cms.double(-1000.0), + HBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HBThreshold = cms.double(0.3), + HBThreshold1 = cms.double(0.1), + HBThreshold2 = cms.double(0.2), + HBWeight = cms.double(1.0), + HBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HEDGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HEDThreshold = cms.double(0.2), + HEDThreshold1 = cms.double(0.1), + HEDWeight = cms.double(1.0), + HEDWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HESGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HESThreshold = cms.double(0.2), + HESThreshold1 = cms.double(0.1), + HESWeight = cms.double(1.0), + HESWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF1Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF1Threshold = cms.double(0.5), + HF1Weight = cms.double(1.0), + HF1Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF2Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF2Threshold = cms.double(0.85), + HF2Weight = cms.double(1.0), + HF2Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HOGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HOThreshold0 = cms.double(1.1), + HOThresholdMinus1 = cms.double(3.5), + HOThresholdMinus2 = cms.double(3.5), + HOThresholdPlus1 = cms.double(3.5), + HOThresholdPlus2 = cms.double(3.5), + HOWeight = cms.double(1.0), + HOWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HcalAcceptSeverityLevel = cms.uint32(9), + HcalAcceptSeverityLevelForRejectedHit = cms.uint32(9999), + HcalPhase = cms.int32(1), + HcalThreshold = cms.double(-1000.0), + MomConstrMethod = cms.int32(1), + MomEBDepth = cms.double(0.3), + MomEEDepth = cms.double(0.0), + MomHBDepth = cms.double(0.2), + MomHEDepth = cms.double(0.4), + UseEcalRecoveredHits = cms.bool(False), + UseEtEBTreshold = cms.bool(False), + UseEtEETreshold = cms.bool(False), + UseHO = cms.bool(False), + UseHcalRecoveredHits = cms.bool(True), + UseRejectedHitsOnly = cms.bool(False), + UseRejectedRecoveredEcalHits = cms.bool(False), + UseRejectedRecoveredHcalHits = cms.bool(True), + UseSymEBTreshold = cms.bool(True), + UseSymEETreshold = cms.bool(True), + ecalInputs = cms.VInputTag("hltEcalRecHit:EcalRecHitsEB", "hltEcalRecHit:EcalRecHitsEE"), + hbheInput = cms.InputTag("hltHbhereco"), + hfInput = cms.InputTag("hltHfreco"), + hoInput = cms.InputTag("hltHoreco"), + missingHcalRescaleFactorForEcal = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTrigReport_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTrigReport_cfi.py new file mode 100644 index 0000000000000..5c90e719b4b85 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTrigReport_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltTrigReport = cms.EDAnalyzer( "HLTrigReport", + HLTriggerResults = cms.InputTag( 'TriggerResults','','@currentProcess' ), + reportBy = cms.untracked.string( "job" ), + resetBy = cms.untracked.string( "never" ), + serviceBy = cms.untracked.string( "never" ), + ReferencePath = cms.untracked.string( "HLTriggerFinalPath" ), + ReferenceRate = cms.untracked.double( 100.0 ) +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerSummaryAOD_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerSummaryAOD_cfi.py new file mode 100644 index 0000000000000..27073fa207160 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerSummaryAOD_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltTriggerSummaryAOD = cms.EDProducer( "TriggerSummaryProducerAOD", + throw = cms.bool( False ), + processName = cms.string( "@" ), + moduleLabelPatternsToMatch = cms.vstring( 'hlt*' ), + moduleLabelPatternsToSkip = cms.vstring( ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerSummaryRAW_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerSummaryRAW_cfi.py new file mode 100644 index 0000000000000..966b36460a6e3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerSummaryRAW_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + + +hltTriggerSummaryRAW = cms.EDProducer( "TriggerSummaryProducerRAW", + processName = cms.string( "@" ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerType_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerType_cfi.py new file mode 100644 index 0000000000000..a1d44ce2f255b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTriggerType_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +hltTriggerType = cms.EDFilter("HLTTriggerTypeFilter", + SelectedTriggerType = cms.int32(1) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTripleMuon3DR0_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTripleMuon3DR0_cfi.py new file mode 100644 index 0000000000000..1a85cf6397526 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTripleMuon3DR0_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +hltTripleMuon3DR0 = cms.EDFilter("HLT2L1TkMuonL1TkMuonMuRefDR", + MinDR = cms.double(0), + MinN = cms.int32(3), + inputTag1 = cms.InputTag("hltL1TripleMuFiltered3"), + inputTag2 = cms.InputTag("hltL1TripleMuFiltered3"), + originTag1 = cms.VInputTag("hltL1TkMuons"), + originTag2 = cms.VInputTag("hltL1TkMuons"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTripleMuon3DZ1p0_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTripleMuon3DZ1p0_cfi.py new file mode 100644 index 0000000000000..97e673d96a074 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltTripleMuon3DZ1p0_cfi.py @@ -0,0 +1,16 @@ +import FWCore.ParameterSet.Config as cms + +hltTripleMuon3DZ1p0 = cms.EDFilter("HLT2L1TkMuonL1TkMuonDZ", + MaxDZ = cms.double(1.0), + MinDR = cms.double(-1), + MinN = cms.int32(3), + MinPixHitsForDZ = cms.int32(0), + checkSC = cms.bool(False), + inputTag1 = cms.InputTag("hltL1TripleMuFiltered3"), + inputTag2 = cms.InputTag("hltL1TripleMuFiltered3"), + originTag1 = cms.VInputTag("hltL1TkMuons"), + originTag2 = cms.VInputTag("hltL1TkMuons"), + saveTags = cms.bool(True), + triggerType1 = cms.int32(-114), + triggerType2 = cms.int32(-114) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/horeco_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/horeco_cfi.py new file mode 100644 index 0000000000000..772b17da1fb3d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/horeco_cfi.py @@ -0,0 +1,30 @@ +import FWCore.ParameterSet.Config as cms + +horeco = cms.EDProducer("HcalHitReconstructor", + Subdetector = cms.string('HO'), + correctForPhaseContainment = cms.bool(True), + correctForTimeslew = cms.bool(True), + correctTiming = cms.bool(True), + correctionPhaseNS = cms.double(13.0), + dataOOTCorrectionCategory = cms.string('Data'), + dataOOTCorrectionName = cms.string(''), + digiLabel = cms.InputTag("hcalDigis"), + dropZSmarkedPassed = cms.bool(True), + firstAuxTS = cms.int32(4), + firstSample = cms.int32(4), + mcOOTCorrectionCategory = cms.string('MC'), + mcOOTCorrectionName = cms.string(''), + recoParamsFromDB = cms.bool(True), + samplesToAdd = cms.int32(4), + saturationParameters = cms.PSet( + maxADCvalue = cms.int32(127) + ), + setHSCPFlags = cms.bool(True), + setNegativeFlags = cms.bool(False), + setNoiseFlags = cms.bool(True), + setPulseShapeFlags = cms.bool(False), + setSaturationFlags = cms.bool(True), + setTimingTrustFlags = cms.bool(False), + tsFromDB = cms.bool(True), + useLeakCorrection = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py new file mode 100644 index 0000000000000..69561be2fc0d5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +initialStepSeeds = cms.EDProducer("SeedGeneratorFromProtoTracksEDProducer", + InputCollection = cms.InputTag("pixelTracks"), + InputVertexCollection = cms.InputTag(""), + SeedCreatorPSet = cms.PSet( + refToPSet_ = cms.string('seedFromProtoTracks') + ), + TTRHBuilder = cms.string('WithTrackAngle'), + originHalfLength = cms.double(0.3), + originRadius = cms.double(0.1), + useEventsWithNoVertex = cms.bool(True), + usePV = cms.bool(False), + useProtoTrackKinematics = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCandidates_cfi.py new file mode 100644 index 0000000000000..5ddcba7326c45 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCandidates_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrackCandidates = cms.EDProducer("CkfTrackCandidateMaker", + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'), + TrajectoryBuilderPSet = cms.PSet( + refToPSet_ = cms.string('initialStepTrajectoryBuilder') + ), + TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'), + TransientInitialStateEstimatorParameters = cms.PSet( + numberMeasurementsForFit = cms.int32(4), + propagatorAlongTISE = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOppositeTISE = cms.string('PropagatorWithMaterialParabolicMfOpposite') + ), + cleanTrajectoryAfterInOut = cms.bool(True), + doSeedingRegionRebuilding = cms.bool(True), + maxNSeeds = cms.uint32(100000), + maxSeedsBeforeCleaning = cms.uint32(1000), + numHitsForSeedCleaner = cms.int32(50), + onlyPixelHitsForSeedCleaner = cms.bool(True), + reverseTrajectories = cms.bool(False), + src = cms.InputTag("initialStepSeeds"), + useHitsSplitting = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py new file mode 100644 index 0000000000000..b5d1ee39bf67f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrackCutClassifier = cms.EDProducer("TrackCutClassifier", + beamspot = cms.InputTag("offlineBeamSpot"), + ignoreVertices = cms.bool(False), + mva = cms.PSet( + dr_par = cms.PSet( + d0err = cms.vdouble(0.003, 0.003, 0.003), + d0err_par = cms.vdouble(0.001, 0.001, 0.001), + dr_exp = cms.vint32(4, 4, 4), + dr_par1 = cms.vdouble(0.8, 0.7, 0.6), + dr_par2 = cms.vdouble(0.6, 0.5, 0.45) + ), + dz_par = cms.PSet( + dz_exp = cms.vint32(4, 4, 4), + dz_par1 = cms.vdouble(0.9, 0.8, 0.7), + dz_par2 = cms.vdouble(0.8, 0.7, 0.55) + ), + maxChi2 = cms.vdouble(9999.0, 25.0, 16.0), + maxChi2n = cms.vdouble(2.0, 1.4, 1.2), + maxDr = cms.vdouble(0.5, 0.03, 3.40282346639e+38), + maxDz = cms.vdouble(0.5, 0.2, 3.40282346639e+38), + maxDzWrtBS = cms.vdouble(3.40282346639e+38, 24.0, 15.0), + maxLostLayers = cms.vint32(3, 2, 2), + min3DLayers = cms.vint32(3, 3, 3), + minLayers = cms.vint32(3, 3, 3), + minNVtxTrk = cms.int32(3), + minNdof = cms.vdouble(1e-05, 1e-05, 1e-05), + minPixelHits = cms.vint32(0, 0, 3) + ), + qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), + src = cms.InputTag("initialStepTracks"), + vertices = cms.InputTag("pixelVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackSelectionHighPurity_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackSelectionHighPurity_cfi.py new file mode 100644 index 0000000000000..33ca252b82c97 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackSelectionHighPurity_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrackSelectionHighPurity = cms.EDProducer("TrackCollectionFilterCloner", + copyExtras = cms.untracked.bool(True), + copyTrajectories = cms.untracked.bool(False), + minQuality = cms.string('highPurity'), + originalMVAVals = cms.InputTag("initialStepTrackCutClassifier","MVAValues"), + originalQualVals = cms.InputTag("initialStepTrackCutClassifier","QualityMasks"), + originalSource = cms.InputTag("initialStepTracks") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTracks_cfi.py new file mode 100644 index 0000000000000..2e1fe19ab4c3b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTracks_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTracks = cms.EDProducer("TrackProducer", + AlgorithmName = cms.string('initialStep'), + Fitter = cms.string('FlexibleKFFittingSmoother'), + GeometricInnerState = cms.bool(False), + MeasurementTracker = cms.string(''), + MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent"), + NavigationSchool = cms.string('SimpleNavigationSchool'), + Propagator = cms.string('RungeKuttaTrackerPropagator'), + SimpleMagneticField = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + TrajectoryInEvent = cms.bool(False), + alias = cms.untracked.string('ctfWithMaterialTracks'), + beamSpot = cms.InputTag("offlineBeamSpot"), + clusterRemovalInfo = cms.InputTag(""), + src = cms.InputTag("initialStepTrackCandidates"), + useHitsSplitting = cms.bool(False), + useSimpleMF = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1EGammaEEProducer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1EGammaEEProducer_cfi.py new file mode 100644 index 0000000000000..e9754069de1dc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1EGammaEEProducer_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +l1EGammaEEProducer = cms.EDProducer("L1EGammaEEProducer", + Multiclusters = cms.InputTag("hgcalBackEndLayer2Producer","HGCalBackendLayer2Processor3DClustering"), + calibrationConfig = cms.PSet( + calibrationFile = cms.FileInPath('L1Trigger/L1TCalorimeter/data/calib_ee_v1.json') + ) +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1NNTauProducerPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1NNTauProducerPuppi_cfi.py new file mode 100644 index 0000000000000..6e57309d845fb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1NNTauProducerPuppi_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +l1NNTauProducerPuppi = cms.EDProducer("L1NNTauProducer", + L1PFObjects = cms.InputTag("l1pfCandidates","Puppi"), + NNFileName = cms.string('L1Trigger/Phase2L1ParticleFlow/data/tau_3layer_puppi.pb'), + conesize = cms.double(0.4), + maxtaus = cms.int32(5), + mightGet = cms.optional.untracked.vstring, + nparticles = cms.int32(10), + seedpt = cms.double(20), + tausize = cms.double(0.1) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1PFMetPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1PFMetPuppi_cfi.py new file mode 100644 index 0000000000000..67eaf6a331963 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1PFMetPuppi_cfi.py @@ -0,0 +1,20 @@ +import FWCore.ParameterSet.Config as cms + +l1PFMetPuppi = cms.EDProducer("PFMETProducer", + alias = cms.string('@module_label'), + applyWeight = cms.bool(False), + calculateSignificance = cms.bool(False), + globalThreshold = cms.double(0), + mightGet = cms.optional.untracked.vstring, + parameters = cms.PSet( + + ), + src = cms.InputTag("l1pfCandidates","Puppi"), + srcJetResPhi = cms.optional.string, + srcJetResPt = cms.optional.string, + srcJetSF = cms.optional.string, + srcJets = cms.optional.InputTag, + srcLeptons = cms.optional.VInputTag, + srcRho = cms.optional.InputTag, + srcWeights = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfCandidates_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfCandidates_cfi.py new file mode 100644 index 0000000000000..8a7226deade8c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfCandidates_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +l1pfCandidates = cms.EDProducer("L1TPFCandMultiMerger", + labelsToMerge = cms.vstring( + 'Calo', + 'TK', + 'TKVtx', + 'PF', + 'Puppi' + ), + pfProducers = cms.VInputTag(cms.InputTag("l1pfProducerBarrel"), cms.InputTag("l1pfProducerHGCal"), cms.InputTag("l1pfProducerHGCalNoTK"), cms.InputTag("l1pfProducerHF")) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerBarrel_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerBarrel_cfi.py new file mode 100644 index 0000000000000..f4c8b992abb34 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerBarrel_cfi.py @@ -0,0 +1,80 @@ +import FWCore.ParameterSet.Config as cms + +l1pfProducerBarrel = cms.EDProducer("L1TPFProducer", + debug = cms.untracked.int32(0), + emClusters = cms.VInputTag(cms.InputTag("pfClustersFromL1EGClusters")), + emPtCut = cms.double(0.5), + etaCharged = cms.double(2.5), + hadClusters = cms.VInputTag(cms.InputTag("pfClustersFromCombinedCaloHCal","calibrated")), + hadPtCut = cms.double(1.0), + linking = cms.PSet( + caloEmPtMinFrac = cms.double(0.5), + caloReLink = cms.bool(False), + caloReLinkDR = cms.double(0.3), + caloReLinkThreshold = cms.double(0.5), + ecalPriority = cms.bool(True), + emCaloDR = cms.double(0.1), + emCaloSubtractionPtSlope = cms.double(1.2), + emCaloUseAlsoCaloSigma = cms.bool(True), + maxInvisiblePt = cms.double(10.0), + rescaleTracks = cms.bool(False), + rescaleUnmatchedTrack = cms.bool(False), + sumTkCaloErr2 = cms.bool(True), + tightTrackMaxChi2 = cms.double(50), + tightTrackMaxInvisiblePt = cms.double(20), + tightTrackMinStubs = cms.uint32(6), + trackCaloDR = cms.double(0.15), + trackCaloLinkMetric = cms.string('bestByDRPt'), + trackCaloNSigmaHigh = cms.double(1.0), + trackCaloNSigmaLow = cms.double(2.0), + trackEmDR = cms.double(0.04), + trackEmMayUseCaloMomenta = cms.bool(True), + trackEmUseAlsoTrackSigma = cms.bool(True), + trackMuDR = cms.double(0.2), + trackMuMatch = cms.string('boxBestByPtRatio'), + useCaloTrkWeightedAverage = cms.bool(False), + useTrackCaloSigma = cms.bool(True) + ), + muons = cms.InputTag("simGmtStage2Digis"), + pfAlgo = cms.string('PFAlgo3'), + puAlgo = cms.string('LinearizedPuppi'), + puppiAlphaCrops = cms.vdouble(4), + puppiAlphaCropsPhotons = cms.vdouble(4), + puppiAlphaSlopes = cms.vdouble(0.7), + puppiAlphaSlopesPhotons = cms.vdouble(0.7), + puppiAlphaZeros = cms.vdouble(6.0), + puppiAlphaZerosPhotons = cms.vdouble(6.0), + puppiDr = cms.double(0.3), + puppiDrMin = cms.double(0.07), + puppiEtaCuts = cms.vdouble(1.6), + puppiPriors = cms.vdouble(5.0), + puppiPriorsPhotons = cms.vdouble(1.0), + puppiPtCuts = cms.vdouble(1.0), + puppiPtCutsPhotons = cms.vdouble(1.0), + puppiPtMax = cms.double(50.0), + puppiPtSlopes = cms.vdouble(0.3), + puppiPtSlopesPhotons = cms.vdouble(0.3), + puppiPtZeros = cms.vdouble(4.0), + puppiPtZerosPhotons = cms.vdouble(2.5), + puppiUsingBareTracks = cms.bool(True), + regions = cms.VPSet(cms.PSet( + etaBoundaries = cms.vdouble(-1.5, 1.5), + etaExtra = cms.double(0.3), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + )), + tkMuons = cms.InputTag("hltL1TkMuons"), + trackRegionMode = cms.string('atCalo'), + tracks = cms.InputTag("pfTracksFromL1TracksBarrel"), + trkMaxChi2 = cms.double(15), + trkMinStubs = cms.uint32(4), + trkPtCut = cms.double(2.0), + useRelativeRegionalCoordinates = cms.bool(False), + useStandaloneMuons = cms.bool(True), + useTrackerMuons = cms.bool(False), + vtxAdaptiveCut = cms.bool(True), + vtxAlgo = cms.string('external'), + vtxCollection = cms.InputTag("L1TkPrimaryVertex"), + vtxFormat = cms.string('TkPrimaryVertex'), + vtxRes = cms.double(0.333) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHF_cfi.py new file mode 100644 index 0000000000000..445739acdd20f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHF_cfi.py @@ -0,0 +1,88 @@ +import FWCore.ParameterSet.Config as cms + +l1pfProducerHF = cms.EDProducer("L1TPFProducer", + debug = cms.untracked.int32(0), + emClusters = cms.VInputTag(), + emPtCut = cms.double(0.5), + etaCharged = cms.double(2.5), + hadClusters = cms.VInputTag(cms.InputTag("pfClustersFromCombinedCaloHF","calibrated")), + hadPtCut = cms.double(15), + linking = cms.PSet( + caloEmPtMinFrac = cms.double(0.5), + caloReLink = cms.bool(False), + caloReLinkDR = cms.double(0.3), + caloReLinkThreshold = cms.double(0.5), + ecalPriority = cms.bool(True), + emCaloDR = cms.double(0.1), + emCaloSubtractionPtSlope = cms.double(1.2), + emCaloUseAlsoCaloSigma = cms.bool(True), + maxInvisiblePt = cms.double(10.0), + rescaleTracks = cms.bool(False), + rescaleUnmatchedTrack = cms.bool(False), + sumTkCaloErr2 = cms.bool(True), + tightTrackMaxChi2 = cms.double(50), + tightTrackMaxInvisiblePt = cms.double(20), + tightTrackMinStubs = cms.uint32(6), + trackCaloDR = cms.double(0.15), + trackCaloLinkMetric = cms.string('bestByDRPt'), + trackCaloNSigmaHigh = cms.double(1.0), + trackCaloNSigmaLow = cms.double(2.0), + trackEmDR = cms.double(0.04), + trackEmMayUseCaloMomenta = cms.bool(True), + trackEmUseAlsoTrackSigma = cms.bool(True), + trackMuDR = cms.double(0.2), + trackMuMatch = cms.string('boxBestByPtRatio'), + useCaloTrkWeightedAverage = cms.bool(False), + useTrackCaloSigma = cms.bool(True) + ), + muons = cms.InputTag("simGmtStage2Digis"), + pfAlgo = cms.string('PFAlgo3'), + puAlgo = cms.string('LinearizedPuppi'), + puppiAlphaCrops = cms.vdouble(4), + puppiAlphaCropsPhotons = cms.vdouble(4), + puppiAlphaSlopes = cms.vdouble(0.6), + puppiAlphaSlopesPhotons = cms.vdouble(0.6), + puppiAlphaZeros = cms.vdouble(9.0), + puppiAlphaZerosPhotons = cms.vdouble(9.0), + puppiDr = cms.double(0.3), + puppiDrMin = cms.double(0.1), + puppiEtaCuts = cms.vdouble(5.5), + puppiPriors = cms.vdouble(6.0), + puppiPriorsPhotons = cms.vdouble(6.0), + puppiPtCuts = cms.vdouble(10.0), + puppiPtCutsPhotons = cms.vdouble(10.0), + puppiPtMax = cms.double(100.0), + puppiPtSlopes = cms.vdouble(0.25), + puppiPtSlopesPhotons = cms.vdouble(0.25), + puppiPtZeros = cms.vdouble(14.0), + puppiPtZerosPhotons = cms.vdouble(14.0), + puppiUsingBareTracks = cms.bool(False), + regions = cms.VPSet( + cms.PSet( + etaBoundaries = cms.vdouble(-5.5, -3), + etaExtra = cms.double(0.0), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + ), + cms.PSet( + etaBoundaries = cms.vdouble(3, 5.5), + etaExtra = cms.double(0.0), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + ) + ), + tkMuons = cms.InputTag("hltL1TkMuons"), + trackRegionMode = cms.string('atCalo'), + tracks = cms.InputTag(""), + trkMaxChi2 = cms.double(15), + trkMinStubs = cms.uint32(4), + trkPtCut = cms.double(2.0), + useRelativeRegionalCoordinates = cms.bool(False), + useStandaloneMuons = cms.bool(True), + useTrackerMuons = cms.bool(False), + vtxAdaptiveCut = cms.bool(True), + vtxAlgo = cms.string('external'), + vtxCollection = cms.InputTag("L1TkPrimaryVertex"), + vtxFormat = cms.string('TkPrimaryVertex'), + vtxRes = cms.double(0.333) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHGCalNoTK_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHGCalNoTK_cfi.py new file mode 100644 index 0000000000000..12dcc9d8c997d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHGCalNoTK_cfi.py @@ -0,0 +1,88 @@ +import FWCore.ParameterSet.Config as cms + +l1pfProducerHGCalNoTK = cms.EDProducer("L1TPFProducer", + debug = cms.untracked.int32(0), + emClusters = cms.VInputTag(), + emPtCut = cms.double(0.5), + etaCharged = cms.double(2.5), + hadClusters = cms.VInputTag(cms.InputTag("pfClustersFromHGC3DClusters")), + hadPtCut = cms.double(1.0), + linking = cms.PSet( + caloEmPtMinFrac = cms.double(0.5), + caloReLink = cms.bool(False), + caloReLinkDR = cms.double(0.3), + caloReLinkThreshold = cms.double(0.5), + ecalPriority = cms.bool(False), + emCaloDR = cms.double(0.1), + emCaloSubtractionPtSlope = cms.double(1.2), + emCaloUseAlsoCaloSigma = cms.bool(True), + maxInvisiblePt = cms.double(10.0), + rescaleTracks = cms.bool(False), + rescaleUnmatchedTrack = cms.bool(False), + sumTkCaloErr2 = cms.bool(True), + tightTrackMaxChi2 = cms.double(50), + tightTrackMaxInvisiblePt = cms.double(20), + tightTrackMinStubs = cms.uint32(6), + trackCaloDR = cms.double(0.1), + trackCaloLinkMetric = cms.string('bestByDRPt'), + trackCaloNSigmaHigh = cms.double(1.0), + trackCaloNSigmaLow = cms.double(2.0), + trackEmDR = cms.double(0.04), + trackEmMayUseCaloMomenta = cms.bool(True), + trackEmUseAlsoTrackSigma = cms.bool(True), + trackMuDR = cms.double(0.2), + trackMuMatch = cms.string('boxBestByPtRatio'), + useCaloTrkWeightedAverage = cms.bool(False), + useTrackCaloSigma = cms.bool(True) + ), + muons = cms.InputTag("simGmtStage2Digis"), + pfAlgo = cms.string('PFAlgo2HGC'), + puAlgo = cms.string('LinearizedPuppi'), + puppiAlphaCrops = cms.vdouble(3, 3, 4), + puppiAlphaCropsPhotons = cms.vdouble(3, 3, 4), + puppiAlphaSlopes = cms.vdouble(1.5, 1.5, 2.2), + puppiAlphaSlopesPhotons = cms.vdouble(1.5, 1.5, 2.2), + puppiAlphaZeros = cms.vdouble(6.0, 6.0, 9.0), + puppiAlphaZerosPhotons = cms.vdouble(6.0, 6.0, 9.0), + puppiDr = cms.double(0.3), + puppiDrMin = cms.double(0.04), + puppiEtaCuts = cms.vdouble(2.0, 2.4, 3.1), + puppiPriors = cms.vdouble(5.0, 5.0, 7.0), + puppiPriorsPhotons = cms.vdouble(1.5, 1.5, 5.0), + puppiPtCuts = cms.vdouble(1.0, 2.0, 4.0), + puppiPtCutsPhotons = cms.vdouble(1.0, 2.0, 4.0), + puppiPtMax = cms.double(50.0), + puppiPtSlopes = cms.vdouble(0.3, 0.3, 0.3), + puppiPtSlopesPhotons = cms.vdouble(0.4, 0.4, 0.4), + puppiPtZeros = cms.vdouble(5.0, 7.0, 9.0), + puppiPtZerosPhotons = cms.vdouble(3.0, 4.0, 5.0), + puppiUsingBareTracks = cms.bool(True), + regions = cms.VPSet( + cms.PSet( + etaBoundaries = cms.vdouble(-3, -2.5), + etaExtra = cms.double(0.3), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + ), + cms.PSet( + etaBoundaries = cms.vdouble(2.5, 3), + etaExtra = cms.double(0.3), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + ) + ), + tkMuons = cms.InputTag("hltL1TkMuons"), + trackRegionMode = cms.string('atCalo'), + tracks = cms.InputTag("pfTracksFromL1TracksHGCal"), + trkMaxChi2 = cms.double(15), + trkMinStubs = cms.uint32(4), + trkPtCut = cms.double(2.0), + useRelativeRegionalCoordinates = cms.bool(False), + useStandaloneMuons = cms.bool(True), + useTrackerMuons = cms.bool(False), + vtxAdaptiveCut = cms.bool(True), + vtxAlgo = cms.string('external'), + vtxCollection = cms.InputTag("L1TkPrimaryVertex"), + vtxFormat = cms.string('TkPrimaryVertex'), + vtxRes = cms.double(0.333) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHGCal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHGCal_cfi.py new file mode 100644 index 0000000000000..d42b73f6718ba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1pfProducerHGCal_cfi.py @@ -0,0 +1,88 @@ +import FWCore.ParameterSet.Config as cms + +l1pfProducerHGCal = cms.EDProducer("L1TPFProducer", + debug = cms.untracked.int32(0), + emClusters = cms.VInputTag(), + emPtCut = cms.double(0.5), + etaCharged = cms.double(2.5), + hadClusters = cms.VInputTag(cms.InputTag("pfClustersFromHGC3DClusters")), + hadPtCut = cms.double(1.0), + linking = cms.PSet( + caloEmPtMinFrac = cms.double(0.5), + caloReLink = cms.bool(False), + caloReLinkDR = cms.double(0.3), + caloReLinkThreshold = cms.double(0.5), + ecalPriority = cms.bool(False), + emCaloDR = cms.double(0.1), + emCaloSubtractionPtSlope = cms.double(1.2), + emCaloUseAlsoCaloSigma = cms.bool(True), + maxInvisiblePt = cms.double(10.0), + rescaleTracks = cms.bool(False), + rescaleUnmatchedTrack = cms.bool(False), + sumTkCaloErr2 = cms.bool(True), + tightTrackMaxChi2 = cms.double(50), + tightTrackMaxInvisiblePt = cms.double(20), + tightTrackMinStubs = cms.uint32(6), + trackCaloDR = cms.double(0.1), + trackCaloLinkMetric = cms.string('bestByDRPt'), + trackCaloNSigmaHigh = cms.double(1.0), + trackCaloNSigmaLow = cms.double(2.0), + trackEmDR = cms.double(0.04), + trackEmMayUseCaloMomenta = cms.bool(True), + trackEmUseAlsoTrackSigma = cms.bool(True), + trackMuDR = cms.double(0.2), + trackMuMatch = cms.string('boxBestByPtRatio'), + useCaloTrkWeightedAverage = cms.bool(False), + useTrackCaloSigma = cms.bool(True) + ), + muons = cms.InputTag("simGmtStage2Digis"), + pfAlgo = cms.string('PFAlgo2HGC'), + puAlgo = cms.string('LinearizedPuppi'), + puppiAlphaCrops = cms.vdouble(3, 3, 4), + puppiAlphaCropsPhotons = cms.vdouble(3, 3, 4), + puppiAlphaSlopes = cms.vdouble(1.5, 1.5, 2.2), + puppiAlphaSlopesPhotons = cms.vdouble(1.5, 1.5, 2.2), + puppiAlphaZeros = cms.vdouble(6.0, 6.0, 9.0), + puppiAlphaZerosPhotons = cms.vdouble(6.0, 6.0, 9.0), + puppiDr = cms.double(0.3), + puppiDrMin = cms.double(0.04), + puppiEtaCuts = cms.vdouble(2.0, 2.4, 3.1), + puppiPriors = cms.vdouble(5.0, 5.0, 7.0), + puppiPriorsPhotons = cms.vdouble(1.5, 1.5, 5.0), + puppiPtCuts = cms.vdouble(1.0, 2.0, 4.0), + puppiPtCutsPhotons = cms.vdouble(1.0, 2.0, 4.0), + puppiPtMax = cms.double(50.0), + puppiPtSlopes = cms.vdouble(0.3, 0.3, 0.3), + puppiPtSlopesPhotons = cms.vdouble(0.4, 0.4, 0.4), + puppiPtZeros = cms.vdouble(5.0, 7.0, 9.0), + puppiPtZerosPhotons = cms.vdouble(3.0, 4.0, 5.0), + puppiUsingBareTracks = cms.bool(True), + regions = cms.VPSet( + cms.PSet( + etaBoundaries = cms.vdouble(-2.5, -1.5), + etaExtra = cms.double(0.3), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + ), + cms.PSet( + etaBoundaries = cms.vdouble(1.5, 2.5), + etaExtra = cms.double(0.3), + phiExtra = cms.double(0.0), + phiSlices = cms.uint32(1) + ) + ), + tkMuons = cms.InputTag("hltL1TkMuons"), + trackRegionMode = cms.string('atCalo'), + tracks = cms.InputTag("pfTracksFromL1TracksHGCal"), + trkMaxChi2 = cms.double(15), + trkMinStubs = cms.uint32(4), + trkPtCut = cms.double(2.0), + useRelativeRegionalCoordinates = cms.bool(False), + useStandaloneMuons = cms.bool(True), + useTrackerMuons = cms.bool(False), + vtxAdaptiveCut = cms.bool(True), + vtxAlgo = cms.string('external'), + vtxCollection = cms.InputTag("L1TkPrimaryVertex"), + vtxFormat = cms.string('TkPrimaryVertex'), + vtxRes = cms.double(0.333) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1t1PFPuppiJet70offMaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t1PFPuppiJet70offMaxEta2p4_cfi.py new file mode 100644 index 0000000000000..ff90d30e0d2c7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t1PFPuppiJet70offMaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +l1t1PFPuppiJet70offMaxEta2p4 = cms.EDFilter("L1TJetFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(1), + MinPt = cms.double(70.0), + Scalings = cms.PSet( + barrel = cms.vdouble(11.1254, 1.40627, 0), + endcap = cms.vdouble(42.4039, 1.33052, 0), + overlap = cms.vdouble(24.8375, 1.4152, 0) + ), + inputTag = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1t2PFPuppiJet55offMaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t2PFPuppiJet55offMaxEta2p4_cfi.py new file mode 100644 index 0000000000000..46082b48b5a79 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t2PFPuppiJet55offMaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +l1t2PFPuppiJet55offMaxEta2p4 = cms.EDFilter("L1TJetFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(55.0), + Scalings = cms.PSet( + barrel = cms.vdouble(11.1254, 1.40627, 0), + endcap = cms.vdouble(42.4039, 1.33052, 0), + overlap = cms.vdouble(24.8375, 1.4152, 0) + ), + inputTag = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1t4PFPuppiJet25OnlineMaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t4PFPuppiJet25OnlineMaxEta2p4_cfi.py new file mode 100644 index 0000000000000..35da7f1a8e994 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t4PFPuppiJet25OnlineMaxEta2p4_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +l1t4PFPuppiJet25OnlineMaxEta2p4 = cms.EDFilter("L1TJetFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(4), + MinPt = cms.double(25.0), + inputTag = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1t4PFPuppiJet40offMaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t4PFPuppiJet40offMaxEta2p4_cfi.py new file mode 100644 index 0000000000000..ddd15ad0d4465 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1t4PFPuppiJet40offMaxEta2p4_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +l1t4PFPuppiJet40offMaxEta2p4 = cms.EDFilter("L1TJetFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(4), + MinPt = cms.double(40.0), + Scalings = cms.PSet( + barrel = cms.vdouble(11.1254, 1.40627, 0), + endcap = cms.vdouble(42.4039, 1.33052, 0), + overlap = cms.vdouble(24.8375, 1.4152, 0) + ), + inputTag = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tDoublePFPuppiJet112offMaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tDoublePFPuppiJet112offMaxEta2p4_cfi.py new file mode 100644 index 0000000000000..2966a570500e4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tDoublePFPuppiJet112offMaxEta2p4_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +l1tDoublePFPuppiJet112offMaxEta2p4 = cms.EDFilter("L1TJetFilter", + MaxEta = cms.double(2.4), + MinEta = cms.double(-2.4), + MinN = cms.int32(2), + MinPt = cms.double(112.0), + Scalings = cms.PSet( + barrel = cms.vdouble(11.1254, 1.40627, 0), + endcap = cms.vdouble(42.4039, 1.33052, 0), + overlap = cms.vdouble(24.8375, 1.4152, 0) + ), + inputTag = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates"), + saveTags = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tDoublePFPuppiJets112offMaxDeta1p6_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tDoublePFPuppiJets112offMaxDeta1p6_cfi.py new file mode 100644 index 0000000000000..7f102c9a2bb70 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tDoublePFPuppiJets112offMaxDeta1p6_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +l1tDoublePFPuppiJets112offMaxDeta1p6 = cms.EDFilter("HLT2CaloJetCaloJet", + MaxDelR = cms.double(1000.0), + MaxDeta = cms.double(1.6), + MaxDphi = cms.double(10000000.0), + MaxMinv = cms.double(10000000.0), + MaxPt = cms.double(10000000.0), + MinDelR = cms.double(0.0), + MinDeta = cms.double(-1000.0), + MinDphi = cms.double(0.0), + MinMinv = cms.double(0.0), + MinN = cms.int32(1), + MinPt = cms.double(0.0), + inputTag1 = cms.InputTag("l1tDoublePFPuppiJet112offMaxEta2p4"), + inputTag2 = cms.InputTag("l1tDoublePFPuppiJet112offMaxEta2p4"), + originTag1 = cms.VInputTag(cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates")), + originTag2 = cms.VInputTag(cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates")), + saveTags = cms.bool(True), + triggerType1 = cms.int32(-116), + triggerType2 = cms.int32(-116) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT400offMaxEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT400offMaxEta2p4_cfi.py new file mode 100644 index 0000000000000..fcf6ea3c680a1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT400offMaxEta2p4_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +l1tPFPuppiHT400offMaxEta2p4 = cms.EDFilter("L1TEnergySumFilter", + MinPt = cms.double(400.0), + Scalings = cms.PSet( + theScalings = cms.vdouble(50.0182, 1.0961, 0) + ), + TypeOfSum = cms.string('HT'), + inputTag = cms.InputTag("l1tPFPuppiHT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT450off_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT450off_cfi.py new file mode 100644 index 0000000000000..e504d9f08ced4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT450off_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +l1tPFPuppiHT450off = cms.EDFilter("L1TEnergySumFilter", + MinPt = cms.double(450.0), + Scalings = cms.PSet( + theScalings = cms.vdouble(50.0182, 1.0961, 0) + ), + TypeOfSum = cms.string('HT'), + inputTag = cms.InputTag("l1tPFPuppiHT") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT_cfi.py new file mode 100644 index 0000000000000..0ddfb20e2f2d1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiHT_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +l1tPFPuppiHT = cms.EDProducer("HLTHtMhtProducer", + jetsLabel = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates"), + maxEtaJetHt = cms.double(2.4), + minPtJetHt = cms.double(30.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiMET220off_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiMET220off_cfi.py new file mode 100644 index 0000000000000..cf3f594fc038b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tPFPuppiMET220off_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +l1tPFPuppiMET220off = cms.EDFilter("L1TPFEnergySumFilter", + MinPt = cms.double(220.0), + Scalings = cms.PSet( + theScalings = cms.vdouble(54.2859, 1.39739, 0) + ), + TypeOfSum = cms.string('MET'), + inputTag = cms.InputTag("l1PFMetPuppi") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSinglePFPuppiJet230off_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSinglePFPuppiJet230off_cfi.py new file mode 100644 index 0000000000000..eb7812dcd99b9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSinglePFPuppiJet230off_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +l1tSinglePFPuppiJet230off = cms.EDFilter("L1TJetFilter", + MaxEta = cms.double(5.0), + MinEta = cms.double(-5.0), + MinN = cms.int32(1), + MinPt = cms.double(230.0), + Scalings = cms.PSet( + barrel = cms.vdouble(11.1254, 1.40627, 0), + endcap = cms.vdouble(42.4039, 1.33052, 0), + overlap = cms.vdouble(24.8375, 1.4152, 0) + ), + inputTag = cms.InputTag("l1tSlwPFPuppiJetsCorrected","Phase1L1TJetFromPfCandidates") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSlwPFPuppiJetsCorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSlwPFPuppiJetsCorrected_cfi.py new file mode 100644 index 0000000000000..4ae917d6b9fc3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSlwPFPuppiJetsCorrected_cfi.py @@ -0,0 +1,787 @@ +import FWCore.ParameterSet.Config as cms + +l1tSlwPFPuppiJetsCorrected = cms.EDProducer("Phase1L1TJetCalibrator", + absEtaBinning = cms.vdouble( + 0, 0.435, 0.783, 1.131, 1.305, + 1.479, 1.653, 1.83, 1.93, 2.043, + 2.172, 2.322, 2.5, 2.964, 3.489, + 4.191, 5.191 + ), + calibration = cms.VPSet( + cms.PSet( + etaMax = cms.double(0.435), + etaMin = cms.double(0), + l1tCalibrationFactors = cms.vdouble( + 1.30593500928, 1.30593500928, 1.30593500928, 1.30593500928, 1.30593500928, + 1.30593500928, 1.30593500928, 1.29877240738, 1.27505646861, 1.25219959782, + 1.22883381968, 1.20684371656, 1.18979961771, 1.17522355783, 1.16246546468, + 1.15226940379, 1.14413882066, 1.13938941727, 1.13739491227, 1.13793199102, + 1.14092700033, 1.11795659621, 1.11609313161, 1.11417037162, 1.11243226077, + 1.11070072771, 1.10875740287, 1.10726570195, 1.1051616362, 1.10338001137, + 1.10153571845, 1.09948230743, 1.09818855487, 1.09646594549, 1.09446138827, + 1.09234579871, 1.09022671097, 1.08886241836, 1.08736953376, 1.08544940592, + 1.08442568658, 1.08180803071, 1.08067218285, 1.07858187394, 1.07669746524, + 1.07527455825, 1.07316897527, 1.07098953035, 1.06911445001, 1.06716469346, + 1.06667492923, 1.06447002386, 1.06523124572, 1.06527893525, 1.065576197, + 1.06591666099, 1.06601764401, 1.06644873563, 1.06661880084, 1.06673071851, + 1.06691420012, 1.06726762157, 1.06775571347, 1.06786374719, 1.06789576306, + 1.06827875616, 1.06865711015, 1.06884800094, 1.06906043831, 1.06920596303, + 1.06966578613, 1.06985365053, 1.07034848137, 1.07041388057, 1.07058592324, + 1.0706252938, 1.07110117409, 1.0712930591, 1.07152975484, 1.07176404737, + 1.07220228702, 1.07233826378, 1.07264834127, 1.07320100205, 1.07453197014, + 1.07607530754, 1.07712180013, 1.07823841009, 1.07970500773, 1.08048043515, + 1.08219189804, 1.08304518283, 1.08380317179, 1.08526467262, 1.08603074759, + 1.08759821577, 1.08924251106, 1.08973269374, 1.09074314469, 1.09191666444, + 1.09208743615, 1.09278371011, 1.09402309387, 1.09596401083, 1.09711717282, + 1.09741736219, 1.09749810025, 1.09884588375, 1.10015897034, 1.1004754894, + 1.10083709022, 1.10221338454, 1.10264282921, 1.10297906711, 1.10325547222, + 1.10415448675, 1.10483978956 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.7361486471, 15.0444025401, 17.183249284, 19.7418995533, + 22.6195179309, 25.672465563, 29.1248468266, 32.5574913862, 35.8853691114, + 39.5168955091, 43.4997516772, 47.3845759529, 51.0331468753, 54.7604938703, + 58.5852237487, 62.5900316096, 66.6097071387, 70.2674525642, 74.1920185409, + 78.1851696373, 81.8396255454, 85.6631528954, 89.6542996572, 93.5133081382, + 97.1707398937, 101.044492453, 104.665432414, 108.45581308, 112.551809241, + 116.373972856, 120.482632575, 124.010954993, 127.190571759, 131.119464129, + 135.462605973, 139.92647709, 143.598388747, 146.610205213, 150.207940433, + 153.311117714, 157.149575393, 161.106230342, 164.506996681, 168.696838277, + 172.183156108, 175.902618853, 180.419565698, 184.693534394, 188.725383271, + 191.296938447, 194.137451888, 199.906004752, 203.7012173, 206.239381413, + 210.93179056, 214.179973659, 218.094998222, 222.51833203, 224.593172332, + 226.766731017, 230.717283226, 236.909168989, 241.295482948, 242.325972922, + 245.379623995, 250.981643592, 255.170167389, 258.13787065, 260.771768771, + 265.225940013, 269.991648129, 275.014944527, 279.137137587, 280.884243502, + 282.439829719, 286.231064235, 291.144505567, 294.298018293, 297.763567073, + 302.712083333, 306.937188552, 310.219271886, 316.567331487, 330.427141221, + 351.576385453, 370.632448645, 386.548635886, 405.555971293, 422.052873198, + 440.351502533, 459.223009166, 471.078819965, 487.409906566, 503.8004903, + 520.970785619, 544.603058025, 560.308624487, 571.35034125, 587.420077061, + 597.311422476, 603.691176027, 617.933815952, 641.33458427, 664.100929644, + 674.7947418, 677.597619695, 688.108733243, 707.687512066, 719.678209698, + 724.667840428, 737.455336011, 750.742029179, 756.375949367, 760.883798883, + 769.53257937, 781.190043929, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(0.783), + etaMin = cms.double(0.435), + l1tCalibrationFactors = cms.vdouble( + 1.31765124058, 1.31765124058, 1.31765124058, 1.31765124058, 1.31765124058, + 1.31765124058, 1.31765124058, 1.31465282163, 1.28575901774, 1.26113393397, + 1.2380602966, 1.21582096587, 1.19744916693, 1.18054629443, 1.16787485502, + 1.15583168823, 1.14758337599, 1.14208327323, 1.13886556331, 1.13870497984, + 1.14096533043, 1.12408964993, 1.12219388973, 1.120013898, 1.11803240949, + 1.11630261403, 1.11402073463, 1.1123966406, 1.11086129444, 1.10826887919, + 1.10620765113, 1.1049896097, 1.10324756085, 1.10088556073, 1.09942980465, + 1.09699690808, 1.09548617564, 1.09368130331, 1.09205222583, 1.08919862016, + 1.08839582595, 1.08641065057, 1.08493842877, 1.08316334005, 1.0795450924, + 1.07895335999, 1.07798891069, 1.07686082074, 1.07314681503, 1.07194406998, + 1.06878984551, 1.0686060925, 1.06678939448, 1.06679179464, 1.06708846087, + 1.06742528856, 1.06769130631, 1.06815041574, 1.06884086475, 1.06987814673, + 1.06988802987, 1.0704377678, 1.07056710173, 1.07130122174, 1.07152113679, + 1.07194159982, 1.07208591853, 1.0727232614, 1.07319937955, 1.07386963115, + 1.07432131127, 1.07470513305, 1.07491724281, 1.07537253505, 1.07556595045, + 1.07591108387, 1.07677896733, 1.07719731979, 1.0777851552, 1.07805517241, + 1.07807740993, 1.07838901022, 1.0790622486, 1.08013699918, 1.0827927702, + 1.0843121895, 1.08709452076, 1.08901828006, 1.09165640327, 1.09308535273, + 1.09472958635, 1.09710399868, 1.09964360135, 1.10048996502, 1.10377615478, + 1.1046473137, 1.1072696257, 1.10727248074, 1.1096455364, 1.11147790878, + 1.11292801571, 1.11347619372, 1.11699484494, 1.11815689474, 1.12003828784, + 1.12052763208, 1.1229679511, 1.12352199927, 1.12575850043, 1.12683694743, + 1.12811442818, 1.12934567928, 1.12942295213, 1.13132368863, 1.13163278182, + 1.1325017048, 1.13471717386 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.4617640698, 14.8563033537, 17.0029373627, 19.4993459131, + 22.5094875271, 25.5722154792, 28.6759341595, 32.2508141657, 35.8830447487, + 39.4471435422, 43.2156130286, 47.0159530895, 50.8305690624, 54.5607207729, + 58.3946605126, 62.3675105446, 66.1130769642, 70.0678977472, 73.9986011825, + 77.6384420382, 81.0379731643, 84.5542929113, 88.7089448536, 92.950984667, + 96.7341131314, 100.823447565, 104.805034359, 108.025636234, 112.233304465, + 116.977034833, 120.319785711, 123.33717858, 127.52067535, 131.412337172, + 135.376267885, 139.396239217, 142.776028763, 146.276454316, 150.84591501, + 154.573096915, 157.415037111, 160.939363945, 164.249537178, 169.747279876, + 174.038758381, 175.625065269, 177.758112715, 182.693943557, 187.705874717, + 192.147188166, 195.549783519, 199.928504019, 204.130123494, 205.402214778, + 208.096807494, 210.661035632, 213.745394243, 218.63508887, 225.984064443, + 230.438224799, 232.818596253, 235.707056628, 239.379793877, 243.437821641, + 246.161696405, 248.564018995, 251.888849024, 256.625001773, 261.501133119, + 266.273316288, 269.827158363, 272.361977929, 275.200800082, 277.960105005, + 280.250844775, 285.410462468, 290.881520408, 295.161382353, 298.810294118, + 300.053411765, 301.473404762, 305.662456971, 313.097600657, 328.965529309, + 346.72487487, 365.02254967, 385.040101444, 404.444258283, 421.743720885, + 434.815632795, 451.909110374, 472.811077415, 487.213425946, 504.7914137, + 522.474869077, 537.334492822, 548.50074994, 558.606784829, 576.494747776, + 590.456909938, 598.956697952, 616.255125105, 636.164681419, 649.110092294, + 659.194122119, 671.655566518, 684.392231766, 696.261949339, 710.362219101, + 720.383255686, 731.054250871, 736.620111876, 745.03365685, 754.433259259, + 759.444, 772.563589744, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(1.131), + etaMin = cms.double(0.783), + l1tCalibrationFactors = cms.vdouble( + 1.33475296985, 1.33475296985, 1.33475296985, 1.33475296985, 1.33475296985, + 1.33475296985, 1.33475296985, 1.33226561273, 1.30259690233, 1.27443021782, + 1.24695451996, 1.22360268987, 1.20311338673, 1.18615855335, 1.17043324164, + 1.15641477527, 1.14977495838, 1.14283657905, 1.13989123124, 1.13946579446, + 1.14231716233, 1.11223390498, 1.11032941862, 1.10876770575, 1.10706257355, + 1.10533758256, 1.10327773464, 1.10205106864, 1.09952657792, 1.09796497528, + 1.09636198479, 1.09407699909, 1.09292917433, 1.09146444937, 1.0897827088, + 1.08753713213, 1.08571574463, 1.08360712003, 1.08241273249, 1.08006263471, + 1.07876430683, 1.07665001315, 1.07520977699, 1.07309317212, 1.07148954915, + 1.06998446196, 1.06763882723, 1.06593012152, 1.06416994604, 1.06248789644, + 1.06108879272, 1.05992286402, 1.05317676325, 1.05325315207, 1.05328145202, + 1.05331946129, 1.05333451749, 1.05335739056, 1.05338867229, 1.05345362721, + 1.05350461987, 1.05353242681, 1.05354620215, 1.05357596304, 1.05361901933, + 1.05367016652, 1.05372471613, 1.05375800268, 1.0537740869, 1.053808856, + 1.05383905531, 1.05387820854, 1.05393304933, 1.05395697478, 1.0539790604, + 1.05401082594, 1.05402814078, 1.05405575203, 1.05412382321, 1.05419138364, + 1.05420892544, 1.05421588207, 1.05422623442, 1.05435819942, 1.05453691148, + 1.05468229568, 1.054828368, 1.0550371744, 1.05519442279, 1.05537683494, + 1.05543587199, 1.05559643203, 1.05583354939, 1.05600523012, 1.05614564645, + 1.0562065587, 1.05637629134, 1.05648705268, 1.0566601044, 1.05685709467, + 1.05691564828, 1.05705161557, 1.05716562079, 1.05743417336, 1.05746847205, + 1.0576223392, 1.05776311116, 1.05791278011, 1.05794893649, 1.05797135724, + 1.05819866602, 1.05822994354, 1.05831735118, 1.0583732007, 1.05849860943, + 1.05855452656, 1.05861094491 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.343711949, 14.6817682075, 16.8611920462, 19.3625988325, + 22.1116860384, 25.328469293, 28.6465449042, 32.0291942377, 35.5920256883, + 39.3690921576, 43.2083995055, 46.9599214361, 50.6306173694, 54.4137625385, + 58.6651596584, 62.3400410819, 65.8670625897, 69.6785286182, 73.4717140921, + 77.5436215676, 81.596122565, 85.7580030814, 89.5501134195, 93.1241252244, + 96.8767674566, 101.017477729, 104.613007766, 108.716868869, 113.187159185, + 116.649304764, 120.902849856, 124.658432024, 127.516628035, 130.95894155, + 135.255526753, 139.704889265, 144.00442271, 147.618002205, 151.495759517, + 155.487230222, 159.220725229, 163.109471504, 167.000746281, 171.070770402, + 174.471778589, 178.684566552, 183.120118366, 186.915162838, 190.681044847, + 194.051905148, 196.85811602, 199.101017508, 204.172301866, 209.796636713, + 213.359056052, 216.209963072, 218.247687695, 221.157118607, 226.327368908, + 232.55657599, 236.790032777, 239.024013533, 241.362968684, 245.275023653, + 250.336043531, 256.014534028, 260.733473605, 263.385885886, 266.117946708, + 269.608331324, 273.334250786, 278.384017686, 282.61568155, 285.087595672, + 287.980713846, 290.617524613, 293.031149132, 298.171624579, 305.458343268, + 310.03040446, 311.3465663, 312.276479787, 319.922385204, 336.61330505, + 354.025162613, 369.683471169, 388.749095858, 408.415147831, 426.663185853, + 439.634884418, 451.432593373, 472.797548772, 494.759955929, 511.527164727, + 522.343409581, 534.734653862, 549.804007526, 565.051676294, 584.931937661, + 598.660863769, 609.111370713, 622.540978556, 643.093642739, 659.364126808, + 669.473212056, 685.302503628, 700.90625, 710.889593046, 714.036610575, + 727.453164507, 741.345542654, 747.721824336, 755.418220561, 765.156199987, + 774.897811932, 780.932961538, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(1.305), + etaMin = cms.double(1.131), + l1tCalibrationFactors = cms.vdouble( + 1.33248922515, 1.33248922515, 1.33248922515, 1.33248922515, 1.33248922515, + 1.33248922515, 1.33248922515, 1.32688879235, 1.29906234477, 1.27366038559, + 1.24728154779, 1.22259039808, 1.20156077285, 1.1820242409, 1.16894642274, + 1.14538049183, 1.13599218236, 1.12345426818, 1.11389465861, 1.10832948259, + 1.1094883059, 1.10730870156, 1.1046443432, 1.10218927312, 1.0998241559, + 1.09712132956, 1.09650471763, 1.09299340082, 1.09036610962, 1.0881608947, + 1.08538164179, 1.08458884034, 1.08011669298, 1.07797201118, 1.07595937564, + 1.07453993476, 1.07028104604, 1.06936193745, 1.06900352118, 1.06383911152, + 1.0631856285, 1.06120230014, 1.05712829896, 1.05394170957, 1.05266659306, + 1.05057123897, 1.05043680863, 1.04730040896, 1.04499172248, 1.01238369998, + 1.01242033768, 1.01245156427, 1.01249373928, 1.0125349522, 1.01253765187, + 1.01259478391, 1.01259573287, 1.0126640653, 1.01268954277, 1.01269789252, + 1.01271219022, 1.01276687267, 1.01284855331, 1.01284872483, 1.01286809281, + 1.01294642869, 1.01296438096, 1.01301199095, 1.01302906886, 1.0130369754, + 1.01306242998, 1.01313354135, 1.01317323157, 1.01318089545, 1.0131844335, + 1.01320611448, 1.01325479001, 1.01327294514, 1.0132943449, 1.01333923946, + 1.01333939937, 1.01336603457, 1.01343494486, 1.0134583253, 1.01365298014, + 1.01383738731, 1.01398139619, 1.01419208892, 1.01423075495, 1.01430101943, + 1.01454848742, 1.01459766887, 1.0148864832, 1.01489807764, 1.01496904818, + 1.0152443383, 1.01527866955, 1.01539244372, 1.01559278518, 1.01568902894, + 1.01587835395, 1.01596342556, 1.01598386393, 1.01600383536, 1.01601236775, + 1.01617537883, 1.01635496837, 1.0164341118, 1.01648866286, 1.01651364121, + 1.01654465787, 1.01662331127, 1.01672120961, 1.01680219651, 1.01692763695, + 1.0171096791, 1.01711329036 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.1991270188, 14.6706495023, 16.786504567, 19.5079933515, + 22.4885277317, 25.4702587937, 28.9241163451, 32.6179726599, 36.3450911266, + 40.2439203837, 44.4019591261, 48.4611625118, 52.4297312604, 55.9179085836, + 60.4622819187, 64.9611669799, 68.6264634248, 72.9747163646, 76.6433659092, + 80.5435379752, 84.7906966315, 89.0107872025, 93.4708652448, 97.6702425453, + 102.085466641, 104.977381997, 108.573659306, 113.921652962, 118.131762489, + 122.474262009, 125.586258094, 130.173114391, 135.937737294, 139.559618136, + 142.549664558, 147.496660786, 152.007764393, 153.120752036, 157.932272499, + 163.00085695, 165.298063498, 170.575246841, 176.900718716, 180.787784775, + 183.724159816, 185.666761947, 188.516329496, 193.260122567, 198.584541847, + 204.223510123, 208.531776071, 213.191570664, 218.485332513, 221.273059543, + 225.071388889, 228.758576779, 233.156805946, 239.112191752, 241.259663468, + 242.697403782, 247.076508835, 255.733322196, 260.929587689, 262.17002442, + 268.372612412, 274.485326087, 278.647451456, 282.754069103, 284.340170279, + 286.458052632, 292.588401869, 299.622480301, 302.628687127, 303.33982519, + 304.940818645, 309.407300067, 313.649947917, 316.161032609, 320.369631094, + 323.229848485, 324.930897436, 330.996464446, 336.855407305, 350.697060925, + 374.761263184, 395.610280177, 418.127998187, 433.958178188, 440.873473699, + 461.044258718, 479.876618531, 501.333790888, 520.404806472, 525.646324329, + 547.628180439, 567.284044338, 576.686302211, 596.627477785, 615.455760614, + 633.584680135, 651.004351852, 657.7025, 660.267857143, 662.077380952, + 672.967569787, 694.717073755, 711.142361111, 719.629761905, 724.678571429, + 728.233333333, 735.195578231, 746.403709789, 757.759979929, 770.864720395, + 790.384807181, 802.170744681, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(1.479), + etaMin = cms.double(1.305), + l1tCalibrationFactors = cms.vdouble( + 1.55053611073, 1.55053611073, 1.55053611073, 1.55053611073, 1.55053611073, + 1.55053611073, 1.55053611073, 1.55053611073, 1.54638583833, 1.512307745, + 1.48258717408, 1.4463976765, 1.42288112248, 1.39363661304, 1.3687636092, + 1.35211274766, 1.33750572334, 1.32267214736, 1.3128565255, 1.3027849667, + 1.30104315905, 1.30082885055, 1.30332360096, 1.30747374592, 1.30668643591, + 1.30438047865, 1.3032934116, 1.30035733244, 1.29908560369, 1.29602715108, + 1.29505644045, 1.29163628253, 1.28996767813, 1.28989480377, 1.28461540765, + 1.28347088112, 1.282705006, 1.27899988113, 1.27615055594, 1.27540726403, + 1.27531929265, 1.27404732742, 1.266819441, 1.26559675044, 1.26479751037, + 1.26278228062, 1.25961571784, 1.25858988601, 1.25342931611, 1.25047902368, + 1.24977308008, 1.24717203691, 1.24566712314, 1.24344847356, 1.241598276, + 1.24031216833, 1.23988105588, 1.22467736101, 1.22402129431, 1.22335887347, + 1.22303925667, 1.22282408914, 1.2223486938, 1.22108111085, 1.22097181547, + 1.2207651341, 1.21897516287, 1.21870058998, 1.2168966347, 1.21650530889, + 1.21630498404, 1.21607424838, 1.21600542498, 1.21598026192, 1.2137962299, + 1.21372590019, 1.21281741654, 1.21258175459, 1.2119929356, 1.21059324293, + 1.21058736979, 1.20740482198, 1.20720931922, 1.20683105268, 1.20373224058, + 1.20106297279, 1.20054984017, 1.19366853865, 1.19354228722, 1.18838816243, + 1.1878042203, 1.18418445048, 1.18142497805, 1.17931401318, 1.17870445128, + 1.17066478299, 1.16966607112, 1.16861608134, 1.16349131531, 1.16342522664, + 1.16182333043, 1.16071419568, 1.15986629269, 1.15580770443, 1.15173210832, + 1.15052198307, 1.1469395989, 1.14460243603, 1.14301237975, 1.14121497695, + 1.14021597405, 1.13882073104, 1.13869512526, 1.13846588111, 1.1347546327, + 1.13372289319, 1.1283538163 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 11.9509981885, 13.1128783605, 15.0627791319, 17.3682558202, + 20.1606178343, 22.9355703348, 25.6212323447, 28.7746797464, 31.8781217164, + 34.8313717661, 38.1736730812, 41.4573850098, 44.7367937098, 48.5192920857, + 51.8510666355, 54.7947345647, 58.1397157415, 61.6111267192, 65.942009059, + 69.7267242278, 72.4678768053, 75.6724493842, 78.5070873127, 82.678372027, + 87.4166066242, 90.168807585, 93.4321225081, 96.8452230149, 100.357584913, + 103.625780468, 107.187367882, 111.315041385, 112.727615853, 117.069030069, + 122.279698925, 123.829292675, 127.455877505, 132.772421724, 135.686519401, + 136.360786194, 137.463878446, 144.358406096, 151.212965333, 152.85302415, + 155.13593928, 159.339072854, 162.739671099, 167.75767841, 174.336683174, + 177.302384393, 179.984797297, 183.315282909, 186.335595674, 189.635980229, + 192.179947347, 193.572844787, 197.081267606, 202.171094891, 206.051987748, + 208.942559524, 210.516666667, 212.549299065, 217.679656208, 221.732418999, + 222.662478522, 228.539511494, 234.61637931, 240.734408377, 247.196092966, + 248.937582934, 250.206384946, 251.088119922, 251.364763731, 257.867403399, + 264.502988506, 267.384069767, 270.75179704, 273.178609626, 279.031680225, + 283.168882979, 292.553818091, 302.496917195, 304.185774374, 314.420356937, + 331.39837094, 340.765584936, 362.530679884, 383.157012092, 398.699498162, + 415.589170692, 427.962556936, 446.739492481, 461.075346728, 469.083062039, + 494.54157754, 521.145533769, 527.175770163, 545.350811499, 560.629796091, + 565.539414414, 573.519179336, 579.279608243, 593.721585269, 617.664092789, + 633.222311967, 647.328789954, 664.752638889, 676.312184343, 686.282976827, + 694.514037433, 701.561363636, 706.037895257, 707.082375776, 718.680990783, + 732.641705069, 751.482142857, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(1.653), + etaMin = cms.double(1.479), + l1tCalibrationFactors = cms.vdouble( + 1.47510233492, 1.47510233492, 1.47510233492, 1.47510233492, 1.47510233492, + 1.47510233492, 1.47510233492, 1.47510233492, 1.47510233492, 1.4610643606, + 1.44666801713, 1.43428469166, 1.42010685754, 1.40617546755, 1.39445133437, + 1.38279251817, 1.37051441405, 1.36518321339, 1.35292577477, 1.34325721725, + 1.33655416596, 1.32866101799, 1.3220675042, 1.31700973337, 1.32394181408, + 1.31922131925, 1.31758491373, 1.31353767077, 1.31168591849, 1.30731143759, + 1.30423718122, 1.30149639051, 1.29910753795, 1.29613194393, 1.2927432706, + 1.28816631146, 1.28729627477, 1.28216478956, 1.2805202569, 1.27893402302, + 1.2744708607, 1.27238944788, 1.26682870797, 1.26265655511, 1.26160288568, + 1.25949842198, 1.25649396459, 1.25187762696, 1.24938619475, 1.24629312412, + 1.24240410057, 1.23941775171, 1.23332097252, 1.22931737485, 1.22740630336, + 1.22448901312, 1.22336345681, 1.21794711245, 1.24837929725, 1.24724969226, + 1.24643035218, 1.24587397529, 1.24553440169, 1.2443805474, 1.24056481789, + 1.23964490051, 1.2359960211, 1.234864924, 1.23473710254, 1.23246130069, + 1.23096671336, 1.22875003041, 1.2275003914, 1.22712168234, 1.22588206032, + 1.22426235306, 1.22396540417, 1.21853310822, 1.21755510256, 1.21437460675, + 1.21412832391, 1.21226853491, 1.20945758693, 1.20463090002, 1.1985416616, + 1.18959323554, 1.17883388187, 1.17062181435, 1.15988282459, 1.15380357774, + 1.1471725546, 1.13240499119, 1.12557546067, 1.11793584977, 1.10806682041, + 1.09229438152, 1.09004753375, 1.08112380778, 1.07481457592, 1.06792352051, + 1.05866880708, 1.0542749938, 1.0450927737, 1.03277032939, 1.02765454892, + 1.02258374097, 1.019559042, 1.01832348416, 0.984947954336, 0.976379953438, + 0.974273595928, 0.965285475352, 0.961772951972, 0.96047444904, 0.952738008558, + 0.946904700595, 0.940821826013 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 11.9520026903, 13.3017694508, 15.1455230338, 17.2620108043, + 19.8515755233, 22.6298799464, 25.4341803806, 28.3835571385, 31.3933508904, + 34.3708730432, 37.2671754532, 40.2882500762, 43.6546314404, 46.9043803573, + 50.0569376737, 53.5081905296, 56.1830571229, 59.1027962522, 62.9871953228, + 66.1652442343, 69.3120024326, 72.7583064266, 75.871356138, 78.7010134986, + 82.6003185278, 85.9846784178, 89.0106047154, 92.1511798088, 95.4659736083, + 99.4316182254, 102.527500023, 105.25847864, 108.114464552, 111.502746572, + 115.743581819, 118.643516255, 121.838675669, 125.446170173, 127.166202908, + 130.386850195, 133.871126556, 137.939743927, 143.121453578, 145.903637092, + 147.585000415, 150.304946722, 154.362193428, 158.146309873, 161.119451872, + 164.836659664, 168.497049689, 173.332830113, 178.710185185, 181.859104938, + 184.429683819, 186.582061069, 190.064913561, 196.659681373, 201.580577957, + 203.667790601, 205.141107571, 206.100621118, 207.7, 213.022150072, + 218.093766614, 222.986695906, 228.105787037, 229.45401936, 232.028167311, + 236.066046099, 240.040611814, 243.752851398, 245.496722342, 247.229865642, + 250.29204955, 252.34468254, 258.480387668, 265.345467033, 269.798992674, + 273.468883547, 275.724370292, 280.7264719, 288.905957496, 300.596311278, + 316.700820289, 337.806765081, 358.124110489, 378.419647273, 396.431050803, + 410.043048728, 432.959754335, 456.089050388, 471.584702562, 490.335490303, + 517.796088129, 537.09375, 549.056818182, 565.370475589, 579.507254968, + 596.798482618, 611.415301724, 625.954484463, 648.984793603, 667.660170251, + 678.569444444, 687.239285714, 691.801785714, 728.868351064, 773.787558381, + 785.219207317, 797.10078125, 810.48828125, 815.640625, 825.316550926, + 839.849002849, 852.610576923, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(1.83), + etaMin = cms.double(1.653), + l1tCalibrationFactors = cms.vdouble( + 1.33049881625, 1.33049881625, 1.33049881625, 1.33049881625, 1.33049881625, + 1.33049881625, 1.33049881625, 1.33049881625, 1.31669422606, 1.29984566417, + 1.28831750594, 1.27206618286, 1.26175402093, 1.25022535161, 1.24448120045, + 1.23544818898, 1.23014212283, 1.22521081056, 1.22185223127, 1.22023847148, + 1.22004739542, 1.22200944331, 1.21023056241, 1.20867763267, 1.20712846626, + 1.2059863879, 1.20431406313, 1.20202212, 1.20064986431, 1.19941356649, + 1.19858518712, 1.19742660667, 1.1949860383, 1.19348175521, 1.19265655738, + 1.1911473882, 1.18962343872, 1.18774638031, 1.18626995789, 1.18420073928, + 1.18206241557, 1.18196490317, 1.18097507924, 1.17792986136, 1.17673435841, + 1.17653207534, 1.17496333267, 1.17096343417, 1.16977652272, 1.16947704111, + 1.16784294341, 1.16587442933, 1.16405773995, 1.16400239434, 1.16254269381, + 1.16252492005, 1.16166579308, 1.16003646939, 1.15876432336, 1.15741507548, + 1.15723775457, 1.15543741864, 1.15342598582, 1.15323916802, 1.15093617585, + 1.14995636309, 1.14991128176, 1.14804616599, 1.14676976413, 1.14528704825, + 1.14283644118, 1.14171061787, 1.14131838019, 1.14044577632, 1.13600962614, + 1.13592662429, 1.13498628758, 1.13452687172, 1.13372080526, 1.13293905158, + 1.13250566094, 1.12464538359, 1.12280554603, 1.12017353199, 1.11708777477, + 1.10827310225, 1.10270091176, 1.0945794585, 1.08974341302, 1.07924111342, + 1.07165107426, 1.06705262412, 1.05658393901, 1.05350745525, 1.0410369918, + 1.03824422355, 1.03674561618, 1.03470551006, 1.02062969788, 1.00923138262, + 1.00111680727, 0.99545047553, 0.993301194787, 0.980082984491, 0.978647303549, + 0.965813606339, 0.963258808111, 0.957559232861, 0.955293441368, 0.947836750142, + 0.946217207546, 0.943019649087, 0.935849869836, 0.935610273169, 0.929797537225, + 0.916832136078, 0.916266661888 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 12.7788766789, 14.4351898824, 16.5278531327, 19.0137931992, + 22.0681370062, 25.0720296167, 27.8529044087, 31.0167926884, 34.5850953632, + 37.7735513379, 41.2714077045, 44.9397579323, 48.4339717156, 51.5134219936, + 54.7022573757, 58.2903782147, 61.6456991131, 65.3655250891, 69.0603949477, + 72.0952646025, 75.8921881776, 79.3974791654, 82.1470948449, 85.7802504422, + 88.9322194751, 92.228430802, 96.8713565527, 101.162843269, 104.217964812, + 106.636101814, 108.963216713, 113.178517282, 117.798702614, 120.526976089, + 123.260972126, 126.813341723, 130.796580869, 134.724156627, 138.876789216, + 143.804636438, 146.423233696, 147.696715198, 152.422530911, 157.389236606, + 159.026314844, 161.100529101, 167.622486772, 173.697246127, 175.438100374, + 177.702696352, 181.922052728, 186.355259324, 188.547774983, 190.32218754, + 192.05259618, 197.343524531, 204.861505682, 208.864470109, 212.481032609, + 214.58713785, 217.315579208, 222.574422541, 225.607202447, 229.042227362, + 233.571294559, 234.985272639, 237.62064429, 241.954786825, 245.761357725, + 251.187901303, 256.122063968, 258.216431557, 259.961449169, 267.285583368, + 273.520356288, 274.932188309, 276.863333644, 278.609235283, 280.799844927, + 282.476298564, 293.918519631, 307.301121795, 313.470637464, 321.359065461, + 337.777295379, 357.625891595, 376.518099388, 394.39469697, 415.555989583, + 440.516783767, 457.332430269, 478.119552752, 496.806919643, 518.256006722, + 539.313670412, 545.234195402, 550.116322595, 572.350381161, 607.495337302, + 634.415972222, 653.428571429, 664.211251167, 685.412754525, 705.629751789, + 725.31626197, 746.546743697, 757.934752747, 768.924038462, 782.3375, + 794.859375, 801.505208333, 815.808333333, 826.030555556, 834.380555556, + 860.2875, 878.955147059, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(1.93), + etaMin = cms.double(1.83), + l1tCalibrationFactors = cms.vdouble( + 1.26344020365, 1.26344020365, 1.26344020365, 1.26344020365, 1.26344020365, + 1.26344020365, 1.26344020365, 1.2594177509, 1.25024812783, 1.24257955651, + 1.23460877998, 1.22689840022, 1.21927757925, 1.21265488275, 1.20557178744, + 1.20174679788, 1.19654003623, 1.19235906229, 1.18833919988, 1.18423598421, + 1.18248510015, 1.18498117639, 1.18352790424, 1.18144657707, 1.17661686818, + 1.1765750739, 1.17151719886, 1.17090460227, 1.16808185289, 1.16334134477, + 1.16221061551, 1.15972417328, 1.15524883242, 1.15467922536, 1.15437781148, + 1.14938817625, 1.14838488731, 1.14532947934, 1.1392096584, 1.13892990227, + 1.13689064678, 1.13591199573, 1.13361506216, 1.13235799184, 1.12453112537, + 1.12353768589, 1.12340029796, 1.11834798253, 1.11415617971, 1.11202444858, + 1.11098817404, 1.11061422522, 1.10500019468, 1.10106129638, 1.0570645963, + 1.05674843271, 1.05655028722, 1.05652919587, 1.05550650582, 1.05546035549, + 1.05542095684, 1.05524242507, 1.05460820421, 1.05450067037, 1.05416171584, + 1.05369091407, 1.05366974164, 1.05304299788, 1.05252325406, 1.05242940461, + 1.05226646078, 1.05205766435, 1.05195399297, 1.05156885848, 1.0513176496, + 1.05086320472, 1.05074695298, 1.05073829611, 1.05042190785, 1.04926402517, + 1.04905737894, 1.04891256396, 1.04885123511, 1.04783944462, 1.04603957355, + 1.04498728955, 1.0441774476, 1.04290300185, 1.04080891766, 1.03794610759, + 1.03738392589, 1.03617570363, 1.03473564365, 1.03230390795, 1.03224663935, + 1.03072766404, 1.0279685602, 1.02730218418, 1.0239743365, 1.02360043749, + 1.0235627012, 1.02316035177, 1.02183147754, 1.02103587202, 1.02087206722, + 1.02012591455, 1.01776880707, 1.01688594279, 1.01667002772, 1.01607314711, + 1.01546355034, 1.01250081665, 1.01177249255, 1.01009529511, 1.00867950913, + 1.00535732355 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.4970175928, 15.1917668493, 17.5598120604, 20.0549383771, + 22.761185412, 25.9356197296, 29.5710629017, 33.1286806262, 36.3295437527, + 39.4893787898, 42.8608536262, 46.4031905244, 49.9559825377, 53.7094286808, + 56.936193824, 59.9200888492, 63.3132010844, 66.6765207646, 70.5592973062, + 73.7585546318, 78.1130632902, 82.4061178903, 84.8649824691, 89.6726849112, + 93.0615744275, 96.6091890563, 100.553885637, 102.943704044, 108.205128122, + 112.289488565, 114.805794958, 119.648799866, 123.158347238, 123.764278017, + 127.445027112, 131.614039681, 134.437495801, 140.820297168, 145.272200183, + 146.885434107, 148.984858352, 151.263537847, 153.735901327, 160.055194805, + 166.191091954, 166.977758621, 170.588005952, 177.01873059, 181.41773377, + 183.621575342, 184.602605426, 188.768178105, 195.413728632, 199.786828737, + 203.53490566, 206.975568182, 208.442234848, 215.425, 222.575406504, + 223.147718332, 224.605645161, 230.042857143, 235.005102041, 237.99205259, + 243.409219457, 246.700464396, 251.03494152, 258.70479798, 262.809659091, + 264.527573529, 267.014468691, 269.10483871, 272.374887993, 276.631944444, + 281.352678571, 285.170566502, 286.006189213, 288.180699931, 298.043385491, + 307.171910755, 309.523141655, 310.902217742, 318.08125, 336.890909091, + 355.971464646, 368.42885101, 382.372471279, 404.907509158, 438.068502825, + 460.981263242, 472.825041118, 490.541713326, 516.443535188, 533.09465812, + 543.639529915, 572.259336678, 595.175362319, 621.896212121, 646.660427807, + 649.414215686, 652.358333333, 663.94, 678.1525, 684.570833333, + 690.658333333, 711.41875, 733.09375, 740.444444444, 745.881944444, + 753.953125, 777.8515625, 802.544270833, 818.636904762, 839.328571429, + 871.025, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(2.043), + etaMin = cms.double(1.93), + l1tCalibrationFactors = cms.vdouble( + 1.21629221754, 1.21629221754, 1.21629221754, 1.21629221754, 1.21629221754, + 1.21629221754, 1.21629221754, 1.2143105786, 1.20705887946, 1.20172327443, + 1.19635501501, 1.18935438692, 1.18357975306, 1.17883483547, 1.17253244835, + 1.16676369422, 1.16146408844, 1.15476931936, 1.14861458752, 1.14383587886, + 1.13613912201, 1.15219667932, 1.14906219403, 1.14808161605, 1.14459785262, + 1.14269095066, 1.13997101838, 1.13619937599, 1.13345316689, 1.13104833952, + 1.12931087162, 1.12605458004, 1.12332075961, 1.12214084987, 1.11977644024, + 1.11623567986, 1.1122458245, 1.1083505494, 1.10797285096, 1.1062306348, + 1.10265809398, 1.10229188147, 1.09738697231, 1.0973031017, 1.09328160834, + 1.09069771195, 1.0879352071, 1.08518609065, 1.08159568534, 1.0804492949, + 1.07870449836, 1.07588358785, 1.07557418398, 1.07132896072, 1.06936132658, + 1.06924237699, 1.06898155499, 1.06721691315, 1.06713176616, 1.06488611764, + 1.06431281061, 1.06412410989, 1.06233512154, 1.06192478599, 1.06145249365, + 1.05929718716, 1.05870708468, 1.05842616938, 1.0572390605, 1.05617065365, + 1.05611813058, 1.0552591158, 1.0534771748, 1.05302603505, 1.05253372113, + 1.05190835065, 1.05121994984, 1.0510965109, 1.04964431982, 1.04827293909, + 1.04609786683, 1.04420242601, 1.04403524786, 1.04199171851, 1.03570032676, + 1.03170060202, 1.02471475781, 1.0220533428, 1.01625398917, 1.01232260497, + 1.00789998134, 1.005889945, 0.996025162737, 0.993256242866, 0.987535132918, + 0.984948957557, 0.977747868812, 0.974817880234, 0.971037822426, 0.968447238948, + 0.967125997203, 0.964218737777, 0.953609602752, 0.951350786713, 0.947089571165, + 0.946104023103, 0.944511162439, 0.934743979786, 0.933976798255, 0.933636687551, + 0.933361313828, 0.924631483686, 0.92374807926, 0.915007896723, 0.908342886395, + 0.905162078334 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.7095810759, 15.4916612561, 17.9731744352, 20.5838742792, + 23.4100000067, 26.6783243919, 29.7833794964, 33.3573519293, 37.1343601956, + 40.3573168403, 44.0942976559, 47.9659992073, 51.1645381429, 54.5349591352, + 58.2287070452, 61.6267983551, 65.3223567751, 69.2944890498, 72.6855845329, + 76.5706641213, 80.4371088472, 84.1729552063, 87.1526553819, 90.3852664018, + 94.288624754, 97.6388961585, 102.339418339, 107.058967456, 110.78881151, + 113.788230258, 117.404190704, 121.741605862, 124.575521573, 127.141948466, + 131.417857475, 136.870744963, 142.580335091, 145.674377436, 147.209398766, + 151.05779216, 153.909827044, 157.726624294, 161.338978945, 164.311655893, + 169.094591097, 172.965897963, 176.956839992, 181.547261296, 184.977155366, + 187.070651816, 190.376661279, 192.643308886, 195.941295421, 204.738489298, + 210.718209119, 211.537057681, 215.904283217, 219.892725202, 224.918294881, + 230.996416056, 232.639427218, 236.903642654, 241.645738408, 243.548825992, + 249.21435132, 255.133894231, 257.011948529, 260.177244582, 265.040498975, + 267.457404009, 269.422826087, 275.117151163, 279.932032115, 281.966269841, + 284.376177024, 287.208879045, 288.959336007, 292.356647537, 298.444722111, + 306.091444672, 314.868125, 319.315462963, 324.082103588, 342.05353289, + 364.242833824, 387.929485862, 408.730527062, 426.973303897, 447.95433838, + 465.966921736, 479.836770348, 505.44078754, 532.681079581, 550.986948217, + 568.898790323, 590.001704545, 611.845935315, 626.313873626, 640.05, + 648.48452381, 657.601851852, 686.74537037, 714.490740741, 728.548976608, + 739.861842105, 745.421305668, 769.915384615, 792.629166667, 795.016666667, + 796.34375, 815.760416667, 836.488095238, 857.238095238, 890.454166667, + 911.683333333, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(2.172), + etaMin = cms.double(2.043), + l1tCalibrationFactors = cms.vdouble( + 1.24463108809, 1.24463108809, 1.24463108809, 1.24463108809, 1.24463108809, + 1.24463108809, 1.24463108809, 1.22870705887, 1.19836644148, 1.18057435385, + 1.16475611868, 1.14656045785, 1.13630392181, 1.12907309301, 1.12458941546, + 1.12396919862, 1.1266691842, 1.1312951597, 1.13754265674, 1.15717137943, + 1.10016929711, 1.09836792879, 1.09706087373, 1.09576962823, 1.09437951599, + 1.09168003074, 1.08991624307, 1.08969627714, 1.08696432458, 1.08673589039, + 1.08406597119, 1.08255042879, 1.07947490575, 1.0788668256, 1.07782375909, + 1.07550979348, 1.0749747491, 1.07333347682, 1.07178181655, 1.06993614183, + 1.06669791954, 1.06650550898, 1.06287391246, 1.06281120026, 1.06127587052, + 1.05980687707, 1.05949187174, 1.05578275324, 1.05274463618, 1.05182571746, + 1.04931367066, 1.04874893864, 1.05641180597, 1.05606383878, 1.05578640694, + 1.05328201855, 1.05119788827, 1.04979736321, 1.04954378139, 1.04765914049, + 1.04733102858, 1.04453346835, 1.04293143151, 1.04200055639, 1.04163370047, + 1.03601225755, 1.03572772664, 1.03536402867, 1.03450353855, 1.03300397956, + 1.03271844062, 1.03133148602, 1.02824720508, 1.0255034533, 1.02501438762, + 1.02406097142, 1.02318864953, 1.02308413253, 1.0229264435, 1.02153080396, + 1.02093884026, 1.01829648613, 1.01377147911, 1.00893009266, 1.00026908515, + 0.990933236615, 0.985829663806, 0.985726981538, 0.971780898171, 0.968360565127, + 0.966542691472, 0.953970559056, 0.95293612294, 0.946253207331, 0.936055411119, + 0.935335159677, 0.928640241117, 0.922416983962, 0.900616319824, 0.900259767754, + 0.89668374879, 0.89500810959, 0.894758911965, 0.886314836132, 0.882442768547, + 0.876919799248, 0.876060497094, 0.8621398022, 0.852372401049, 0.849862522675, + 0.844180387181, 0.799367779851, 0.791762955788 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.7820945333, 15.5998481907, 18.0388646745, 20.8537251841, + 23.7351968264, 27.1010552292, 30.5665269509, 34.3658060316, 38.1699828726, + 41.3104960011, 45.1926203129, 49.2128167802, 52.6824711873, 56.3735085314, + 60.2779866824, 63.9695042596, 67.1696331331, 69.9876168562, 74.2520342153, + 79.0837779271, 83.0918300233, 86.6840545663, 89.6867597631, 92.7854493351, + 97.5115598722, 102.669505424, 104.962014358, 108.373375284, 111.794522495, + 115.143981347, 119.98087647, 125.286504425, 129.543430905, 131.451565295, + 135.331092539, 138.62352808, 141.138570972, 144.82845787, 148.754560811, + 154.62972561, 158.594308943, 163.013492063, 167.282790309, 169.129554656, + 172.601476648, 174.663140528, 179.313586957, 187.11097561, 191.683892276, + 195.648860063, 199.204514825, 203.202156334, 207.05334681, 207.963095238, + 212.009722222, 218.684496997, 223.753516271, 226.159693878, 229.270099668, + 232.488922062, 237.035739687, 243.435696095, 247.120244003, 249.008012821, + 257.719004065, 266.310239697, 267.253197998, 269.033986175, 272.467075893, + 275.063802083, 277.49672619, 284.000892857, 292.47875, 297.181428571, + 299.279761905, 301.935606061, 303.356583072, 303.738005997, 305.997584541, + 308.888888889, 313.59375, 324.019886364, 337.644886364, 357.286397059, + 383.465861345, 404.470436508, 412.043813131, 432.480113636, 457.742497086, + 465.362352737, 486.295045045, 506.088095238, 517.314285714, 541.87012987, + 557.752272727, 568.538888889, 587.330555556, 628.096078431, 660.327488688, + 666.048076923, 673.6875, 676.4875, 689.133333333, 707.049242424, + 720.715909091, 730.0, 751.5, 785.958333333, 803.817708333, + 815.734375, 889.1875, 965.4375, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(2.322), + etaMin = cms.double(2.172), + l1tCalibrationFactors = cms.vdouble( + 1.28801427048, 1.28801427048, 1.28801427048, 1.28801427048, 1.28801427048, + 1.28801427048, 1.28801427048, 1.27907573544, 1.25762676468, 1.23203051181, + 1.2127674306, 1.19077164733, 1.17543776249, 1.16511470979, 1.15158170141, + 1.14016563295, 1.13350074649, 1.12895447486, 1.12701259705, 1.12771778387, + 1.13005719625, 1.11063374411, 1.10758429943, 1.10533186553, 1.10085120985, + 1.10059366031, 1.09686271227, 1.09335974897, 1.09053459072, 1.08737330282, + 1.0841616756, 1.08169734143, 1.08108045671, 1.07763696162, 1.07538006669, + 1.06882658148, 1.06625547439, 1.06548471888, 1.06531775586, 1.06230384419, + 1.05825281932, 1.05453507243, 1.04970622179, 1.04918779307, 1.04646655271, + 1.04313607714, 1.04281858988, 1.03580641861, 1.03161769069, 1.03031476389, + 1.02733028469, 1.04451881331, 1.04358016577, 1.04068114378, 1.03785227024, + 1.03643816672, 1.0357736928, 1.03492993529, 1.03456417436, 1.03136179253, + 1.03055081273, 1.024529249, 1.02422733697, 1.02334146768, 1.02241728615, + 1.02059348669, 1.01985018062, 1.01666009697, 1.0130438797, 1.01165916838, + 1.01140500027, 1.01114694986, 1.00899659255, 1.00897349765, 1.00875653846, + 1.00517644592, 1.00109640283, 1.00037768928, 1.00025619424, 0.99956287175, + 0.996551957183, 0.988475727802, 0.986121623075, 0.985031919886, 0.974596613229, + 0.965439918879, 0.957320195213, 0.953186488337, 0.949892454978, 0.926661255415, + 0.920528165625, 0.915875457067, 0.899356341318, 0.896217293885, 0.888738729006, + 0.886243597827, 0.8711147297, 0.86995326756, 0.862406839919, 0.854984830236, + 0.846246861389, 0.844351880193, 0.840477696416, 0.831379447193, 0.822164808693, + 0.820032954848, 0.813084690464, 0.808452514208, 0.79271364261, 0.781396393802, + 0.772921616788, 0.767436698994, 0.759709386784, 0.732126882713 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 13.2086215379, 15.1534633583, 17.649581287, 20.148553298, + 22.9153920468, 25.7015069204, 29.060016827, 32.6923997679, 36.1610750872, + 39.7706769991, 43.5376631987, 47.3688383738, 50.3852546185, 53.7172554454, + 57.9534260164, 61.9605131723, 65.6678061224, 69.6307046732, 73.3961583546, + 76.6034311572, 80.0068013724, 84.0792280583, 87.8363678805, 92.6077255375, + 95.9654221045, 98.7918435032, 103.918105058, 108.402484908, 112.644738829, + 117.160861331, 121.183092365, 123.366576954, 126.243937206, 130.283479421, + 136.526894756, 142.992974381, 145.361162346, 146.025670141, 148.279775128, + 153.286293854, 158.791580579, 164.848068182, 168.637380952, 170.933150183, + 175.221657081, 177.806760866, 183.000873016, 190.938313253, 194.82993663, + 197.868177431, 201.573971636, 204.279335391, 208.835980308, 215.636979167, + 220.674864719, 223.142857143, 224.933651026, 226.369768963, 230.606392106, + 235.371644491, 243.484243697, 250.992402882, 252.402711324, 254.551869501, + 257.814676139, 260.862720875, 265.533018868, 273.614458991, 279.552295918, + 281.498214286, 282.106395349, 284.966010733, 287.546652422, 287.831679894, + 292.340097403, 301.435335498, 307.133124196, 308.130743243, 309.098214286, + 313.496428571, 326.660714286, 339.045138889, 343.134133454, 356.818317873, + 380.080819035, 400.593919969, 415.142992424, 423.962296577, 455.456948983, + 490.32254617, 503.129030127, 528.267329545, 551.608388158, 564.215176951, + 576.057413793, 596.983214286, 616.325487013, 626.664772727, 644.4375, + 663.625, 676.25, 683.1, 698.502777778, 720.246527778, + 733.71875, 744.5, 758.25, 782.4375, 814.5625, + 838.0625, 854.6375, 870.325, 912.25, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(2.5), + etaMin = cms.double(2.322), + l1tCalibrationFactors = cms.vdouble( + 1.49099272974, 1.49099272974, 1.49099272974, 1.49099272974, 1.49099272974, + 1.49099272974, 1.49099272974, 1.49099272974, 1.49099272974, 1.47147038177, + 1.44110402098, 1.40753020227, 1.37956170944, 1.34154928405, 1.32662591014, + 1.29145531966, 1.27013765447, 1.25161491993, 1.2366175646, 1.22505436234, + 1.20823932564, 1.20809834449, 1.2002598421, 1.20028932445, 1.17154819236, + 1.16715932959, 1.16186770819, 1.16148283057, 1.15335519391, 1.1488697101, + 1.14767746297, 1.13827946341, 1.1358739365, 1.12500903936, 1.12381049159, + 1.11606740787, 1.11328525068, 1.10859721749, 1.09922102489, 1.09821077013, + 1.09052169667, 1.08488302349, 1.08153352107, 1.07328228308, 1.07188989833, + 1.06894515671, 1.06465122204, 1.06062459224, 1.05449740609, 1.04338878875, + 1.01675416711, 1.01672417914, 1.01634370681, 1.01585049968, 1.01513546771, + 1.01298973033, 1.01217730218, 1.01216542747, 1.01018592681, 1.0100395536, + 1.01002803705, 1.00914742382, 1.00887714281, 1.00721832199, 1.00671129005, + 1.00655810927, 1.00627959876, 1.00588744428, 1.00460201118, 1.00384341089, + 1.00299029948, 1.00209052381, 1.00091136827, 1.00001173513, 0.999756820516, + 0.999278584114, 0.99922058166, 0.996788735278, 0.996659815284, 0.996096791635, + 0.995773572724, 0.995354250529, 0.995118203853, 0.993301997984, 0.989036584866, + 0.988381013983, 0.983025372315, 0.981083152224, 0.976011511955, 0.972971480757, + 0.970258549606, 0.967103117391, 0.964576096961, 0.956678867029, 0.954580550515, + 0.950868086735, 0.94471770796, 0.943730423923, 0.934853199103, 0.932163311311, + 0.930502635614, 0.928838528386, 0.927952803766, 0.916409614493, 0.911182186537, + 0.908097147087, 0.906061878006, 0.904069456695, 0.880588878663 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 11.7109508065, 13.1353167235, 14.9562968923, 16.9790007769, + 19.2055898521, 21.2130593084, 23.6785649226, 27.0011527762, 30.1557544543, + 33.0301927004, 35.9993524621, 39.0504868894, 42.6484814856, 45.7286654343, + 49.0779288075, 53.2083314286, 56.6240315145, 59.9624119134, 63.0960035212, + 67.687040583, 70.8089905193, 74.6588425168, 78.9967962298, 82.8893453066, + 88.1025978687, 92.1714100297, 94.5573039396, 98.1352057253, 103.436636624, + 105.823048321, 110.274243502, 115.235393294, 120.813095997, 125.883492316, + 129.641756703, 134.065629252, 137.205431034, 143.116777188, 147.482313307, + 151.13873501, 156.740531015, 160.518358396, 165.394275013, 169.447593917, + 171.270535021, 174.313028925, 177.810252132, 182.078010753, 189.322405303, + 197.010106452, 200.116219668, 201.313657407, 203.862446581, 207.387248168, + 215.732983954, 224.362854084, 226.767596676, 232.577045329, 238.778867102, + 239.239479638, 241.842094017, 245.199603175, 250.827380952, 257.145833333, + 259.071875, 260.33125, 262.287784091, 267.181818182, 273.144886364, + 277.846740431, 282.960446085, 289.025321816, 295.089781746, 298.457949309, + 300.596774194, 302.161146313, 309.424793956, 316.89532967, 318.913940092, + 321.499379653, 323.665598291, 325.577508961, 331.564554901, 349.306490385, + 363.6625, 381.199038462, 402.489124668, 422.950692268, 446.614909339, + 463.398053279, 480.517857143, 497.095302795, 527.506017081, 556.666071429, + 573.617887931, 602.390804598, 623.213541667, 651.991319444, 685.736111111, + 698.428030303, 708.127435065, 715.566071429, 751.825, 800.75, + 825.0, 839.9375, 851.6875, 926.0, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(2.964), + etaMin = cms.double(2.5), + l1tCalibrationFactors = cms.vdouble( + 1.440149383, 1.440149383, 1.440149383, 1.440149383, 1.440149383, + 1.440149383, 1.440149383, 1.440149383, 1.41823798726, 1.35779202704, + 1.29604078279, 1.2331235664, 1.18467513743, 1.13662522351, 1.10424412126, + 1.07837858706, 1.05044035802, 1.04305528311, 1.0340586478, 1.00199436988, + 0.996831578408, 0.992117421642, 0.988148133039, 0.984926887957, 0.981877067499, + 0.978707515289, 0.972062429005, 0.966286792195, 0.962735311068, 0.95862885791, + 0.954502608232, 0.950423801308, 0.947238356455, 0.942280737153, 0.938495013502, + 0.935311137492, 0.930922164099, 0.926299938098, 0.922249224325, 0.921813179341, + 0.913624959749, 0.906364289469, 0.900282833844, 0.894782452879, 0.894475540131, + 0.921298447858, 0.920060749826, 0.919642016454, 0.918764943707, 0.915754164947, + 0.914027770112, 0.913999384828, 0.913560277424, 0.913085606477, 0.91203015986, + 0.908571622169, 0.908257851694, 0.907433350595, 0.907344653677, 0.90484903435, + 0.904759606357, 0.902656738308, 0.900464218778, 0.898745527548, 0.898405801686, + 0.897649208068, 0.896626034151, 0.895132171113, 0.895039360638, 0.894668072035, + 0.891575466112, 0.89133534261, 0.890764181016, 0.889023303745, 0.888628513297, + 0.88591462355, 0.883324458751, 0.882629359352, 0.881185912773, 0.880459117431, + 0.876243057514, 0.875178000699, 0.87464703624, 0.873006971519, 0.866733439423, + 0.859896825026, 0.855088048182, 0.851019815143, 0.844211345078, 0.835743265866, + 0.833130191023, 0.830973313737, 0.821796437249, 0.819127304091, 0.816851492601, + 0.815531687779, 0.789740765722, 0.788751364403, 0.782537924121, 0.779444659838, + 0.778195111933, 0.762997907676, 0.762449119745, 0.758713140365 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 14.4814106025, 15.0665800452, 15.9944547311, 17.6513154301, + 19.7313910596, 22.2415956293, 25.2338482897, 28.9983965864, 33.1945877234, + 37.2192967935, 41.7965852462, 46.4087212029, 51.1009737924, 55.6907222438, + 59.7792537073, 64.8784785583, 69.1828569435, 74.2756704848, 79.3854559008, + 83.4870901039, 88.9448473521, 93.7431044401, 97.7164154653, 101.18165114, + 104.618322613, 110.041649037, 116.905033337, 122.058967962, 126.290552995, + 130.83974091, 135.3736522, 139.38769802, 143.887353817, 148.718708827, + 152.569937177, 156.754506409, 161.733872263, 166.526324219, 169.005596108, + 173.771151354, 182.307825701, 189.6803544, 196.080190772, 199.289157609, + 200.278288043, 203.541100543, 206.810974482, 209.36895705, 217.043759812, + 226.395164547, 229.859183499, 230.782036177, 232.585877863, 235.606402305, + 244.517220831, 251.963935574, 254.2109375, 256.013633578, 261.115196078, + 266.218201754, 270.545897833, 279.025196078, 286.746111111, 290.80952381, + 292.973710317, 296.48705561, 301.45580561, 304.587974173, 305.504127703, + 312.342019331, 318.920984848, 320.5225, 325.086574074, 329.302483165, + 335.439164905, 345.90961945, 352.394886364, 356.616477273, 360.900637472, + 370.658067542, 381.083241758, 384.23386324, 388.519577526, 404.141391941, + 430.021441202, 453.009994316, 470.533631691, 492.004758065, 522.161388889, + 544.036111111, 553.452222222, 575.825588235, 599.210171569, 608.97172619, + 616.069642857, 669.5875, 722.453125, 736.671875, 755.04375, + 763.616666667, 796.083333333, 827.166666667, 835.625, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(3.489), + etaMin = cms.double(2.964), + l1tCalibrationFactors = cms.vdouble( + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 25.5826843658, 24.2629824561, 21.1982915959, 19.24759157, + 21.2638970135, 22.779435911, 23.9039434399, 26.5016611824, 30.2078332673, + 33.6160387858, 37.7073720397, 42.0957302547, 52.2161530155, 80.4293131351, + 123.112789661, 167.484620234, 200.362734522, 227.533021978, 247.865403082, + 260.104100561, 259.756684492, 287.576571793, 345.295419755, 305.06330819, + 271.547743056, 295.071859903, 357.906929348, 405.463541667, 290.769345238, + 202.021428571, 212.075, 193.625, 163.625, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(4.191), + etaMin = cms.double(3.489), + l1tCalibrationFactors = cms.vdouble( + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 22.6446171016, 20.5125237851, 18.9096163143, 19.6264810998, + 21.0068368313, 23.0523217726, 26.2785604184, 30.3103046044, 34.9313275194, + 39.3931844106, 43.3488875356, 48.4803086268, 59.4328197875, 82.5972291029, + 114.115285978, 141.656915733, 161.147025234, 182.762630662, 209.627475248, + 229.03719747, 227.122685185, 237.558201058, 249.011904762, 301.291666667, + 271.65625, 243.03125, 326.625, float('inf') + ) + ), + cms.PSet( + etaMax = cms.double(5.191), + etaMin = cms.double(4.191), + l1tCalibrationFactors = cms.vdouble( + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0, + 1.0, 1.0, 1.0, 1.0, 1.0 + ), + l1tPtBins = cms.vdouble( + -float('inf'), 19.9973790323, 18.7233958626, 19.0354844999, 20.2562619616, + 21.8848170727, 24.4047538346, 27.3838689353, 30.8225281734, 34.60470791, + 39.1976611227, 43.9557705684, 47.9253810239, 57.1837291686, 77.2146849218, + 102.883983524, 131.248104371, 147.631578947, 175.0, 199.875, + float('inf') + ) + ) + ), + inputCollectionTag = cms.InputTag("l1tSlwPFPuppiJets","UncalibratedPhase1L1TJetFromPfCandidates"), + outputCollectionName = cms.string('Phase1L1TJetFromPfCandidates') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSlwPFPuppiJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSlwPFPuppiJets_cfi.py new file mode 100644 index 0000000000000..8bbc5b5cd472d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/l1tSlwPFPuppiJets_cfi.py @@ -0,0 +1,86 @@ +import FWCore.ParameterSet.Config as cms + +l1tSlwPFPuppiJets = cms.EDProducer("Phase1L1TJetProducer", + cosPhi = cms.vdouble( + -1.00000000e+00, -9.96194698e-01, -9.84807753e-01, -9.65925826e-01, + -9.39692621e-01, -9.06307787e-01, -8.66025404e-01, -8.19152044e-01, + -7.66044443e-01, -7.07106781e-01, -6.42787610e-01, -5.73576436e-01, + -5.00000000e-01, -4.22618262e-01, -3.42020143e-01, -2.58819045e-01, + -1.73648178e-01, -8.71557427e-02, 6.12323400e-17, 8.71557427e-02, + 1.73648178e-01, 2.58819045e-01, 3.42020143e-01, 4.22618262e-01, + 5.00000000e-01, 5.73576436e-01, 6.42787610e-01, 7.07106781e-01, + 7.66044443e-01, 8.19152044e-01, 8.66025404e-01, 9.06307787e-01, + 9.39692621e-01, 9.65925826e-01, 9.84807753e-01, 9.96194698e-01, + 1.00000000e+00, 9.96194698e-01, 9.84807753e-01, 9.65925826e-01, + 9.39692621e-01, 9.06307787e-01, 8.66025404e-01, 8.19152044e-01, + 7.66044443e-01, 7.07106781e-01, 6.42787610e-01, 5.73576436e-01, + 5.00000000e-01, 4.22618262e-01, 3.42020143e-01, 2.58819045e-01, + 1.73648178e-01, 8.71557427e-02, 6.12323400e-17, -8.71557427e-02, + -1.73648178e-01, -2.58819045e-01, -3.42020143e-01, -4.22618262e-01, + -5.00000000e-01, -5.73576436e-01, -6.42787610e-01, -7.07106781e-01, + -7.66044443e-01, -8.19152044e-01, -8.66025404e-01, -9.06307787e-01, + -9.39692621e-01, -9.65925826e-01, -9.84807753e-01, -9.96194698e-01, + -1.00000000e+00), + etaBinning = cms.vdouble( + -5.0, -4.917, -4.833, -4.75, -4.667, + -4.583, -4.5, -4.417, -4.333, -4.25, + -4.167, -4.083, -4.0, -3.917, -3.833, + -3.75, -3.667, -3.583, -3.5, -3.417, + -3.333, -3.25, -3.167, -3.083, -3.0, + -2.917, -2.833, -2.75, -2.667, -2.583, + -2.5, -2.417, -2.333, -2.25, -2.167, + -2.083, -2.0, -1.917, -1.833, -1.75, + -1.667, -1.583, -1.5, -1.417, -1.333, + -1.25, -1.167, -1.083, -1.0, -0.917, + -0.833, -0.75, -0.667, -0.583, -0.5, + -0.417, -0.333, -0.25, -0.167, -0.083, + 0.0, 0.083, 0.167, 0.25, 0.333, + 0.417, 0.5, 0.583, 0.667, 0.75, + 0.833, 0.917, 1.0, 1.083, 1.167, + 1.25, 1.333, 1.417, 1.5, 1.583, + 1.667, 1.75, 1.833, 1.917, 2.0, + 2.083, 2.167, 2.25, 2.333, 2.417, + 2.5, 2.583, 2.667, 2.75, 2.833, + 2.917, 3.0, 3.083, 3.167, 3.25, + 3.333, 3.417, 3.5, 3.583, 3.667, + 3.75, 3.833, 3.917, 4.0, 4.083, + 4.167, 4.25, 4.333, 4.417, 4.5, + 4.583, 4.667, 4.75, 4.833, 4.917, + 5.0 + ), + etaRegions = cms.vdouble(-1.5, -0.75, 0, 0.75, 1.5), + inputCollectionTag = cms.InputTag("l1pfCandidates","Puppi"), + jetIEtaSize = cms.uint32(7), + jetIPhiSize = cms.uint32(7), + nBinsPhi = cms.uint32(72), + outputCollectionName = cms.string('UncalibratedPhase1L1TJetFromPfCandidates'), + phiLow = cms.double(-3.14159265359), + phiRegions = cms.vdouble( + -3.15, -2.45, -1.75, -1.05, -0.35, 0.35, 1.05, 1.75, 2.45, 3.15 + ), + phiUp = cms.double(3.14159265359), + puSubtraction = cms.bool(False), + seedPtThreshold = cms.double(5), + sinPhi = cms.vdouble( + 0.00000000e+00, -8.71557427e-02, -1.73648178e-01, -2.58819045e-01, + -3.42020143e-01, -4.22618262e-01, -5.00000000e-01, -5.73576436e-01, + -6.42787610e-01, -7.07106781e-01, -7.66044443e-01, -8.19152044e-01, + -8.66025404e-01, -9.06307787e-01, -9.39692621e-01, -9.65925826e-01, + -9.84807753e-01, -9.96194698e-01, -1.00000000e+00, -9.96194698e-01, + -9.84807753e-01, -9.65925826e-01, -9.39692621e-01, -9.06307787e-01, + -8.66025404e-01, -8.19152044e-01, -7.66044443e-01, -7.07106781e-01, + -6.42787610e-01, -5.73576436e-01, -5.00000000e-01, -4.22618262e-01, + -3.42020143e-01, -2.58819045e-01, -1.73648178e-01, -8.71557427e-02, + 0.00000000e+00, 8.71557427e-02, 1.73648178e-01, 2.58819045e-01, + 3.42020143e-01, 4.22618262e-01, 5.00000000e-01, 5.73576436e-01, + 6.42787610e-01, 7.07106781e-01, 7.66044443e-01, 8.19152044e-01, + 8.66025404e-01, 9.06307787e-01, 9.39692621e-01, 9.65925826e-01, + 9.84807753e-01, 9.96194698e-01, 1.00000000e+00, 9.96194698e-01, + 9.84807753e-01, 9.65925826e-01, 9.39692621e-01, 9.06307787e-01, + 8.66025404e-01, 8.19152044e-01, 7.66044443e-01, 7.07106781e-01, + 6.42787610e-01, 5.73576436e-01, 5.00000000e-01, 4.22618262e-01, + 3.42020143e-01, 2.58819045e-01, 1.73648178e-01, 8.71557427e-02, + 0.00000000e+00 + ), + vetoZeroPt = cms.bool(True), +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/me0RecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/me0RecHits_cfi.py new file mode 100644 index 0000000000000..ca92984422d7f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/me0RecHits_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +me0RecHits = cms.EDProducer("ME0RecHitProducer", + me0DigiLabel = cms.InputTag("simMuonME0PseudoReDigis"), + recAlgo = cms.string('ME0RecHitStandardAlgo'), + recAlgoConfig = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/me0Segments_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/me0Segments_cfi.py new file mode 100644 index 0000000000000..bb2ea32c6ed86 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/me0Segments_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +me0Segments = cms.EDProducer("ME0SegmentProducer", + algo_psets = cms.VPSet( + cms.PSet( + algo_name = cms.string('ME0SegmentAlgorithm'), + algo_pset = cms.PSet( + ME0Debug = cms.untracked.bool(True), + dEtaChainBoxMax = cms.double(0.05), + dPhiChainBoxMax = cms.double(0.02), + dTimeChainBoxMax = cms.double(15.0), + dXclusBoxMax = cms.double(1.0), + dYclusBoxMax = cms.double(5.0), + maxRecHitsInCluster = cms.int32(6), + minHitsPerSegment = cms.uint32(3), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True) + ) + ), + cms.PSet( + algo_name = cms.string('ME0SegAlgoRU'), + algo_pset = cms.PSet( + allowWideSegments = cms.bool(True), + doCollisions = cms.bool(True), + maxChi2Additional = cms.double(100.0), + maxChi2GoodSeg = cms.double(50), + maxChi2Prune = cms.double(50), + maxETASeeds = cms.double(0.1), + maxPhiAdditional = cms.double(0.001096605744), + maxPhiSeeds = cms.double(0.001096605744), + maxTOFDiff = cms.double(25), + minNumberOfHits = cms.uint32(4), + requireCentralBX = cms.bool(True) + ) + ) + ), + algo_type = cms.int32(2), + me0RecHitLabel = cms.InputTag("me0RecHits") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/muonCSCDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/muonCSCDigis_cfi.py new file mode 100644 index 0000000000000..d8eda507b5c65 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/muonCSCDigis_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +muonCSCDigis = cms.EDProducer("CSCDCCUnpacker", + Debug = cms.untracked.bool(False), + ErrorMask = cms.uint32(0), + ExaminerMask = cms.uint32(535558134), + FormatedEventDump = cms.untracked.bool(False), + InputObjects = cms.InputTag("rawDataCollector"), + PrintEventNumber = cms.untracked.bool(False), + SuppressZeroLCT = cms.untracked.bool(True), + UnpackStatusDigis = cms.bool(False), + UseExaminer = cms.bool(True), + UseFormatStatus = cms.bool(True), + UseSelectiveUnpacking = cms.bool(True), + VisualFEDInspect = cms.untracked.bool(False), + VisualFEDShort = cms.untracked.bool(False), + mightGet = cms.optional.untracked.vstring, + runDQM = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/muonDTDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/muonDTDigis_cfi.py new file mode 100644 index 0000000000000..3c28816024354 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/muonDTDigis_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +muonDTDigis = cms.EDProducer("DTuROSRawToDigi", + debug = cms.untracked.bool(False), + inputLabel = cms.InputTag("rawDataCollector") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/muonGEMDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/muonGEMDigis_cfi.py new file mode 100644 index 0000000000000..e041fe5c64fcf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/muonGEMDigis_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +muonGEMDigis = cms.EDProducer("GEMRawToDigiModule", + InputLabel = cms.InputTag("rawDataCollector"), + mightGet = cms.optional.untracked.vstring, + #unPackStatusDigis = cms.bool(False), + useDBEMap = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/offlineBeamSpot_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/offlineBeamSpot_cfi.py new file mode 100644 index 0000000000000..43cefc7f5f5d1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/offlineBeamSpot_cfi.py @@ -0,0 +1,3 @@ +import FWCore.ParameterSet.Config as cms + +offlineBeamSpot = cms.EDProducer("BeamSpotProducer") diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/offlinePrimaryVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/offlinePrimaryVertices_cfi.py new file mode 100644 index 0000000000000..7df3e87ab5cee --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/offlinePrimaryVertices_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +offlinePrimaryVertices = cms.EDProducer("RecoChargedRefCandidatePrimaryVertexSorter", + assignment = cms.PSet( + DzCutForChargedFromPUVtxs = cms.double(0.2), + EtaMinUseDz = cms.double(-1), + maxDistanceToJetAxis = cms.double(0.07), + maxDtSigForPrimaryAssignment = cms.double(4.0), + maxDxyForJetAxisAssigment = cms.double(0.1), + maxDxyForNotReconstructedPrimary = cms.double(0.01), + maxDxySigForNotReconstructedPrimary = cms.double(2), + maxDzErrorForPrimaryAssignment = cms.double(0.05), + maxDzForJetAxisAssigment = cms.double(0.1), + maxDzForPrimaryAssignment = cms.double(0.1), + maxDzSigForPrimaryAssignment = cms.double(5.0), + maxJetDeltaR = cms.double(0.5), + minJetPt = cms.double(25), + NumOfPUVtxsForCharged = cms.uint32(0), + OnlyUseFirstDz = cms.bool(False), + preferHighRanked = cms.bool(False), + PtMaxCharged = cms.double(-1), + useTiming = cms.bool(False), + useVertexFit = cms.bool(True) + ), + jets = cms.InputTag("ak4CaloJetsForTrk"), + particles = cms.InputTag("trackRefsForJetsBeforeSorting"), + produceAssociationToOriginalVertices = cms.bool(False), + produceNoPileUpCollection = cms.bool(False), + producePileUpCollection = cms.bool(False), + produceSortedVertices = cms.bool(True), + qualityForPrimary = cms.int32(3), + sorting = cms.PSet( + + ), + trackTimeResoTag = cms.InputTag(""), + trackTimeTag = cms.InputTag(""), + usePVMET = cms.bool(True), + vertices = cms.InputTag("unsortedOfflinePrimaryVertices") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowBadHcalPseudoCluster_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowBadHcalPseudoCluster_cfi.py new file mode 100644 index 0000000000000..379a2a6ad7615 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowBadHcalPseudoCluster_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowBadHcalPseudoCluster = cms.EDProducer("PFBadHcalPseudoClusterProducer", + debug = cms.untracked.bool(False), + enable = cms.bool(False), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowBlock_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowBlock_cfi.py new file mode 100644 index 0000000000000..2343f86a94ad6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowBlock_cfi.py @@ -0,0 +1,154 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowBlock = cms.EDProducer("PFBlockProducer", + debug = cms.untracked.bool(False), + elementImporters = cms.VPSet( + cms.PSet( + importerName = cms.string('SuperClusterImporter'), + maximumHoverE = cms.double(0.5), + minPTforBypass = cms.double(100.0), + minSuperClusterPt = cms.double(10.0), + source_eb = cms.InputTag("particleFlowSuperClusterECAL","particleFlowSuperClusterECALBarrel"), + source_ee = cms.InputTag("particleFlowSuperClusterECAL","particleFlowSuperClusterECALEndcapWithPreshower"), + source_towers = cms.InputTag("towerMaker"), + superClustersArePF = cms.bool(True) + ), + cms.PSet( + DPtOverPtCuts_byTrackAlgo = cms.vdouble( + 10.0, 10.0, 10.0, 10.0, 10.0, + 5.0 + ), + NHitCuts_byTrackAlgo = cms.vuint32( + 3, 3, 3, 3, 3, + 3 + ), + cleanBadConvertedBrems = cms.bool(True), + importerName = cms.string('GeneralTracksImporter'), + #importerName = cms.string('GeneralTracksImporterWithVeto'), + maxDPtOPt = cms.double(1.0), + muonMaxDPtOPt = cms.double(1), + muonSrc = cms.InputTag("hltPhase2L3Muons"), + source = cms.InputTag("pfTrack"), + useIterativeTracking = cms.bool(True), + trackQuality = cms.string("highPurity"), + vetoEndcap =cms.bool(True), + vetoMode = cms.uint32(2), + vetoSrc = cms.InputTag("pfTICL"), + #veto = cms.InputTag("hgcalTrackCollection","TracksInHGCal") + ), + cms.PSet( + BCtoPFCMap = cms.InputTag("particleFlowSuperClusterECAL","PFClusterAssociationEBEE"), + importerName = cms.string('ECALClusterImporter'), + source = cms.InputTag("particleFlowClusterECAL") + ), + cms.PSet( + importerName = cms.string('GenericClusterImporter'), + source = cms.InputTag("particleFlowClusterHCAL") + ), + cms.PSet( + importerName = cms.string('GenericClusterImporter'), + source = cms.InputTag("particleFlowBadHcalPseudoCluster") + ), + cms.PSet( + importerName = cms.string('GenericClusterImporter'), + source = cms.InputTag("particleFlowClusterHO") + ), + cms.PSet( + importerName = cms.string('GenericClusterImporter'), + source = cms.InputTag("particleFlowClusterHF") + ), + cms.PSet( + importerName = cms.string('GenericClusterImporter'), + source = cms.InputTag("particleFlowClusterPS") + ) + ), + linkDefinitions = cms.VPSet( + cms.PSet( + linkType = cms.string('PS1:ECAL'), + linkerName = cms.string('PreshowerAndECALLinker'), + useKDTree = cms.bool(True) + ), + cms.PSet( + linkType = cms.string('PS2:ECAL'), + linkerName = cms.string('PreshowerAndECALLinker'), + useKDTree = cms.bool(True) + ), + cms.PSet( + linkType = cms.string('TRACK:ECAL'), + linkerName = cms.string('TrackAndECALLinker'), + useKDTree = cms.bool(True) + ), + cms.PSet( + linkType = cms.string('TRACK:HCAL'), + linkerName = cms.string('TrackAndHCALLinker'), + nMaxHcalLinksPerTrack = cms.int32(1), + trajectoryLayerEntrance = cms.string('HCALEntrance'), + trajectoryLayerExit = cms.string('HCALExit'), + useKDTree = cms.bool(True) + ), + cms.PSet( + linkType = cms.string('TRACK:HO'), + linkerName = cms.string('TrackAndHOLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('ECAL:HCAL'), + linkerName = cms.string('ECALAndHCALLinker'), + minAbsEtaEcal = cms.double(2.5), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('HCAL:HO'), + linkerName = cms.string('HCALAndHOLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('HFEM:HFHAD'), + linkerName = cms.string('HFEMAndHFHADLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('TRACK:TRACK'), + linkerName = cms.string('TrackAndTrackLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('ECAL:ECAL'), + linkerName = cms.string('ECALAndECALLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('ECAL:BREM'), + linkerName = cms.string('ECALAndBREMLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('HCAL:BREM'), + linkerName = cms.string('HCALAndBREMLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + SuperClusterMatchByRef = cms.bool(True), + linkType = cms.string('SC:ECAL'), + linkerName = cms.string('SCAndECALLinker'), + useKDTree = cms.bool(False) + ), + cms.PSet( + linkType = cms.string('TRACK:HFEM'), + linkerName = cms.string('TrackAndHCALLinker'), + nMaxHcalLinksPerTrack = cms.int32(-1), + trajectoryLayerEntrance = cms.string('VFcalEntrance'), + trajectoryLayerExit = cms.string(''), + useKDTree = cms.bool(True) + ), + cms.PSet( + linkType = cms.string('TRACK:HFHAD'), + linkerName = cms.string('TrackAndHCALLinker'), + nMaxHcalLinksPerTrack = cms.int32(-1), + trajectoryLayerEntrance = cms.string('VFcalEntrance'), + trajectoryLayerExit = cms.string(''), + useKDTree = cms.bool(True) + ) + ), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterECALUncorrected_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterECALUncorrected_cfi.py new file mode 100644 index 0000000000000..3b2c2b713a89f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterECALUncorrected_cfi.py @@ -0,0 +1,134 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterECALUncorrected = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_BARREL'), + gatheringThreshold = cms.double(0.175), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + gatheringThreshold = cms.double(0.3), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.08), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(0.428192), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0510871), + noiseTerm = cms.double(1.10889), + noiseTermLowE = cms.double(1.31883), + threshHighE = cms.double(5.0), + threshLowE = cms.double(0.5) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(0.0), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(5.72489999999), + noiseTermLowE = cms.double(6.92683000001), + threshHighE = cms.double(10.0), + threshLowE = cms.double(1.0) + ) + ), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.08), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(9), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(0.428192), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0510871), + noiseTerm = cms.double(1.10889), + noiseTermLowE = cms.double(1.31883), + threshHighE = cms.double(5.0), + threshLowE = cms.double(0.5) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(0.0), + constantTermLowE = cms.double(0.0), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(5.72489999999), + noiseTermLowE = cms.double(6.92683000001), + threshHighE = cms.double(10.0), + threshLowE = cms.double(1.0) + ) + ), + positionCalcForConvergence = cms.PSet( + T0_EB = cms.double(7.4), + T0_EE = cms.double(3.1), + T0_ES = cms.double(1.2), + W0 = cms.double(4.2), + X0 = cms.double(0.89), + algoName = cms.string('ECAL2DPositionCalcWithDepthCorr'), + minAllowedNormalization = cms.double(0.0), + minFractionInCalc = cms.double(0.0) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_BARREL'), + recHitEnergyNorm = cms.double(0.08) + ), + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + recHitEnergyNorm = cms.double(0.3) + ) + ), + showerSigma = cms.double(1.5), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + T0_EB = cms.double(7.4), + T0_EE = cms.double(3.1), + T0_ES = cms.double(1.2), + W0 = cms.double(4.2), + X0 = cms.double(0.89), + algoName = cms.string('ECAL2DPositionCalcWithDepthCorr'), + minAllowedNormalization = cms.double(0.0), + minFractionInCalc = cms.double(0.0) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitECAL"), + seedCleaners = cms.VPSet(cms.PSet( + RecHitFlagsToBeExcluded = cms.vstring(), + algoName = cms.string('FlagsCleanerECAL') + )), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('ECAL_ENDCAP'), + seedingThreshold = cms.double(0.6), + seedingThresholdPt = cms.double(0.15) + ), + cms.PSet( + detector = cms.string('ECAL_BARREL'), + seedingThreshold = cms.double(0.4375), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterECAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterECAL_cfi.py new file mode 100644 index 0000000000000..8253d3f50e307 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterECAL_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterECAL = cms.EDProducer("CorrectedECALPFClusterProducer", + energyCorrector = cms.PSet( + applyCrackCorrections = cms.bool(False), + applyMVACorrections = cms.bool(True), + autoDetectBunchSpacing = cms.bool(True), + bunchSpacing = cms.int32(25), + ebSrFlagLabel = cms.InputTag("ecalDigis"), + eeSrFlagLabel = cms.InputTag("ecalDigis"), + maxPtForMVAEvaluation = cms.double(300.0), + recHitsEBLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + recHitsEELabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + setEnergyUncertainty = cms.bool(False), + srfAwareCorrection = cms.bool(True) + ), + inputECAL = cms.InputTag("particleFlowTimeAssignerECAL"), + inputPS = cms.InputTag("particleFlowClusterPS"), + mightGet = cms.optional.untracked.vstring, + minimumPSEnergy = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHBHE_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHBHE_cfi.py new file mode 100644 index 0000000000000..9ce8af8b1a238 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHBHE_cfi.py @@ -0,0 +1,165 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHBHE = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + gatheringThreshold = cms.vdouble(0.8, 1.2, 1.2, 1.2), + gatheringThresholdPt = cms.vdouble(0.0, 0.0, 0.0, 0.0) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + gatheringThreshold = cms.vdouble( + 0.1, 0.2, 0.2, 0.2, 0.2, + 0.2, 0.2 + ), + gatheringThresholdPt = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0 + ) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominatorByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + logWeightDenominator = cms.vdouble(0.8, 1.2, 1.2, 1.2) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + logWeightDenominator = cms.vdouble( + 0.1, 0.2, 0.2, 0.2, 0.2, + 0.2, 0.2 + ) + ) + ), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + clusterTimeResFromSeed = cms.bool(False), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + maxNSigmaTime = cms.double(10.0), + minChi2Prob = cms.double(0.0), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominatorByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + logWeightDenominator = cms.vdouble(0.8, 1.2, 1.2, 1.2) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + logWeightDenominator = cms.vdouble( + 0.1, 0.2, 0.2, 0.2, 0.2, + 0.2, 0.2 + ) + ) + ), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(5) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + recHitEnergyNorm = cms.vdouble(0.8, 1.2, 1.2, 1.2) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + recHitEnergyNorm = cms.vdouble( + 0.1, 0.2, 0.2, 0.2, 0.2, + 0.2, 0.2 + ) + ) + ), + showerSigma = cms.double(10.0), + stoppingTolerance = cms.double(1e-08), + timeResolutionCalcBarrel = cms.PSet( + constantTerm = cms.double(2.82), + constantTermLowE = cms.double(4.24), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(21.86), + noiseTermLowE = cms.double(8), + threshHighE = cms.double(15.0), + threshLowE = cms.double(6.0) + ), + timeResolutionCalcEndcap = cms.PSet( + constantTerm = cms.double(2.82), + constantTermLowE = cms.double(4.24), + corrTermLowE = cms.double(0.0), + noiseTerm = cms.double(21.86), + noiseTermLowE = cms.double(8), + threshHighE = cms.double(15.0), + threshLowE = cms.double(6.0) + ), + timeSigmaEB = cms.double(10.0), + timeSigmaEE = cms.double(10.0) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHBHE"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + seedingThreshold = cms.vdouble(1.0, 1.5, 1.5, 1.5), + seedingThresholdPt = cms.vdouble(0.0, 0.0, 0.0, 0.0) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + seedingThreshold = cms.vdouble( + 0.1375, 0.275, 0.275, 0.275, 0.275, + 0.275, 0.275 + ), + seedingThresholdPt = cms.vdouble( + 0.0, 0.0, 0.0, 0.0, 0.0, + 0.0, 0.0 + ) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHCAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHCAL_cfi.py new file mode 100644 index 0000000000000..b9f00c2d5e688 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHCAL_cfi.py @@ -0,0 +1,41 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHCAL = cms.EDProducer("PFMultiDepthClusterProducer", + clustersSource = cms.InputTag("particleFlowClusterHBHE"), + energyCorrector = cms.PSet( + + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('PFMultiDepthClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominatorByDetector = cms.VPSet( + cms.PSet( + depths = cms.vint32(1, 2, 3, 4), + detector = cms.string('HCAL_BARREL1'), + logWeightDenominator = cms.vdouble(0.8, 1.2, 1.2, 1.2) + ), + cms.PSet( + depths = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detector = cms.string('HCAL_ENDCAP'), + logWeightDenominator = cms.vdouble( + 0.1, 0.2, 0.2, 0.2, 0.2, + 0.2, 0.2 + ) + ) + ), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + minFractionToKeep = cms.double(1e-07), + nSigmaEta = cms.double(2.0), + nSigmaPhi = cms.double(2.0) + ), + positionReCalc = cms.PSet( + + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHF_cfi.py new file mode 100644 index 0000000000000..3c913f0b4d72a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHF_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHF = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('HF_EM'), + gatheringThreshold = cms.double(0.8), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('HF_HAD'), + gatheringThreshold = cms.double(0.8), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(False) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.8), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(5) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('HF_EM'), + recHitEnergyNorm = cms.double(0.8) + ), + cms.PSet( + detector = cms.string('HF_HAD'), + recHitEnergyNorm = cms.double(0.8) + ) + ), + showerSigma = cms.double(10.0), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHF"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(0), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('HF_EM'), + seedingThreshold = cms.double(1.4), + seedingThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('HF_HAD'), + seedingThreshold = cms.double(1.4), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLHAD_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLHAD_cfi.py new file mode 100644 index 0000000000000..270a4e9675033 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLHAD_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHGCalFromTICLHAD = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('PFClusterFromHGCalTrackster'), + clusterSrc = cms.InputTag("hgcalLayerClusters"), + filterByTracksterIteration = cms.bool(True), + filterByTracksterPID = cms.bool(False), + filter_on_categories = cms.vint32(0, 1), + filter_on_iterations = cms.vint32(0, 1), + pid_threshold = cms.double(0.8), + thresholdsByDetector = cms.VPSet(), + tracksterSrc = cms.InputTag("ticlTrackstersHADForEgamma") + ), + pfClusterBuilder = cms.PSet( + + ), + positionReCalc = cms.PSet( + algoName = cms.string('Cluster3DPCACalculator'), + minFractionInCalc = cms.double(1e-09), + updateTiming = cms.bool(False) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHGC"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('PassThruSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet() + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLL1Seeded_cfi.py new file mode 100644 index 0000000000000..c299fa6a3a256 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLL1Seeded_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHGCalFromTICLL1Seeded = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('PFClusterFromHGCalTrackster'), + clusterSrc = cms.InputTag("hgcalLayerClustersL1Seeded"), + filterByTracksterIteration = cms.bool(True), + filterByTracksterPID = cms.bool(False), + filter_on_categories = cms.vint32(0, 1), + filter_on_iterations = cms.vint32(0, 1), + pid_threshold = cms.double(0.8), + thresholdsByDetector = cms.VPSet(), + tracksterSrc = cms.InputTag("ticlTrackstersEML1") + ), + pfClusterBuilder = cms.PSet( + + ), + positionReCalc = cms.PSet( + algoName = cms.string('Cluster3DPCACalculator'), + minFractionInCalc = cms.double(1e-09), + updateTiming = cms.bool(False) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHGCL1Seeded"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('PassThruSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet() + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLUnseeded_cfi.py new file mode 100644 index 0000000000000..b86d2dddd4405 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCalFromTICLUnseeded_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHGCalFromTICLUnseeded = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('PFClusterFromHGCalTrackster'), + clusterSrc = cms.InputTag("hgcalLayerClusters"), + filterByTracksterIteration = cms.bool(True), + filterByTracksterPID = cms.bool(False), + filter_on_categories = cms.vint32(0, 1), + filter_on_iterations = cms.vint32(0, 1), + pid_threshold = cms.double(0.8), + thresholdsByDetector = cms.VPSet(), + tracksterSrc = cms.InputTag("ticlTrackstersEMForEgamma") + ), + pfClusterBuilder = cms.PSet( + + ), + positionReCalc = cms.PSet( + algoName = cms.string('Cluster3DPCACalculator'), + minFractionInCalc = cms.double(1e-09), + updateTiming = cms.bool(False) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHGC"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('PassThruSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet() + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCal_cfi.py new file mode 100644 index 0000000000000..95ccf5b09e750 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHGCal_cfi.py @@ -0,0 +1,34 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHGCal = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('PFClusterFromHGCalTrackster'), + clusterSrc = cms.InputTag("hgcalLayerClusters"), + filterByTracksterIteration = cms.bool(True), + filterByTracksterPID = cms.bool(False), + filter_on_categories = cms.vint32(0, 1), + filter_on_iterations = cms.vint32(0, 1), + pid_threshold = cms.double(0.8), + thresholdsByDetector = cms.VPSet(), + tracksterSrc = cms.InputTag("ticlTrackstersMerge") + ), + pfClusterBuilder = cms.PSet( + + ), + positionReCalc = cms.PSet( + algoName = cms.string('Cluster3DPCACalculator'), + minFractionInCalc = cms.double(1e-09), + updateTiming = cms.bool(False) + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHGC"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('PassThruSeedFinder'), + nNeighbours = cms.int32(8), + thresholdsByDetector = cms.VPSet() + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHO_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHO_cfi.py new file mode 100644 index 0000000000000..ad8c64558251d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterHO_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterHO = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('HCAL_BARREL2_RING0'), + gatheringThreshold = cms.double(0.05), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('HCAL_BARREL2_RING1'), + gatheringThreshold = cms.double(0.05), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(True) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + allCellsPositionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.05), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(0.05), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(5) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('HCAL_BARREL2_RING0'), + recHitEnergyNorm = cms.double(0.05) + ), + cms.PSet( + detector = cms.string('HCAL_BARREL2_RING1'), + recHitEnergyNorm = cms.double(0.05) + ) + ), + showerSigma = cms.double(10.0), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitHO"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('HCAL_BARREL2_RING0'), + seedingThreshold = cms.double(0.08), + seedingThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('HCAL_BARREL2_RING1'), + seedingThreshold = cms.double(0.08), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterPS_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterPS_cfi.py new file mode 100644 index 0000000000000..b3e34804c77fc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowClusterPS_cfi.py @@ -0,0 +1,71 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowClusterPS = cms.EDProducer("PFClusterProducer", + energyCorrector = cms.PSet( + + ), + initialClusteringStep = cms.PSet( + algoName = cms.string('Basic2DGenericTopoClusterizer'), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + gatheringThreshold = cms.double(6e-05), + gatheringThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('PS2'), + gatheringThreshold = cms.double(6e-05), + gatheringThresholdPt = cms.double(0.0) + ) + ), + useCornerCells = cms.bool(False) + ), + pfClusterBuilder = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowClusterizer'), + excludeOtherSeeds = cms.bool(True), + maxIterations = cms.uint32(50), + minFracTot = cms.double(1e-20), + minFractionToKeep = cms.double(1e-07), + positionCalc = cms.PSet( + algoName = cms.string('Basic2DGenericPFlowPositionCalc'), + logWeightDenominator = cms.double(6e-05), + minAllowedNormalization = cms.double(1e-09), + minFractionInCalc = cms.double(1e-09), + posCalcNCrystals = cms.int32(-1) + ), + recHitEnergyNorms = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + recHitEnergyNorm = cms.double(6e-05) + ), + cms.PSet( + detector = cms.string('PS2'), + recHitEnergyNorm = cms.double(6e-05) + ) + ), + showerSigma = cms.double(0.3), + stoppingTolerance = cms.double(1e-08) + ), + positionReCalc = cms.PSet( + + ), + recHitCleaners = cms.VPSet(), + recHitsSource = cms.InputTag("particleFlowRecHitPS"), + seedCleaners = cms.VPSet(), + seedFinder = cms.PSet( + algoName = cms.string('LocalMaximumSeedFinder'), + nNeighbours = cms.int32(4), + thresholdsByDetector = cms.VPSet( + cms.PSet( + detector = cms.string('PS1'), + seedingThreshold = cms.double(0.00012), + seedingThresholdPt = cms.double(0.0) + ), + cms.PSet( + detector = cms.string('PS2'), + seedingThreshold = cms.double(0.00012), + seedingThresholdPt = cms.double(0.0) + ) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowPtrs_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowPtrs_cfi.py new file mode 100644 index 0000000000000..b0f290146405e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowPtrs_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowPtrs = cms.EDProducer("PFCandidateFwdPtrProducer", + src = cms.InputTag("particleFlowTmp") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitECAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitECAL_cfi.py new file mode 100644 index 0000000000000..af38a61246a6b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitECAL_cfi.py @@ -0,0 +1,51 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitECAL = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + barrel = cms.PSet( + + ), + endcap = cms.PSet( + + ), + name = cms.string('PFRecHitECALNavigator') + ), + producers = cms.VPSet( + cms.PSet( + name = cms.string('PFEBRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + applySelectionsToAllCrystals = cms.bool(True), + name = cms.string('PFRecHitQTestDBThreshold') + ), + cms.PSet( + cleaningThreshold = cms.double(2.0), + name = cms.string('PFRecHitQTestECAL'), + skipTTRecoveredHits = cms.bool(True), + timingCleaning = cms.bool(True), + topologicalCleaning = cms.bool(True) + ) + ), + srFlags = cms.InputTag(""), + src = cms.InputTag("ecalRecHit","EcalRecHitsEB") + ), + cms.PSet( + name = cms.string('PFEERecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + applySelectionsToAllCrystals = cms.bool(True), + name = cms.string('PFRecHitQTestDBThreshold') + ), + cms.PSet( + cleaningThreshold = cms.double(2.0), + name = cms.string('PFRecHitQTestECAL'), + skipTTRecoveredHits = cms.bool(True), + timingCleaning = cms.bool(True), + topologicalCleaning = cms.bool(True) + ) + ), + srFlags = cms.InputTag(""), + src = cms.InputTag("ecalRecHit","EcalRecHitsEE") + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHBHE_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHBHE_cfi.py new file mode 100644 index 0000000000000..8fadb21c2ec0a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHBHE_cfi.py @@ -0,0 +1,41 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitHBHE = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + hcalEnums = cms.vint32(1, 2), + name = cms.string('PFRecHitHCALDenseIdNavigator') + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFHBHERecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + cuts = cms.VPSet( + cms.PSet( + depth = cms.vint32(1, 2, 3, 4), + detectorEnum = cms.int32(1), + threshold = cms.vdouble(0.8, 1.2, 1.2, 1.2) + ), + cms.PSet( + depth = cms.vint32( + 1, 2, 3, 4, 5, + 6, 7 + ), + detectorEnum = cms.int32(2), + threshold = cms.vdouble( + 0.1, 0.2, 0.2, 0.2, 0.2, + 0.2, 0.2 + ) + ) + ), + name = cms.string('PFRecHitQTestHCALThresholdVsDepth') + ), + cms.PSet( + cleaningThresholds = cms.vdouble(0.0), + flags = cms.vstring('Standard'), + maxSeverities = cms.vint32(11), + name = cms.string('PFRecHitQTestHCALChannel') + ) + ), + src = cms.InputTag("hbhereco") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHF_cfi.py new file mode 100644 index 0000000000000..47a4885731fb5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHF_cfi.py @@ -0,0 +1,40 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitHF = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + hcalEnums = cms.vint32(4), + name = cms.string('PFRecHitHCALDenseIdNavigator') + ), + producers = cms.VPSet(cms.PSet( + EMDepthCorrection = cms.double(22.0), + HADDepthCorrection = cms.double(25.0), + HFCalib29 = cms.double(1.07), + LongFibre_Cut = cms.double(120.0), + LongFibre_Fraction = cms.double(0.1), + ShortFibre_Cut = cms.double(60.0), + ShortFibre_Fraction = cms.double(0.01), + name = cms.string('PFHFRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + cleaningThresholds = cms.vdouble(0.0, 120.0, 60.0), + flags = cms.vstring( + 'Standard', + 'HFLong', + 'HFShort' + ), + maxSeverities = cms.vint32(11, 9, 9), + name = cms.string('PFRecHitQTestHCALChannel') + ), + cms.PSet( + cuts = cms.VPSet(cms.PSet( + depth = cms.vint32(1, 2), + detectorEnum = cms.int32(4), + threshold = cms.vdouble(1.2, 1.8) + )), + name = cms.string('PFRecHitQTestHCALThresholdVsDepth') + ) + ), + src = cms.InputTag("hfreco"), + thresh_HF = cms.double(0.4) + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHGCL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHGCL1Seeded_cfi.py new file mode 100644 index 0000000000000..005016760b378 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHGCL1Seeded_cfi.py @@ -0,0 +1,48 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitHGCL1Seeded = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + hgcee = cms.PSet( + name = cms.string('PFRecHitHGCEENavigator'), + topologySource = cms.string('HGCalEESensitive') + ), + hgcheb = cms.PSet( + name = cms.string('PFRecHitHGCHENavigator'), + topologySource = cms.string('HGCalHEScintillatorSensitive') + ), + hgchef = cms.PSet( + name = cms.string('PFRecHitHGCHENavigator'), + topologySource = cms.string('HGCalHESiliconSensitive') + ), + name = cms.string('PFRecHitHGCNavigator') + ), + producers = cms.VPSet( + cms.PSet( + geometryInstance = cms.string('HGCalEESensitive'), + name = cms.string('PFHGCalEERecHitCreator'), + qualityTests = cms.VPSet(cms.PSet( + name = cms.string('PFRecHitQTestHGCalThresholdSNR'), + thresholdSNR = cms.double(5.0) + )), + src = cms.InputTag("HGCalRecHitL1Seeded","HGCEERecHits") + ), + cms.PSet( + geometryInstance = cms.string('HGCalHESiliconSensitive'), + name = cms.string('PFHGCalHSiRecHitCreator'), + qualityTests = cms.VPSet(cms.PSet( + name = cms.string('PFRecHitQTestHGCalThresholdSNR'), + thresholdSNR = cms.double(5.0) + )), + src = cms.InputTag("HGCalRecHitL1Seeded","HGCHEFRecHits") + ), + cms.PSet( + geometryInstance = cms.string(''), + name = cms.string('PFHGCalHScRecHitCreator'), + qualityTests = cms.VPSet(cms.PSet( + name = cms.string('PFRecHitQTestHGCalThresholdSNR'), + thresholdSNR = cms.double(5.0) + )), + src = cms.InputTag("HGCalRecHitL1Seeded","HGCHEBRecHits") + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHGC_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHGC_cfi.py new file mode 100644 index 0000000000000..23e9fde2682d4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHGC_cfi.py @@ -0,0 +1,48 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitHGC = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + hgcee = cms.PSet( + name = cms.string('PFRecHitHGCEENavigator'), + topologySource = cms.string('HGCalEESensitive') + ), + hgcheb = cms.PSet( + name = cms.string('PFRecHitHGCHENavigator'), + topologySource = cms.string('HGCalHEScintillatorSensitive') + ), + hgchef = cms.PSet( + name = cms.string('PFRecHitHGCHENavigator'), + topologySource = cms.string('HGCalHESiliconSensitive') + ), + name = cms.string('PFRecHitHGCNavigator') + ), + producers = cms.VPSet( + cms.PSet( + geometryInstance = cms.string('HGCalEESensitive'), + name = cms.string('PFHGCalEERecHitCreator'), + qualityTests = cms.VPSet(cms.PSet( + name = cms.string('PFRecHitQTestHGCalThresholdSNR'), + thresholdSNR = cms.double(5.0) + )), + src = cms.InputTag("HGCalRecHit","HGCEERecHits") + ), + cms.PSet( + geometryInstance = cms.string('HGCalHESiliconSensitive'), + name = cms.string('PFHGCalHSiRecHitCreator'), + qualityTests = cms.VPSet(cms.PSet( + name = cms.string('PFRecHitQTestHGCalThresholdSNR'), + thresholdSNR = cms.double(5.0) + )), + src = cms.InputTag("HGCalRecHit","HGCHEFRecHits") + ), + cms.PSet( + geometryInstance = cms.string(''), + name = cms.string('PFHGCalHScRecHitCreator'), + qualityTests = cms.VPSet(cms.PSet( + name = cms.string('PFRecHitQTestHGCalThresholdSNR'), + thresholdSNR = cms.double(5.0) + )), + src = cms.InputTag("HGCalRecHit","HGCHEBRecHits") + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHO_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHO_cfi.py new file mode 100644 index 0000000000000..c5cdf58a2abe5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitHO_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitHO = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + hcalEnums = cms.vint32(3), + name = cms.string('PFRecHitHCALDenseIdNavigator') + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFHORecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + name = cms.string('PFRecHitQTestThreshold'), + threshold = cms.double(0.05) + ), + cms.PSet( + cleaningThresholds = cms.vdouble(0.0), + flags = cms.vstring('Standard'), + maxSeverities = cms.vint32(11), + name = cms.string('PFRecHitQTestHCALChannel') + ) + ), + src = cms.InputTag("horeco") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitPS_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitPS_cfi.py new file mode 100644 index 0000000000000..504b630f57bfb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowRecHitPS_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowRecHitPS = cms.EDProducer("PFRecHitProducer", + navigator = cms.PSet( + name = cms.string('PFRecHitPreshowerNavigator') + ), + producers = cms.VPSet(cms.PSet( + name = cms.string('PFPSRecHitCreator'), + qualityTests = cms.VPSet( + cms.PSet( + name = cms.string('PFRecHitQTestThreshold'), + threshold = cms.double(0.0) + ), + cms.PSet( + cleaningThreshold = cms.double(0.0), + name = cms.string('PFRecHitQTestES'), + topologicalCleaning = cms.bool(True) + ) + ), + src = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES") + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterECAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterECAL_cfi.py new file mode 100644 index 0000000000000..27b1b41f08431 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterECAL_cfi.py @@ -0,0 +1,62 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowSuperClusterECAL = cms.EDProducer("PFECALSuperClusterProducer", + BeamSpot = cms.InputTag("offlineBeamSpot"), + ClusteringType = cms.string('Mustache'), + ESAssociation = cms.InputTag("particleFlowClusterECAL"), + EnergyWeight = cms.string('Raw'), + PFBasicClusterCollectionBarrel = cms.string('particleFlowBasicClusterECALBarrel'), + PFBasicClusterCollectionEndcap = cms.string('particleFlowBasicClusterECALEndcap'), + PFBasicClusterCollectionPreshower = cms.string('particleFlowBasicClusterECALPreshower'), + PFClusters = cms.InputTag("particleFlowClusterECAL"), + PFSuperClusterCollectionBarrel = cms.string('particleFlowSuperClusterECALBarrel'), + PFSuperClusterCollectionEndcap = cms.string('particleFlowSuperClusterECALEndcap'), + PFSuperClusterCollectionEndcapWithPreshower = cms.string('particleFlowSuperClusterECALEndcapWithPreshower'), + applyCrackCorrections = cms.bool(False), + barrelRecHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + doSatelliteClusterMerge = cms.bool(False), + dropUnseedable = cms.bool(False), + endcapRecHits = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + etawidth_SuperClusterBarrel = cms.double(0.04), + etawidth_SuperClusterEndcap = cms.double(0.04), + isOOTCollection = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + phiwidth_SuperClusterBarrel = cms.double(0.6), + phiwidth_SuperClusterEndcap = cms.double(0.6), + regressionConfig = cms.PSet( + applySigmaIetaIphiBug = cms.bool(False), + eRecHitThreshold = cms.double(1), + ecalRecHitsEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + ecalRecHitsEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + hgcalCylinderR = cms.double(2.79999995232), + hgcalRecHits = cms.InputTag(""), + isHLT = cms.bool(False), + isPhaseII = cms.bool(False), + regressionKeyEB = cms.string('pfscecal_EBCorrection_offline_v2'), + regressionKeyEE = cms.string('pfscecal_EECorrection_offline_v2'), + regressionMaxEB = cms.double(2), + regressionMaxEE = cms.double(2), + regressionMinEB = cms.double(0.2), + regressionMinEE = cms.double(0.2), + uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_offline_v2'), + uncertaintyKeyEE = cms.string('pfscecal_EEUncertainty_offline_v2'), + uncertaintyMaxEB = cms.double(0.5), + uncertaintyMaxEE = cms.double(0.5), + uncertaintyMinEB = cms.double(0.0002), + uncertaintyMinEE = cms.double(0.0002), + vertexCollection = cms.InputTag("offlinePrimaryVertices") + ), + satelliteClusterSeedThreshold = cms.double(50), + satelliteMajorityFraction = cms.double(0.5), + seedThresholdIsET = cms.bool(True), + thresh_PFClusterBarrel = cms.double(0), + thresh_PFClusterES = cms.double(0), + thresh_PFClusterEndcap = cms.double(0), + thresh_PFClusterSeedBarrel = cms.double(1), + thresh_PFClusterSeedEndcap = cms.double(1), + thresh_SCEt = cms.double(4), + useDynamicDPhiWindow = cms.bool(True), + useRegression = cms.bool(True), + use_preshower = cms.bool(True), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py new file mode 100644 index 0000000000000..1ce1a1ae3ef38 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowSuperClusterHGCalFromTICLL1Seeded = cms.EDProducer("PFECALSuperClusterProducer", + BeamSpot = cms.InputTag("offlineBeamSpot"), + ClusteringType = cms.string('Mustache'), + ESAssociation = cms.InputTag("hltParticleFlowClusterECALL1Seeded"), + EnergyWeight = cms.string('Raw'), + PFBasicClusterCollectionBarrel = cms.string('particleFlowBasicClusterECALBarrel'), + PFBasicClusterCollectionEndcap = cms.string(''), + PFBasicClusterCollectionPreshower = cms.string('particleFlowBasicClusterECALPreshower'), + PFClusters = cms.InputTag("particleFlowClusterHGCalFromTICLL1Seeded"), + PFSuperClusterCollectionBarrel = cms.string('particleFlowSuperClusterECALBarrel'), + PFSuperClusterCollectionEndcap = cms.string(''), + PFSuperClusterCollectionEndcapWithPreshower = cms.string(''), + applyCrackCorrections = cms.bool(False), + barrelRecHits = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEB"), + doSatelliteClusterMerge = cms.bool(False), + dropUnseedable = cms.bool(True), + endcapRecHits = cms.InputTag("hltRechitInRegionsECAL","EcalRecHitsEE"), + etawidth_SuperClusterBarrel = cms.double(0.04), + etawidth_SuperClusterEndcap = cms.double(0.04), + isOOTCollection = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + phiwidth_SuperClusterBarrel = cms.double(0.6), + phiwidth_SuperClusterEndcap = cms.double(0.6), + regressionConfig = cms.PSet( + applySigmaIetaIphiBug = cms.bool(False), + eRecHitThreshold = cms.double(1), + ecalRecHitsEB = cms.InputTag("hltEcalRecHitL1Seeded","EcalRecHitsEB"), + ecalRecHitsEE = cms.InputTag("hltEcalRecHitL1Seeded","EcalRecHitsEE"), + hgcalRecHits = cms.InputTag("particleFlowRecHitHGCL1Seeded"), + isHLT = cms.bool(True), + isPhaseII = cms.bool(True), + regressionKeyEB = cms.string('pfscecal_EBCorrection_offline_v2'), + regressionKeyEE = cms.string('superclus_hgcal_mean_online'), + uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_offline_v2'), + uncertaintyKeyEE = cms.string('superclus_hgcal_sigma_online'), + vertexCollection = cms.InputTag("") + ), + satelliteClusterSeedThreshold = cms.double(50), + satelliteMajorityFraction = cms.double(0.5), + seedThresholdIsET = cms.bool(True), + thresh_PFClusterBarrel = cms.double(0), + thresh_PFClusterES = cms.double(0), + thresh_PFClusterEndcap = cms.double(0.15), + thresh_PFClusterSeedBarrel = cms.double(1), + thresh_PFClusterSeedEndcap = cms.double(1), + thresh_SCEt = cms.double(10.0), + useDynamicDPhiWindow = cms.bool(True), + useRegression = cms.bool(True), + use_preshower = cms.bool(False), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py new file mode 100644 index 0000000000000..1be1805cdf525 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowSuperClusterHGCalFromTICLUnseeded = cms.EDProducer("PFECALSuperClusterProducer", + BeamSpot = cms.InputTag("offlineBeamSpot"), + ClusteringType = cms.string('Mustache'), + ESAssociation = cms.InputTag("hltParticleFlowClusterECALUnseeded"), + EnergyWeight = cms.string('Raw'), + PFBasicClusterCollectionBarrel = cms.string('particleFlowBasicClusterECALBarrel'), + PFBasicClusterCollectionEndcap = cms.string(''), + PFBasicClusterCollectionPreshower = cms.string('particleFlowBasicClusterECALPreshower'), + PFClusters = cms.InputTag("particleFlowClusterHGCalFromTICLUnseeded"), + PFSuperClusterCollectionBarrel = cms.string('particleFlowSuperClusterECALBarrel'), + PFSuperClusterCollectionEndcap = cms.string(''), + PFSuperClusterCollectionEndcapWithPreshower = cms.string(''), + applyCrackCorrections = cms.bool(False), + barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"), + doSatelliteClusterMerge = cms.bool(False), + dropUnseedable = cms.bool(True), + endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"), + etawidth_SuperClusterBarrel = cms.double(0.04), + etawidth_SuperClusterEndcap = cms.double(0.04), + isOOTCollection = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + phiwidth_SuperClusterBarrel = cms.double(0.6), + phiwidth_SuperClusterEndcap = cms.double(0.6), + regressionConfig = cms.PSet( + applySigmaIetaIphiBug = cms.bool(False), + eRecHitThreshold = cms.double(1), + ecalRecHitsEB = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"), + ecalRecHitsEE = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"), + hgcalRecHits = cms.InputTag("particleFlowRecHitHGC"), + isHLT = cms.bool(True), + isPhaseII = cms.bool(True), + regressionKeyEB = cms.string('pfscecal_EBCorrection_offline_v2'), + regressionKeyEE = cms.string('superclus_hgcal_mean_online'), + uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_offline_v2'), + uncertaintyKeyEE = cms.string('superclus_hgcal_sigma_online'), + vertexCollection = cms.InputTag("") + ), + satelliteClusterSeedThreshold = cms.double(50), + satelliteMajorityFraction = cms.double(0.5), + seedThresholdIsET = cms.bool(True), + thresh_PFClusterBarrel = cms.double(0), + thresh_PFClusterES = cms.double(0), + thresh_PFClusterEndcap = cms.double(0.15), + thresh_PFClusterSeedBarrel = cms.double(1), + thresh_PFClusterSeedEndcap = cms.double(1), + thresh_SCEt = cms.double(10.0), + useDynamicDPhiWindow = cms.bool(True), + useRegression = cms.bool(True), + use_preshower = cms.bool(False), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCal_cfi.py new file mode 100644 index 0000000000000..9052c63ecb067 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowSuperClusterHGCal_cfi.py @@ -0,0 +1,62 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowSuperClusterHGCal = cms.EDProducer("PFECALSuperClusterProducer", + BeamSpot = cms.InputTag("offlineBeamSpot"), + ClusteringType = cms.string('Mustache'), + ESAssociation = cms.InputTag("particleFlowClusterECAL"), + EnergyWeight = cms.string('Raw'), + PFBasicClusterCollectionBarrel = cms.string('particleFlowBasicClusterECALBarrel'), + PFBasicClusterCollectionEndcap = cms.string(''), + PFBasicClusterCollectionPreshower = cms.string('particleFlowBasicClusterECALPreshower'), + PFClusters = cms.InputTag("particleFlowClusterHGCal"), + PFSuperClusterCollectionBarrel = cms.string('particleFlowSuperClusterECALBarrel'), + PFSuperClusterCollectionEndcap = cms.string(''), + PFSuperClusterCollectionEndcapWithPreshower = cms.string(''), + applyCrackCorrections = cms.bool(False), + barrelRecHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + doSatelliteClusterMerge = cms.bool(False), + dropUnseedable = cms.bool(True), + endcapRecHits = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + etawidth_SuperClusterBarrel = cms.double(0.04), + etawidth_SuperClusterEndcap = cms.double(0.04), + isOOTCollection = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + phiwidth_SuperClusterBarrel = cms.double(0.6), + phiwidth_SuperClusterEndcap = cms.double(0.6), + regressionConfig = cms.PSet( + applySigmaIetaIphiBug = cms.bool(False), + eRecHitThreshold = cms.double(1), + ecalRecHitsEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + ecalRecHitsEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + hgcalCylinderR = cms.double(2.79999995232), + hgcalRecHits = cms.InputTag(""), + isHLT = cms.bool(False), + isPhaseII = cms.bool(False), + regressionKeyEB = cms.string('pfscecal_EBCorrection_offline_v2'), + regressionKeyEE = cms.string('pfscecal_EECorrection_offline_v2'), + regressionMaxEB = cms.double(2), + regressionMaxEE = cms.double(2), + regressionMinEB = cms.double(0.2), + regressionMinEE = cms.double(0.2), + uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_offline_v2'), + uncertaintyKeyEE = cms.string('pfscecal_EEUncertainty_offline_v2'), + uncertaintyMaxEB = cms.double(0.5), + uncertaintyMaxEE = cms.double(0.5), + uncertaintyMinEB = cms.double(0.0002), + uncertaintyMinEE = cms.double(0.0002), + vertexCollection = cms.InputTag("offlinePrimaryVertices") + ), + satelliteClusterSeedThreshold = cms.double(50), + satelliteMajorityFraction = cms.double(0.5), + seedThresholdIsET = cms.bool(True), + thresh_PFClusterBarrel = cms.double(0), + thresh_PFClusterES = cms.double(0), + thresh_PFClusterEndcap = cms.double(0.15), + thresh_PFClusterSeedBarrel = cms.double(1), + thresh_PFClusterSeedEndcap = cms.double(1), + thresh_SCEt = cms.double(4), + useDynamicDPhiWindow = cms.bool(True), + useRegression = cms.bool(False), + use_preshower = cms.bool(False), + verbose = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTimeAssignerECAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTimeAssignerECAL_cfi.py new file mode 100644 index 0000000000000..561ad5b9fe8ec --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTimeAssignerECAL_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowTimeAssignerECAL = cms.EDProducer("PFClusterTimeAssigner", + mightGet = cms.optional.untracked.vstring, + src = cms.InputTag("particleFlowClusterECALUncorrected"), + timeResoSrc = cms.InputTag("ecalBarrelClusterFastTimer","PerfectResolutionModelResolution"), + timeSrc = cms.InputTag("ecalBarrelClusterFastTimer","PerfectResolutionModel") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTmpBarrel_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTmpBarrel_cfi.py new file mode 100644 index 0000000000000..6aedc304041d0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTmpBarrel_cfi.py @@ -0,0 +1,178 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowTmpBarrel = cms.EDProducer("PFProducer", + GedElectronValueMap = cms.InputTag("gedGsfElectronValueMapsTmp"), + GedPhotonValueMap = cms.InputTag("gedPhotonsTmp","valMapPFEgammaCandToPhoton"), + PFEGammaCandidates = cms.InputTag("particleFlowEGamma"), + PFEGammaFiltersParameters = cms.PSet( + allowEEEinPF = cms.bool(False), + electronDnnBkgThresholds = cms.PSet( + electronDnnBkgHighPtBarrelThr = cms.double(0.8), + electronDnnBkgHighPtEndcapThr = cms.double(0.75), + electronDnnBkgLowPtThr = cms.double(0.75) + ), + electronDnnThresholds = cms.PSet( + electronDnnHighPtBarrelThr = cms.double(0.068), + electronDnnHighPtEndcapThr = cms.double(0.056), + electronDnnLowPtThr = cms.double(0.075) + ), + electron_ecalDrivenHademPreselCut = cms.double(0.15), + electron_iso_combIso_barrel = cms.double(10), + electron_iso_combIso_endcap = cms.double(10), + electron_iso_mva_barrel = cms.double(-0.1875), + electron_iso_mva_endcap = cms.double(-0.1075), + electron_iso_pt = cms.double(10), + electron_maxElePtForOnlyMVAPresel = cms.double(50), + electron_missinghits = cms.uint32(1), + electron_noniso_mvaCut = cms.double(-0.1), + electron_protectionsForBadHcal = cms.PSet( + dEta = cms.vdouble(0.0064, 0.01264), + dPhi = cms.vdouble(0.0547, 0.0394), + eInvPInv = cms.vdouble(0.184, 0.0721), + enableProtections = cms.bool(False), + full5x5_sigmaIetaIeta = cms.vdouble(0.0106, 0.0387) + ), + electron_protectionsForJetMET = cms.PSet( + maxDPhiIN = cms.double(0.1), + maxE = cms.double(50), + maxEcalEOverPRes = cms.double(0.2), + maxEcalEOverP_1 = cms.double(0.5), + maxEcalEOverP_2 = cms.double(0.2), + maxEeleOverPout = cms.double(0.2), + maxEeleOverPoutRes = cms.double(0.5), + maxEleHcalEOverEcalE = cms.double(0.1), + maxHcalE = cms.double(10), + maxHcalEOverEcalE = cms.double(0.1), + maxHcalEOverP = cms.double(1), + maxNtracks = cms.double(3), + maxTrackPOverEele = cms.double(1) + ), + photonDnnThresholds = cms.PSet( + photonDnnBarrelThr = cms.double(0.22), + photonDnnEndcapThr = cms.double(0.35) + ), + photon_HoE = cms.double(0.05), + photon_MinEt = cms.double(10), + photon_SigmaiEtaiEta_barrel = cms.double(0.0125), + photon_SigmaiEtaiEta_endcap = cms.double(0.034), + photon_combIso = cms.double(10), + photon_protectionsForBadHcal = cms.PSet( + enableProtections = cms.bool(False), + solidConeTrkIsoOffset = cms.double(10), + solidConeTrkIsoSlope = cms.double(0.3) + ), + photon_protectionsForJetMET = cms.PSet( + sumPtTrackIso = cms.double(4), + sumPtTrackIsoSlope = cms.double(0.001) + ), + useEBModelInGap = cms.bool(True), + useElePFidDnn = cms.bool(False), + usePhotonPFidDnn = cms.bool(False) + ), + PFHFCleaningParameters = cms.PSet( + maxDeltaPhiPt = cms.double(7), + maxSignificance = cms.double(2.5), + minDeltaMet = cms.double(0.4), + minHFCleaningPt = cms.double(5), + minSignificance = cms.double(2.5), + minSignificanceReduction = cms.double(1.4) + ), + PFMuonAlgoParameters = cms.PSet( + cosmicRejectionDistance = cms.double(1), + eventFactorForCosmics = cms.double(10), + eventFractionForCleaning = cms.double(0.5), + eventFractionForRejection = cms.double(0.8), + maxDPtOPt = cms.double(1), + metFactorForCleaning = cms.double(4), + metFactorForFakes = cms.double(4), + metFactorForHighEta = cms.double(25), + metFactorForRejection = cms.double(4), + metSignificanceForCleaning = cms.double(3), + metSignificanceForRejection = cms.double(4), + minEnergyForPunchThrough = cms.double(100), + minMomentumForPunchThrough = cms.double(100), + minPtForPostCleaning = cms.double(20), + ptErrorScale = cms.double(8), + ptFactorForHighEta = cms.double(2), + punchThroughFactor = cms.double(3), + punchThroughMETFactor = cms.double(4), + trackQuality = cms.string('highPurity') + ), + blocks = cms.InputTag("particleFlowBlock"), + calibHF_a_EMHAD = cms.vdouble( + 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ), + calibHF_a_EMonly = cms.vdouble( + 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ), + calibHF_b_EMHAD = cms.vdouble( + 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ), + calibHF_b_HADonly = cms.vdouble( + 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ), + calibHF_eta_step = cms.vdouble( + 0, 2.9, 3, 3.2, 4.2, + 4.4, 4.6, 4.8, 5.2, 5.4 + ), + calibHF_use = cms.bool(False), + calibrationsLabel = cms.string(''), + cleanedHF = cms.VInputTag("particleFlowRecHitHF:Cleaned", "particleFlowClusterHF:Cleaned"), + debug = cms.untracked.bool(False), + dptRel_DispVtx = cms.double(10), + egammaElectrons = cms.InputTag("mvaElectrons"), + factors_45 = cms.vdouble(10, 100), + goodPixelTrackDeadHcal_chi2n = cms.double(2), + goodPixelTrackDeadHcal_dxy = cms.double(0.02), + goodPixelTrackDeadHcal_dz = cms.double(0.05), + goodPixelTrackDeadHcal_maxLost3Hit = cms.int32(0), + goodPixelTrackDeadHcal_maxLost4Hit = cms.int32(1), + goodPixelTrackDeadHcal_maxPt = cms.double(50), + goodPixelTrackDeadHcal_minEta = cms.double(2.3), + goodPixelTrackDeadHcal_ptErrRel = cms.double(1), + goodTrackDeadHcal_chi2n = cms.double(5), + goodTrackDeadHcal_dxy = cms.double(0.5), + goodTrackDeadHcal_layers = cms.uint32(4), + goodTrackDeadHcal_ptErrRel = cms.double(0.2), + goodTrackDeadHcal_validFr = cms.double(0.5), + iCfgCandConnector = cms.PSet( + bCalibPrimary = cms.bool(True), + bCorrect = cms.bool(True), + dptRel_MergedTrack = cms.double(5), + dptRel_PrimaryTrack = cms.double(10), + nuclCalibFactors = cms.vdouble(0.8, 0.15, 0.5, 0.5, 0.05), + ptErrorSecondary = cms.double(1) + ), + mightGet = cms.optional.untracked.vstring, + muon_ECAL = cms.vdouble(0.5, 0.5), + muon_HCAL = cms.vdouble(3, 3), + muon_HO = cms.vdouble(0.9, 0.9), + muons = cms.InputTag("hltPhase2L3Muons"), + nsigma_TRACK = cms.double(1), + pf_nsigma_ECAL = cms.double(0), + pf_nsigma_HCAL = cms.double(1), + pf_nsigma_HFEM = cms.double(1), + pf_nsigma_HFHAD = cms.double(1), + postHFCleaning = cms.bool(False), + postMuonCleaning = cms.bool(True), + pt_Error = cms.double(1), + rejectTracks_Bad = cms.bool(True), + rejectTracks_Step45 = cms.bool(True), + resolHF_square = cms.vdouble(7.834401, 0.012996, 0), + useCalibrationsFromDB = cms.bool(True), + useEGammaElectrons = cms.bool(False), + useEGammaFilters = cms.bool(False), + useHO = cms.bool(True), + usePFConversions = cms.bool(False), + usePFDecays = cms.bool(False), + usePFNuclearInteractions = cms.bool(False), + useProtectionsForJetMET = cms.bool(False), + useVerticesForNeutral = cms.bool(True), + verbose = cms.untracked.bool(False), + vertexCollection = cms.InputTag("offlinePrimaryVertices"), + vetoEndcap = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTmp_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTmp_cfi.py new file mode 100644 index 0000000000000..02361c9ac98e2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/particleFlowTmp_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +particleFlowTmp = cms.EDProducer("PFCandidateListMerger", + src = cms.VInputTag("particleFlowTmpBarrel", "pfTICL") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsECAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsECAL_cfi.py new file mode 100644 index 0000000000000..3b1d1e6bc89b3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsECAL_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +pfClusterRefsForJetsECAL = cms.EDProducer("PFClusterRefCandidateProducer", + particleType = cms.string('pi+'), + src = cms.InputTag("particleFlowClusterECAL") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHCAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHCAL_cfi.py new file mode 100644 index 0000000000000..0be4bc2de2bbf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHCAL_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +pfClusterRefsForJetsHCAL = cms.EDProducer("PFClusterRefCandidateProducer", + particleType = cms.string('pi+'), + src = cms.InputTag("particleFlowClusterHCAL") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHF_cfi.py new file mode 100644 index 0000000000000..93f4405b7f8b5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHF_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +pfClusterRefsForJetsHF = cms.EDProducer("PFClusterRefCandidateProducer", + particleType = cms.string('pi+'), + src = cms.InputTag("particleFlowClusterHF") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHGCAL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHGCAL_cfi.py new file mode 100644 index 0000000000000..32959bdbd3616 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHGCAL_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +pfClusterRefsForJetsHGCAL = cms.EDProducer("PFClusterRefCandidateProducer", + particleType = cms.string('pi+'), + src = cms.InputTag("particleFlowClusterHGCal") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHO_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHO_cfi.py new file mode 100644 index 0000000000000..23b92633e120d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJetsHO_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +pfClusterRefsForJetsHO = cms.EDProducer("PFClusterRefCandidateProducer", + particleType = cms.string('pi+'), + src = cms.InputTag("particleFlowClusterHO") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJets_cfi.py new file mode 100644 index 0000000000000..cb2ce878731d0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClusterRefsForJets_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +pfClusterRefsForJets = cms.EDProducer("PFClusterRefCandidateMerger", + src = cms.VInputTag("pfClusterRefsForJetsHCAL", "pfClusterRefsForJetsECAL", "pfClusterRefsForJetsHF", "pfClusterRefsForJetsHO", "pfClusterRefsForJetsHGCAL") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromCombinedCaloHCal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromCombinedCaloHCal_cfi.py new file mode 100644 index 0000000000000..df50aa28ed7da --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromCombinedCaloHCal_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +pfClustersFromCombinedCaloHCal = cms.EDProducer("L1TPFCaloProducer", + debug = cms.untracked.int32(0), + ecalCandidates = cms.VInputTag(cms.InputTag("pfClustersFromL1EGClusters")), + ecalClusterer = cms.PSet( + energyShareAlgo = cms.string('fractions'), + energyWeightedPosition = cms.bool(True), + grid = cms.string('phase2'), + minClusterEt = cms.double(0.5), + seedEt = cms.double(0.5), + zsEt = cms.double(0.4) + ), + emCorrector = cms.string(''), + hadCorrector = cms.string('L1Trigger/Phase2L1ParticleFlow/data/hadcorr_barrel_110X.root'), + hadCorrectorEmfMax = cms.double(-1.0), + hcCorrector = cms.string(''), + hcalCandidates = cms.VInputTag(), + hcalClusterer = cms.PSet( + energyShareAlgo = cms.string('fractions'), + energyWeightedPosition = cms.bool(True), + grid = cms.string('phase2'), + minClusterEt = cms.double(0.8), + seedEt = cms.double(0.5), + zsEt = cms.double(0.4) + ), + hcalDigis = cms.VInputTag(), + hcalDigisBarrel = cms.bool(True), + hcalDigisHF = cms.bool(False), + hcalHGCTowers = cms.VInputTag(), + hcalHGCTowersHadOnly = cms.bool(False), + linker = cms.PSet( + algo = cms.string('flat'), + energyShareAlgo = cms.string('fractions'), + energyWeightedPosition = cms.bool(True), + grid = cms.string('phase2'), + hoeCut = cms.double(0.1), + minClusterEt = cms.double(1.0), + minHadronEt = cms.double(1.0), + minHadronRawEt = cms.double(1.0), + minPhotonEt = cms.double(1.0), + noEmInHGC = cms.bool(False), + seedEt = cms.double(1.0), + zsEt = cms.double(0.0) + ), + phase2barrelCaloTowers = cms.VInputTag(cms.InputTag("L1EGammaClusterEmuProducer")), + resol = cms.PSet( + etaBins = cms.vdouble(0.7, 1.2, 1.6), + kind = cms.string('calo'), + offset = cms.vdouble(2.909, 2.864, 0.294), + scale = cms.vdouble(0.119, 0.127, 0.442) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromCombinedCaloHF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromCombinedCaloHF_cfi.py new file mode 100644 index 0000000000000..4a71bc6215be5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromCombinedCaloHF_cfi.py @@ -0,0 +1,53 @@ +import FWCore.ParameterSet.Config as cms + +pfClustersFromCombinedCaloHF = cms.EDProducer("L1TPFCaloProducer", + debug = cms.untracked.int32(0), + ecalCandidates = cms.VInputTag(), + ecalClusterer = cms.PSet( + energyShareAlgo = cms.string('fractions'), + energyWeightedPosition = cms.bool(True), + grid = cms.string('phase2'), + minClusterEt = cms.double(0.5), + seedEt = cms.double(0.5), + zsEt = cms.double(0.4) + ), + emCorrector = cms.string(''), + hadCorrector = cms.string('L1Trigger/Phase2L1ParticleFlow/data/hfcorr_110X.root'), + hadCorrectorEmfMax = cms.double(-1.0), + hcCorrector = cms.string(''), + hcalCandidates = cms.VInputTag(cms.InputTag("hgcalBackEndLayer2Producer","HGCalBackendLayer2Processor3DClustering")), + hcalClusterer = cms.PSet( + energyShareAlgo = cms.string('fractions'), + energyWeightedPosition = cms.bool(True), + grid = cms.string('phase2'), + minClusterEt = cms.double(0.8), + seedEt = cms.double(0.5), + zsEt = cms.double(0.4) + ), + hcalDigis = cms.VInputTag(cms.InputTag("simHcalTriggerPrimitiveDigis")), + hcalDigisBarrel = cms.bool(False), + hcalDigisHF = cms.bool(True), + hcalHGCTowers = cms.VInputTag(), + hcalHGCTowersHadOnly = cms.bool(False), + linker = cms.PSet( + algo = cms.string('flat'), + energyShareAlgo = cms.string('fractions'), + energyWeightedPosition = cms.bool(True), + grid = cms.string('phase2'), + hoeCut = cms.double(0.1), + minClusterEt = cms.double(1.0), + minHadronEt = cms.double(1.0), + minHadronRawEt = cms.double(1.0), + minPhotonEt = cms.double(1.0), + noEmInHGC = cms.bool(False), + seedEt = cms.double(1.0), + zsEt = cms.double(0.0) + ), + phase2barrelCaloTowers = cms.VInputTag(), + resol = cms.PSet( + etaBins = cms.vdouble(3.5, 4.0, 4.5, 5.0), + kind = cms.string('calo'), + offset = cms.vdouble(-1.125, 1.22, 1.514, 1.414), + scale = cms.vdouble(0.868, 0.159, 0.148, 0.194) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromHGC3DClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromHGC3DClusters_cfi.py new file mode 100644 index 0000000000000..21c6febfe734b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromHGC3DClusters_cfi.py @@ -0,0 +1,79 @@ +import FWCore.ParameterSet.Config as cms + +pfClustersFromHGC3DClusters = cms.EDProducer("PFClusterProducerFromHGC3DClusters", + corrector = cms.string('L1Trigger/Phase2L1ParticleFlow/data/hadcorr_HGCal3D_TC_110X.root'), + correctorEmfMax = cms.double(1.125), + emOnly = cms.bool(False), + emVsPUID = cms.PSet( + isPUFilter = cms.bool(True), + method = cms.string('BDT'), + preselection = cms.string(''), + variables = cms.VPSet( + cms.PSet( + name = cms.string('fabs(eta)'), + value = cms.string('abs(eta())') + ), + cms.PSet( + name = cms.string('coreShowerLength'), + value = cms.string('coreShowerLength()') + ), + cms.PSet( + name = cms.string('maxLayer'), + value = cms.string('maxLayer()') + ), + cms.PSet( + name = cms.string('sigmaPhiPhiTot'), + value = cms.string('sigmaPhiPhiTot()') + ) + ), + weightsFile = cms.string('L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights.xml.gz'), + wp = cms.string('-0.02') + ), + emVsPionID = cms.PSet( + isPUFilter = cms.bool(False), + method = cms.string('BDT'), + preselection = cms.string(''), + variables = cms.VPSet( + cms.PSet( + name = cms.string('fabs(eta)'), + value = cms.string('abs(eta())') + ), + cms.PSet( + name = cms.string('coreShowerLength'), + value = cms.string('coreShowerLength()') + ), + cms.PSet( + name = cms.string('maxLayer'), + value = cms.string('maxLayer()') + ), + cms.PSet( + name = cms.string('hOverE'), + value = cms.string('hOverE()') + ), + cms.PSet( + name = cms.string('sigmaZZ'), + value = cms.string('sigmaZZ()') + ) + ), + weightsFile = cms.string('L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights.xml.gz'), + wp = cms.string('0.01') + ), + etMin = cms.double(1.0), + preEmId = cms.string('hOverE < 0.3 && hOverE >= 0'), + resol = cms.PSet( + etaBins = cms.vdouble( + 1.7, 1.9, 2.2, 2.5, 2.8, + 2.9 + ), + kind = cms.string('calo'), + offset = cms.vdouble( + 1.793, 1.827, 2.363, 2.538, 2.812, + 2.642 + ), + scale = cms.vdouble( + 0.138, 0.137, 0.124, 0.115, 0.106, + 0.121 + ) + ), + src = cms.InputTag("hgcalBackEndLayer2Producer","HGCalBackendLayer2Processor3DClustering") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromL1EGClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromL1EGClusters_cfi.py new file mode 100644 index 0000000000000..72b39b0b35553 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfClustersFromL1EGClusters_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +pfClustersFromL1EGClusters = cms.EDProducer("PFClusterProducerFromL1EGClusters", + corrector = cms.string(''), + etMin = cms.double(0.5), + resol = cms.PSet( + etaBins = cms.vdouble(0.7, 1.2, 1.6), + kind = cms.string('calo'), + offset = cms.vdouble(0.838, 0.924, 1.101), + scale = cms.vdouble(0.012, 0.017, 0.018) + ), + src = cms.InputTag("L1EGammaClusterEmuProducer") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfNoPileUpJME_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfNoPileUpJME_cfi.py new file mode 100644 index 0000000000000..a0e217d2fcce4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfNoPileUpJME_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +pfNoPileUpJME = cms.EDProducer("TPPFCandidatesOnPFCandidates", + bottomCollection = cms.InputTag("particleFlowPtrs"), + enable = cms.bool(True), + name = cms.untracked.string('pileUpOnPFCandidates'), + topCollection = cms.InputTag("pfPileUpJME"), +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfPileUpJME_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfPileUpJME_cfi.py new file mode 100644 index 0000000000000..6827e73fbab08 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfPileUpJME_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +pfPileUpJME = cms.EDProducer("PFPileUp", + enable = cms.bool(True), + PFCandidates = cms.InputTag("particleFlowPtrs"), + Vertices = cms.InputTag("goodOfflinePrimaryVertices"), + checkClosestZVertex = cms.bool(False), + verbose = cms.untracked.bool(False), + useVertexAssociation = cms.bool(False), + vertexAssociation = cms.InputTag(""), + vertexAssociationQuality = cms.int32(7) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfTICL_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTICL_cfi.py new file mode 100644 index 0000000000000..126abb7920063 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTICL_cfi.py @@ -0,0 +1,35 @@ +import FWCore.ParameterSet.Config as cms + +pfTICL = cms.EDProducer("PFTICLProducer", + mightGet = cms.optional.untracked.vstring, + #muonSrc = cms.InputTag("muons1stStep"), + muonSrc = cms.InputTag("hltPhase2L3Muons"), + pfMuonAlgoParameters = cms.PSet( + cosmicRejectionDistance = cms.double(1), + eventFactorForCosmics = cms.double(10), + eventFractionForCleaning = cms.double(0.5), + eventFractionForRejection = cms.double(0.8), + maxDPtOPt = cms.double(1), + metFactorForCleaning = cms.double(4), + metFactorForFakes = cms.double(4), + metFactorForHighEta = cms.double(25), + metFactorForRejection = cms.double(4), + metSignificanceForCleaning = cms.double(3), + metSignificanceForRejection = cms.double(4), + minEnergyForPunchThrough = cms.double(100), + minMomentumForPunchThrough = cms.double(100), + minPtForPostCleaning = cms.double(20), + ptErrorScale = cms.double(8), + ptFactorForHighEta = cms.double(2), + punchThroughFactor = cms.double(3), + punchThroughMETFactor = cms.double(4), + trackQuality = cms.string('highPurity') + ), + ticlCandidateSrc = cms.InputTag("ticlTrackstersMerge"), + timingQualityThreshold = cms.double(0.5), + trackTimeErrorMap = cms.InputTag("tofPID","sigmat0"), + trackTimeQualityMap = cms.InputTag("mtdTrackQualityMVA","mtdQualMVA"), + trackTimeValueMap = cms.InputTag("tofPID","t0"), + useMTDTiming = cms.bool(False), + useTimingAverage = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfTrack_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTrack_cfi.py new file mode 100644 index 0000000000000..7d186eb3eeeee --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTrack_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +pfTrack = cms.EDProducer("PFTrackProducer", + GsfTrackModuleLabel = cms.InputTag("electronGsfTracks"), + GsfTracksInEvents = cms.bool(False), + MuColl = cms.InputTag("hltPhase2L3Muons"), + PrimaryVertexLabel = cms.InputTag("offlinePrimaryVertices"), + TkColList = cms.VInputTag(cms.InputTag("generalTracks")), + TrackQuality = cms.string('highPurity'), + TrajInEvents = cms.bool(False), + UseQuality = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfTracksFromL1TracksBarrel_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTracksFromL1TracksBarrel_cfi.py new file mode 100644 index 0000000000000..fe4ae5860d832 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTracksFromL1TracksBarrel_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +pfTracksFromL1TracksBarrel = cms.EDProducer("PFTrackProducerFromL1Tracks", + L1TrackTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + nParam = cms.uint32(4), + resolCalo = cms.PSet( + etaBins = cms.vdouble(0.7, 1.2, 1.6), + kind = cms.string('calo'), + offset = cms.vdouble(2.909, 2.864, 0.294), + scale = cms.vdouble(0.119, 0.127, 0.442) + ), + resolTrack = cms.PSet( + etaBins = cms.vdouble(0.8, 1.2, 1.5, 2.0, 2.5), + kind = cms.string('track'), + offset = cms.vdouble(0.007, 0.009, 0.011, 0.015, 0.025), + scale = cms.vdouble(0.275, 0.404, 0.512, 0.48, 1.132) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pfTracksFromL1TracksHGCal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTracksFromL1TracksHGCal_cfi.py new file mode 100644 index 0000000000000..13fa6fa3ed613 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pfTracksFromL1TracksHGCal_cfi.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +pfTracksFromL1TracksHGCal = cms.EDProducer("PFTrackProducerFromL1Tracks", + L1TrackTag = cms.InputTag("TTTracksFromTrackletEmulation","Level1TTTracks"), + nParam = cms.uint32(4), + resolCalo = cms.PSet( + etaBins = cms.vdouble( + 1.7, 1.9, 2.2, 2.5, 2.8, + 2.9 + ), + kind = cms.string('calo'), + offset = cms.vdouble( + 1.793, 1.827, 2.363, 2.538, 2.812, + 2.642 + ), + scale = cms.vdouble( + 0.138, 0.137, 0.124, 0.115, 0.106, + 0.121 + ) + ), + resolTrack = cms.PSet( + etaBins = cms.vdouble(0.8, 1.2, 1.5, 2.0, 2.5), + kind = cms.string('track'), + offset = cms.vdouble(0.007, 0.009, 0.011, 0.015, 0.025), + scale = cms.vdouble(0.275, 0.404, 0.512, 0.48, 1.132) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py new file mode 100644 index 0000000000000..5f4c589dc0b3a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +pixelFitterByHelixProjections = cms.EDProducer("PixelFitterByHelixProjectionsProducer", + scaleErrorsForBPix1 = cms.bool(False), + scaleFactor = cms.double(0.65) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTrackFilterByKinematics_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTrackFilterByKinematics_cfi.py new file mode 100644 index 0000000000000..3104321f95a6f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTrackFilterByKinematics_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +pixelTrackFilterByKinematics = cms.EDProducer("PixelTrackFilterByKinematicsProducer", + chi2 = cms.double(1000.0), + nSigmaInvPtTolerance = cms.double(0.0), + nSigmaTipMaxTolerance = cms.double(0.0), + ptMin = cms.double(0.9), + tipMax = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py new file mode 100644 index 0000000000000..2a720e3e59c77 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +pixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", + clusterCheck = cms.InputTag(""), + layerPairs = cms.vuint32(0, 1, 2), + maxElement = cms.uint32(50000000), + maxElementTotal = cms.uint32(50000000), + produceIntermediateHitDoublets = cms.bool(True), + produceSeedingHitSets = cms.bool(False), + seedingLayers = cms.InputTag("pixelTracksSeedLayers"), + trackingRegions = cms.InputTag("pixelTracksTrackingRegions"), + trackingRegionsSeedingLayers = cms.InputTag("") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py new file mode 100644 index 0000000000000..67b97397fd1e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +pixelTracksHitSeeds = cms.EDProducer("CAHitQuadrupletEDProducer", + CAHardPtCut = cms.double(0.0), + CAPhiCut = cms.double(0.2), + CAThetaCut = cms.double(0.0012), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('LowPtClusterShapeSeedComparitor'), + clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"), + clusterShapeHitFilter = cms.string('ClusterShapeHitFilter') + ), + doublets = cms.InputTag("pixelTracksHitDoublets"), + extraHitRPhitolerance = cms.double(0.032), + fitFastCircle = cms.bool(True), + fitFastCircleChi2Cut = cms.bool(True), + maxChi2 = cms.PSet( + enabled = cms.bool(True), + pt1 = cms.double(0.7), + pt2 = cms.double(2.0), + value1 = cms.double(200.0), + value2 = cms.double(50.0) + ), + mightGet = cms.optional.untracked.vstring, + useBendingCorrection = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksSeedLayers_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksSeedLayers_cfi.py new file mode 100644 index 0000000000000..12b57702f8b5b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksSeedLayers_cfi.py @@ -0,0 +1,55 @@ +import FWCore.ParameterSet.Config as cms + +pixelTracksSeedLayers = cms.EDProducer("SeedingLayersEDProducer", + BPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle') + ), + FPix = cms.PSet( + HitProducer = cms.string('siPixelRecHits'), + TTRHBuilder = cms.string('WithTrackAngle') + ), + MTEC = cms.PSet( + + ), + MTIB = cms.PSet( + + ), + MTID = cms.PSet( + + ), + MTOB = cms.PSet( + + ), + TEC = cms.PSet( + + ), + TIB = cms.PSet( + + ), + TID = cms.PSet( + + ), + TOB = cms.PSet( + + ), + layerList = cms.vstring( + 'BPix1+BPix2+BPix3+BPix4', + 'BPix1+BPix2+BPix3+FPix1_pos', + 'BPix1+BPix2+BPix3+FPix1_neg', + 'BPix1+BPix2+FPix1_pos+FPix2_pos', + 'BPix1+BPix2+FPix1_neg+FPix2_neg', + 'BPix1+FPix1_pos+FPix2_pos+FPix3_pos', + 'BPix1+FPix1_neg+FPix2_neg+FPix3_neg', + 'FPix1_pos+FPix2_pos+FPix3_pos+FPix4_pos', + 'FPix1_neg+FPix2_neg+FPix3_neg+FPix4_neg', + 'FPix2_pos+FPix3_pos+FPix4_pos+FPix5_pos', + 'FPix2_neg+FPix3_neg+FPix4_neg+FPix5_neg', + 'FPix3_pos+FPix4_pos+FPix5_pos+FPix6_pos', + 'FPix3_neg+FPix4_neg+FPix5_neg+FPix6_neg', + 'FPix4_pos+FPix5_pos+FPix6_pos+FPix7_pos', + 'FPix4_neg+FPix5_neg+FPix6_neg+FPix7_neg', + 'FPix5_pos+FPix6_pos+FPix7_pos+FPix8_pos', + 'FPix5_neg+FPix6_neg+FPix7_neg+FPix8_neg' + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksTrackingRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksTrackingRegions_cfi.py new file mode 100644 index 0000000000000..663b138631f97 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksTrackingRegions_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +pixelTracksTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer", + RegionPSet = cms.PSet( + beamSpot = cms.InputTag("offlineBeamSpot"), + nSigmaZ = cms.double(4.0), + originRadius = cms.double(0.02), + precise = cms.bool(True), + ptMin = cms.double(0.9) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py new file mode 100644 index 0000000000000..73f60a8d11e1f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +pixelTracks = cms.EDProducer("PixelTrackProducer", + Cleaner = cms.string('pixelTrackCleanerBySharedHits'), + Filter = cms.InputTag("pixelTrackFilterByKinematics"), + Fitter = cms.InputTag("pixelFitterByHelixProjections"), + SeedingHitSets = cms.InputTag("pixelTracksHitSeeds"), + mightGet = cms.optional.untracked.vstring, + passLabel = cms.string('pixelTracks') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py new file mode 100644 index 0000000000000..0e8030af46720 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +pixelVertices = cms.EDProducer("PixelVertexProducer", + Finder = cms.string('DivisiveVertexFinder'), + Method2 = cms.bool(True), + NTrkMin = cms.int32(2), + PVcomparer = cms.PSet( + refToPSet_ = cms.string('pSetPvClusterComparerForIT') + ), + PtMin = cms.double(1.0), + TrackCollection = cms.InputTag("pixelTracks"), + UseError = cms.bool(True), + Verbosity = cms.int32(0), + WtAverage = cms.bool(True), + ZOffset = cms.double(5.0), + ZSeparation = cms.double(0.005), + beamSpot = cms.InputTag("offlineBeamSpot") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/rpcRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/rpcRecHits_cfi.py new file mode 100644 index 0000000000000..c6f25048f5abb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/rpcRecHits_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +rpcRecHits = cms.EDProducer("RPCRecHitProducer", + deadSource = cms.string('File'), + deadvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCDeadVec.dat'), + maskSource = cms.string('File'), + maskvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCMaskVec.dat'), + recAlgo = cms.string('RPCRecHitStandardAlgo'), + recAlgoConfig = cms.PSet( + + ), + rpcDigiLabel = cms.InputTag("simMuonRPCDigis") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/siPhase2Clusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/siPhase2Clusters_cfi.py new file mode 100644 index 0000000000000..e57a0b18b6b87 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/siPhase2Clusters_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +siPhase2Clusters = cms.EDProducer("Phase2TrackerClusterizer", + maxClusterSize = cms.uint32(0), + maxNumberClusters = cms.uint32(0), + src = cms.InputTag("mix","Tracker") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusterShapeCache_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusterShapeCache_cfi.py new file mode 100644 index 0000000000000..064cb0c46e512 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusterShapeCache_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +siPixelClusterShapeCache = cms.EDProducer("SiPixelClusterShapeCacheProducer", + mightGet = cms.optional.untracked.vstring, + onDemand = cms.bool(False), + src = cms.InputTag("siPixelClusters") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusters_cfi.py new file mode 100644 index 0000000000000..14d254d08f6b7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusters_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +siPixelClusters = cms.EDProducer("SiPixelClusterProducer", + ChannelThreshold = cms.int32(1000), + ClusterMode = cms.string('PixelThresholdClusterizer'), + ClusterThreshold = cms.int32(4000), + ClusterThreshold_L1 = cms.int32(4000), + ElectronPerADCGain = cms.double(600.0), + MissCalibrate = cms.bool(False), + Phase2Calibration = cms.bool(True), + Phase2DigiBaseline = cms.double(1200), + Phase2KinkADC = cms.int32(8), + Phase2ReadoutMode = cms.int32(-1), + SeedThreshold = cms.int32(1000), + SplitClusters = cms.bool(False), + VCaltoElectronGain = cms.int32(1), + VCaltoElectronGain_L1 = cms.int32(1), + VCaltoElectronOffset = cms.int32(0), + VCaltoElectronOffset_L1 = cms.int32(0), + maxNumberOfClusters = cms.int32(-1), + mightGet = cms.optional.untracked.vstring, + payloadType = cms.string('Offline'), + src = cms.InputTag("simSiPixelDigis","Pixel") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelRecHits_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelRecHits_cfi.py new file mode 100644 index 0000000000000..7efd9f88b0cca --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/siPixelRecHits_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +siPixelRecHits = cms.EDProducer("SiPixelRecHitConverter", + CPE = cms.string('PixelCPEGeneric'), + VerboseLevel = cms.untracked.int32(0), + src = cms.InputTag("siPixelClusters") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simCaloStage2Layer1Digis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simCaloStage2Layer1Digis_cfi.py new file mode 100644 index 0000000000000..eaa0329b1695a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simCaloStage2Layer1Digis_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +simCaloStage2Layer1Digis = cms.EDProducer("L1TCaloLayer1", + ecalToken = cms.InputTag("simEcalTriggerPrimitiveDigis"), + firmwareVersion = cms.int32(3), + hcalToken = cms.InputTag("simHcalTriggerPrimitiveDigis"), + unpackEcalMask = cms.bool(False), + unpackHcalMask = cms.bool(False), + useCalib = cms.bool(True), + useECALLUT = cms.bool(True), + useHCALLUT = cms.bool(True), + useHFLUT = cms.bool(True), + useLSB = cms.bool(True), + verbose = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simCscTriggerPrimitiveDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simCscTriggerPrimitiveDigis_cfi.py new file mode 100644 index 0000000000000..eac8912be5c52 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simCscTriggerPrimitiveDigis_cfi.py @@ -0,0 +1,334 @@ +import FWCore.ParameterSet.Config as cms + +simCscTriggerPrimitiveDigis = cms.EDProducer("CSCTriggerPrimitivesProducer", + CSCComparatorDigiProducer = cms.InputTag("simMuonCSCDigis","MuonCSCComparatorDigi"), + CSCWireDigiProducer = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi"), + GEMPadDigiClusterProducer = cms.InputTag("simMuonGEMPadDigiClusters"), + GEMPadDigiProducer = cms.InputTag("simMuonGEMPadDigis"), + MaxBX = cms.int32(11), + MinBX = cms.int32(5), + alctParam07 = cms.PSet( + alctAccelMode = cms.uint32(0), + alctDriftDelay = cms.uint32(2), + alctEarlyTbins = cms.int32(4), + alctFifoPretrig = cms.uint32(10), + alctFifoTbins = cms.uint32(16), + alctGhostCancellationBxDepth = cms.int32(4), + alctGhostCancellationSideQuality = cms.bool(False), + alctHitPersist = cms.uint32(6), + alctL1aWindowWidth = cms.uint32(7), + alctNarrowMaskForR1 = cms.bool(False), + alctNplanesHitAccelPattern = cms.uint32(4), + alctNplanesHitAccelPretrig = cms.uint32(3), + alctNplanesHitPattern = cms.uint32(4), + alctNplanesHitPretrig = cms.uint32(3), + alctPretrigDeadtime = cms.uint32(4), + alctTrigMode = cms.uint32(2), + alctUseCorrectedBx = cms.bool(False), + verbosity = cms.int32(0) + ), + alctSLHC = cms.PSet( + alctAccelMode = cms.uint32(0), + alctDriftDelay = cms.uint32(2), + alctEarlyTbins = cms.int32(4), + alctFifoPretrig = cms.uint32(10), + alctFifoTbins = cms.uint32(16), + alctGhostCancellationBxDepth = cms.int32(1), + alctGhostCancellationSideQuality = cms.bool(True), + alctHitPersist = cms.uint32(6), + alctL1aWindowWidth = cms.uint32(7), + alctNarrowMaskForR1 = cms.bool(True), + alctNplanesHitAccelPattern = cms.uint32(4), + alctNplanesHitAccelPretrig = cms.uint32(3), + alctNplanesHitPattern = cms.uint32(4), + alctNplanesHitPretrig = cms.uint32(3), + alctPretrigDeadtime = cms.uint32(0), + alctTrigMode = cms.uint32(2), + alctUseCorrectedBx = cms.bool(True), + verbosity = cms.int32(0) + ), + alctSLHCME21 = cms.PSet( + alctAccelMode = cms.uint32(0), + alctDriftDelay = cms.uint32(2), + alctEarlyTbins = cms.int32(4), + alctFifoPretrig = cms.uint32(10), + alctFifoTbins = cms.uint32(16), + alctGhostCancellationBxDepth = cms.int32(1), + alctGhostCancellationSideQuality = cms.bool(True), + alctHitPersist = cms.uint32(6), + alctL1aWindowWidth = cms.uint32(7), + alctNarrowMaskForR1 = cms.bool(True), + alctNplanesHitAccelPattern = cms.uint32(4), + alctNplanesHitAccelPretrig = cms.uint32(3), + alctNplanesHitPattern = cms.uint32(3), + alctNplanesHitPretrig = cms.uint32(3), + alctPretrigDeadtime = cms.uint32(0), + alctTrigMode = cms.uint32(2), + alctUseCorrectedBx = cms.bool(True), + verbosity = cms.int32(0) + ), + alctSLHCME3141 = cms.PSet( + alctAccelMode = cms.uint32(0), + alctDriftDelay = cms.uint32(2), + alctEarlyTbins = cms.int32(4), + alctFifoPretrig = cms.uint32(10), + alctFifoTbins = cms.uint32(16), + alctGhostCancellationBxDepth = cms.int32(4), + alctGhostCancellationSideQuality = cms.bool(False), + alctHitPersist = cms.uint32(6), + alctL1aWindowWidth = cms.uint32(7), + alctNarrowMaskForR1 = cms.bool(False), + alctNplanesHitAccelPattern = cms.uint32(4), + alctNplanesHitAccelPretrig = cms.uint32(3), + alctNplanesHitPattern = cms.uint32(4), + alctNplanesHitPretrig = cms.uint32(3), + alctPretrigDeadtime = cms.uint32(4), + alctTrigMode = cms.uint32(2), + alctUseCorrectedBx = cms.bool(False), + verbosity = cms.int32(0) + ), + checkBadChambers = cms.bool(False), + clctParam07 = cms.PSet( + clctDriftDelay = cms.uint32(2), + clctFifoPretrig = cms.uint32(7), + clctFifoTbins = cms.uint32(12), + clctHitPersist = cms.uint32(4), + clctMinSeparation = cms.uint32(10), + clctNplanesHitPattern = cms.uint32(4), + clctNplanesHitPretrig = cms.uint32(3), + clctPidThreshPretrig = cms.uint32(2), + clctStartBxShift = cms.int32(0), + useComparatorCodes = cms.bool(False), + useRun3Patterns = cms.bool(False), + verbosity = cms.int32(0) + ), + clctSLHC = cms.PSet( + clctDriftDelay = cms.uint32(2), + clctFifoPretrig = cms.uint32(7), + clctFifoTbins = cms.uint32(12), + clctHitPersist = cms.uint32(4), + clctMinSeparation = cms.uint32(5), + clctNplanesHitPattern = cms.uint32(3), + clctNplanesHitPretrig = cms.uint32(3), + clctPidThreshPretrig = cms.uint32(2), + clctPretriggerTriggerZone = cms.uint32(224), + clctStartBxShift = cms.int32(0), + clctStateMachineZone = cms.uint32(4), + clctUseCorrectedBx = cms.bool(False), + useComparatorCodes = cms.bool(False), + useDeadTimeZoning = cms.bool(True), + useDynamicStateMachineZone = cms.bool(True), + useRun3Patterns = cms.bool(False), + verbosity = cms.int32(0) + ), + clctSLHCME21 = cms.PSet( + clctDriftDelay = cms.uint32(2), + clctFifoPretrig = cms.uint32(7), + clctFifoTbins = cms.uint32(12), + clctHitPersist = cms.uint32(4), + clctMinSeparation = cms.uint32(5), + clctNplanesHitPattern = cms.uint32(3), + clctNplanesHitPretrig = cms.uint32(3), + clctPidThreshPretrig = cms.uint32(2), + clctPretriggerTriggerZone = cms.uint32(224), + clctStartBxShift = cms.int32(0), + clctStateMachineZone = cms.uint32(4), + clctUseCorrectedBx = cms.bool(False), + useComparatorCodes = cms.bool(False), + useDeadTimeZoning = cms.bool(True), + useDynamicStateMachineZone = cms.bool(False), + useRun3Patterns = cms.bool(False), + verbosity = cms.int32(0) + ), + clctSLHCME3141 = cms.PSet( + clctDriftDelay = cms.uint32(2), + clctFifoPretrig = cms.uint32(7), + clctFifoTbins = cms.uint32(12), + clctHitPersist = cms.uint32(4), + clctMinSeparation = cms.uint32(5), + clctNplanesHitPattern = cms.uint32(4), + clctNplanesHitPretrig = cms.uint32(3), + clctPidThreshPretrig = cms.uint32(2), + clctPretriggerTriggerZone = cms.uint32(224), + clctStartBxShift = cms.int32(0), + clctStateMachineZone = cms.uint32(4), + clctUseCorrectedBx = cms.bool(False), + useComparatorCodes = cms.bool(False), + useDeadTimeZoning = cms.bool(True), + useDynamicStateMachineZone = cms.bool(False), + useRun3Patterns = cms.bool(False), + verbosity = cms.int32(0) + ), + commonParam = cms.PSet( + alctClctOffset = cms.uint32(1), + disableME1a = cms.bool(False), + disableME42 = cms.bool(False), + enableAlctSLHC = cms.bool(True), + gangedME1a = cms.bool(False), + isSLHC = cms.bool(True), + runME11ILT = cms.bool(True), + runME11Up = cms.bool(True), + runME21ILT = cms.bool(True), + runME21Up = cms.bool(True), + runME31Up = cms.bool(True), + runME41Up = cms.bool(True), + useClusters = cms.bool(False), + verbosity = cms.int32(0) + ), + copadParamGE11 = cms.PSet( + maxDeltaBX = cms.uint32(0), + maxDeltaPad = cms.uint32(2), + maxDeltaRoll = cms.uint32(1), + verbosity = cms.uint32(0) + ), + copadParamGE21 = cms.PSet( + maxDeltaBX = cms.uint32(0), + maxDeltaPad = cms.uint32(2), + maxDeltaRoll = cms.uint32(1), + verbosity = cms.uint32(0) + ), + debugParameters = cms.bool(True), + me11tmbSLHCGEM = cms.PSet( + alctTrigEnable = cms.uint32(0), + buildLCTfromALCTandGEM_ME1a = cms.bool(False), + buildLCTfromALCTandGEM_ME1b = cms.bool(True), + buildLCTfromCLCTandGEM_ME1a = cms.bool(False), + buildLCTfromCLCTandGEM_ME1b = cms.bool(True), + clctToAlct = cms.bool(False), + clctTrigEnable = cms.uint32(0), + debugLUTs = cms.bool(False), + debugMatching = cms.bool(False), + doLCTGhostBustingWithGEMs = cms.bool(False), + dropLowQualityALCTsNoGEMs_ME1a = cms.bool(False), + dropLowQualityALCTsNoGEMs_ME1b = cms.bool(False), + dropLowQualityCLCTsNoGEMs_ME1a = cms.bool(False), + dropLowQualityCLCTsNoGEMs_ME1b = cms.bool(True), + matchEarliestAlctOnly = cms.bool(False), + matchEarliestClctOnly = cms.bool(False), + matchTrigEnable = cms.uint32(1), + matchTrigWindowSize = cms.uint32(3), + maxDeltaBXCoPad = cms.int32(1), + maxDeltaBXPad = cms.int32(1), + maxDeltaPadL1Even = cms.int32(12), + maxDeltaPadL1Odd = cms.int32(24), + maxDeltaPadL2Even = cms.int32(12), + maxDeltaPadL2Odd = cms.int32(24), + maxLCTs = cms.uint32(2), + mpcBlockMe1a = cms.uint32(0), + promoteALCTGEMpattern = cms.bool(True), + promoteALCTGEMquality = cms.bool(True), + promoteCLCTGEMquality_ME1a = cms.bool(True), + promoteCLCTGEMquality_ME1b = cms.bool(True), + tmbCrossBxAlgorithm = cms.uint32(2), + tmbDropUsedAlcts = cms.bool(False), + tmbDropUsedClcts = cms.bool(False), + tmbEarlyTbins = cms.int32(4), + tmbL1aWindowSize = cms.uint32(7), + tmbReadoutEarliest2 = cms.bool(False), + useHighMultiplicityBits = cms.bool(False), + useOldLCTDataFormat = cms.bool(True), + verbosity = cms.int32(0) + ), + me21tmbSLHCGEM = cms.PSet( + alctTrigEnable = cms.uint32(0), + buildLCTfromALCTandGEM = cms.bool(True), + buildLCTfromCLCTandGEM = cms.bool(True), + clctToAlct = cms.bool(False), + clctTrigEnable = cms.uint32(0), + debugLUTs = cms.bool(False), + debugMatching = cms.bool(False), + doLCTGhostBustingWithGEMs = cms.bool(False), + dropLowQualityALCTsNoGEMs = cms.bool(True), + dropLowQualityCLCTsNoGEMs = cms.bool(True), + matchEarliestAlctOnly = cms.bool(False), + matchEarliestClctOnly = cms.bool(False), + matchTrigEnable = cms.uint32(1), + matchTrigWindowSize = cms.uint32(3), + maxDeltaBXCoPad = cms.int32(1), + maxDeltaBXPad = cms.int32(1), + maxDeltaPadL1Even = cms.int32(12), + maxDeltaPadL1Odd = cms.int32(24), + maxDeltaPadL2Even = cms.int32(12), + maxDeltaPadL2Odd = cms.int32(24), + maxLCTs = cms.uint32(2), + mpcBlockMe1a = cms.uint32(0), + promoteALCTGEMpattern = cms.bool(True), + promoteALCTGEMquality = cms.bool(True), + promoteCLCTGEMquality = cms.bool(True), + tmbCrossBxAlgorithm = cms.uint32(2), + tmbDropUsedAlcts = cms.bool(False), + tmbDropUsedClcts = cms.bool(False), + tmbEarlyTbins = cms.int32(4), + tmbL1aWindowSize = cms.uint32(7), + tmbReadoutEarliest2 = cms.bool(False), + useHighMultiplicityBits = cms.bool(False), + useOldLCTDataFormat = cms.bool(True), + verbosity = cms.int32(0) + ), + meX1tmbSLHC = cms.PSet( + alctTrigEnable = cms.uint32(0), + clctToAlct = cms.bool(False), + clctTrigEnable = cms.uint32(0), + debugLUTs = cms.bool(False), + debugMatching = cms.bool(False), + matchEarliestAlctOnly = cms.bool(False), + matchEarliestClctOnly = cms.bool(False), + matchTrigEnable = cms.uint32(1), + matchTrigWindowSize = cms.uint32(3), + maxLCTs = cms.uint32(2), + mpcBlockMe1a = cms.uint32(0), + tmbCrossBxAlgorithm = cms.uint32(2), + tmbDropUsedAlcts = cms.bool(False), + tmbDropUsedClcts = cms.bool(False), + tmbEarlyTbins = cms.int32(4), + tmbL1aWindowSize = cms.uint32(7), + tmbReadoutEarliest2 = cms.bool(False), + useHighMultiplicityBits = cms.bool(False), + verbosity = cms.int32(0) + ), + mpcRun2 = cms.PSet( + dropInvalidStubs = cms.bool(False), + dropLowQualityStubs = cms.bool(False), + sortStubs = cms.bool(False) + ), + savePreTriggers = cms.bool(False), + tmbParam = cms.PSet( + alctTrigEnable = cms.uint32(0), + clctToAlct = cms.bool(False), + clctTrigEnable = cms.uint32(0), + matchTrigEnable = cms.uint32(1), + matchTrigWindowSize = cms.uint32(7), + mpcBlockMe1a = cms.uint32(0), + tmbDropUsedAlcts = cms.bool(True), + tmbDropUsedClcts = cms.bool(False), + tmbEarlyTbins = cms.int32(4), + tmbL1aWindowSize = cms.uint32(7), + tmbReadoutEarliest2 = cms.bool(True), + useHighMultiplicityBits = cms.bool(False), + verbosity = cms.int32(0) + ), + tmbSLHC = cms.PSet( + alctTrigEnable = cms.uint32(0), + clctToAlct = cms.bool(False), + clctTrigEnable = cms.uint32(0), + debugLUTs = cms.bool(False), + debugMatching = cms.bool(False), + ignoreAlctCrossClct = cms.bool(False), + matchEarliestAlctOnly = cms.bool(False), + matchEarliestClctOnly = cms.bool(False), + matchTrigEnable = cms.uint32(1), + matchTrigWindowSize = cms.uint32(3), + maxLCTs = cms.uint32(2), + mpcBlockMe1a = cms.uint32(0), + tmbCrossBxAlgorithm = cms.uint32(1), + tmbDropUsedAlcts = cms.bool(False), + tmbDropUsedClcts = cms.bool(False), + tmbEarlyTbins = cms.int32(4), + tmbL1aWindowSize = cms.uint32(7), + tmbReadoutEarliest2 = cms.bool(False), + useHighMultiplicityBits = cms.bool(False), + verbosity = cms.int32(0) + ), + writeOutAllALCTs = cms.bool(False), + writeOutAllCLCTs = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simDtTriggerPrimitiveDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simDtTriggerPrimitiveDigis_cfi.py new file mode 100644 index 0000000000000..f35cdaa4985b3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simDtTriggerPrimitiveDigis_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +simDtTriggerPrimitiveDigis = cms.EDProducer("DTTrigProd", + DTTFSectorNumbering = cms.bool(True), + debug = cms.untracked.bool(False), + digiTag = cms.InputTag("simMuonDTDigis"), + lutBtic = cms.untracked.int32(31), + lutDumpFlag = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simEmtfDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simEmtfDigis_cfi.py new file mode 100644 index 0000000000000..9c26e87329376 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simEmtfDigis_cfi.py @@ -0,0 +1,84 @@ +import FWCore.ParameterSet.Config as cms + +simEmtfDigis = cms.EDProducer("L1TMuonEndCapTrackProducer", + BXWindow = cms.int32(2), + CPPFEnable = cms.bool(False), + CPPFInput = cms.InputTag("simCPPFDigis"), + CSCComparatorInput = cms.InputTag("simMuonCSCDigis","MuonCSCComparatorDigi"), + CSCEnable = cms.bool(True), + CSCInput = cms.InputTag("simCscTriggerPrimitiveDigis","MPCSORTED"), + CSCInputBXShift = cms.int32(-8), + DTEnable = cms.bool(False), + DTPhiInput = cms.InputTag("simTwinMuxDigis"), + DTThetaInput = cms.InputTag("simDtTriggerPrimitiveDigis"), + Era = cms.string('Run2_2018'), + FWConfig = cms.bool(True), + GEMEnable = cms.bool(False), + GEMInput = cms.InputTag("simMuonGEMPadDigiClusters"), + GEMInputBXShift = cms.int32(0), + IRPCEnable = cms.bool(False), + ME0Enable = cms.bool(False), + ME0Input = cms.InputTag("me0TriggerConvertedPseudoDigis"), + ME0InputBXShift = cms.int32(-8), + MaxBX = cms.int32(3), + MinBX = cms.int32(-3), + RPCEnable = cms.bool(True), + RPCInput = cms.InputTag("simMuonRPCDigis"), + RPCInputBXShift = cms.int32(0), + spGCParams16 = cms.PSet( + BugSameSectorPt0 = cms.bool(False), + MaxRoadsPerZone = cms.int32(3), + MaxTracks = cms.int32(3), + UseSecondEarliest = cms.bool(True) + ), + spPAParams16 = cms.PSet( + Bug9BitDPhi = cms.bool(False), + BugGMTPhi = cms.bool(False), + BugMode7CLCT = cms.bool(False), + BugNegPt = cms.bool(False), + FixMode15HighPt = cms.bool(True), + ModeQualVer = cms.int32(2), + PromoteMode7 = cms.bool(False), + ReadPtLUTFile = cms.bool(False) + ), + spPCParams16 = cms.PSet( + DuplicateTheta = cms.bool(True), + FixME11Edges = cms.bool(True), + FixZonePhi = cms.bool(True), + IncludeNeighbor = cms.bool(True), + UseNewZones = cms.bool(False), + ZoneBoundaries = cms.vint32(0, 41, 49, 87, 127), + ZoneOverlap = cms.int32(2) + ), + spPRParams16 = cms.PSet( + PatternDefinitions = cms.vstring( + '4,15:15,7:7,7:7,7:7', + '3,16:16,7:7,7:6,7:6', + '3,14:14,7:7,8:7,8:7', + '2,18:17,7:7,7:5,7:5', + '2,13:12,7:7,10:7,10:7', + '1,22:19,7:7,7:0,7:0', + '1,11:8,7:7,14:7,14:7', + '0,30:23,7:7,7:0,7:0', + '0,7:0,7:7,14:7,14:7' + ), + SymPatternDefinitions = cms.vstring( + '4,15:15:15:15,7:7:7:7,7:7:7:7,7:7:7:7', + '3,16:16:14:14,7:7:7:7,8:7:7:6,8:7:7:6', + '2,18:17:13:12,7:7:7:7,10:7:7:4,10:7:7:4', + '1,22:19:11:8,7:7:7:7,14:7:7:0,14:7:7:0', + '0,30:23:7:0,7:7:7:7,14:7:7:0,14:7:7:0' + ), + UseSymmetricalPatterns = cms.bool(True) + ), + spTBParams16 = cms.PSet( + BugAmbigThetaWin = cms.bool(False), + BugME11Dupes = cms.bool(False), + BugSt2PhDiff = cms.bool(False), + ThetaWindow = cms.int32(8), + ThetaWindowZone0 = cms.int32(4), + TwoStationSameBX = cms.bool(True), + UseSingleHits = cms.bool(False) + ), + verbosity = cms.untracked.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simGmtCaloSumDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simGmtCaloSumDigis_cfi.py new file mode 100644 index 0000000000000..d83a213510588 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simGmtCaloSumDigis_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +simGmtCaloSumDigis = cms.EDProducer("L1TMuonCaloSumProducer", + caloStage2Layer2Label = cms.InputTag("simCaloStage2Layer1Digis") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simGmtStage2Digis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simGmtStage2Digis_cfi.py new file mode 100644 index 0000000000000..79b67f3e4202a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simGmtStage2Digis_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +simGmtStage2Digis = cms.EDProducer("L1TMuonProducer", + autoBxRange = cms.bool(True), + autoCancelMode = cms.bool(True), + barrelTFInput = cms.InputTag("simKBmtfDigis","BMTF"), + bmtfCancelMode = cms.string('kftracks'), + bxMax = cms.int32(2), + bxMin = cms.int32(-2), + emtfCancelMode = cms.string('coordinate'), + forwardTFInput = cms.InputTag("simEmtfDigis","EMTF"), + overlapTFInput = cms.InputTag("simOmtfDigis","OMTF"), + triggerTowerInput = cms.InputTag("simGmtCaloSumDigis","TriggerTowerSums") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simKBmtfDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simKBmtfDigis_cfi.py new file mode 100644 index 0000000000000..08499381a3b76 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simKBmtfDigis_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +simKBmtfDigis = cms.EDProducer("L1TMuonBarrelKalmanTrackProducer", + algoSettings = cms.PSet( + aPhi = cms.vdouble(1.942, 0.03125, 0.0273438, 0.015625), + aPhiB = cms.vdouble(-1.508, -0.123047, -0.174805, -0.144531), + aPhiBNLO = cms.vdouble(0.000331, 0, 0, 0), + bPhi = cms.vdouble(-1, 0.154297, 0.173828, 0.147461), + bPhiB = cms.vdouble(-1, 1.15332, 1.17285, 1.14648), + chiSquare = cms.vdouble(0.0, 0.109375, 0.234375, 0.359375), + chiSquareCut = cms.vint32(126, 126, 126, 126, 126), + chiSquareCutCurvMax = cms.vint32(2500, 2500, 2500, 2500, 2500), + chiSquareCutPattern = cms.vint32(7, 11, 13, 14, 15), + chiSquareCutTight = cms.vint32( + 40, 126, 60, 126, 126, + 126 + ), + combos1 = cms.vint32(), + combos2 = cms.vint32(3), + combos3 = cms.vint32(5, 6, 7), + combos4 = cms.vint32( + 9, 10, 11, 12, 13, + 14, 15 + ), + eLoss = cms.vdouble(0.000765, 0, 0, 0), + etaLUT0 = cms.vdouble(8.946, 7.508, 6.279, 6.399), + etaLUT1 = cms.vdouble(0.159, 0.116, 0.088, 0.128), + initialK = cms.vdouble(-1.196, -1.581, -2.133, -2.263), + initialK2 = cms.vdouble(-0.000326, -0.0007165, 0.002305, -0.00563), + lutFile = cms.string('L1Trigger/L1TMuon/data/bmtf_luts/kalmanLUTs.root'), + mScatteringPhi = cms.vdouble(0.00249, 5.47e-05, 3.49e-05, 1.37e-05), + mScatteringPhiB = cms.vdouble(0.00722, 0.003461, 0.004447, 0.00412), + phiAt2 = cms.double(0.15918), + pointResolutionPhi = cms.double(1.0), + pointResolutionPhiB = cms.double(500.0), + pointResolutionVertex = cms.double(1.0), + trackComp = cms.vdouble(1.75, 1.25, 0.625, 0.25), + trackCompCut = cms.vint32( + 15, 15, 15, 15, 15, + 15 + ), + trackCompCutCurvMax = cms.vint32( + 34, 34, 34, 34, 34, + 34 + ), + trackCompCutPattern = cms.vint32( + 3, 5, 6, 9, 10, + 12 + ), + trackCompErr1 = cms.vdouble(2.0, 2.0, 2.0, 2.0), + trackCompErr2 = cms.vdouble(0.21875, 0.21875, 0.21875, 0.3125), + useOfflineAlgo = cms.bool(False), + verbose = cms.bool(False) + ), + bx = cms.vint32(-2, -1, 0, 1, 2), + src = cms.InputTag("simKBmtfStubs"), + trackFinderSettings = cms.PSet( + sectorSettings = cms.PSet( + regionSettings = cms.PSet( + verbose = cms.int32(0) + ), + verbose = cms.int32(0), + wheelsToProcess = cms.vint32(-2, -1, 0, 1, 2) + ), + sectorsToProcess = cms.vint32( + 0, 1, 2, 3, 4, + 5, 6, 7, 8, 9, + 10, 11 + ), + verbose = cms.int32(0) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simKBmtfStubs_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simKBmtfStubs_cfi.py new file mode 100644 index 0000000000000..ba1f2e9f42607 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simKBmtfStubs_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +simKBmtfStubs = cms.EDProducer("L1TMuonBarrelKalmanStubProducer", + cotTheta_1 = cms.vint32( + 105, 101, 97, 93, 88, + 84, 79, 69, 64, 58, + 52, 46, 40, 34, 21, + 14, 7, 0, -7, -14, + -21, -34, -40, -46, -52, + -58, -64, -69, -79, -84, + -88, -93, -97, -101, -105 + ), + cotTheta_2 = cms.vint32( + 93, 89, 85, 81, 77, + 73, 68, 60, 55, 50, + 45, 40, 34, 29, 17, + 12, 6, 0, -6, -12, + -17, -29, -34, -40, -45, + -50, -55, -60, -68, -73, + -77, -81, -85, -89, -93 + ), + cotTheta_3 = cms.vint32( + 81, 77, 74, 70, 66, + 62, 58, 51, 46, 42, + 38, 33, 29, 24, 15, + 10, 5, 0, -5, -10, + -15, -24, -29, -33, -38, + -42, -46, -51, -58, -62, + -66, -70, -74, -77, -81 + ), + disableMasks = cms.bool(False), + maxBX = cms.int32(2), + minBX = cms.int32(-2), + minPhiQuality = cms.int32(0), + minThetaQuality = cms.int32(0), + srcPhi = cms.InputTag("simTwinMuxDigis"), + srcTheta = cms.InputTag("simDtTriggerPrimitiveDigis"), + verbose = cms.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simMuonGEMPadDigiClusters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simMuonGEMPadDigiClusters_cfi.py new file mode 100644 index 0000000000000..59ccc8bed68bd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simMuonGEMPadDigiClusters_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +simMuonGEMPadDigiClusters = cms.EDProducer("GEMPadDigiClusterProducer", + InputCollection = cms.InputTag("simMuonGEMPadDigis"), + maxClusterSize = cms.uint32(8), + maxClustersOHGE11 = cms.uint32(4), + maxClustersOHGE21 = cms.uint32(5), + mightGet = cms.optional.untracked.vstring, + nOHGE11 = cms.uint32(2), + nOHGE21 = cms.uint32(4) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simMuonGEMPadDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simMuonGEMPadDigis_cfi.py new file mode 100644 index 0000000000000..de180de93b876 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simMuonGEMPadDigis_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +simMuonGEMPadDigis = cms.EDProducer("GEMPadDigiProducer", + InputCollection = cms.InputTag("simMuonGEMDigis"), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simOmtfDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simOmtfDigis_cfi.py new file mode 100644 index 0000000000000..e758149ce6c3e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simOmtfDigis_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +simOmtfDigis = cms.EDProducer("L1TMuonOverlapTrackProducer", + XMLDumpFileName = cms.string('TestEvents.xml'), + dropCSCPrimitives = cms.bool(False), + dropDTPrimitives = cms.bool(False), + dropRPCPrimitives = cms.bool(False), + dumpDetailedResultToXML = cms.bool(False), + dumpGPToXML = cms.bool(False), + dumpResultToXML = cms.bool(False), + eventsXMLFiles = cms.vstring('TestEvents.xml'), + readEventsFromXML = cms.bool(False), + srcCSC = cms.InputTag("simCscTriggerPrimitiveDigis","MPCSORTED"), + srcDTPh = cms.InputTag("simDtTriggerPrimitiveDigis"), + srcDTTh = cms.InputTag("simDtTriggerPrimitiveDigis"), + srcRPC = cms.InputTag("simMuonRPCDigis") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/simTwinMuxDigis_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/simTwinMuxDigis_cfi.py new file mode 100644 index 0000000000000..79b1ab7bc77fb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/simTwinMuxDigis_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +simTwinMuxDigis = cms.EDProducer("L1TTwinMuxProducer", + DTDigi_Source = cms.InputTag("simDtTriggerPrimitiveDigis"), + DTThetaDigi_Source = cms.InputTag("simDtTriggerPrimitiveDigis"), + RPC_Source = cms.InputTag("simMuonRPCDigis") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlLayerTileProducerL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlLayerTileProducerL1Seeded_cfi.py new file mode 100644 index 0000000000000..4335d687926b2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlLayerTileProducerL1Seeded_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +ticlLayerTileProducerL1Seeded = cms.EDProducer("TICLLayerTileProducer", + detector = cms.string('HGCAL'), + layer_HFNose_clusters = cms.InputTag("hgcalLayerClustersHFNose"), + layer_clusters = cms.InputTag("hgcalLayerClustersL1Seeded"), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlLayerTileProducer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlLayerTileProducer_cfi.py new file mode 100644 index 0000000000000..ac2c70a2bda9f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlLayerTileProducer_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +ticlLayerTileProducer = cms.EDProducer("TICLLayerTileProducer", + detector = cms.string('HGCAL'), + layer_HFNose_clusters = cms.InputTag("hgcalLayerClustersHFNose"), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + mightGet = cms.optional.untracked.vstring +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingGlobal_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingGlobal_cfi.py new file mode 100644 index 0000000000000..3b1362a9b719b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingGlobal_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +ticlSeedingGlobal = cms.EDProducer("TICLSeedingRegionProducer", + mightGet = cms.optional.untracked.vstring, + seedingPSet = cms.PSet( + algo_verbosity = cms.int32(0), + type = cms.string('SeedingRegionGlobal') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingL1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingL1_cfi.py new file mode 100644 index 0000000000000..22f04311f5609 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingL1_cfi.py @@ -0,0 +1,14 @@ +import FWCore.ParameterSet.Config as cms + +ticlSeedingL1 = cms.EDProducer("TICLSeedingRegionProducer", + seedingPSet = cms.PSet( + algo_verbosity = cms.int32(0), + endcapScalings = cms.vdouble(3.17445, 1.13219, 0.0), + l1TkEmColl = cms.InputTag("hltL1TkPhotonsHGC","EG"), + maxAbsEta = cms.double(4.0), + minAbsEta = cms.double(1.3), + minPt = cms.double(5.0), + quality = cms.int32(5), + type = cms.string('SeedingRegionByL1') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingTrk_cfi.py new file mode 100644 index 0000000000000..ff7ec11f8a118 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlSeedingTrk_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +ticlSeedingTrk = cms.EDProducer("TICLSeedingRegionProducer", + mightGet = cms.optional.untracked.vstring, + seedingPSet = cms.PSet( + algo_verbosity = cms.int32(0), + type = cms.string('SeedingRegionByTracks') + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEMForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEMForEgamma_cfi.py new file mode 100644 index 0000000000000..0f74714333970 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEMForEgamma_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersEMForEgamma = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersEMForEgamma","EM"), + itername = cms.string('EM'), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("hgcalLayerClusters","InitialLayerClustersMask"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(0), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(0.9), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(0, 1), + max_delta_time = cms.double(3), + max_longitudinal_sigmaPCA = cms.double(10), + max_missing_layers_in_trackster = cms.int32(1), + max_out_in_hops = cms.int32(1), + min_cos_pointing = cms.double(0.9), + min_cos_theta = cms.double(0.97), + min_layers_per_trackster = cms.int32(10), + oneTracksterPerTrackSeed = cms.bool(False), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0.5), + promoteEmptyRegionToTrackster = cms.bool(False), + root_doublet_max_distance_from_seed_squared = cms.double(9999), + shower_start_max_layer = cms.int32(5), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(2), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingGlobal"), + time_layerclusters = cms.InputTag("hgcalLayerClusters","timeLayerCluster") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEML1_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEML1_cfi.py new file mode 100644 index 0000000000000..099da5ccb777d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEML1_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersEML1 = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersEML1Seeded","EM"), + itername = cms.string('EM'), + layer_clusters = cms.InputTag("hgcalLayerClustersL1Seeded"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducerL1Seeded"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("hgcalLayerClustersL1Seeded","InitialLayerClustersMask"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(0), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(0.9), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(0, 1), + max_delta_time = cms.double(3), + max_longitudinal_sigmaPCA = cms.double(10), + max_missing_layers_in_trackster = cms.int32(1), + max_out_in_hops = cms.int32(1), + min_cos_pointing = cms.double(0.9), + min_cos_theta = cms.double(0.97), + min_layers_per_trackster = cms.int32(10), + oneTracksterPerTrackSeed = cms.bool(False), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0.5), + promoteEmptyRegionToTrackster = cms.bool(False), + root_doublet_max_distance_from_seed_squared = cms.double(9999), + shower_start_max_layer = cms.int32(5), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(2), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingL1"), + time_layerclusters = cms.InputTag("hgcalLayerClustersL1Seeded","timeLayerCluster") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEM_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEM_cfi.py new file mode 100644 index 0000000000000..03937c409ef4c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersEM_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersEM = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersEM","EM"), + itername = cms.string('EM'), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("ticlTrackstersTrkEM"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(0), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(0.9), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(0, 1), + max_delta_time = cms.double(3), + max_longitudinal_sigmaPCA = cms.double(10), + max_missing_layers_in_trackster = cms.int32(1), + max_out_in_hops = cms.int32(1), + min_cos_pointing = cms.double(0.9), + min_cos_theta = cms.double(0.97), + min_layers_per_trackster = cms.int32(10), + oneTracksterPerTrackSeed = cms.bool(False), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0.5), + promoteEmptyRegionToTrackster = cms.bool(False), + root_doublet_max_distance_from_seed_squared = cms.double(9999), + shower_start_max_layer = cms.int32(5), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(2), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingGlobal"), + time_layerclusters = cms.InputTag("hgcalLayerClusters","timeLayerCluster") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersHADForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersHADForEgamma_cfi.py new file mode 100644 index 0000000000000..45768b02830c5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersHADForEgamma_cfi.py @@ -0,0 +1,73 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersHADForEgamma = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersHADForEgamma","HAD"), + itername = cms.string('HAD'), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("ticlTrackstersTrk"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(0), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(-1), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(0), + max_delta_time = cms.double(-1), + max_longitudinal_sigmaPCA = cms.double(9999), + max_missing_layers_in_trackster = cms.int32(9999), + max_out_in_hops = cms.int32(10), + min_cos_pointing = cms.double(0.819), + min_cos_theta = cms.double(0.866), + min_layers_per_trackster = cms.int32(12), + oneTracksterPerTrackSeed = cms.bool(False), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0), + promoteEmptyRegionToTrackster = cms.bool(False), + root_doublet_max_distance_from_seed_squared = cms.double(9999), + shower_start_max_layer = cms.int32(9999), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(1), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingGlobal"), + time_layerclusters = cms.InputTag("hgcalLayerClusters","timeLayerCluster") +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersHAD_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersHAD_cfi.py new file mode 100644 index 0000000000000..a5451aa9f804a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersHAD_cfi.py @@ -0,0 +1,73 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersHAD = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersHAD","HAD"), + itername = cms.string('HAD'), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("ticlTrackstersTrk"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(0), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(-1), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(0), + max_delta_time = cms.double(-1), + max_longitudinal_sigmaPCA = cms.double(9999), + max_missing_layers_in_trackster = cms.int32(9999), + max_out_in_hops = cms.int32(10), + min_cos_pointing = cms.double(0.819), + min_cos_theta = cms.double(0.866), + min_layers_per_trackster = cms.int32(12), + oneTracksterPerTrackSeed = cms.bool(False), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0), + promoteEmptyRegionToTrackster = cms.bool(False), + root_doublet_max_distance_from_seed_squared = cms.double(9999), + shower_start_max_layer = cms.int32(9999), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(1), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingGlobal"), + time_layerclusters = cms.InputTag("hgcalLayerClusters","timeLayerCluster") +) + diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersMerge_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersMerge_cfi.py new file mode 100644 index 0000000000000..00ac8ca9ade75 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersMerge_cfi.py @@ -0,0 +1,37 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersMerge = cms.EDProducer("TrackstersMergeProducer", + cosangle_align = cms.double(0.9945), + debug = cms.bool(True), + e_over_h_threshold = cms.double(1), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + eta_bin_window = cms.int32(1), + halo_max_distance2 = cms.double(4), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clustersTime = cms.InputTag("hgcalLayerClusters","timeLayerCluster"), + mightGet = cms.optional.untracked.vstring, + optimiseAcrossTracksters = cms.bool(True), + phi_bin_window = cms.int32(1), + pt_neutral_threshold = cms.double(2), + pt_sigma_high = cms.double(2), + pt_sigma_low = cms.double(2), + resol_calo_offset_em = cms.double(1.5), + resol_calo_offset_had = cms.double(1.5), + resol_calo_scale_em = cms.double(0.15), + resol_calo_scale_had = cms.double(0.15), + seedingTrk = cms.InputTag("ticlSeedingTrk"), + track_max_eta = cms.double(3), + track_max_missing_outerhits = cms.int32(5), + track_min_eta = cms.double(1.48), + track_min_pt = cms.double(1), + tracks = cms.InputTag("generalTracks"), + trackstersem = cms.InputTag("ticlTrackstersEM"), + trackstershad = cms.InputTag("ticlTrackstersHAD"), + tracksterstrk = cms.InputTag("ticlTrackstersTrk"), + tracksterstrkem = cms.InputTag("ticlTrackstersTrkEM") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersTrkEM_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersTrkEM_cfi.py new file mode 100644 index 0000000000000..7e016f3b6d282 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersTrkEM_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersTrkEM = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersTrkEM","TrkEM"), + itername = cms.string('TrkEM'), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("hgcalLayerClusters","InitialLayerClustersMask"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(0), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(0.9), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(0, 1), + max_delta_time = cms.double(3), + max_longitudinal_sigmaPCA = cms.double(10), + max_missing_layers_in_trackster = cms.int32(2), + max_out_in_hops = cms.int32(1), + min_cos_pointing = cms.double(0.94), + min_cos_theta = cms.double(0.97), + min_layers_per_trackster = cms.int32(10), + oneTracksterPerTrackSeed = cms.bool(False), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0.5), + promoteEmptyRegionToTrackster = cms.bool(False), + root_doublet_max_distance_from_seed_squared = cms.double(0.0025), + shower_start_max_layer = cms.int32(5), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(2), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingTrk"), + time_layerclusters = cms.InputTag("hgcalLayerClusters","timeLayerCluster") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersTrk_cfi.py new file mode 100644 index 0000000000000..637619941b75d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ticlTrackstersTrk_cfi.py @@ -0,0 +1,72 @@ +import FWCore.ParameterSet.Config as cms + +ticlTrackstersTrk = cms.EDProducer("TrackstersProducer", + detector = cms.string('HGCAL'), + filtered_mask = cms.InputTag("filteredLayerClustersTrk","Trk"), + itername = cms.string('Trk'), + layer_clusters = cms.InputTag("hgcalLayerClusters"), + layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), + layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), + mightGet = cms.optional.untracked.vstring, + original_mask = cms.InputTag("ticlTrackstersEM"), + patternRecognitionBy = cms.string('CA'), + pluginPatternRecognitionByCA = cms.PSet( + algo_verbosity = cms.int32(2), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + energy_em_over_total_threshold = cms.double(-1), + etaLimitIncreaseWindow = cms.double(2.1), + filter_on_categories = cms.vint32(2, 4), + max_delta_time = cms.double(-1.0), + max_longitudinal_sigmaPCA = cms.double(9999), + max_missing_layers_in_trackster = cms.int32(9999), + max_out_in_hops = cms.int32(10), + min_cos_pointing = cms.double(0.798), + min_cos_theta = cms.double(0.866), + min_layers_per_trackster = cms.int32(10), + oneTracksterPerTrackSeed = cms.bool(True), + out_in_dfs = cms.bool(True), + pid_threshold = cms.double(0), + promoteEmptyRegionToTrackster = cms.bool(True), + root_doublet_max_distance_from_seed_squared = cms.double(9999), + shower_start_max_layer = cms.int32(9999), + siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), + skip_layers = cms.int32(3), + type = cms.string('CA') + ), + pluginPatternRecognitionByCLUE3D = cms.PSet( + algo_verbosity = cms.int32(0), + criticalDensity = cms.double(4), + criticalEtaPhiDistance = cms.double(0.035), + densityEtaPhiDistanceSqr = cms.double(0.0008), + densityOnSameLayer = cms.bool(False), + densitySiblingLayers = cms.int32(3), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + outlierMultiplier = cms.double(2), + type = cms.string('CLUE3D') + ), + pluginPatternRecognitionByFastJet = cms.PSet( + algo_verbosity = cms.int32(0), + antikt_radius = cms.double(0.09), + eid_input_name = cms.string('input'), + eid_min_cluster_energy = cms.double(1), + eid_n_clusters = cms.int32(10), + eid_n_layers = cms.int32(50), + eid_output_name_energy = cms.string('output/regressed_energy'), + eid_output_name_id = cms.string('output/id_probabilities'), + minNumLayerCluster = cms.int32(5), + type = cms.string('FastJet') + ), + seeding_regions = cms.InputTag("ticlSeedingTrk"), + time_layerclusters = cms.InputTag("hgcalLayerClusters","timeLayerCluster") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/towerMaker_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/towerMaker_cfi.py new file mode 100644 index 0000000000000..b2f4591c83e9d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/towerMaker_cfi.py @@ -0,0 +1,78 @@ +import FWCore.ParameterSet.Config as cms + +towerMaker = cms.EDProducer("CaloTowersCreator", + AllowMissingInputs = cms.bool(False), + EBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EBSumThreshold = cms.double(0.2), + EBThreshold = cms.double(0.07), + EBWeight = cms.double(1.0), + EBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EEGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + EESumThreshold = cms.double(0.45), + EEThreshold = cms.double(0.3), + EEWeight = cms.double(1.0), + EEWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + EcalRecHitSeveritiesToBeExcluded = cms.vstring( + 'kTime', + 'kWeird', + 'kBad' + ), + EcalSeveritiesToBeUsedInBadTowers = cms.vstring(), + EcutTower = cms.double(-1000.0), + HBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HBThreshold = cms.double(1.2), + HBThreshold1 = cms.double(0.8), + HBThreshold2 = cms.double(1.2), + HBWeight = cms.double(1.0), + HBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HEDGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HEDThreshold = cms.double(0.2), + HEDThreshold1 = cms.double(0.1), + HEDWeight = cms.double(1.0), + HEDWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HESGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HESThreshold = cms.double(0.2), + HESThreshold1 = cms.double(0.1), + HESWeight = cms.double(1.0), + HESWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF1Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF1Threshold = cms.double(0.5), + HF1Weight = cms.double(1.0), + HF1Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HF2Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HF2Threshold = cms.double(0.85), + HF2Weight = cms.double(1.0), + HF2Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HOGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), + HOThreshold0 = cms.double(1.1), + HOThresholdMinus1 = cms.double(3.5), + HOThresholdMinus2 = cms.double(3.5), + HOThresholdPlus1 = cms.double(3.5), + HOThresholdPlus2 = cms.double(3.5), + HOWeight = cms.double(1.0), + HOWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), + HcalAcceptSeverityLevel = cms.uint32(9), + HcalAcceptSeverityLevelForRejectedHit = cms.uint32(9999), + HcalPhase = cms.int32(1), + HcalThreshold = cms.double(-1000.0), + MomConstrMethod = cms.int32(1), + MomEBDepth = cms.double(0.3), + MomEEDepth = cms.double(0.0), + MomHBDepth = cms.double(0.2), + MomHEDepth = cms.double(0.4), + UseEcalRecoveredHits = cms.bool(False), + UseEtEBTreshold = cms.bool(False), + UseEtEETreshold = cms.bool(False), + UseHO = cms.bool(False), + UseHcalRecoveredHits = cms.bool(True), + UseRejectedHitsOnly = cms.bool(False), + UseRejectedRecoveredEcalHits = cms.bool(False), + UseRejectedRecoveredHcalHits = cms.bool(True), + UseSymEBTreshold = cms.bool(True), + UseSymEETreshold = cms.bool(True), + ecalInputs = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE")), + hbheInput = cms.InputTag("hbhereco"), + hfInput = cms.InputTag("hfreco"), + hoInput = cms.InputTag("horeco"), + missingHcalRescaleFactorForEcal = cms.double(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/trackRefsForJetsBeforeSorting_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/trackRefsForJetsBeforeSorting_cfi.py new file mode 100644 index 0000000000000..d9d16c15a33be --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/trackRefsForJetsBeforeSorting_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +trackRefsForJetsBeforeSorting = cms.EDProducer("ChargedRefCandidateProducer", + particleType = cms.string('pi+'), + src = cms.InputTag("trackWithVertexRefSelectorBeforeSorting") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/trackWithVertexRefSelectorBeforeSorting_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/trackWithVertexRefSelectorBeforeSorting_cfi.py new file mode 100644 index 0000000000000..612e6592ae178 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/trackWithVertexRefSelectorBeforeSorting_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +trackWithVertexRefSelectorBeforeSorting = cms.EDProducer("TrackWithVertexRefSelector", + copyExtras = cms.untracked.bool(False), + copyTrajectories = cms.untracked.bool(False), + d0Max = cms.double(999.0), + dzMax = cms.double(999.0), + etaMax = cms.double(5.0), + etaMin = cms.double(0.0), + nSigmaDtVertex = cms.double(0), + nVertices = cms.uint32(0), + normalizedChi2 = cms.double(999999.0), + numberOfLostHits = cms.uint32(999), + numberOfValidHits = cms.uint32(0), + numberOfValidPixelHits = cms.uint32(0), + ptErrorCut = cms.double(9e+99), + ptMax = cms.double(9e+99), + ptMin = cms.double(0.9), + quality = cms.string('highPurity'), + rhoVtx = cms.double(0.2), + src = cms.InputTag("generalTracks"), + timeResosTag = cms.InputTag(""), + timesTag = cms.InputTag(""), + useVtx = cms.bool(True), + vertexTag = cms.InputTag("unsortedOfflinePrimaryVertices"), + vtxFallback = cms.bool(True), + zetaVtx = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/trackerClusterCheck_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/trackerClusterCheck_cfi.py new file mode 100644 index 0000000000000..96d0b420d4e89 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/trackerClusterCheck_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +trackerClusterCheck = cms.EDProducer("ClusterCheckerEDProducer", + ClusterCollectionLabel = cms.InputTag("siStripClusters"), + MaxNumberOfCosmicClusters = cms.uint32(400000), + MaxNumberOfPixelClusters = cms.uint32(40000), + PixelClusterCollectionLabel = cms.InputTag("siPixelClusters"), + cut = cms.string('strip < 400000 && pixel < 40000 && (strip < 50000 + 10*pixel) && (pixel < 5000 + 0.1*strip)'), + doClusterCheck = cms.bool(False), + mightGet = cms.optional.untracked.vstring, + silentClusterCheck = cms.untracked.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/unsortedOfflinePrimaryVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/unsortedOfflinePrimaryVertices_cfi.py new file mode 100644 index 0000000000000..06ab468713610 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/unsortedOfflinePrimaryVertices_cfi.py @@ -0,0 +1,49 @@ +import FWCore.ParameterSet.Config as cms + +unsortedOfflinePrimaryVertices = cms.EDProducer("PrimaryVertexProducer", + TkClusParameters = cms.PSet( + TkDAClusParameters = cms.PSet( + Tmin = cms.double(2.0), + Tpurge = cms.double(2.0), + Tstop = cms.double(0.5), + coolingFactor = cms.double(0.6), + d0CutOff = cms.double(3.0), + dzCutOff = cms.double(3.0), + uniquetrkweight = cms.double(0.8), + vertexSize = cms.double(0.006), + zmerge = cms.double(0.01) + ), + algorithm = cms.string('DA_vect') + ), + TkFilterParameters = cms.PSet( + algorithm = cms.string('filter'), + maxD0Significance = cms.double(4.0), + maxEta = cms.double(4.0), + maxNormalizedChi2 = cms.double(10.0), + minPixelLayersWithHits = cms.int32(2), + minPt = cms.double(0.9), + minSiliconLayersWithHits = cms.int32(5), + trackQuality = cms.string('any') + ), + TrackLabel = cms.InputTag("generalTracks"), + beamSpotLabel = cms.InputTag("offlineBeamSpot"), + verbose = cms.untracked.bool(False), + vertexCollections = cms.VPSet( + cms.PSet( + algorithm = cms.string('AdaptiveVertexFitter'), + chi2cutoff = cms.double(2.5), + label = cms.string(''), + maxDistanceToBeam = cms.double(1.0), + minNdof = cms.double(0.0), + useBeamConstraint = cms.bool(False) + ), + cms.PSet( + algorithm = cms.string('AdaptiveVertexFitter'), + chi2cutoff = cms.double(2.5), + label = cms.string('WithBS'), + maxDistanceToBeam = cms.double(1.0), + minNdof = cms.double(2.0), + useBeamConstraint = cms.bool(True) + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLTAnalyzerEndpath_cff.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLTAnalyzerEndpath_cff.py new file mode 100644 index 0000000000000..cdcf3d698c33a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLTAnalyzerEndpath_cff.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreHLTAnalyzerEndpath_cfi import * +from ..modules.hltTrigReport_cfi import * + +HLTAnalyzerEndpath = cms.EndPath( + hltPreHLTAnalyzerEndpath + + hltTrigReport ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_AK4PFPuppiJet520_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_AK4PFPuppiJet520_cfi.py new file mode 100644 index 0000000000000..044534bd1ce4e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_AK4PFPuppiJet520_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltSingleAK4PFPuppiJet520_cfi import * +from ..modules.l1tSinglePFPuppiJet230off_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_AK4PFPuppiJet520 = cms.Path( + HLTBeginSequence + + l1tSinglePFPuppiJet230off + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltSingleAK4PFPuppiJet520 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py new file mode 100644 index 0000000000000..c560d07368eed --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreDiphoton3023IsoCaloIdL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Diphoton30_23_IsoCaloId_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreDiphoton3023IsoCaloIdL1Seeded + + HLTDiphoton3023IsoCaloIdL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py new file mode 100644 index 0000000000000..98177607a5317 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreDiphoton3023IsoCaloIdUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTDiphoton3023IsoCaloIdUnseededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Diphoton30_23_IsoCaloId_Unseeded = cms.Path( + HLTBeginSequence + + hltPreDiphoton3023IsoCaloIdUnseeded + + HLTDiphoton3023IsoCaloIdUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py new file mode 100644 index 0000000000000..62945514973e4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreDoubleEle2312IsoL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTDoubleEle2312IsoL1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_DoubleEle23_12_Iso_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreDoubleEle2312IsoL1Seeded + + HLTDoubleEle2312IsoL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py new file mode 100644 index 0000000000000..0daee2678d607 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreDoubleEle25CaloIdLPMS2L1Seeded + + HLTDoubleEle25CaloIdLPMS2L1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py new file mode 100644 index 0000000000000..0b3b77c11af05 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_DoubleEle25_CaloIdL_PMS2_Unseeded = cms.Path( + HLTBeginSequence + + hltPreDoubleEle25CaloIdLPMS2Unseeded + + HLTDoubleEle25CaloIdLPMS2UnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py new file mode 100644 index 0000000000000..c5d6d1a64a423 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi import * +from ..modules.hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi import * +from ..modules.hltDoublePFPuppiJets128MaxEta2p4_cfi import * +from ..modules.l1tDoublePFPuppiJet112offMaxEta2p4_cfi import * +from ..modules.l1tDoublePFPuppiJets112offMaxDeta1p6_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4 = cms.Path( + HLTBeginSequence + + l1tDoublePFPuppiJet112offMaxEta2p4 + + l1tDoublePFPuppiJets112offMaxDeta1p6 + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltDoublePFPuppiJets128MaxEta2p4 + + hltDoublePFPuppiJets128Eta2p4MaxDeta1p6 + + HLTBtagDeepCSVSequencePFPuppiModEta2p4 + + hltBTagPFPuppiDeepCSV0p865DoubleEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py new file mode 100644 index 0000000000000..4e3cfce905151 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi import * +from ..modules.hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi import * +from ..modules.hltDoublePFPuppiJets128MaxEta2p4_cfi import * +from ..modules.l1tDoublePFPuppiJet112offMaxEta2p4_cfi import * +from ..modules.l1tDoublePFPuppiJets112offMaxDeta1p6_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4 = cms.Path( + HLTBeginSequence + + l1tDoublePFPuppiJet112offMaxEta2p4 + + l1tDoublePFPuppiJets112offMaxDeta1p6 + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltDoublePFPuppiJets128MaxEta2p4 + + hltDoublePFPuppiJets128Eta2p4MaxDeta1p6 + + HLTBtagDeepFlavourSequencePFPuppiModEta2p4 + + hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele26_WP70_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele26_WP70_L1Seeded_cfi.py new file mode 100644 index 0000000000000..fb0561cff2baa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele26_WP70_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle26WP70L1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle26WP70L1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Ele26_WP70_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreEle26WP70L1Seeded + + HLTEle26WP70L1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele26_WP70_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele26_WP70_Unseeded_cfi.py new file mode 100644 index 0000000000000..79489d9929339 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele26_WP70_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle26WP70Unseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle26WP70UnseededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Ele26_WP70_Unseeded = cms.Path( + HLTBeginSequence + + hltPreEle26WP70Unseeded + + HLTEle26WP70UnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py new file mode 100644 index 0000000000000..f4f6a1a015509 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle32WPTightL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle32WPTightL1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Ele32_WPTight_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreEle32WPTightL1Seeded + + HLTEle32WPTightL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py new file mode 100644 index 0000000000000..0fd928ad387a0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle32WPTightUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle32WPTightUnseededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Ele32_WPTight_Unseeded = cms.Path( + HLTBeginSequence + + hltPreEle32WPTightUnseeded + + HLTEle32WPTightUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..b0d30c5711e10 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py @@ -0,0 +1,255 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltL1TkSingleMuFiltered22_cfi import * +from ..modules.hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi import * +from ..modules.hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi import * +from ..modules.hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi import * +from ..modules.hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi import * +from ..modules.hltL3fL1TkSingleMu22L3Filtered24Q_cfi import * +from ..modules.bunchSpacingProducer_cfi import * +from ..modules.hgcalDigis_cfi import * +from ..modules.hgcalLayerClusters_cfi import * +from ..modules.HGCalRecHit_cfi import * +from ..modules.HGCalUncalibRecHit_cfi import * +from ..modules.hltCsc2DRecHits_cfi import * +from ..modules.hltCscSegments_cfi import * +from ..modules.hltDt1DRecHits_cfi import * +from ..modules.hltDt4DSegments_cfi import * +from ..modules.hltEcalDetIdToBeRecovered_cfi import * +from ..modules.hltEcalDigis_cfi import * +from ..modules.hltEcalPreshowerDigis_cfi import * +from ..modules.hltEcalPreshowerRecHit_cfi import * +from ..modules.hltEcalRecHit_cfi import * +from ..modules.hltEcalUncalibRecHit_cfi import * +from ..modules.hltFixedGridRhoFastjetAllCaloForMuons_cfi import * +from ..modules.hltGemRecHits_cfi import * +from ..modules.hltGemSegments_cfi import * +from ..modules.hltHbhereco_cfi import * +from ..modules.hltHcalDigis_cfi import * +from ..modules.hltHfprereco_cfi import * +from ..modules.hltHfreco_cfi import * +from ..modules.hltHoreco_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMerged_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltL2MuonFromL1TkMuonCandidates_cfi import * +from ..modules.hltL2MuonSeedsFromL1TkMuon_cfi import * +from ..modules.hltL2MuonsFromL1TkMuon_cfi import * +from ..modules.hltL2OfflineMuonSeeds_cfi import * +from ..modules.hltL3MuonsPhase2L3Links_cfi import * +from ..modules.hltL3MuonsPhase2L3OI_cfi import * +from ..modules.hltMe0RecHits_cfi import * +from ..modules.hltMe0Segments_cfi import * +from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import * +from ..modules.hltParticleFlowClusterECALUnseeded_cfi import * +from ..modules.hltParticleFlowClusterHBHEForMuons_cfi import * +from ..modules.hltParticleFlowClusterHCALForMuons_cfi import * +from ..modules.hltParticleFlowClusterPSUnseeded_cfi import * +from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import * +from ..modules.hltParticleFlowRecHitHBHEForMuons_cfi import * +from ..modules.hltParticleFlowRecHitPSUnseeded_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelVertices_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi import * +from ..modules.hltPhase2L3GlbMuon_cfi import * +from ..modules.hltPhase2L3MuonCandidates_cfi import * +from ..modules.hltPhase2L3MuonGeneralTracks_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepClusters_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepSeeds_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTrackingRegions_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTracks_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3MuonInitialStepSeeds_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTrackCandidates_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3MuonMerged_cfi import * +from ..modules.hltPhase2L3MuonPixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2L3MuonPixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2L3MuonPixelTracks_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3MuonPixelVertices_cfi import * +from ..modules.hltPhase2L3Muons_cfi import * +from ..modules.hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi import * +from ..modules.hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi import * +from ..modules.hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi import * +from ..modules.hltPhase2L3MuonsNoID_cfi import * +from ..modules.hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi import * +from ..modules.hltPhase2L3MuonTracks_cfi import * +from ..modules.hltPhase2L3OIL3MuonCandidates_cfi import * +from ..modules.hltPhase2L3OIL3Muons_cfi import * +from ..modules.hltPhase2L3OIL3MuonsLinksCombination_cfi import * +from ..modules.hltPhase2L3OIMuCtfWithMaterialTracks_cfi import * +from ..modules.hltPhase2L3OIMuonTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3OIMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import * +from ..modules.hltPhase2L3OITrackCandidates_cfi import * +from ..modules.hltRpcRecHits_cfi import * +from ..modules.hltTowerMakerForAll_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * +from ..modules.trackerClusterCheck_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_IsoMu24_FromL1TkMuon = cms.Path( + HLTBeginSequence + + hltL1TkSingleMuFiltered22 + + hltL3fL1TkSingleMu22L3Filtered24Q + + hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41 + + hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40 + + hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70 + + hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk + + HLTEndSequence, + cms.Task( + hltL1TkMuons, + HGCalRecHit, + HGCalUncalibRecHit, + MeasurementTrackerEvent, + bunchSpacingProducer, + hgcalDigis, + hgcalLayerClusters, + hltCsc2DRecHits, + hltCscSegments, + hltDt1DRecHits, + hltDt4DSegments, + hltEcalDetIdToBeRecovered, + hltEcalDigis, + hltEcalPreshowerDigis, + hltEcalPreshowerRecHit, + hltEcalRecHit, + hltEcalUncalibRecHit, + hltFixedGridRhoFastjetAllCaloForMuons, + hltGemRecHits, + hltGemSegments, + hltHbhereco, + hltHcalDigis, + hltHfprereco, + hltHfreco, + hltHoreco, + hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks, + hltIter0Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter2Phase2L3FromL1TkMuonClustersRefRemoval, + hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent, + hltIter2Phase2L3FromL1TkMuonMerged, + hltIter2Phase2L3FromL1TkMuonPixelClusterCheck, + hltIter2Phase2L3FromL1TkMuonPixelHitDoublets, + hltIter2Phase2L3FromL1TkMuonPixelHitTriplets, + hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets, + hltIter2Phase2L3FromL1TkMuonPixelSeeds, + hltIter2Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltL2MuonFromL1TkMuonCandidates, + hltL2MuonSeedsFromL1TkMuon, + hltL2MuonsFromL1TkMuon, + hltL2OfflineMuonSeeds, + hltL3MuonsPhase2L3Links, + hltL3MuonsPhase2L3OI, + hltMe0RecHits, + hltMe0Segments, + hltParticleFlowClusterECALUncorrectedUnseeded, + hltParticleFlowClusterECALUnseeded, + hltParticleFlowClusterHBHEForMuons, + hltParticleFlowClusterHCALForMuons, + hltParticleFlowClusterPSUnseeded, + hltParticleFlowRecHitECALUnseeded, + hltParticleFlowRecHitHBHEForMuons, + hltParticleFlowRecHitPSUnseeded, + hltPhase2L3FromL1TkMuonPixelLayerQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracks, + hltPhase2L3FromL1TkMuonPixelTracksHitDoublets, + hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions, + hltPhase2L3FromL1TkMuonPixelVertices, + hltPhase2L3FromL1TkMuonTrimmedPixelVertices, + hltPhase2L3GlbMuon, + hltPhase2L3MuonCandidates, + hltPhase2L3MuonGeneralTracks, + hltPhase2L3MuonHighPtTripletStepClusters, + hltPhase2L3MuonHighPtTripletStepHitDoublets, + hltPhase2L3MuonHighPtTripletStepHitTriplets, + hltPhase2L3MuonHighPtTripletStepSeedLayers, + hltPhase2L3MuonHighPtTripletStepSeeds, + hltPhase2L3MuonHighPtTripletStepTrackCandidates, + hltPhase2L3MuonHighPtTripletStepTrackCutClassifier, + hltPhase2L3MuonHighPtTripletStepTrackingRegions, + hltPhase2L3MuonHighPtTripletStepTracks, + hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity, + hltPhase2L3MuonInitialStepSeeds, + hltPhase2L3MuonInitialStepTrackCandidates, + hltPhase2L3MuonInitialStepTrackCutClassifier, + hltPhase2L3MuonInitialStepTracks, + hltPhase2L3MuonInitialStepTracksSelectionHighPurity, + hltPhase2L3MuonMerged, + hltPhase2L3MuonPixelFitterByHelixProjections, + hltPhase2L3MuonPixelTrackFilterByKinematics, + hltPhase2L3MuonPixelTracks, + hltPhase2L3MuonPixelTracksFilter, + hltPhase2L3MuonPixelTracksFitter, + hltPhase2L3MuonPixelTracksHitDoublets, + hltPhase2L3MuonPixelTracksHitQuadruplets, + hltPhase2L3MuonPixelTracksSeedLayers, + hltPhase2L3MuonPixelTracksTrackingRegions, + hltPhase2L3MuonPixelVertices, + hltPhase2L3MuonTracks, + hltPhase2L3Muons, + hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000, + hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000, + hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00, + hltPhase2L3MuonsNoID, + hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07, + hltPhase2L3OIL3MuonCandidates, + hltPhase2L3OIL3Muons, + hltPhase2L3OIL3MuonsLinksCombination, + hltPhase2L3OIMuCtfWithMaterialTracks, + hltPhase2L3OIMuonTrackCutClassifier, + hltPhase2L3OIMuonTrackSelectionHighPurity, + hltPhase2L3OISeedsFromL2Muons, + hltPhase2L3OITrackCandidates, + hltRpcRecHits, + hltTowerMakerForAll, + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits, + trackerClusterCheck + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..28c41b6fd1b0e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py @@ -0,0 +1,199 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltDiMuon178RelTrkIsoFiltered0p4_cfi import * +from ..modules.hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi import * +from ..modules.hltDoubleMuon7DZ1p0_cfi import * +from ..modules.hltL1TkDoubleMuFiltered7_cfi import * +from ..modules.hltL1TkSingleMuFiltered15_cfi import * +from ..modules.hltL3fL1DoubleMu155fFiltered17_cfi import * +from ..modules.hltL3fL1DoubleMu155fPreFiltered8_cfi import * +from ..modules.hltCsc2DRecHits_cfi import * +from ..modules.hltCscSegments_cfi import * +from ..modules.hltDt1DRecHits_cfi import * +from ..modules.hltDt4DSegments_cfi import * +from ..modules.hltGemRecHits_cfi import * +from ..modules.hltGemSegments_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMerged_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltL2MuonFromL1TkMuonCandidates_cfi import * +from ..modules.hltL2MuonSeedsFromL1TkMuon_cfi import * +from ..modules.hltL2MuonsFromL1TkMuon_cfi import * +from ..modules.hltL2OfflineMuonSeeds_cfi import * +from ..modules.hltL3MuonsPhase2L3Links_cfi import * +from ..modules.hltL3MuonsPhase2L3OI_cfi import * +from ..modules.hltMe0RecHits_cfi import * +from ..modules.hltMe0Segments_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelVertices_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi import * +from ..modules.hltPhase2L3GlbMuon_cfi import * +from ..modules.hltPhase2L3MuonCandidates_cfi import * +from ..modules.hltPhase2L3MuonGeneralTracks_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepClusters_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepSeeds_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTrackingRegions_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTracks_cfi import * +from ..modules.hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3MuonInitialStepSeeds_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTrackCandidates_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * +from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3MuonMerged_cfi import * +from ..modules.hltPhase2L3MuonPixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2L3MuonPixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2L3MuonPixelTracks_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3MuonPixelVertices_cfi import * +from ..modules.hltPhase2L3Muons_cfi import * +from ..modules.hltPhase2L3MuonsNoID_cfi import * +from ..modules.hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi import * +from ..modules.hltPhase2L3MuonTracks_cfi import * +from ..modules.hltPhase2L3OIL3MuonCandidates_cfi import * +from ..modules.hltPhase2L3OIL3Muons_cfi import * +from ..modules.hltPhase2L3OIL3MuonsLinksCombination_cfi import * +from ..modules.hltPhase2L3OIMuCtfWithMaterialTracks_cfi import * +from ..modules.hltPhase2L3OIMuonTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3OIMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import * +from ..modules.hltPhase2L3OITrackCandidates_cfi import * +from ..modules.hltRpcRecHits_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * +from ..modules.trackerClusterCheck_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon = cms.Path( + HLTBeginSequence + + hltL1TkDoubleMuFiltered7 + + hltL1TkSingleMuFiltered15 + + hltDoubleMuon7DZ1p0 + + hltL3fL1DoubleMu155fPreFiltered8 + + hltL3fL1DoubleMu155fFiltered17 + + hltDiMuon178RelTrkIsoFiltered0p4 + + hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2 + + HLTEndSequence, + cms.Task( + hltL1TkMuons, + MeasurementTrackerEvent, + hltCsc2DRecHits, + hltCscSegments, + hltDt1DRecHits, + hltDt4DSegments, + hltGemRecHits, + hltGemSegments, + hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks, + hltIter0Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter2Phase2L3FromL1TkMuonClustersRefRemoval, + hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent, + hltIter2Phase2L3FromL1TkMuonMerged, + hltIter2Phase2L3FromL1TkMuonPixelClusterCheck, + hltIter2Phase2L3FromL1TkMuonPixelHitDoublets, + hltIter2Phase2L3FromL1TkMuonPixelHitTriplets, + hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets, + hltIter2Phase2L3FromL1TkMuonPixelSeeds, + hltIter2Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltL2MuonFromL1TkMuonCandidates, + hltL2MuonSeedsFromL1TkMuon, + hltL2MuonsFromL1TkMuon, + hltL2OfflineMuonSeeds, + hltL3MuonsPhase2L3Links, + hltL3MuonsPhase2L3OI, + hltMe0RecHits, + hltMe0Segments, + hltPhase2L3FromL1TkMuonPixelLayerQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracks, + hltPhase2L3FromL1TkMuonPixelTracksHitDoublets, + hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions, + hltPhase2L3FromL1TkMuonPixelVertices, + hltPhase2L3FromL1TkMuonTrimmedPixelVertices, + hltPhase2L3GlbMuon, + hltPhase2L3MuonCandidates, + hltPhase2L3MuonGeneralTracks, + hltPhase2L3MuonHighPtTripletStepClusters, + hltPhase2L3MuonHighPtTripletStepHitDoublets, + hltPhase2L3MuonHighPtTripletStepHitTriplets, + hltPhase2L3MuonHighPtTripletStepSeedLayers, + hltPhase2L3MuonHighPtTripletStepSeeds, + hltPhase2L3MuonHighPtTripletStepTrackCandidates, + hltPhase2L3MuonHighPtTripletStepTrackCutClassifier, + hltPhase2L3MuonHighPtTripletStepTrackingRegions, + hltPhase2L3MuonHighPtTripletStepTracks, + hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity, + hltPhase2L3MuonInitialStepSeeds, + hltPhase2L3MuonInitialStepTrackCandidates, + hltPhase2L3MuonInitialStepTrackCutClassifier, + hltPhase2L3MuonInitialStepTracks, + hltPhase2L3MuonInitialStepTracksSelectionHighPurity, + hltPhase2L3MuonMerged, + hltPhase2L3MuonPixelFitterByHelixProjections, + hltPhase2L3MuonPixelTrackFilterByKinematics, + hltPhase2L3MuonPixelTracks, + hltPhase2L3MuonPixelTracksFilter, + hltPhase2L3MuonPixelTracksFitter, + hltPhase2L3MuonPixelTracksHitDoublets, + hltPhase2L3MuonPixelTracksHitQuadruplets, + hltPhase2L3MuonPixelTracksSeedLayers, + hltPhase2L3MuonPixelTracksTrackingRegions, + hltPhase2L3MuonPixelVertices, + hltPhase2L3MuonTracks, + hltPhase2L3Muons, + hltPhase2L3MuonsNoID, + hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4, + hltPhase2L3OIL3MuonCandidates, + hltPhase2L3OIL3Muons, + hltPhase2L3OIL3MuonsLinksCombination, + hltPhase2L3OIMuCtfWithMaterialTracks, + hltPhase2L3OIMuonTrackCutClassifier, + hltPhase2L3OIMuonTrackSelectionHighPurity, + hltPhase2L3OISeedsFromL2Muons, + hltPhase2L3OITrackCandidates, + hltRpcRecHits, + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits, + trackerClusterCheck + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..8e36eb1237235 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py @@ -0,0 +1,143 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltDoubleMuon7DZ1p0_cfi import * +from ..modules.hltL1TkDoubleMuFiltered7_cfi import * +from ..modules.hltL1TkSingleMuFiltered15_cfi import * +from ..modules.hltL3fL1DoubleMu155fFiltered37_cfi import * +from ..modules.hltL3fL1DoubleMu155fPreFiltered27_cfi import * +from ..modules.hltCsc2DRecHits_cfi import * +from ..modules.hltCscSegments_cfi import * +from ..modules.hltDt1DRecHits_cfi import * +from ..modules.hltDt4DSegments_cfi import * +from ..modules.hltGemRecHits_cfi import * +from ..modules.hltGemSegments_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMerged_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltL2MuonFromL1TkMuonCandidates_cfi import * +from ..modules.hltL2MuonSeedsFromL1TkMuon_cfi import * +from ..modules.hltL2MuonsFromL1TkMuon_cfi import * +from ..modules.hltL2OfflineMuonSeeds_cfi import * +from ..modules.hltL3MuonsPhase2L3Links_cfi import * +from ..modules.hltL3MuonsPhase2L3OI_cfi import * +from ..modules.hltMe0RecHits_cfi import * +from ..modules.hltMe0Segments_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelVertices_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi import * +from ..modules.hltPhase2L3GlbMuon_cfi import * +from ..modules.hltPhase2L3MuonCandidates_cfi import * +from ..modules.hltPhase2L3MuonMerged_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.hltPhase2L3Muons_cfi import * +from ..modules.hltPhase2L3MuonsNoID_cfi import * +from ..modules.hltPhase2L3MuonTracks_cfi import * +from ..modules.hltPhase2L3OIL3MuonCandidates_cfi import * +from ..modules.hltPhase2L3OIL3Muons_cfi import * +from ..modules.hltPhase2L3OIL3MuonsLinksCombination_cfi import * +from ..modules.hltPhase2L3OIMuCtfWithMaterialTracks_cfi import * +from ..modules.hltPhase2L3OIMuonTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3OIMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import * +from ..modules.hltPhase2L3OITrackCandidates_cfi import * +from ..modules.hltRpcRecHits_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Mu37_Mu27_FromL1TkMuon = cms.Path( + HLTBeginSequence + + hltL1TkDoubleMuFiltered7 + + hltL1TkSingleMuFiltered15 + + hltDoubleMuon7DZ1p0 + + hltL3fL1DoubleMu155fPreFiltered27 + + hltL3fL1DoubleMu155fFiltered37 + + HLTEndSequence, + cms.Task( + hltL1TkMuons, + MeasurementTrackerEvent, + hltCsc2DRecHits, + hltCscSegments, + hltDt1DRecHits, + hltDt4DSegments, + hltGemRecHits, + hltGemSegments, + hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks, + hltIter0Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter2Phase2L3FromL1TkMuonClustersRefRemoval, + hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent, + hltIter2Phase2L3FromL1TkMuonMerged, + hltIter2Phase2L3FromL1TkMuonPixelClusterCheck, + hltIter2Phase2L3FromL1TkMuonPixelHitDoublets, + hltIter2Phase2L3FromL1TkMuonPixelHitTriplets, + hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets, + hltIter2Phase2L3FromL1TkMuonPixelSeeds, + hltIter2Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltL2MuonFromL1TkMuonCandidates, + hltL2MuonSeedsFromL1TkMuon, + hltL2MuonsFromL1TkMuon, + hltL2OfflineMuonSeeds, + hltL3MuonsPhase2L3Links, + hltL3MuonsPhase2L3OI, + hltMe0RecHits, + hltMe0Segments, + hltPhase2L3FromL1TkMuonPixelLayerQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracks, + hltPhase2L3FromL1TkMuonPixelTracksHitDoublets, + hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions, + hltPhase2L3FromL1TkMuonPixelVertices, + hltPhase2L3FromL1TkMuonTrimmedPixelVertices, + hltPhase2L3GlbMuon, + hltPhase2L3MuonCandidates, + hltPhase2L3MuonMerged, + hltPhase2L3MuonPixelTracksFilter, + hltPhase2L3MuonPixelTracksFitter, + hltPhase2L3MuonTracks, + hltPhase2L3Muons, + hltPhase2L3MuonsNoID, + hltPhase2L3OIL3MuonCandidates, + hltPhase2L3OIL3Muons, + hltPhase2L3OIL3MuonsLinksCombination, + hltPhase2L3OIMuCtfWithMaterialTracks, + hltPhase2L3OIMuonTrackCutClassifier, + hltPhase2L3OIMuonTrackSelectionHighPurity, + hltPhase2L3OISeedsFromL2Muons, + hltPhase2L3OITrackCandidates, + hltRpcRecHits, + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..aff2f12cb0dca --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py @@ -0,0 +1,137 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltL1TkSingleMuFiltered22_cfi import * +from ..modules.hltL3fL1TkSingleMu22L3Filtered50Q_cfi import * +from ..modules.hltCsc2DRecHits_cfi import * +from ..modules.hltCscSegments_cfi import * +from ..modules.hltDt1DRecHits_cfi import * +from ..modules.hltDt4DSegments_cfi import * +from ..modules.hltGemRecHits_cfi import * +from ..modules.hltGemSegments_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMerged_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltL2MuonFromL1TkMuonCandidates_cfi import * +from ..modules.hltL2MuonSeedsFromL1TkMuon_cfi import * +from ..modules.hltL2MuonsFromL1TkMuon_cfi import * +from ..modules.hltL2OfflineMuonSeeds_cfi import * +from ..modules.hltL3MuonsPhase2L3Links_cfi import * +from ..modules.hltL3MuonsPhase2L3OI_cfi import * +from ..modules.hltMe0RecHits_cfi import * +from ..modules.hltMe0Segments_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelVertices_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi import * +from ..modules.hltPhase2L3GlbMuon_cfi import * +from ..modules.hltPhase2L3MuonCandidates_cfi import * +from ..modules.hltPhase2L3MuonMerged_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.hltPhase2L3Muons_cfi import * +from ..modules.hltPhase2L3MuonsNoID_cfi import * +from ..modules.hltPhase2L3MuonTracks_cfi import * +from ..modules.hltPhase2L3OIL3MuonCandidates_cfi import * +from ..modules.hltPhase2L3OIL3Muons_cfi import * +from ..modules.hltPhase2L3OIL3MuonsLinksCombination_cfi import * +from ..modules.hltPhase2L3OIMuCtfWithMaterialTracks_cfi import * +from ..modules.hltPhase2L3OIMuonTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3OIMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import * +from ..modules.hltPhase2L3OITrackCandidates_cfi import * +from ..modules.hltRpcRecHits_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_Mu50_FromL1TkMuon = cms.Path( + HLTBeginSequence + + hltL1TkSingleMuFiltered22 + + hltL3fL1TkSingleMu22L3Filtered50Q + + HLTEndSequence, + cms.Task( + hltL1TkMuons, + MeasurementTrackerEvent, + hltCsc2DRecHits, + hltCscSegments, + hltDt1DRecHits, + hltDt4DSegments, + hltGemRecHits, + hltGemSegments, + hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks, + hltIter0Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter2Phase2L3FromL1TkMuonClustersRefRemoval, + hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent, + hltIter2Phase2L3FromL1TkMuonMerged, + hltIter2Phase2L3FromL1TkMuonPixelClusterCheck, + hltIter2Phase2L3FromL1TkMuonPixelHitDoublets, + hltIter2Phase2L3FromL1TkMuonPixelHitTriplets, + hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets, + hltIter2Phase2L3FromL1TkMuonPixelSeeds, + hltIter2Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltL2MuonFromL1TkMuonCandidates, + hltL2MuonSeedsFromL1TkMuon, + hltL2MuonsFromL1TkMuon, + hltL2OfflineMuonSeeds, + hltL3MuonsPhase2L3Links, + hltL3MuonsPhase2L3OI, + hltMe0RecHits, + hltMe0Segments, + hltPhase2L3FromL1TkMuonPixelLayerQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracks, + hltPhase2L3FromL1TkMuonPixelTracksHitDoublets, + hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions, + hltPhase2L3FromL1TkMuonPixelVertices, + hltPhase2L3FromL1TkMuonTrimmedPixelVertices, + hltPhase2L3GlbMuon, + hltPhase2L3MuonCandidates, + hltPhase2L3MuonMerged, + hltPhase2L3MuonPixelTracksFilter, + hltPhase2L3MuonPixelTracksFitter, + hltPhase2L3MuonTracks, + hltPhase2L3Muons, + hltPhase2L3MuonsNoID, + hltPhase2L3OIL3MuonCandidates, + hltPhase2L3OIL3Muons, + hltPhase2L3OIL3MuonsLinksCombination, + hltPhase2L3OIMuCtfWithMaterialTracks, + hltPhase2L3OIMuonTrackCutClassifier, + hltPhase2L3OIMuonTrackSelectionHighPurity, + hltPhase2L3OISeedsFromL2Muons, + hltPhase2L3OITrackCandidates, + hltRpcRecHits, + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py new file mode 100644 index 0000000000000..a1d3d06065725 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hlt1PFPuppiCentralJet70MaxEta2p4_cfi import * +from ..modules.hlt2PFPuppiCentralJet40MaxEta2p4_cfi import * +from ..modules.hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi import * +from ..modules.hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetQuad30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi import * +from ..modules.l1t1PFPuppiJet70offMaxEta2p4_cfi import * +from ..modules.l1t2PFPuppiJet55offMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet25OnlineMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet40offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT400offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4 = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT400offMaxEta2p4 + + l1t1PFPuppiJet70offMaxEta2p4 + + l1t2PFPuppiJet55offMaxEta2p4 + + l1t4PFPuppiJet40offMaxEta2p4 + + l1t4PFPuppiJet25OnlineMaxEta2p4 + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltPFPuppiCentralJetQuad30MaxEta2p4 + + hlt1PFPuppiCentralJet70MaxEta2p4 + + hlt2PFPuppiCentralJet40MaxEta2p4 + + hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4 + + hltPFPuppiCentralJetsQuad30HT200MaxEta2p4 + + HLTBtagDeepCSVSequencePFPuppiModEta2p4 + + hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py new file mode 100644 index 0000000000000..a27e796419a81 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hlt1PFPuppiCentralJet70MaxEta2p4_cfi import * +from ..modules.hlt2PFPuppiCentralJet40MaxEta2p4_cfi import * +from ..modules.hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi import * +from ..modules.hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetQuad30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi import * +from ..modules.l1t1PFPuppiJet70offMaxEta2p4_cfi import * +from ..modules.l1t2PFPuppiJet55offMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet25OnlineMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet40offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT400offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4 = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT400offMaxEta2p4 + + l1t1PFPuppiJet70offMaxEta2p4 + + l1t2PFPuppiJet55offMaxEta2p4 + + l1t4PFPuppiJet40offMaxEta2p4 + + l1t4PFPuppiJet25OnlineMaxEta2p4 + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltPFPuppiCentralJetQuad30MaxEta2p4 + + hlt1PFPuppiCentralJet70MaxEta2p4 + + hlt2PFPuppiCentralJet40MaxEta2p4 + + hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4 + + hltPFPuppiCentralJetsQuad30HT200MaxEta2p4 + + HLTBtagDeepFlavourSequencePFPuppiModEta2p4 + + hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py new file mode 100644 index 0000000000000..691ba3ac634f7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py @@ -0,0 +1,43 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hlt1PFPuppiCentralJet75MaxEta2p4_cfi import * +from ..modules.hlt2PFPuppiCentralJet60MaxEta2p4_cfi import * +from ..modules.hlt3PFPuppiCentralJet45MaxEta2p4_cfi import * +from ..modules.hlt4PFPuppiCentralJet40MaxEta2p4_cfi import * +from ..modules.hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi import * +from ..modules.hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetQuad30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi import * +from ..modules.l1t1PFPuppiJet70offMaxEta2p4_cfi import * +from ..modules.l1t2PFPuppiJet55offMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet25OnlineMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet40offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT400offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4 = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT400offMaxEta2p4 + + l1t1PFPuppiJet70offMaxEta2p4 + + l1t2PFPuppiJet55offMaxEta2p4 + + l1t4PFPuppiJet40offMaxEta2p4 + + l1t4PFPuppiJet25OnlineMaxEta2p4 + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltPFPuppiCentralJetQuad30MaxEta2p4 + + hlt1PFPuppiCentralJet75MaxEta2p4 + + hlt2PFPuppiCentralJet60MaxEta2p4 + + hlt3PFPuppiCentralJet45MaxEta2p4 + + hlt4PFPuppiCentralJet40MaxEta2p4 + + hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4 + + hltPFPuppiCentralJetsQuad30HT330MaxEta2p4 + + HLTBtagDeepCSVSequencePFPuppiModEta2p4 + + hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py new file mode 100644 index 0000000000000..0b0909f7a5518 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py @@ -0,0 +1,43 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hlt1PFPuppiCentralJet75MaxEta2p4_cfi import * +from ..modules.hlt2PFPuppiCentralJet60MaxEta2p4_cfi import * +from ..modules.hlt3PFPuppiCentralJet45MaxEta2p4_cfi import * +from ..modules.hlt4PFPuppiCentralJet40MaxEta2p4_cfi import * +from ..modules.hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi import * +from ..modules.hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetQuad30MaxEta2p4_cfi import * +from ..modules.hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi import * +from ..modules.l1t1PFPuppiJet70offMaxEta2p4_cfi import * +from ..modules.l1t2PFPuppiJet55offMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet25OnlineMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet40offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT400offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4 = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT400offMaxEta2p4 + + l1t1PFPuppiJet70offMaxEta2p4 + + l1t2PFPuppiJet55offMaxEta2p4 + + l1t4PFPuppiJet40offMaxEta2p4 + + l1t4PFPuppiJet25OnlineMaxEta2p4 + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltPFPuppiCentralJetQuad30MaxEta2p4 + + hlt1PFPuppiCentralJet75MaxEta2p4 + + hlt2PFPuppiCentralJet60MaxEta2p4 + + hlt3PFPuppiCentralJet45MaxEta2p4 + + hlt4PFPuppiCentralJet40MaxEta2p4 + + hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4 + + hltPFPuppiCentralJetsQuad30HT330MaxEta2p4 + + HLTBtagDeepFlavourSequencePFPuppiModEta2p4 + + hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiHT1070_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiHT1070_cfi.py new file mode 100644 index 0000000000000..cd1f393c6ee00 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiHT1070_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPFPuppiHT_cfi import * +from ..modules.hltPFPuppiHT1070_cfi import * +from ..modules.l1tPFPuppiHT_cfi import * +from ..modules.l1tPFPuppiHT450off_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_PFPuppiHT1070 = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT450off + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + hltPFPuppiHT + + hltPFPuppiHT1070 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py new file mode 100644 index 0000000000000..257884ff3369a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPFPuppiMETTypeOne_cfi import * +from ..modules.hltPFPuppiMETTypeOne140_cfi import * +from ..modules.hltPFPuppiMETTypeOneCorrector_cfi import * +from ..modules.hltPFPuppiMHT_cfi import * +from ..modules.hltPFPuppiMHT140_cfi import * +from ..modules.l1tPFPuppiMET220off_cfi import * +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPFPuppiMETReconstruction_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +HLT_PFPuppiMETTypeOne140_PFPuppiMHT140 = cms.Path( + HLTBeginSequence + + l1tPFPuppiMET220off + + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + HLTPFPuppiMETReconstruction + + hltPFPuppiMETTypeOneCorrector + + hltPFPuppiMETTypeOne + + hltPFPuppiMETTypeOne140 + + hltPFPuppiMHT + + hltPFPuppiMHT140 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py new file mode 100644 index 0000000000000..da2824fa0923d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi import * + +HLT_Photon108EB_TightID_TightIso_L1Seeded = cms.Path( + HLTBeginSequence + + hltPrePhoton108EBTightIDTightIsoL1Seeded + + HLTPhoton108EBTightIDTightIsoL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py new file mode 100644 index 0000000000000..d93e2c727bf6f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton108EBTightIDTightIsoUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi import * + +HLT_Photon108EB_TightID_TightIso_Unseeded = cms.Path( + HLTBeginSequence + + hltPrePhoton108EBTightIDTightIsoUnseeded + + HLTPhoton108EBTightIDTightIsoUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon187_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon187_L1Seeded_cfi.py new file mode 100644 index 0000000000000..04967f475a91f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon187_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton187L1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton187L1SeededSequence_cfi import * + +HLT_Photon187_L1Seeded = cms.Path( + HLTBeginSequence + + hltPrePhoton187L1Seeded + + HLTPhoton187L1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon187_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon187_Unseeded_cfi.py new file mode 100644 index 0000000000000..0f5fc620ad619 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon187_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton187Unseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton187UnseededSequence_cfi import * + +HLT_Photon187_Unseeded = cms.Path( + HLTBeginSequence + + hltPrePhoton187Unseeded + + HLTPhoton187UnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py new file mode 100644 index 0000000000000..5dae3d4b3095f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py @@ -0,0 +1,147 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltL1SingleMuFiltered5_cfi import * +from ..modules.hltL1TripleMuFiltered3_cfi import * +from ..modules.hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi import * +from ..modules.hltL3fL1TkTripleMu533L3Filtered1055_cfi import * +from ..modules.hltL3fL1TkTripleMu533PreFiltered555_cfi import * +from ..modules.hltTripleMuon3DR0_cfi import * +from ..modules.hltTripleMuon3DZ1p0_cfi import * +from ..modules.hltCsc2DRecHits_cfi import * +from ..modules.hltCscSegments_cfi import * +from ..modules.hltDt1DRecHits_cfi import * +from ..modules.hltDt4DSegments_cfi import * +from ..modules.hltGemRecHits_cfi import * +from ..modules.hltGemSegments_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonMerged_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi import * +from ..modules.hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltL2MuonFromL1TkMuonCandidates_cfi import * +from ..modules.hltL2MuonSeedsFromL1TkMuon_cfi import * +from ..modules.hltL2MuonsFromL1TkMuon_cfi import * +from ..modules.hltL2OfflineMuonSeeds_cfi import * +from ..modules.hltL3MuonsPhase2L3Links_cfi import * +from ..modules.hltL3MuonsPhase2L3OI_cfi import * +from ..modules.hltMe0RecHits_cfi import * +from ..modules.hltMe0Segments_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracks_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonPixelVertices_cfi import * +from ..modules.hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi import * +from ..modules.hltPhase2L3GlbMuon_cfi import * +from ..modules.hltPhase2L3MuonCandidates_cfi import * +from ..modules.hltPhase2L3MuonMerged_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * +from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.hltPhase2L3Muons_cfi import * +from ..modules.hltPhase2L3MuonsNoID_cfi import * +from ..modules.hltPhase2L3MuonTracks_cfi import * +from ..modules.hltPhase2L3OIL3MuonCandidates_cfi import * +from ..modules.hltPhase2L3OIL3Muons_cfi import * +from ..modules.hltPhase2L3OIL3MuonsLinksCombination_cfi import * +from ..modules.hltPhase2L3OIMuCtfWithMaterialTracks_cfi import * +from ..modules.hltPhase2L3OIMuonTrackCutClassifier_cfi import * +from ..modules.hltPhase2L3OIMuonTrackSelectionHighPurity_cfi import * +from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import * +from ..modules.hltPhase2L3OITrackCandidates_cfi import * +from ..modules.hltRpcRecHits_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +HLT_TriMu_10_5_5_DZ_FromL1TkMuon = cms.Path( + HLTBeginSequence + + hltL1TripleMuFiltered3 + + hltL1SingleMuFiltered5 + + hltTripleMuon3DZ1p0 + + hltTripleMuon3DR0 + + hltL3fL1TkTripleMu533PreFiltered555 + + hltL3fL1TkTripleMu533L3Filtered1055 + + hltL3fL1TkTripleMu533L31055DZFiltered0p2 + + HLTEndSequence, + cms.Task( + hltL1TkMuons, + MeasurementTrackerEvent, + hltCsc2DRecHits, + hltCscSegments, + hltDt1DRecHits, + hltDt4DSegments, + hltGemRecHits, + hltGemSegments, + hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks, + hltIter0Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates, + hltIter2Phase2L3FromL1TkMuonClustersRefRemoval, + hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks, + hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent, + hltIter2Phase2L3FromL1TkMuonMerged, + hltIter2Phase2L3FromL1TkMuonPixelClusterCheck, + hltIter2Phase2L3FromL1TkMuonPixelHitDoublets, + hltIter2Phase2L3FromL1TkMuonPixelHitTriplets, + hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets, + hltIter2Phase2L3FromL1TkMuonPixelSeeds, + hltIter2Phase2L3FromL1TkMuonTrackCutClassifier, + hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity, + hltL2MuonFromL1TkMuonCandidates, + hltL2MuonSeedsFromL1TkMuon, + hltL2MuonsFromL1TkMuon, + hltL2OfflineMuonSeeds, + hltL3MuonsPhase2L3Links, + hltL3MuonsPhase2L3OI, + hltMe0RecHits, + hltMe0Segments, + hltPhase2L3FromL1TkMuonPixelLayerQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracks, + hltPhase2L3FromL1TkMuonPixelTracksHitDoublets, + hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets, + hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions, + hltPhase2L3FromL1TkMuonPixelVertices, + hltPhase2L3FromL1TkMuonTrimmedPixelVertices, + hltPhase2L3GlbMuon, + hltPhase2L3MuonCandidates, + hltPhase2L3MuonMerged, + hltPhase2L3MuonPixelTracksFilter, + hltPhase2L3MuonPixelTracksFitter, + hltPhase2L3MuonTracks, + hltPhase2L3Muons, + hltPhase2L3MuonsNoID, + hltPhase2L3OIL3MuonCandidates, + hltPhase2L3OIL3Muons, + hltPhase2L3OIL3MuonsLinksCombination, + hltPhase2L3OIMuCtfWithMaterialTracks, + hltPhase2L3OIMuonTrackCutClassifier, + hltPhase2L3OIMuonTrackSelectionHighPurity, + hltPhase2L3OISeedsFromL2Muons, + hltPhase2L3OITrackCandidates, + hltRpcRecHits, + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLTriggerFinalPath_cff.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLTriggerFinalPath_cff.py new file mode 100644 index 0000000000000..dc8e7f8b57e07 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLTriggerFinalPath_cff.py @@ -0,0 +1,10 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltTriggerSummaryAOD_cfi import * +from ..modules.hltTriggerSummaryRAW_cfi import * +from ..modules.hltBoolFalse_cfi import * + +HLTriggerFinalPath = cms.Path( + hltTriggerSummaryAOD + + hltTriggerSummaryRAW + + hltBoolFalse ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoubleNNTau52_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoubleNNTau52_cfi.py new file mode 100644 index 0000000000000..65f1dfbe117cb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoubleNNTau52_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1DoubleNNTau52_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1T_DoubleNNTau52 = cms.Path( + HLTL1Sequence + + hltL1DoubleNNTau52 +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoublePFPuppiJets112_2p4_DEta1p6_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoublePFPuppiJets112_2p4_DEta1p6_cfi.py new file mode 100644 index 0000000000000..c627aa88a8cc5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoublePFPuppiJets112_2p4_DEta1p6_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.l1tDoublePFPuppiJet112offMaxEta2p4_cfi import * +from ..modules.l1tDoublePFPuppiJets112offMaxDeta1p6_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_DoublePFPuppiJets112_2p4_DEta1p6 = cms.Path( + HLTBeginSequence + + l1tDoublePFPuppiJet112offMaxEta2p4 + + l1tDoublePFPuppiJets112offMaxDeta1p6 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoubleTkMuon_15_7_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoubleTkMuon_15_7_cfi.py new file mode 100644 index 0000000000000..3ca9103f968c5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_DoubleTkMuon_15_7_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +#from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltDoubleMuon7DZ1p0_cfi import * +from ..modules.hltL1TkDoubleMuFiltered7_cfi import * +from ..modules.hltL1TkSingleMuFiltered15_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_DoubleTkMuon_15_7 = cms.Path( + HLTBeginSequence + +# hltL1TkMuons + + hltL1TkDoubleMuFiltered7 + + hltL1TkSingleMuFiltered15 + + hltDoubleMuon7DZ1p0 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFHT400PT30_QuadPFPuppiJet_70_55_40_40_2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFHT400PT30_QuadPFPuppiJet_70_55_40_40_2p4_cfi.py new file mode 100644 index 0000000000000..c35fc4ccb2205 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFHT400PT30_QuadPFPuppiJet_70_55_40_40_2p4_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.l1t1PFPuppiJet70offMaxEta2p4_cfi import * +from ..modules.l1t2PFPuppiJet55offMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet25OnlineMaxEta2p4_cfi import * +from ..modules.l1t4PFPuppiJet40offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT400offMaxEta2p4_cfi import * +from ..modules.l1tPFPuppiHT_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_PFHT400PT30_QuadPFPuppiJet_70_55_40_40_2p4 = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT400offMaxEta2p4 + + l1t1PFPuppiJet70offMaxEta2p4 + + l1t2PFPuppiJet55offMaxEta2p4 + + l1t4PFPuppiJet40offMaxEta2p4 + + l1t4PFPuppiJet25OnlineMaxEta2p4 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFPuppiHT450off_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFPuppiHT450off_cfi.py new file mode 100644 index 0000000000000..06d2dadc8ae8d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFPuppiHT450off_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.l1tPFPuppiHT_cfi import * +from ..modules.l1tPFPuppiHT450off_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_PFPuppiHT450off = cms.Path( + HLTBeginSequence + + l1tPFPuppiHT + + l1tPFPuppiHT450off + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFPuppiMET220off_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFPuppiMET220off_cfi.py new file mode 100644 index 0000000000000..096a22baf7a43 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_PFPuppiMET220off_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.l1tPFPuppiMET220off_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_PFPuppiMET220off = cms.Path( + HLTBeginSequence + + l1tPFPuppiMET220off + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SingleNNTau150_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SingleNNTau150_cfi.py new file mode 100644 index 0000000000000..223758cef5724 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SingleNNTau150_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1SingleNNTau150_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1T_SingleNNTau150 = cms.Path( + HLTL1Sequence + + hltL1SingleNNTau150 +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SinglePFPuppiJet230off_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SinglePFPuppiJet230off_cfi.py new file mode 100644 index 0000000000000..7a29e1bb1214f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SinglePFPuppiJet230off_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.l1tSinglePFPuppiJet230off_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_SinglePFPuppiJet230off = cms.Path( + HLTBeginSequence + + l1tSinglePFPuppiJet230off + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SingleTkMuon_22_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SingleTkMuon_22_cfi.py new file mode 100644 index 0000000000000..f5b4beb61d529 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_SingleTkMuon_22_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +#from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltL1TkSingleMuFiltered22_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_SingleTkMuon_22 = cms.Path( + HLTBeginSequence + +# hltL1TkMuons + + hltL1TkSingleMuFiltered22 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEle25TkEle12_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEle25TkEle12_cfi.py new file mode 100644 index 0000000000000..c9dc1301b17e2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEle25TkEle12_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkEle25TkEle12Sequence_cfi import * + +L1T_TkEle25TkEle12 = cms.Path( + HLTBeginSequence + + L1TTkEle25TkEle12Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEle36_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEle36_cfi.py new file mode 100644 index 0000000000000..dc91c7a6b7591 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEle36_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkEle36Sequence_cfi import * + +L1T_TkEle36 = cms.Path( + HLTBeginSequence + + L1TTkEle36Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEm37TkEm24_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEm37TkEm24_cfi.py new file mode 100644 index 0000000000000..f3eb3729398bf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEm37TkEm24_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkEm37TkEm24Sequence_cfi import * + +L1T_TkEm37TkEm24 = cms.Path( + HLTBeginSequence + + L1TTkEm37TkEm24Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEm51_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEm51_cfi.py new file mode 100644 index 0000000000000..ac5d315f2bbcb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkEm51_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkEm51Sequence_cfi import * + +L1T_TkEm51 = cms.Path( + HLTBeginSequence + + L1TTkEm51Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEle22TkEm12_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEle22TkEm12_cfi.py new file mode 100644 index 0000000000000..1b813177de45b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEle22TkEm12_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkIsoEle22TkEm12Sequence_cfi import * + +L1T_TkIsoEle22TkEm12 = cms.Path( + HLTBeginSequence + + L1TTkIsoEle22TkEm12Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEle28_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEle28_cfi.py new file mode 100644 index 0000000000000..aac8af4ad6b69 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEle28_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkIsoEle28Sequence_cfi import * + +L1T_TkIsoEle28 = cms.Path( + HLTBeginSequence + + L1TTkIsoEle28Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEm22TkIsoEm12_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEm22TkIsoEm12_cfi.py new file mode 100644 index 0000000000000..645692a6527ae --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEm22TkIsoEm12_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkIsoEm22TkIsoEm12Sequence_cfi import * + +L1T_TkIsoEm22TkIsoEm12 = cms.Path( + HLTBeginSequence + + L1TTkIsoEm22TkIsoEm12Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEm36_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEm36_cfi.py new file mode 100644 index 0000000000000..1ab8feb788826 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TkIsoEm36_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.L1TTkIsoEm36Sequence_cfi import * + +L1T_TkIsoEm36 = cms.Path( + HLTBeginSequence + + L1TTkIsoEm36Sequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TripleTkMuon_5_3_3_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TripleTkMuon_5_3_3_cfi.py new file mode 100644 index 0000000000000..7a9da1aaf4953 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/L1T_TripleTkMuon_5_3_3_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +#from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltL1SingleMuFiltered5_cfi import * +from ..modules.hltL1TripleMuFiltered3_cfi import * +from ..modules.hltTripleMuon3DR0_cfi import * +from ..modules.hltTripleMuon3DZ1p0_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +L1T_TripleTkMuon_5_3_3 = cms.Path( + HLTBeginSequence + +# hltL1TkMuons + + hltL1TripleMuFiltered3 + + hltL1SingleMuFiltered5 + + hltTripleMuon3DZ1p0 + + hltTripleMuon3DR0 + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_BTV_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_BTV_cfi.py new file mode 100644 index 0000000000000..a5e6c46c34120 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_BTV_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTAK4PFPuppiJetsReconstruction_cfi import * +from ..sequences.HLTBtagDeepCSVSequencePFPuppi_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * +from ..sequences.HLTBtagDeepFlavourSequencePFPuppi_cfi import * + +MC_BTV = cms.Path( + HLTParticleFlowSequence + + HLTAK4PFPuppiJetsReconstruction + + HLTBtagDeepCSVSequencePFPuppi + + HLTBtagDeepFlavourSequencePFPuppi +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_Open_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_Open_L1Seeded_cfi.py new file mode 100644 index 0000000000000..ac18eb2cc4832 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_Open_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle5OpenL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle5OpenL1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +MC_Ele5_Open_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreEle5OpenL1Seeded + + HLTEle5OpenL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_Open_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_Open_Unseeded_cfi.py new file mode 100644 index 0000000000000..360086ed23b5e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_Open_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle5OpenUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle5OpenUnseededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +MC_Ele5_Open_Unseeded = cms.Path( + HLTBeginSequence + + hltPreEle5OpenUnseeded + + HLTEle5OpenUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_WP70_Open_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_WP70_Open_L1Seeded_cfi.py new file mode 100644 index 0000000000000..397d1bda11360 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_WP70_Open_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle5WP70OpenL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle5WP70OpenL1SeededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +MC_Ele5_WP70_Open_L1Seeded = cms.Path( + HLTBeginSequence + + hltPreEle5WP70OpenL1Seeded + + HLTEle5WP70OpenL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_WP70_Open_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_WP70_Open_Unseeded_cfi.py new file mode 100644 index 0000000000000..c5037bc40cbac --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Ele5_WP70_Open_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPreEle5WP70OpenUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEle5WP70OpenUnseededSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * + +MC_Ele5_WP70_Open_Unseeded = cms.Path( + HLTBeginSequence + + hltPreEle5WP70OpenUnseeded + + HLTEle5WP70OpenUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_JME_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_JME_cfi.py new file mode 100644 index 0000000000000..e4f4682ced089 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_JME_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPFPuppiHT_cfi import * +from ..modules.hltPFPuppiMHT_cfi import * +from ..sequences.HLTJMESequence_cfi import * +from ..sequences.HLTParticleFlowSequence_cfi import * + +MC_JME = cms.Path( + HLTParticleFlowSequence + + HLTJMESequence + + hltPFPuppiHT + + hltPFPuppiMHT +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_L1Seeded_cfi.py new file mode 100644 index 0000000000000..7e6a1cf1d0f90 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton100EBTightIDTightIsoOpenL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton100EBTightIDTightIsoOpenL1SeededSequence_cfi import * + +MC_Photon100EB_TightID_TightIso_Open_L1Seeded = cms.Path( + HLTBeginSequence + + hltPrePhoton100EBTightIDTightIsoOpenL1Seeded + + HLTPhoton100EBTightIDTightIsoOpenL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_Unseeded_cfi.py new file mode 100644 index 0000000000000..8a6006cdd8553 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton100EBTightIDTightIsoOpenUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton100EBTightIDTightIsoOpenUnseededSequence_cfi import * + +MC_Photon100EB_TightID_TightIso_Open_Unseeded = cms.Path( + HLTBeginSequence + + hltPrePhoton100EBTightIDTightIsoOpenUnseeded + + HLTPhoton100EBTightIDTightIsoOpenUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100_Open_L1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100_Open_L1Seeded_cfi.py new file mode 100644 index 0000000000000..5cb85c6a0cebe --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100_Open_L1Seeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton100OpenL1Seeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton100OpenL1SeededSequence_cfi import * + +MC_Photon100_Open_L1Seeded = cms.Path( + HLTBeginSequence + + hltPrePhoton100OpenL1Seeded + + HLTPhoton100OpenL1SeededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100_Open_Unseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100_Open_Unseeded_cfi.py new file mode 100644 index 0000000000000..2a78dda55e027 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/MC_Photon100_Open_Unseeded_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPrePhoton100OpenUnseeded_cfi import * +from ..sequences.HLTBeginSequence_cfi import * +from ..sequences.HLTEndSequence_cfi import * +from ..sequences.HLTPhoton100OpenUnseededSequence_cfi import * + +MC_Photon100_Open_Unseeded = cms.Path( + HLTBeginSequence + + hltPrePhoton100OpenUnseeded + + HLTPhoton100OpenUnseededSequence + + HLTEndSequence +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/l1tReconstructionPath_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/l1tReconstructionPath_cfi.py new file mode 100644 index 0000000000000..77a3ceb8c3ca7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/l1tReconstructionPath_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.l1tReconstructionTask_cfi import * + +l1tReconstructionPath = cms.Path( + l1tReconstructionTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoDF_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoDF_cfi.py new file mode 100644 index 0000000000000..dc6d8a797221b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoDF_cfi.py @@ -0,0 +1,80 @@ +import FWCore.ParameterSet.Config as cms + +CSCSegAlgoDF = cms.PSet( + algo_name = cms.string('CSCSegAlgoDF'), + algo_psets = cms.VPSet( + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(8.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(10), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2) + ), + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(12.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(12.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(10), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.8), + tanThetaMax = cms.double(2.0) + ), + cms.PSet( + CSCSegmentDebug = cms.untracked.bool(False), + Pruning = cms.untracked.bool(False), + chi2Max = cms.double(5000.0), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(8.0), + dYclusBoxMax = cms.double(8.0), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3.0), + minHitsForPreClustering = cms.int32(30), + minHitsPerSegment = cms.int32(3), + minLayersApart = cms.int32(2), + nHitsPerClusterIsShower = cms.int32(20), + preClustering = cms.untracked.bool(False), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 3, 1, 2, 2, 1, + 2, 1, 2, 1, 2 + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoRU_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoRU_cfi.py new file mode 100644 index 0000000000000..94e43a7ca843b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoRU_cfi.py @@ -0,0 +1,101 @@ +import FWCore.ParameterSet.Config as cms + +CSCSegAlgoRU = cms.PSet( + algo_name = cms.string('CSCSegAlgoRU'), + algo_psets = cms.VPSet( + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.005), + dPhiMax = cms.double(0.006), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.004), + dPhiMax = cms.double(0.005), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.003), + dPhiMax = cms.double(0.004), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(60.0), + chi2Norm_2D_ = cms.double(20), + chi2_str = cms.double(30.0), + dPhiIntMax = cms.double(0.002), + dPhiMax = cms.double(0.003), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(180.0), + chi2Norm_2D_ = cms.double(60), + chi2_str = cms.double(80.0), + dPhiIntMax = cms.double(0.005), + dPhiMax = cms.double(0.007), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(100.0), + chi2Norm_2D_ = cms.double(35), + chi2_str = cms.double(50.0), + dPhiIntMax = cms.double(0.004), + dPhiMax = cms.double(0.006), + dRIntMax = cms.double(2.0), + dRMax = cms.double(1.5), + doCollisions = cms.bool(True), + enlarge = cms.bool(False), + minLayersApart = cms.int32(1), + wideSeg = cms.double(3.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 1, 2, 3, 4, 5, + 6, 5, 6, 5, 6 + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoSK_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoSK_cfi.py new file mode 100644 index 0000000000000..0f1676908f37b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoSK_cfi.py @@ -0,0 +1,43 @@ +import FWCore.ParameterSet.Config as cms + +CSCSegAlgoSK = cms.PSet( + algo_name = cms.string('CSCSegAlgoSK'), + algo_psets = cms.VPSet( + cms.PSet( + chi2Max = cms.double(99999.0), + dPhiFineMax = cms.double(0.025), + dPhiMax = cms.double(0.003), + dRPhiFineMax = cms.double(8.0), + dRPhiMax = cms.double(8.0), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True), + wideSeg = cms.double(3.0) + ), + cms.PSet( + chi2Max = cms.double(99999.0), + dPhiFineMax = cms.double(0.025), + dPhiMax = cms.double(0.025), + dRPhiFineMax = cms.double(3.0), + dRPhiMax = cms.double(8.0), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True), + wideSeg = cms.double(3.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoST_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoST_cfi.py new file mode 100644 index 0000000000000..e5deb02d7bbcc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoST_cfi.py @@ -0,0 +1,99 @@ +import FWCore.ParameterSet.Config as cms + +CSCSegAlgoST = cms.PSet( + algo_name = cms.string('CSCSegAlgoST'), + algo_psets = cms.VPSet( + cms.PSet( + BPMinImprovement = cms.double(10000.0), + BrutePruning = cms.bool(True), + CSCDebug = cms.untracked.bool(False), + CorrectTheErrors = cms.bool(True), + Covariance = cms.double(0.0), + ForceCovariance = cms.bool(False), + ForceCovarianceAll = cms.bool(False), + NormChi2Cut2D = cms.double(20.0), + NormChi2Cut3D = cms.double(10.0), + Pruning = cms.bool(True), + SeedBig = cms.double(0.0015), + SeedSmall = cms.double(0.0002), + curvePenalty = cms.double(2.0), + curvePenaltyThreshold = cms.double(0.85), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(4.0), + dYclusBoxMax = cms.double(8.0), + hitDropLimit4Hits = cms.double(0.6), + hitDropLimit5Hits = cms.double(0.8), + hitDropLimit6Hits = cms.double(0.3333), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3), + maxRecHitsInCluster = cms.int32(20), + minHitsPerSegment = cms.int32(3), + onlyBestSegment = cms.bool(False), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True), + prePrun = cms.bool(True), + prePrunLimit = cms.double(3.17), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2), + useShowering = cms.bool(False), + yweightPenalty = cms.double(1.5), + yweightPenaltyThreshold = cms.double(1.0) + ), + cms.PSet( + BPMinImprovement = cms.double(10000.0), + BrutePruning = cms.bool(True), + CSCDebug = cms.untracked.bool(False), + CorrectTheErrors = cms.bool(True), + Covariance = cms.double(0.0), + ForceCovariance = cms.bool(False), + ForceCovarianceAll = cms.bool(False), + NormChi2Cut2D = cms.double(20.0), + NormChi2Cut3D = cms.double(10.0), + Pruning = cms.bool(True), + SeedBig = cms.double(0.0015), + SeedSmall = cms.double(0.0002), + curvePenalty = cms.double(2.0), + curvePenaltyThreshold = cms.double(0.85), + dPhiFineMax = cms.double(0.025), + dRPhiFineMax = cms.double(8.0), + dXclusBoxMax = cms.double(4.0), + dYclusBoxMax = cms.double(8.0), + hitDropLimit4Hits = cms.double(0.6), + hitDropLimit5Hits = cms.double(0.8), + hitDropLimit6Hits = cms.double(0.3333), + maxDPhi = cms.double(999.0), + maxDTheta = cms.double(999.0), + maxRatioResidualPrune = cms.double(3), + maxRecHitsInCluster = cms.int32(24), + minHitsPerSegment = cms.int32(3), + onlyBestSegment = cms.bool(False), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True), + prePrun = cms.bool(True), + prePrunLimit = cms.double(3.17), + tanPhiMax = cms.double(0.5), + tanThetaMax = cms.double(1.2), + useShowering = cms.bool(False), + yweightPenalty = cms.double(1.5), + yweightPenaltyThreshold = cms.double(1.0) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoTC_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoTC_cfi.py new file mode 100644 index 0000000000000..01895c67934ea --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CSCSegAlgoTC_cfi.py @@ -0,0 +1,45 @@ +import FWCore.ParameterSet.Config as cms + +CSCSegAlgoTC = cms.PSet( + algo_name = cms.string('CSCSegAlgoTC'), + algo_psets = cms.VPSet( + cms.PSet( + SegmentSorting = cms.int32(1), + chi2Max = cms.double(6000.0), + chi2ndfProbMin = cms.double(0.0001), + dPhiFineMax = cms.double(0.02), + dPhiMax = cms.double(0.003), + dRPhiFineMax = cms.double(6.0), + dRPhiMax = cms.double(1.2), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True) + ), + cms.PSet( + SegmentSorting = cms.int32(1), + chi2Max = cms.double(6000.0), + chi2ndfProbMin = cms.double(0.0001), + dPhiFineMax = cms.double(0.013), + dPhiMax = cms.double(0.00198), + dRPhiFineMax = cms.double(3.0), + dRPhiMax = cms.double(0.6), + minLayersApart = cms.int32(2), + verboseInfo = cms.untracked.bool(True) + ) + ), + chamber_types = cms.vstring( + 'ME1/a', + 'ME1/b', + 'ME1/2', + 'ME1/3', + 'ME2/1', + 'ME2/2', + 'ME3/1', + 'ME3/2', + 'ME4/1', + 'ME4/2' + ), + parameters_per_chamber_type = cms.vint32( + 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1 + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py new file mode 100644 index 0000000000000..60b844f95ab0e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +CkfBaseTrajectoryFilter_block = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/CkfTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/CkfTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..7238369525772 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/CkfTrajectoryBuilder_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +CkfTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('CkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + estimator = cms.string('Chi2'), + intermediateCleaning = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterial'), + propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('CkfBaseTrajectoryFilter_block') + ), + updator = cms.string('KFUpdator') +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..3fba2cf61ab30 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +ClusterShapeTrajectoryFilter = cms.PSet( + ComponentType = cms.string('ClusterShapeTrajectoryFilter'), + cacheSrc = cms.InputTag("siPixelClusterShapeCache") +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/DTLinearDriftFromDBAlgo_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/DTLinearDriftFromDBAlgo_cfi.py new file mode 100644 index 0000000000000..0a3f62d56682f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/DTLinearDriftFromDBAlgo_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +DTLinearDriftFromDBAlgo = cms.PSet( + recAlgo = cms.string('DTLinearDriftFromDBAlgo'), + recAlgoConfig = cms.PSet( + debug = cms.untracked.bool(False), + doVdriftCorr = cms.bool(True), + maxTime = cms.double(420.0), + minTime = cms.double(-3.0), + stepTwoFromDigi = cms.bool(False), + tTrigMode = cms.string('DTTTrigSyncFromDB'), + tTrigModeConfig = cms.PSet( + debug = cms.untracked.bool(False), + doT0Correction = cms.bool(True), + doTOFCorrection = cms.bool(True), + doWirePropCorrection = cms.bool(True), + tTrigLabel = cms.string(''), + tofCorrType = cms.int32(0), + vPropWire = cms.double(24.4), + wirePropCorrType = cms.int32(0) + ), + useUncertDB = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/GlobalMuonTrackMatcher_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/GlobalMuonTrackMatcher_cfi.py new file mode 100644 index 0000000000000..9dc90cc92cb09 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/GlobalMuonTrackMatcher_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +GlobalMuonTrackMatcher = cms.PSet( + GlobalMuonTrackMatcher = cms.PSet( + Chi2Cut_1 = cms.double(50.0), + Chi2Cut_2 = cms.double(50.0), + Chi2Cut_3 = cms.double(200.0), + DeltaDCut_1 = cms.double(2.5), + DeltaDCut_2 = cms.double(10.0), + DeltaDCut_3 = cms.double(15.0), + DeltaRCut_1 = cms.double(0.1), + DeltaRCut_2 = cms.double(0.2), + DeltaRCut_3 = cms.double(1.0), + Eta_threshold = cms.double(1.2), + LocChi2Cut = cms.double(20.0), + MinP = cms.double(2.5), + MinPt = cms.double(1.0), + Propagator = cms.string('SteppingHelixPropagatorAny'), + Pt_threshold1 = cms.double(0.0), + Pt_threshold2 = cms.double(999999999.0), + Quality_1 = cms.double(20.0), + Quality_2 = cms.double(15.0), + Quality_3 = cms.double(7.0) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..cefab6900cd52 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +GroupedCkfTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + bestHitOnly = cms.bool(True), + estimator = cms.string('Chi2'), + foundHitBonus = cms.double(10.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('CkfBaseTrajectoryFilter_block') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(False), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(5), + minNrOfHitsForRebuild = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterial'), + propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('CkfBaseTrajectoryFilter_block') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(True) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HFRecalParameterBlock_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HFRecalParameterBlock_cfi.py new file mode 100644 index 0000000000000..497305d952f77 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HFRecalParameterBlock_cfi.py @@ -0,0 +1,24 @@ +import FWCore.ParameterSet.Config as cms + +HFRecalParameterBlock = cms.PSet( + HFdepthOneParameterA = cms.vdouble( + 0.004123, 0.00602, 0.008201, 0.010489, 0.013379, + 0.016997, 0.021464, 0.027371, 0.034195, 0.044807, + 0.058939, 0.125497 + ), + HFdepthOneParameterB = cms.vdouble( + -4e-06, -2e-06, 0.0, 4e-06, 1.5e-05, + 2.6e-05, 6.3e-05, 8.4e-05, 0.00016, 0.000107, + 0.000425, 0.000209 + ), + HFdepthTwoParameterA = cms.vdouble( + 0.002861, 0.004168, 0.0064, 0.008388, 0.011601, + 0.014425, 0.018633, 0.023232, 0.028274, 0.035447, + 0.051579, 0.086593 + ), + HFdepthTwoParameterB = cms.vdouble( + -2e-06, -0.0, -7e-06, -6e-06, -2e-06, + 1e-06, 1.9e-05, 3.1e-05, 6.7e-05, 1.2e-05, + 0.000157, -3e-06 + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_cceParams_toUse_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_cceParams_toUse_cfi.py new file mode 100644 index 0000000000000..cbf80939d89ac --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_cceParams_toUse_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +HGCAL_cceParams_toUse = cms.PSet( + cceParamFine = cms.vdouble(1.5e+15, -3.00394e-17, 0.318083), + cceParamThick = cms.vdouble(6e+14, -7.96539e-16, 0.251751), + cceParamThin = cms.vdouble(1.5e+15, -3.09878e-16, 0.211207) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py new file mode 100644 index 0000000000000..57c623ef41585 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +HGCAL_chargeCollectionEfficiencies = cms.PSet( + values = cms.vdouble(1.0, 1.0, 1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_ileakParam_toUse_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_ileakParam_toUse_cfi.py new file mode 100644 index 0000000000000..64e68777362b9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_ileakParam_toUse_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +HGCAL_ileakParam_toUse = cms.PSet( + ileakParam = cms.vdouble(0.993, -42.668) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_noise_fC_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_noise_fC_cfi.py new file mode 100644 index 0000000000000..ce965dce05188 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_noise_fC_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +HGCAL_noise_fC = cms.PSet( + doseMap = cms.string(''), + scaleByDose = cms.bool(False), + scaleByDoseAlgo = cms.uint32(0), + values = cms.vdouble(0.32041012, 0.384492144, 0.32041012) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_noise_heback_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_noise_heback_cfi.py new file mode 100644 index 0000000000000..4af76e0d4a859 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_noise_heback_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +HGCAL_noise_heback = cms.PSet( + doseMap = cms.string(''), + noise_MIP = cms.double(0.01), + scaleByDose = cms.bool(False), + scaleByDoseAlgo = cms.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py new file mode 100644 index 0000000000000..581960d5fa157 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(10.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py new file mode 100644 index 0000000000000..8da418922440d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py @@ -0,0 +1,29 @@ +import FWCore.ParameterSet.Config as cms + +HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + # MeasurementTrackerName = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + bestHitOnly = cms.bool(True), + estimator = cms.string('hltESPChi2ChargeMeasurementEstimator30'), + foundHitBonus = cms.double(1000.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(True), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(1.0), + maxCand = cms.int32(5), + minNrOfHitsForRebuild = cms.int32(2), + propagatorAlong = cms.string('PropagatorWithMaterial'), + propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT') + ), + updator = cms.string('hltESPKFUpdator'), + useSameTrajFilter = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py new file mode 100644 index 0000000000000..0c745730f41bb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(False), + bestHitOnly = cms.bool(True), + estimator = cms.string('hltESPChi2ChargeMeasurementEstimator30'), + foundHitBonus = cms.double(1000.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(False), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(2), + minNrOfHitsForRebuild = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOpposite = cms.string('PropagatorWithMaterialParabolicMfOpposite'), + requireSeedHitsInRebuild = cms.bool(False), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT') + ), + updator = cms.string('hltESPKFUpdator'), + useSameTrajFilter = cms.bool(True) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py new file mode 100644 index 0000000000000..464c3d0ffc327 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(3), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999.0), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.3), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..4db9d2487bdda --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +HLTPSetMuonCkfTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('MuonCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + deltaEta = cms.double(-1.0), + deltaPhi = cms.double(-1.0), + estimator = cms.string('hltESPChi2ChargeMeasurementEstimator30'), + intermediateCleaning = cms.bool(False), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterial'), + propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'), + propagatorProximity = cms.string('SteppingHelixPropagatorAny'), + rescaleErrorIfFail = cms.double(1.0), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('HLTPSetMuonCkfTrajectoryFilter') + ), + updator = cms.string('hltESPKFUpdator'), + useSeedLayer = cms.bool(False) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..6d708ac19477d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +HLTPSetMuonCkfTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999.0), + maxNumberOfHits = cms.int32(-1), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py new file mode 100644 index 0000000000000..b2750d7a0bf84 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +HLTPSetTrajectoryBuilderForGsfElectrons = cms.PSet( + ComponentType = cms.string('CkfTrajectoryBuilder'), + # MeasurementTrackerName = cms.string('hltESPMeasurementTracker'), + TTRHBuilder = cms.string('hltESPTTRHBWithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + estimator = cms.string('hltESPChi2ChargeMeasurementEstimator2000'), + intermediateCleaning = cms.bool(False), + lostHitPenalty = cms.double(90.0), + maxCand = cms.int32(5), + propagatorAlong = cms.string('hltESPFwdElectronPropagator'), + propagatorOpposite = cms.string('hltESPBwdElectronPropagator'), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('HLTPSetTrajectoryFilterForElectrons') + ), + updator = cms.string('hltESPKFUpdator') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py new file mode 100644 index 0000000000000..5eb9eeb982a25 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +HLTPSetTrajectoryFilterForElectrons = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999.0), + maxNumberOfHits = cms.int32(-1), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('HLTSiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(-1), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(2.0), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py new file mode 100644 index 0000000000000..645611db8adcc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +HLTSiStripClusterChargeCutLoose = cms.PSet( + value = cms.double(1620.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py new file mode 100644 index 0000000000000..96c8de0b75b3a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +HLTSiStripClusterChargeCutNone = cms.PSet( + value = cms.double(-1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/ME0SegAlgoRU_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/ME0SegAlgoRU_cfi.py new file mode 100644 index 0000000000000..0cd71f2b772b5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/ME0SegAlgoRU_cfi.py @@ -0,0 +1,18 @@ +import FWCore.ParameterSet.Config as cms + +ME0SegAlgoRU = cms.PSet( + algo_name = cms.string('ME0SegAlgoRU'), + algo_pset = cms.PSet( + allowWideSegments = cms.bool(True), + doCollisions = cms.bool(True), + maxChi2Additional = cms.double(100.0), + maxChi2GoodSeg = cms.double(50), + maxChi2Prune = cms.double(50), + maxETASeeds = cms.double(0.1), + maxPhiAdditional = cms.double(0.001096605744), + maxPhiSeeds = cms.double(0.001096605744), + maxTOFDiff = cms.double(25), + minNumberOfHits = cms.uint32(4), + requireCentralBX = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/ME0SegmentAlgorithm_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/ME0SegmentAlgorithm_cfi.py new file mode 100644 index 0000000000000..b3766a0929891 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/ME0SegmentAlgorithm_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +ME0SegmentAlgorithm = cms.PSet( + algo_name = cms.string('ME0SegmentAlgorithm'), + algo_pset = cms.PSet( + ME0Debug = cms.untracked.bool(True), + dEtaChainBoxMax = cms.double(0.05), + dPhiChainBoxMax = cms.double(0.02), + dTimeChainBoxMax = cms.double(15.0), + dXclusBoxMax = cms.double(1.0), + dYclusBoxMax = cms.double(5.0), + maxRecHitsInCluster = cms.int32(6), + minHitsPerSegment = cms.uint32(3), + preClustering = cms.bool(True), + preClusteringUseChaining = cms.bool(True) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/PixelTripletHLTGenerator_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/PixelTripletHLTGenerator_cfi.py new file mode 100644 index 0000000000000..d25063bfeba21 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/PixelTripletHLTGenerator_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +PixelTripletHLTGenerator = cms.PSet( + ComponentName = cms.string('PixelTripletHLTGenerator'), + SeedComparitorPSet = cms.PSet( + ComponentName = cms.string('none') + ), + extraHitRPhitolerance = cms.double(0.016), + extraHitRZtolerance = cms.double(0.02), + maxElement = cms.uint32(100000), + phiPreFiltering = cms.double(0.3), + useBending = cms.bool(True), + useFixedPreFiltering = cms.bool(False), + useMultScattering = cms.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py new file mode 100644 index 0000000000000..a82be11e53920 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +SiStripClusterChargeCutLoose = cms.PSet( + value = cms.double(1620.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py new file mode 100644 index 0000000000000..692aef7094bfa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +SiStripClusterChargeCutNone = cms.PSet( + value = cms.double(-1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py new file mode 100644 index 0000000000000..557d0354835ab --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +SiStripClusterChargeCutTight = cms.PSet( + value = cms.double(1945.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/TrackAssociatorParameters_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/TrackAssociatorParameters_cfi.py new file mode 100644 index 0000000000000..4427b7bbc8824 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/TrackAssociatorParameters_cfi.py @@ -0,0 +1,35 @@ +import FWCore.ParameterSet.Config as cms + +TrackAssociatorParameters = cms.PSet( + CSCSegmentCollectionLabel = cms.InputTag("cscSegments"), + CaloTowerCollectionLabel = cms.InputTag("towerMaker"), + DTRecSegment4DCollectionLabel = cms.InputTag("dt4DSegments"), + EBRecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"), + EERecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"), + GEMSegmentCollectionLabel = cms.InputTag("gemSegments"), + HBHERecHitCollectionLabel = cms.InputTag("hbhereco"), + HORecHitCollectionLabel = cms.InputTag("horeco"), + ME0SegmentCollectionLabel = cms.InputTag("me0Segments"), + accountForTrajectoryChangeCalo = cms.bool(False), + dREcal = cms.double(9999.0), + dREcalPreselection = cms.double(0.05), + dRHcal = cms.double(9999.0), + dRHcalPreselection = cms.double(0.2), + dRMuon = cms.double(9999.0), + dRMuonPreselection = cms.double(0.2), + muonMaxDistanceSigmaX = cms.double(0.0), + muonMaxDistanceSigmaY = cms.double(0.0), + muonMaxDistanceX = cms.double(5.0), + muonMaxDistanceY = cms.double(5.0), + propagateAllDirections = cms.bool(True), + trajectoryUncertaintyTolerance = cms.double(-1.0), + truthMatch = cms.bool(False), + useCalo = cms.bool(False), + useEcal = cms.bool(True), + useGEM = cms.bool(False), + useHO = cms.bool(True), + useHcal = cms.bool(True), + useME0 = cms.bool(False), + useMuon = cms.bool(True), + usePreshower = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py new file mode 100644 index 0000000000000..e19467acb964a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +TrajectoryFilterForConversions = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(-1), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(-1), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py new file mode 100644 index 0000000000000..b90ad47e282e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +TrajectoryFilterForElectrons = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(-1), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(-1), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(2.0), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py new file mode 100644 index 0000000000000..d9a106219f7f5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +ckfBaseTrajectoryFilterP5 = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(3), + maxLostHits = cms.int32(4), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.5), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py new file mode 100644 index 0000000000000..2a5a9fa807f1b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +ckfTrajectoryFilterBeamHaloMuon = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(2), + maxLostHits = cms.int32(3), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/conv2CkfTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/conv2CkfTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..5c7d543b35552 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/conv2CkfTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +conv2CkfTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/convCkfTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/convCkfTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..58a949c731489 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/convCkfTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +convCkfTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py new file mode 100644 index 0000000000000..87374f36f1f39 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +detachedQuadStepTrajectoryFilterBase = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(0.301), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.075), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..b61c0911cbcba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +detachedQuadStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('detachedQuadStepTrajectoryFilterBase') + ), + cms.PSet( + refToPSet_ = cms.string('ClusterShapeTrajectoryFilter') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py new file mode 100644 index 0000000000000..4b522d9ec39c0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +detachedTripletStepTrajectoryFilterBase = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(0), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutLoose') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.075), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..9f98718923909 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +detachedTripletStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet(cms.PSet( + refToPSet_ = cms.string('detachedTripletStepTrajectoryFilterBase') + )) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hgceeDigitizer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hgceeDigitizer_cfi.py new file mode 100644 index 0000000000000..da98b13f738cf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hgceeDigitizer_cfi.py @@ -0,0 +1,66 @@ +import FWCore.ParameterSet.Config as cms + +hgceeDigitizer = cms.PSet( + NoiseGeneration_Method = cms.bool(True), + accumulatorType = cms.string('HGCDigiProducer'), + bxTime = cms.double(25), + digiCfg = cms.PSet( + cceParams = cms.PSet( + refToPSet_ = cms.string('HGCAL_cceParams_toUse') + ), + chargeCollectionEfficiencies = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + doTimeSamples = cms.bool(False), + feCfg = cms.PSet( + adcNbits = cms.uint32(10), + adcPulse = cms.vdouble( + 0.0, 0.017, 0.817, 0.163, 0.003, + 0.0 + ), + adcSaturation_fC = cms.double(100), + adcThreshold_fC = cms.double(0.672), + fwVersion = cms.uint32(2), + jitterConstant_ns = cms.vdouble(0.0004, 0.0004, 0.0004), + jitterNoise_ns = cms.vdouble(25.0, 25.0, 25.0), + pulseAvgT = cms.vdouble( + 0.0, 23.42298, 13.16733, 6.41062, 5.03946, + 4.532 + ), + targetMIPvalue_ADC = cms.uint32(10), + tdcChargeDrainParameterisation = cms.vdouble( + -919.13, 365.36, -14.1, 0.2, -21.85, + 49.39, 22.21, 0.8, -0.28, 27.14, + 43.95, 3.89048 + ), + tdcForToAOnset_fC = cms.vdouble(12.0, 12.0, 12.0), + tdcNbits = cms.uint32(12), + tdcOnset_fC = cms.double(60), + tdcResolutionInPs = cms.double(0.001), + tdcSaturation_fC = cms.double(10000), + toaLSB_ns = cms.double(0.0244), + toaMode = cms.uint32(1) + ), + ileakParam = cms.PSet( + refToPSet_ = cms.string('HGCAL_ileakParam_toUse') + ), + keV2fC = cms.double(0.044259), + noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + thresholdFollowsMIP = cms.bool(True) + ), + digiCollection = cms.string('HGCDigisEE'), + digitizationType = cms.uint32(0), + eVPerEleHolePair = cms.double(3.62), + geometryType = cms.uint32(1), + hitCollection = cms.string('HGCHitsEE'), + makeDigiSimLinks = cms.bool(False), + maxSimHitsAccTime = cms.uint32(100), + premixStage1 = cms.bool(False), + premixStage1MaxCharge = cms.double(1000000.0), + premixStage1MinCharge = cms.double(0), + tofDelay = cms.double(5), + useAllChannels = cms.bool(True), + verbosity = cms.untracked.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hgchebackDigitizer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hgchebackDigitizer_cfi.py new file mode 100644 index 0000000000000..b6432754d5c50 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hgchebackDigitizer_cfi.py @@ -0,0 +1,64 @@ +import FWCore.ParameterSet.Config as cms + +hgchebackDigitizer = cms.PSet( + NoiseGeneration_Method = cms.bool(True), + accumulatorType = cms.string('HGCDigiProducer'), + bxTime = cms.double(25), + digiCfg = cms.PSet( + algo = cms.uint32(2), + doTimeSamples = cms.bool(False), + feCfg = cms.PSet( + adcNbits = cms.uint32(10), + adcPulse = cms.vdouble( + 0.0, 0.017, 0.817, 0.163, 0.003, + 0.0 + ), + adcSaturation_fC = cms.double(68.75), + adcThreshold_fC = cms.double(0.5), + fwVersion = cms.uint32(2), + jitterConstant_ns = cms.vdouble(0.0004, 0.0004, 0.0004), + jitterNoise_ns = cms.vdouble(25.0, 25.0, 25.0), + pulseAvgT = cms.vdouble( + 0.0, 23.42298, 13.16733, 6.41062, 5.03946, + 4.532 + ), + targetMIPvalue_ADC = cms.uint32(15), + tdcChargeDrainParameterisation = cms.vdouble( + -919.13, 365.36, -14.1, 0.2, -21.85, + 49.39, 22.21, 0.8, -0.28, 27.14, + 43.95, 3.89048 + ), + tdcForToAOnset_fC = cms.vdouble(12.0, 12.0, 12.0), + tdcNbits = cms.uint32(12), + tdcOnset_fC = cms.double(55), + tdcResolutionInPs = cms.double(0.001), + tdcSaturation_fC = cms.double(1000), + toaLSB_ns = cms.double(0.0244), + toaMode = cms.uint32(1) + ), + keV2MIP = cms.double(0.00148148148148), + nPEperMIP = cms.double(21.0), + nTotalPE = cms.double(7500), + noise = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_heback') + ), + scaleBySipmArea = cms.bool(False), + scaleByTileArea = cms.bool(False), + sdPixels = cms.double(1e-06), + sipmMap = cms.string('SimCalorimetry/HGCalSimProducers/data/sipmParams_geom-10.txt'), + thresholdFollowsMIP = cms.bool(True), + xTalk = cms.double(0.01) + ), + digiCollection = cms.string('HGCDigisHEback'), + digitizationType = cms.uint32(1), + geometryType = cms.uint32(1), + hitCollection = cms.string('HGCHitsHEback'), + makeDigiSimLinks = cms.bool(False), + maxSimHitsAccTime = cms.uint32(100), + premixStage1 = cms.bool(False), + premixStage1MaxCharge = cms.double(1000000.0), + premixStage1MinCharge = cms.double(0), + tofDelay = cms.double(1), + useAllChannels = cms.bool(True), + verbosity = cms.untracked.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hgchefrontDigitizer_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hgchefrontDigitizer_cfi.py new file mode 100644 index 0000000000000..34bf639e78db9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hgchefrontDigitizer_cfi.py @@ -0,0 +1,65 @@ +import FWCore.ParameterSet.Config as cms + +hgchefrontDigitizer = cms.PSet( + NoiseGeneration_Method = cms.bool(True), + accumulatorType = cms.string('HGCDigiProducer'), + bxTime = cms.double(25), + digiCfg = cms.PSet( + cceParams = cms.PSet( + refToPSet_ = cms.string('HGCAL_cceParams_toUse') + ), + chargeCollectionEfficiencies = cms.PSet( + refToPSet_ = cms.string('HGCAL_chargeCollectionEfficiencies') + ), + doTimeSamples = cms.bool(False), + feCfg = cms.PSet( + adcNbits = cms.uint32(10), + adcPulse = cms.vdouble( + 0.0, 0.017, 0.817, 0.163, 0.003, + 0.0 + ), + adcSaturation_fC = cms.double(100), + adcThreshold_fC = cms.double(0.672), + fwVersion = cms.uint32(2), + jitterConstant_ns = cms.vdouble(0.0004, 0.0004, 0.0004), + jitterNoise_ns = cms.vdouble(25.0, 25.0, 25.0), + pulseAvgT = cms.vdouble( + 0.0, 23.42298, 13.16733, 6.41062, 5.03946, + 4.532 + ), + targetMIPvalue_ADC = cms.uint32(10), + tdcChargeDrainParameterisation = cms.vdouble( + -919.13, 365.36, -14.1, 0.2, -21.85, + 49.39, 22.21, 0.8, -0.28, 27.14, + 43.95, 3.89048 + ), + tdcForToAOnset_fC = cms.vdouble(12.0, 12.0, 12.0), + tdcNbits = cms.uint32(12), + tdcOnset_fC = cms.double(60), + tdcResolutionInPs = cms.double(0.001), + tdcSaturation_fC = cms.double(10000), + toaLSB_ns = cms.double(0.0244), + toaMode = cms.uint32(1) + ), + ileakParam = cms.PSet( + refToPSet_ = cms.string('HGCAL_ileakParam_toUse') + ), + keV2fC = cms.double(0.044259), + noise_fC = cms.PSet( + refToPSet_ = cms.string('HGCAL_noise_fC') + ), + thresholdFollowsMIP = cms.bool(True) + ), + digiCollection = cms.string('HGCDigisHEfront'), + digitizationType = cms.uint32(0), + geometryType = cms.uint32(1), + hitCollection = cms.string('HGCHitsHEfront'), + makeDigiSimLinks = cms.bool(False), + maxSimHitsAccTime = cms.uint32(100), + premixStage1 = cms.bool(False), + premixStage1MaxCharge = cms.double(1000000.0), + premixStage1MinCharge = cms.double(0), + tofDelay = cms.double(5), + useAllChannels = cms.bool(True), + verbosity = cms.untracked.uint32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..6e21dbd9d29cc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py @@ -0,0 +1,31 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + # MeasurementTrackerName = cms.string(''), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(False), + bestHitOnly = cms.bool(True), + estimator = cms.string('highPtTripletStepChi2Est'), + foundHitBonus = cms.double(10.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('highPtTripletStepTrajectoryFilterInOut') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(False), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(2), + maxDPhiForLooperReconstruction = cms.double(2.0), + maxPtForLooperReconstruction = cms.double(0.7), + minNrOfHitsForRebuild = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOpposite = cms.string('PropagatorWithMaterialParabolicMfOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('highPtTripletStepTrajectoryFilter') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py new file mode 100644 index 0000000000000..486a814ec7d5a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrajectoryFilterBase = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(0), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999.0), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(1), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py new file mode 100644 index 0000000000000..c5ebdb5dc5c46 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrajectoryFilterInOut = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(1), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..9475d684d753b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +highPtTripletStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('highPtTripletStepTrajectoryFilterBase') + ), + cms.PSet( + refToPSet_ = cms.string('ClusterShapeTrajectoryFilter') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..b60f6cb1eab99 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py @@ -0,0 +1,30 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(False), + bestHitOnly = cms.bool(True), + estimator = cms.string('hltPhase2L3MuonHighPtTripletStepChi2Est'), + foundHitBonus = cms.double(10.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(False), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(2), + maxDPhiForLooperReconstruction = cms.double(2.0), + maxPtForLooperReconstruction = cms.double(0.7), + minNrOfHitsForRebuild = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOpposite = cms.string('PropagatorWithMaterialParabolicMfOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonHighPtTripletStepTrajectoryFilter') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(False) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py new file mode 100644 index 0000000000000..d6b723b172d89 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(0), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999.0), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(1), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py new file mode 100644 index 0000000000000..cd1fe9b9d12e3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(1), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..f5e363121bc0f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonHighPtTripletStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase') + ), + cms.PSet( + refToPSet_ = cms.string('ClusterShapeTrajectoryFilter') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..a23e891809e68 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py @@ -0,0 +1,30 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(False), + bestHitOnly = cms.bool(True), + estimator = cms.string('hltPhase2L3MuonInitialStepChi2Est'), + foundHitBonus = cms.double(10.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonInitialStepTrajectoryFilter') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(True), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(2), + maxDPhiForLooperReconstruction = cms.double(2.0), + maxPtForLooperReconstruction = cms.double(0.7), + minNrOfHitsForRebuild = cms.int32(1), + propagatorAlong = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOpposite = cms.string('PropagatorWithMaterialParabolicMfOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('hltPhase2L3MuonInitialStepTrajectoryFilter') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(True) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..27bcd68c6206b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonInitialStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(0), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(4), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py new file mode 100644 index 0000000000000..1e553a4176827 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonPSetPvClusterComparerForIT = cms.PSet( + track_chi2_max = cms.double(20.0), + track_prob_min = cms.double(-1.0), + track_pt_max = cms.double(100.0), + track_pt_min = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py new file mode 100644 index 0000000000000..90bedd93ca7e8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2L3MuonSeedFromProtoTracks = cms.PSet( + ComponentName = cms.string('SeedFromConsecutiveHitsCreator'), + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string(''), + propagator = cms.string('PropagatorWithMaterial') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py new file mode 100644 index 0000000000000..09ee6d56808f5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2PSetPvClusterComparerForIT = cms.PSet( + track_chi2_max = cms.double(20.0), + track_prob_min = cms.double(-1.0), + track_pt_max = cms.double(100.0), + track_pt_min = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py new file mode 100644 index 0000000000000..3e19265af541b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +hltPhase2SeedFromProtoTracks = cms.PSet( + ComponentName = cms.string('SeedFromConsecutiveHitsCreator'), + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string(''), + propagator = cms.string('PropagatorWithMaterial') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py new file mode 100644 index 0000000000000..f4c41b78654fa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py @@ -0,0 +1,30 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrajectoryBuilder = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(False), + bestHitOnly = cms.bool(True), + estimator = cms.string('initialStepChi2Est'), + foundHitBonus = cms.double(10.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('initialStepTrajectoryFilter') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(True), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(30.0), + maxCand = cms.int32(2), + maxDPhiForLooperReconstruction = cms.double(2.0), + maxPtForLooperReconstruction = cms.double(0.7), + minNrOfHitsForRebuild = cms.int32(1), + propagatorAlong = cms.string('PropagatorWithMaterialParabolicMf'), + propagatorOpposite = cms.string('PropagatorWithMaterialParabolicMfOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('initialStepTrajectoryFilter') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(True) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py new file mode 100644 index 0000000000000..7d19ef7c6c6f1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrajectoryFilterBasePreSplitting = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(0), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutLoose') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.2), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py new file mode 100644 index 0000000000000..381a5f58dad7b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrajectoryFilterPreSplitting = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('initialStepTrajectoryFilterBasePreSplitting') + ), + cms.PSet( + refToPSet_ = cms.string('initialStepTrajectoryFilterShapePreSplitting') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py new file mode 100644 index 0000000000000..795c1fc522f4a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py @@ -0,0 +1,22 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrajectoryFilterShapePreSplitting = cms.PSet( + ComponentType = cms.string('StripSubClusterShapeTrajectoryFilter'), + layerMask = cms.PSet( + TEC = cms.bool(False), + TIB = cms.vuint32(1, 2), + TID = cms.vuint32(1, 2), + TOB = cms.bool(False) + ), + maxNSat = cms.uint32(3), + maxTrimmedSizeDiffNeg = cms.double(1.0), + maxTrimmedSizeDiffPos = cms.double(0.7), + seedCutMIPs = cms.double(0.35), + seedCutSN = cms.double(7.0), + subclusterCutMIPs = cms.double(0.45), + subclusterCutSN = cms.double(12.0), + subclusterWindow = cms.double(0.7), + trimMaxADC = cms.double(30.0), + trimMaxFracNeigh = cms.double(0.25), + trimMaxFracTotal = cms.double(0.15) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..9dc6fb6b9cba9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +initialStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(0), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(999), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(4), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..c2f777c0f98b7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +jetCoreRegionalStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..9fd1ab2b293f4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +lowPtGsfEleTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(1), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(-1), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(-1), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.0), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py new file mode 100644 index 0000000000000..0172922a6fe08 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +lowPtQuadStepTrajectoryFilterBase = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.075), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..7fe52f635e599 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +lowPtQuadStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('lowPtQuadStepTrajectoryFilterBase') + ), + cms.PSet( + refToPSet_ = cms.string('ClusterShapeTrajectoryFilter') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..09cb699a08a66 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +lowPtTripletStepStandardTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.075), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py new file mode 100644 index 0000000000000..cbcfd0882aa3f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +lowPtTripletStepTrajectoryFilterInOut = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.075), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(1), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..1b28af26fe2ca --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +lowPtTripletStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('lowPtTripletStepStandardTrajectoryFilter') + ), + cms.PSet( + refToPSet_ = cms.string('ClusterShapeTrajectoryFilter') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/maxEvents_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/maxEvents_cfi.py new file mode 100644 index 0000000000000..544f56e434e0f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/maxEvents_cfi.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +maxEvents = cms.untracked.PSet( + input = cms.untracked.int32(-1), + output = cms.optional.untracked.allowed(cms.int32,cms.PSet) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..09b67c35ca588 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +mixedTripletStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(1.4), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py new file mode 100644 index 0000000000000..4bfd507312aa3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +muonSeededTrajectoryBuilderForInOut = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + bestHitOnly = cms.bool(True), + estimator = cms.string('muonSeededMeasurementEstimatorForInOut'), + foundHitBonus = cms.double(1000.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('muonSeededTrajectoryFilterForInOut') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(True), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(1.0), + maxCand = cms.int32(5), + minNrOfHitsForRebuild = cms.int32(2), + propagatorAlong = cms.string('PropagatorWithMaterial'), + propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('muonSeededTrajectoryFilterForInOut') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(True) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py new file mode 100644 index 0000000000000..45fb6c83382d9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +muonSeededTrajectoryBuilderForOutInDisplaced = cms.PSet( + ComponentType = cms.string('GroupedCkfTrajectoryBuilder'), + TTRHBuilder = cms.string('WithTrackAngle'), + alwaysUseInvalidHits = cms.bool(True), + bestHitOnly = cms.bool(True), + estimator = cms.string('muonSeededMeasurementEstimatorForOutInDisplaced'), + foundHitBonus = cms.double(1000.0), + inOutTrajectoryFilter = cms.PSet( + refToPSet_ = cms.string('muonSeededTrajectoryFilterForOutInDisplaced') + ), + intermediateCleaning = cms.bool(True), + keepOriginalIfRebuildFails = cms.bool(False), + lockHits = cms.bool(True), + lostHitPenalty = cms.double(1.0), + maxCand = cms.int32(3), + minNrOfHitsForRebuild = cms.int32(5), + propagatorAlong = cms.string('PropagatorWithMaterial'), + propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'), + requireSeedHitsInRebuild = cms.bool(True), + seedAs5DHit = cms.bool(False), + trajectoryFilter = cms.PSet( + refToPSet_ = cms.string('muonSeededTrajectoryFilterForOutInDisplaced') + ), + updator = cms.string('KFUpdator'), + useSameTrajFilter = cms.bool(True) +) \ No newline at end of file diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py new file mode 100644 index 0000000000000..e68a56d0ef4bc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +muonSeededTrajectoryFilterForInOut = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(10), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(3), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py new file mode 100644 index 0000000000000..d4ecb488d0849 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +muonSeededTrajectoryFilterForOutInDisplaced = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(10), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py new file mode 100644 index 0000000000000..d5524f6cf8126 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +muonSeededTrajectoryFilterForOutIn = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(10), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.9), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/options_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/options_cfi.py new file mode 100644 index 0000000000000..834ba27ae264d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/options_cfi.py @@ -0,0 +1,28 @@ +import FWCore.ParameterSet.Config as cms + +options = cms.untracked.PSet( + FailPath = cms.untracked.vstring(), + IgnoreCompletely = cms.untracked.vstring(), + Rethrow = cms.untracked.vstring(), + SkipEvent = cms.untracked.vstring(), + allowUnscheduled = cms.obsolete.untracked.bool, + canDeleteEarly = cms.untracked.vstring( + ), + emptyRunLumiMode = cms.obsolete.untracked.string, + eventSetup = cms.untracked.PSet( + forceNumberOfConcurrentIOVs = cms.untracked.PSet( + ), + numberOfConcurrentIOVs = cms.untracked.uint32(1) + ), + fileMode = cms.untracked.string('FULLMERGE'), + forceEventSetupCacheClearOnNewRun = cms.untracked.bool(False), + makeTriggerResults = cms.obsolete.untracked.bool, + numberOfConcurrentLuminosityBlocks = cms.untracked.uint32(1), + numberOfConcurrentRuns = cms.untracked.uint32(1), + numberOfStreams = cms.untracked.uint32(0), + numberOfThreads = cms.untracked.uint32(4), + printDependencies = cms.untracked.bool(False), + sizeOfStackForThreadsInKB = cms.optional.untracked.uint32, + throwIfIllegalParameter = cms.untracked.bool(True), + wantSummary = cms.untracked.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py new file mode 100644 index 0000000000000..41a0818be8e12 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +pSetPvClusterComparerForIT = cms.PSet( + track_chi2_max = cms.double(20.0), + track_prob_min = cms.double(-1.0), + track_pt_max = cms.double(30.0), # this should 100. according to the Phase 2 HLT Tracking instructions + track_pt_min = cms.double(1.0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..cc2602503eb75 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +pixelLessStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(0), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(1), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py new file mode 100644 index 0000000000000..b1c146f768db0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +pixelPairStepTrajectoryFilterBase = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(0.701), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py new file mode 100644 index 0000000000000..885ed56e8fd06 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +pixelPairStepTrajectoryFilterInOut = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(0.701), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(999), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(1), + seedPairPenalty = cms.int32(0), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..5eeb467458ab6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +pixelPairStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CompositeTrajectoryFilter'), + filters = cms.VPSet( + cms.PSet( + refToPSet_ = cms.string('pixelPairStepTrajectoryFilterBase') + ), + cms.PSet( + refToPSet_ = cms.string('ClusterShapeTrajectoryFilter') + ) + ) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/seedFromProtoTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/seedFromProtoTracks_cfi.py new file mode 100644 index 0000000000000..7e6e324ba3fc8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/seedFromProtoTracks_cfi.py @@ -0,0 +1,12 @@ +import FWCore.ParameterSet.Config as cms + +seedFromProtoTracks = cms.PSet( + ComponentName = cms.string('SeedFromConsecutiveHitsCreator'), + MinOneOverPtError = cms.double(1.0), + OriginTransverseErrorMultiplier = cms.double(1.0), + SeedMomentumForBOFF = cms.double(5.0), + TTRHBuilder = cms.string('WithTrackAngle'), + forceKinematicWithRegionDirection = cms.bool(False), + magneticField = cms.string(''), + propagator = cms.string('PropagatorWithMaterial') +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..f6dd718d17af6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +tobTecStepInOutTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(0), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(4), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(1), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py new file mode 100644 index 0000000000000..f5dec70049f05 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py @@ -0,0 +1,26 @@ +import FWCore.ParameterSet.Config as cms + +tobTecStepTrajectoryFilter = cms.PSet( + ComponentType = cms.string('CkfBaseTrajectoryFilter'), + chargeSignificance = cms.double(-1.0), + constantValueForLostHitsFractionFilter = cms.double(2.0), + extraNumberOfHitsBeforeTheFirstLoop = cms.int32(4), + maxCCCLostHits = cms.int32(9999), + maxConsecLostHits = cms.int32(1), + maxLostHits = cms.int32(0), + maxLostHitsFraction = cms.double(0.1), + maxNumberOfHits = cms.int32(100), + minGoodStripCharge = cms.PSet( + refToPSet_ = cms.string('SiStripClusterChargeCutNone') + ), + minHitsMinPt = cms.int32(3), + minNumberOfHitsForLoopers = cms.int32(13), + minNumberOfHitsPerLoop = cms.int32(4), + minPt = cms.double(0.1), + minimumNumberOfHits = cms.int32(5), + nSigmaMinPt = cms.double(5.0), + pixelSeedExtension = cms.bool(False), + seedExtension = cms.int32(0), + seedPairPenalty = cms.int32(1), + strictSeedExtension = cms.bool(False) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py new file mode 100644 index 0000000000000..287ea279c71ec --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltAK4PFJetCorrector_cfi import * +from ..modules.hltAK4PFJetCorrectorL1_cfi import * +from ..modules.hltAK4PFJetCorrectorL2_cfi import * +from ..modules.hltAK4PFJetCorrectorL3_cfi import * +from ..modules.hltAK4PFJets_cfi import * +from ..modules.hltAK4PFJetsCorrected_cfi import * + +HLTAK4PFJetsReconstruction = cms.Sequence( + hltAK4PFJets + + hltAK4PFJetCorrectorL1 + + hltAK4PFJetCorrectorL2 + + hltAK4PFJetCorrectorL3 + + hltAK4PFJetCorrector + + hltAK4PFJetsCorrected +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py new file mode 100644 index 0000000000000..7304bc9cc1bdb --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.goodOfflinePrimaryVertices_cfi import * +from ..modules.hltAK4PFPuppiJetCorrector_cfi import * +from ..modules.hltAK4PFPuppiJetCorrectorL1_cfi import * +from ..modules.hltAK4PFPuppiJetCorrectorL2_cfi import * +from ..modules.hltAK4PFPuppiJetCorrectorL3_cfi import * +from ..modules.hltAK4PFPuppiJets_cfi import * +from ..modules.hltAK4PFPuppiJetsCorrected_cfi import * +from ..modules.hltPFPuppi_cfi import * +from ..modules.hltPixelClustersMultiplicity_cfi import * + +HLTAK4PFPuppiJetsReconstruction = cms.Sequence( + goodOfflinePrimaryVertices + + hltPixelClustersMultiplicity + + hltPFPuppi + + hltAK4PFPuppiJets + + hltAK4PFPuppiJetCorrectorL1 + + hltAK4PFPuppiJetCorrectorL2 + + hltAK4PFPuppiJetCorrectorL3 + + hltAK4PFPuppiJetCorrector + + hltAK4PFPuppiJetsCorrected +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py new file mode 100644 index 0000000000000..b1be6b504f9b3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltAK8PFJetCorrector_cfi import * +from ..modules.hltAK8PFJetCorrectorL1_cfi import * +from ..modules.hltAK8PFJetCorrectorL2_cfi import * +from ..modules.hltAK8PFJetCorrectorL3_cfi import * +from ..modules.hltAK8PFJets_cfi import * +from ..modules.hltAK8PFJetsCorrected_cfi import * + +HLTAK8PFJetsReconstruction = cms.Sequence( + hltAK8PFJets + + hltAK8PFJetCorrectorL1 + + hltAK8PFJetCorrectorL2 + + hltAK8PFJetCorrectorL3 + + hltAK8PFJetCorrector + + hltAK8PFJetsCorrected +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBeamSpot_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBeamSpot_cfi.py new file mode 100644 index 0000000000000..7cea4d9f5fa33 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBeamSpot_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTBeamSpotTask_cfi import * + +HLTBeamSpot = cms.Sequence( + HLTBeamSpotTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBeginSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBeginSequence_cfi.py new file mode 100644 index 0000000000000..ebc985bd736c9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBeginSequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltTriggerType_cfi import * +from ..sequences.HLTBeamSpot_cfi import * +from ..sequences.HLTL1UnpackerSequence_cfi import * + +HLTBeginSequence = cms.Sequence( + hltTriggerType + + HLTL1UnpackerSequence + + HLTBeamSpot +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py new file mode 100644 index 0000000000000..6a0051b516836 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi import * +from ..modules.hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi import * +from ..modules.hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi import * +from ..modules.hltDeepInclusiveMergedVerticesPF_cfi import * +from ..modules.hltDeepInclusiveSecondaryVerticesPF_cfi import * +from ..modules.hltDeepInclusiveVertexFinderPF_cfi import * +from ..modules.hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi import * +from ..modules.hltDeepTrackVertexArbitratorPF_cfi import * +from ..modules.hltPFPuppiJetForBtagEta2p4_cfi import * +from ..modules.hltPFPuppiJetForBtagSelectorEta2p4_cfi import * + +HLTBtagDeepCSVSequencePFPuppiModEta2p4 = cms.Sequence( + hltPFPuppiJetForBtagSelectorEta2p4 + + hltPFPuppiJetForBtagEta2p4 + + hltDeepBLifetimeTagInfosPFPuppiModEta2p4 + + hltDeepInclusiveVertexFinderPF + + hltDeepInclusiveSecondaryVerticesPF + + hltDeepTrackVertexArbitratorPF + + hltDeepInclusiveMergedVerticesPF + + hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4 + + hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4 + + hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4 +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py new file mode 100644 index 0000000000000..68f8ae7f2a418 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDeepBLifetimeTagInfosPFPuppi_cfi import * +from ..modules.hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi import * +from ..modules.hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi import * +from ..modules.hltDeepInclusiveMergedVerticesPF_cfi import * +from ..modules.hltDeepInclusiveSecondaryVerticesPF_cfi import * +from ..modules.hltDeepInclusiveVertexFinderPF_cfi import * +from ..modules.hltDeepSecondaryVertexTagInfosPFPuppi_cfi import * +from ..modules.hltDeepTrackVertexArbitratorPF_cfi import * + +HLTBtagDeepCSVSequencePFPuppi = cms.Sequence( + hltDeepBLifetimeTagInfosPFPuppi + + hltDeepInclusiveVertexFinderPF + + hltDeepInclusiveSecondaryVerticesPF + + hltDeepTrackVertexArbitratorPF + + hltDeepInclusiveMergedVerticesPF + + hltDeepSecondaryVertexTagInfosPFPuppi + + hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi + + hltDeepCombinedSecondaryVertexBJetTagsPFPuppi +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py new file mode 100644 index 0000000000000..162afea3d764f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py @@ -0,0 +1,29 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi import * +from ..modules.hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi import * +from ..modules.hltDeepInclusiveMergedVerticesPF_cfi import * +from ..modules.hltDeepInclusiveSecondaryVerticesPF_cfi import * +from ..modules.hltDeepInclusiveVertexFinderPF_cfi import * +from ..modules.hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi import * +from ..modules.hltDeepTrackVertexArbitratorPF_cfi import * +from ..modules.hltPfDeepFlavourJetTagsModEta2p4_cfi import * +from ..modules.hltPfDeepFlavourTagInfosModEta2p4_cfi import * +from ..modules.hltPFPuppiJetForBtagEta2p4_cfi import * +from ..modules.hltPFPuppiJetForBtagSelectorEta2p4_cfi import * +from ..modules.hltPrimaryVertexAssociationModEta2p4_cfi import * + +HLTBtagDeepFlavourSequencePFPuppiModEta2p4 = cms.Sequence( + hltPFPuppiJetForBtagSelectorEta2p4 + + hltPFPuppiJetForBtagEta2p4 + + hltDeepBLifetimeTagInfosPFPuppiModEta2p4 + + hltDeepInclusiveVertexFinderPF + + hltDeepInclusiveSecondaryVerticesPF + + hltDeepTrackVertexArbitratorPF + + hltDeepInclusiveMergedVerticesPF + + hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4 + + hltPrimaryVertexAssociationModEta2p4 + + hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4 + + hltPfDeepFlavourTagInfosModEta2p4 + + hltPfDeepFlavourJetTagsModEta2p4 +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py new file mode 100644 index 0000000000000..f940974fa4df7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDeepBLifetimeTagInfosPFPuppi_cfi import * +from ..modules.hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi import * +from ..modules.hltDeepInclusiveMergedVerticesPF_cfi import * +from ..modules.hltDeepInclusiveSecondaryVerticesPF_cfi import * +from ..modules.hltDeepInclusiveVertexFinderPF_cfi import * +from ..modules.hltDeepSecondaryVertexTagInfosPFPuppi_cfi import * +from ..modules.hltDeepTrackVertexArbitratorPF_cfi import * +from ..modules.hltPfDeepFlavourJetTags_cfi import * +from ..modules.hltPfDeepFlavourTagInfos_cfi import * +from ..modules.hltPrimaryVertexAssociation_cfi import * + +HLTBtagDeepFlavourSequencePFPuppi = cms.Sequence( + hltDeepBLifetimeTagInfosPFPuppi + + hltDeepInclusiveVertexFinderPF + + hltDeepInclusiveSecondaryVerticesPF + + hltDeepTrackVertexArbitratorPF + + hltDeepInclusiveMergedVerticesPF + + hltDeepSecondaryVertexTagInfosPFPuppi + + hltPrimaryVertexAssociation + + hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi + + hltPfDeepFlavourTagInfos + + hltPfDeepFlavourJetTags +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py new file mode 100644 index 0000000000000..d6a7d77b53bc9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltCaloMET_cfi import * + +HLTCaloMETReconstruction = cms.Sequence( + hltCaloMET +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..c5d621935354e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py @@ -0,0 +1,45 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDiEG23EtL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi import * +from ..modules.hltEG30EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..tasks.HLTDiphoton3023IsoCaloIdL1SeededTask_cfi import * + +HLTDiphoton3023IsoCaloIdL1SeededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForDoublePhotonIsolatedFilter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG30EtL1SeededFilter + + hltDiEG23EtL1SeededFilter + + hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter + + hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter + + hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter + + hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltDiEG3023IsoCaloIdHEL1SeededFilter + + hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter + + hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter, + HLTDiphoton3023IsoCaloIdL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py new file mode 100644 index 0000000000000..1503620cf7694 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py @@ -0,0 +1,45 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDiEG23EtUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHEUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi import * +from ..modules.hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi import * +from ..modules.hltEG30EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..tasks.HLTDiphoton3023IsoCaloIdUnseededTask_cfi import * + +HLTDiphoton3023IsoCaloIdUnseededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForDoublePhotonIsolatedFilter + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG30EtUnseededFilter + + hltDiEG23EtUnseededFilter + + hltDiEG3023IsoCaloIdClusterShapeUnseededFilter + + hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter + + hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter + + hltDiEG3023IsoCaloIdHgcalHEUnseededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltDiEG3023IsoCaloIdHEUnseededFilter + + hltDiEG3023IsoCaloIdEcalIsoUnseededFilter + + hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter + + HLTPFHcalClusteringForEgamma + + hltDiEG3023IsoCaloIdHcalIsoUnseededFilter, + HLTDiphoton3023IsoCaloIdUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..2294b937f6ad1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTDoFullUnpackingEgammaEcalL1SeededTask_cfi import * + +HLTDoFullUnpackingEgammaEcalL1SeededSequence = cms.Sequence( + HLTDoFullUnpackingEgammaEcalL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py new file mode 100644 index 0000000000000..c8d2dedcd2170 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTDoFullUnpackingEgammaEcalTask_cfi import * + +HLTDoFullUnpackingEgammaEcalSequence = cms.Sequence( + HLTDoFullUnpackingEgammaEcalTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py new file mode 100644 index 0000000000000..aea80cfcd1e18 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTDoLocalHcalTask_cfi import * + +HLTDoLocalHcalSequence = cms.Sequence( + HLTDoLocalHcalTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py new file mode 100644 index 0000000000000..2ebd6fc58f01b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTDoLocalPixelTask_cfi import * + +HLTDoLocalPixelSequence = cms.Sequence( + HLTDoLocalPixelTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py new file mode 100644 index 0000000000000..bd81a9bc4e24a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTDoLocalStripTask_cfi import * + +HLTDoLocalStripSequence = cms.Sequence( + HLTDoLocalStripTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..32697bc1d9838 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py @@ -0,0 +1,69 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDiEG12EtL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoClusterShapeL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoEcalIsoL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoHcalIsoL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoHEL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoHgcalHEL1SeededFilter_cfi import * +from ..modules.hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoGsfDetaL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoGsfDphiL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoPixelMatchL1SeededFilter_cfi import * +from ..modules.hltDiEle2312IsoPMS2L1SeededFilter_cfi import * +from ..modules.hltEG23EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEGL1SeedsForDoubleEleIsolatedFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchL1SeededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronL1SeededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTDoubleEle2312IsoL1SeededTask_cfi import * + +HLTDoubleEle2312IsoL1SeededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForDoubleEleIsolatedFilter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG23EtL1SeededFilter + + hltDiEG12EtL1SeededFilter + + hltDiEG2312IsoClusterShapeL1SeededFilter + + hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter + + hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter + + hltDiEG2312IsoHgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltDiEG2312IsoHEL1SeededFilter + + hltDiEG2312IsoEcalIsoL1SeededFilter + + hltDiEG2312IsoHgcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltDiEG2312IsoHcalIsoL1SeededFilter + + HLTElePixelMatchL1SeededSequence + + hltDiEle2312IsoPixelMatchL1SeededFilter + + hltDiEle2312IsoPMS2L1SeededFilter + + HLTGsfElectronL1SeededSequence + + hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter + + hltDiEle2312IsoGsfDetaL1SeededFilter + + hltDiEle2312IsoGsfDphiL1SeededFilter + + hltDiEle2312IsoBestGsfNLayerITL1SeededFilter + + hltDiEle2312IsoBestGsfChi2L1SeededFilter + + hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter + + HLTTrackingV61Sequence + + hltDiEle2312IsoGsfTrackIsoL1SeededFilter, + HLTDoubleEle2312IsoL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py new file mode 100644 index 0000000000000..7b290e80a6ecc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi import * +from ..modules.hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltDiEG25CaloIdLHEL1SeededFilter_cfi import * +from ..modules.hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi import * +from ..modules.hltDiEG25EtL1SeededFilter_cfi import * +from ..modules.hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi import * +from ..modules.hltDiEle25CaloIdLPMS2L1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchL1SeededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..tasks.HLTDoubleEle25CaloIdLPMS2L1SeededTask_cfi import * + +HLTDoubleEle25CaloIdLPMS2L1SeededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForDoubleEleNonIsolatedFilter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltDiEG25EtL1SeededFilter + + hltDiEG25CaloIdLClusterShapeL1SeededFilter + + hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter + + hltDiEG25CaloIdLHgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltDiEG25CaloIdLHEL1SeededFilter + + HLTElePixelMatchL1SeededSequence + + hltDiEle25CaloIdLPixelMatchL1SeededFilter + + hltDiEle25CaloIdLPMS2L1SeededFilter, + HLTDoubleEle25CaloIdLPMS2L1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py new file mode 100644 index 0000000000000..bcb9a06877aec --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi import * +from ..modules.hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi import * +from ..modules.hltDiEG25CaloIdLHEUnseededFilter_cfi import * +from ..modules.hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi import * +from ..modules.hltDiEG25EtUnseededFilter_cfi import * +from ..modules.hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi import * +from ..modules.hltDiEle25CaloIdLPMS2UnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchUnseededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..tasks.HLTDoubleEle25CaloIdLPMS2UnseededTask_cfi import * + +HLTDoubleEle25CaloIdLPMS2UnseededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForDoubleEleNonIsolatedFilter + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltDiEG25EtUnseededFilter + + hltDiEG25CaloIdLClusterShapeUnseededFilter + + hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter + + hltDiEG25CaloIdLHgcalHEUnseededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltDiEG25CaloIdLHEUnseededFilter + + HLTElePixelMatchUnseededSequence + + hltDiEle25CaloIdLPixelMatchUnseededFilter + + hltDiEle25CaloIdLPMS2UnseededFilter, + HLTDoubleEle25CaloIdLPMS2UnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py new file mode 100644 index 0000000000000..1deacc420d9cd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG26EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEGL1SeedsForSingleEleIsolatedFilter_cfi import * +from ..modules.hltEle26WP70BestGsfChi2L1SeededFilter_cfi import * +from ..modules.hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi import * +from ..modules.hltEle26WP70ClusterShapeL1SeededFilter_cfi import * +from ..modules.hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi import * +from ..modules.hltEle26WP70EcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle26WP70GsfDetaL1SeededFilter_cfi import * +from ..modules.hltEle26WP70GsfDphiL1SeededFilter_cfi import * +from ..modules.hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi import * +from ..modules.hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi import * +from ..modules.hltEle26WP70GsfTrackIsoL1SeededFilter_cfi import * +from ..modules.hltEle26WP70HcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle26WP70HEL1SeededFilter_cfi import * +from ..modules.hltEle26WP70HgcalHEL1SeededFilter_cfi import * +from ..modules.hltEle26WP70HgcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle26WP70PixelMatchL1SeededFilter_cfi import * +from ..modules.hltEle26WP70PMS2L1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchL1SeededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronL1SeededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle26WP70L1SeededTask_cfi import * + +HLTEle26WP70L1SeededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForSingleEleIsolatedFilter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG26EtL1SeededFilter + + hltEle26WP70ClusterShapeL1SeededFilter + + hltEle26WP70ClusterShapeSigmavvL1SeededFilter + + hltEle26WP70ClusterShapeSigmawwL1SeededFilter + + hltEle26WP70HgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltEle26WP70HEL1SeededFilter + + hltEle26WP70EcalIsoL1SeededFilter + + hltEle26WP70HgcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltEle26WP70HcalIsoL1SeededFilter + + HLTElePixelMatchL1SeededSequence + + hltEle26WP70PixelMatchL1SeededFilter + + hltEle26WP70PMS2L1SeededFilter + + HLTGsfElectronL1SeededSequence + + hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter + + hltEle26WP70GsfDetaL1SeededFilter + + hltEle26WP70GsfDphiL1SeededFilter + + hltEle26WP70BestGsfNLayerITL1SeededFilter + + hltEle26WP70BestGsfChi2L1SeededFilter + + hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter + + HLTTrackingV61Sequence + + hltEle26WP70GsfTrackIsoL1SeededFilter, + HLTEle26WP70L1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py new file mode 100644 index 0000000000000..6820be89ec942 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG26EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEGL1SeedsForSingleEleIsolatedFilter_cfi import * +from ..modules.hltEle26WP70BestGsfChi2UnseededFilter_cfi import * +from ..modules.hltEle26WP70BestGsfNLayerITUnseededFilter_cfi import * +from ..modules.hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi import * +from ..modules.hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi import * +from ..modules.hltEle26WP70ClusterShapeUnseededFilter_cfi import * +from ..modules.hltEle26WP70EcalIsoUnseededFilter_cfi import * +from ..modules.hltEle26WP70GsfDetaUnseededFilter_cfi import * +from ..modules.hltEle26WP70GsfDphiUnseededFilter_cfi import * +from ..modules.hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi import * +from ..modules.hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi import * +from ..modules.hltEle26WP70GsfTrackIsoUnseededFilter_cfi import * +from ..modules.hltEle26WP70HcalIsoUnseededFilter_cfi import * +from ..modules.hltEle26WP70HEUnseededFilter_cfi import * +from ..modules.hltEle26WP70HgcalHEUnseededFilter_cfi import * +from ..modules.hltEle26WP70HgcalIsoUnseededFilter_cfi import * +from ..modules.hltEle26WP70PixelMatchUnseededFilter_cfi import * +from ..modules.hltEle26WP70PMS2UnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchUnseededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronUnseededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle26WP70UnseededTask_cfi import * + +HLTEle26WP70UnseededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForSingleEleIsolatedFilter + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG26EtUnseededFilter + + hltEle26WP70ClusterShapeUnseededFilter + + hltEle26WP70ClusterShapeSigmavvUnseededFilter + + hltEle26WP70ClusterShapeSigmawwUnseededFilter + + hltEle26WP70HgcalHEUnseededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltEle26WP70HEUnseededFilter + + hltEle26WP70EcalIsoUnseededFilter + + hltEle26WP70HgcalIsoUnseededFilter + + HLTPFHcalClusteringForEgamma + + hltEle26WP70HcalIsoUnseededFilter + + HLTElePixelMatchUnseededSequence + + hltEle26WP70PixelMatchUnseededFilter + + hltEle26WP70PMS2UnseededFilter + + HLTGsfElectronUnseededSequence + + hltEle26WP70GsfOneOEMinusOneOPUnseededFilter + + hltEle26WP70GsfDetaUnseededFilter + + hltEle26WP70GsfDphiUnseededFilter + + hltEle26WP70BestGsfNLayerITUnseededFilter + + hltEle26WP70BestGsfChi2UnseededFilter + + hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter + + HLTTrackingV61Sequence + + hltEle26WP70GsfTrackIsoUnseededFilter, + HLTEle26WP70UnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..bb3bd1bf7413e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG32EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEGL1SeedsForSingleEleIsolatedFilter_cfi import * +from ..modules.hltEle32WPTightBestGsfChi2L1SeededFilter_cfi import * +from ..modules.hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightClusterShapeL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightEcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightGsfDetaL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightGsfDphiL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightHcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightHEL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightHgcalHEL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightHgcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightPixelMatchL1SeededFilter_cfi import * +from ..modules.hltEle32WPTightPMS2L1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchL1SeededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronL1SeededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle32WPTightL1SeededTask_cfi import * + +HLTEle32WPTightL1SeededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForSingleEleIsolatedFilter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG32EtL1SeededFilter + + hltEle32WPTightClusterShapeL1SeededFilter + + hltEle32WPTightClusterShapeSigmavvL1SeededFilter + + hltEle32WPTightClusterShapeSigmawwL1SeededFilter + + hltEle32WPTightHgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltEle32WPTightHEL1SeededFilter + + hltEle32WPTightEcalIsoL1SeededFilter + + hltEle32WPTightHgcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltEle32WPTightHcalIsoL1SeededFilter + + HLTElePixelMatchL1SeededSequence + + hltEle32WPTightPixelMatchL1SeededFilter + + hltEle32WPTightPMS2L1SeededFilter + + HLTGsfElectronL1SeededSequence + + hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter + + hltEle32WPTightGsfDetaL1SeededFilter + + hltEle32WPTightGsfDphiL1SeededFilter + + hltEle32WPTightBestGsfNLayerITL1SeededFilter + + hltEle32WPTightBestGsfChi2L1SeededFilter + + hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter + + HLTTrackingV61Sequence + + hltEle32WPTightGsfTrackIsoL1SeededFilter, + HLTEle32WPTightL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py new file mode 100644 index 0000000000000..d011d1cb3e9f3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG32EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEGL1SeedsForSingleEleIsolatedFilter_cfi import * +from ..modules.hltEle32WPTightBestGsfChi2UnseededFilter_cfi import * +from ..modules.hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi import * +from ..modules.hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi import * +from ..modules.hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi import * +from ..modules.hltEle32WPTightClusterShapeUnseededFilter_cfi import * +from ..modules.hltEle32WPTightEcalIsoUnseededFilter_cfi import * +from ..modules.hltEle32WPTightGsfDetaUnseededFilter_cfi import * +from ..modules.hltEle32WPTightGsfDphiUnseededFilter_cfi import * +from ..modules.hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi import * +from ..modules.hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi import * +from ..modules.hltEle32WPTightGsfTrackIsoUnseededFilter_cfi import * +from ..modules.hltEle32WPTightHcalIsoUnseededFilter_cfi import * +from ..modules.hltEle32WPTightHEUnseededFilter_cfi import * +from ..modules.hltEle32WPTightHgcalHEUnseededFilter_cfi import * +from ..modules.hltEle32WPTightHgcalIsoUnseededFilter_cfi import * +from ..modules.hltEle32WPTightPixelMatchUnseededFilter_cfi import * +from ..modules.hltEle32WPTightPMS2UnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchUnseededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronUnseededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle32WPTightUnseededTask_cfi import * + +HLTEle32WPTightUnseededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForSingleEleIsolatedFilter + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG32EtUnseededFilter + + hltEle32WPTightClusterShapeUnseededFilter + + hltEle32WPTightClusterShapeSigmavvUnseededFilter + + hltEle32WPTightClusterShapeSigmawwUnseededFilter + + hltEle32WPTightHgcalHEUnseededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltEle32WPTightHEUnseededFilter + + hltEle32WPTightEcalIsoUnseededFilter + + hltEle32WPTightHgcalIsoUnseededFilter + + HLTPFHcalClusteringForEgamma + + hltEle32WPTightHcalIsoUnseededFilter + + HLTElePixelMatchUnseededSequence + + hltEle32WPTightPixelMatchUnseededFilter + + hltEle32WPTightPMS2UnseededFilter + + HLTGsfElectronUnseededSequence + + hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter + + hltEle32WPTightGsfDetaUnseededFilter + + hltEle32WPTightGsfDphiUnseededFilter + + hltEle32WPTightBestGsfNLayerITUnseededFilter + + hltEle32WPTightBestGsfChi2UnseededFilter + + hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter + + HLTTrackingV61Sequence + + hltEle32WPTightGsfTrackIsoUnseededFilter, + HLTEle32WPTightUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..3b8f945b0411e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG5EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEle5DphiL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightBestGsfChi2L1SeededFilter_cfi import * +from ..modules.hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightClusterShapeL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightEcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightGsfDetaL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightGsfDphiL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightHcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightHEL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightHgcalHEL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightHgcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightPixelMatchL1SeededFilter_cfi import * +from ..modules.hltEle5WPTightPMS2L1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchL1SeededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronL1SeededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle5OpenL1SeededTask_cfi import * + +HLTEle5OpenL1SeededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG5EtL1SeededFilter + + hltEle5WPTightClusterShapeL1SeededFilter + + hltEle5WPTightClusterShapeSigmavvL1SeededFilter + + hltEle5WPTightClusterShapeSigmawwL1SeededFilter + + hltEle5WPTightHgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltEle5WPTightHEL1SeededFilter + + hltEle5WPTightEcalIsoL1SeededFilter + + hltEle5WPTightHgcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltEle5WPTightHcalIsoL1SeededFilter + + HLTElePixelMatchL1SeededSequence + + hltEle5WPTightPixelMatchL1SeededFilter + + hltEle5WPTightPMS2L1SeededFilter + + HLTGsfElectronL1SeededSequence + + hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter + + hltEle5WPTightGsfDetaL1SeededFilter + + hltEle5WPTightGsfDphiL1SeededFilter + + hltEle5WPTightBestGsfNLayerITL1SeededFilter + + hltEle5WPTightBestGsfChi2L1SeededFilter + + hltEle5DphiL1SeededFilter + + hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter + + HLTTrackingV61Sequence + + hltEle5WPTightGsfTrackIsoL1SeededFilter, + HLTEle5OpenL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py new file mode 100644 index 0000000000000..739464122804c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG5EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEle5DphiUnseededFilter_cfi import * +from ..modules.hltEle5WPTightBestGsfChi2UnseededFilter_cfi import * +from ..modules.hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi import * +from ..modules.hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi import * +from ..modules.hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi import * +from ..modules.hltEle5WPTightClusterShapeUnseededFilter_cfi import * +from ..modules.hltEle5WPTightEcalIsoUnseededFilter_cfi import * +from ..modules.hltEle5WPTightGsfDetaUnseededFilter_cfi import * +from ..modules.hltEle5WPTightGsfDphiUnseededFilter_cfi import * +from ..modules.hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi import * +from ..modules.hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi import * +from ..modules.hltEle5WPTightGsfTrackIsoUnseededFilter_cfi import * +from ..modules.hltEle5WPTightHcalIsoUnseededFilter_cfi import * +from ..modules.hltEle5WPTightHEUnseededFilter_cfi import * +from ..modules.hltEle5WPTightHgcalHEUnseededFilter_cfi import * +from ..modules.hltEle5WPTightHgcalIsoUnseededFilter_cfi import * +from ..modules.hltEle5WPTightPixelMatchUnseededFilter_cfi import * +from ..modules.hltEle5WPTightPMS2UnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchUnseededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronUnseededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle5OpenUnseededTask_cfi import * + +HLTEle5OpenUnseededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG5EtUnseededFilter + + cms.ignore(hltEle5WPTightClusterShapeUnseededFilter) + + cms.ignore(hltEle5WPTightClusterShapeSigmavvUnseededFilter) + + cms.ignore(hltEle5WPTightClusterShapeSigmawwUnseededFilter) + + cms.ignore(hltEle5WPTightHgcalHEUnseededFilter) + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + cms.ignore(hltEle5WPTightHEUnseededFilter) + + cms.ignore(hltEle5WPTightEcalIsoUnseededFilter) + + cms.ignore(hltEle5WPTightHgcalIsoUnseededFilter) + + HLTPFHcalClusteringForEgamma + + cms.ignore(hltEle5WPTightHcalIsoUnseededFilter) + + HLTElePixelMatchUnseededSequence + + cms.ignore(hltEle5WPTightPixelMatchUnseededFilter) + + cms.ignore(hltEle5WPTightPMS2UnseededFilter) + + HLTGsfElectronUnseededSequence + + cms.ignore(hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter) + + cms.ignore(hltEle5WPTightGsfDetaUnseededFilter) + + cms.ignore(hltEle5WPTightGsfDphiUnseededFilter) + + cms.ignore(hltEle5WPTightBestGsfNLayerITUnseededFilter) + + cms.ignore(hltEle5WPTightBestGsfChi2UnseededFilter) + + hltEle5DphiUnseededFilter + + cms.ignore(hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter) + + HLTTrackingV61Sequence + + cms.ignore(hltEle5WPTightGsfTrackIsoUnseededFilter), + HLTEle5OpenUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5WP70OpenL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5WP70OpenL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..ad056a7c97047 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5WP70OpenL1SeededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG5EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEle5DphiL1SeededFilter_cfi import * +from ..modules.hltEle5WP70BestGsfChi2L1SeededFilter_cfi import * +from ..modules.hltEle5WP70BestGsfNLayerITL1SeededFilter_cfi import * +from ..modules.hltEle5WP70ClusterShapeL1SeededFilter_cfi import * +from ..modules.hltEle5WP70ClusterShapeSigmavvL1SeededFilter_cfi import * +from ..modules.hltEle5WP70ClusterShapeSigmawwL1SeededFilter_cfi import * +from ..modules.hltEle5WP70EcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WP70GsfDetaL1SeededFilter_cfi import * +from ..modules.hltEle5WP70GsfDphiL1SeededFilter_cfi import * +from ..modules.hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter_cfi import * +from ..modules.hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi import * +from ..modules.hltEle5WP70GsfTrackIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WP70HcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WP70HEL1SeededFilter_cfi import * +from ..modules.hltEle5WP70HgcalHEL1SeededFilter_cfi import * +from ..modules.hltEle5WP70HgcalIsoL1SeededFilter_cfi import * +from ..modules.hltEle5WP70PixelMatchL1SeededFilter_cfi import * +from ..modules.hltEle5WP70PMS2L1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchL1SeededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronL1SeededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle5WP70OpenL1SeededTask_cfi import * + +HLTEle5WP70OpenL1SeededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG5EtL1SeededFilter + + hltEle5WP70ClusterShapeL1SeededFilter + + hltEle5WP70ClusterShapeSigmavvL1SeededFilter + + hltEle5WP70ClusterShapeSigmawwL1SeededFilter + + hltEle5WP70HgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltEle5WP70HEL1SeededFilter + + hltEle5WP70EcalIsoL1SeededFilter + + hltEle5WP70HgcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltEle5WP70HcalIsoL1SeededFilter + + HLTElePixelMatchL1SeededSequence + + hltEle5WP70PixelMatchL1SeededFilter + + hltEle5WP70PMS2L1SeededFilter + + HLTGsfElectronL1SeededSequence + + hltEle5WP70GsfOneOEMinusOneOPL1SeededFilter + + hltEle5WP70GsfDetaL1SeededFilter + + hltEle5WP70GsfDphiL1SeededFilter + + hltEle5WP70BestGsfNLayerITL1SeededFilter + + hltEle5WP70BestGsfChi2L1SeededFilter + + hltEle5DphiL1SeededFilter + + hltEle5WP70GsfTrackIsoFromL1TracksL1SeededFilter + + HLTTrackingV61Sequence + + hltEle5WP70GsfTrackIsoL1SeededFilter, + HLTEle5WP70OpenL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5WP70OpenUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5WP70OpenUnseededSequence_cfi.py new file mode 100644 index 0000000000000..5994a8f6ac027 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5WP70OpenUnseededSequence_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG5EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEle5DphiUnseededFilter_cfi import * +from ..modules.hltEle5WP70BestGsfChi2UnseededFilter_cfi import * +from ..modules.hltEle5WP70BestGsfNLayerITUnseededFilter_cfi import * +from ..modules.hltEle5WP70ClusterShapeSigmavvUnseededFilter_cfi import * +from ..modules.hltEle5WP70ClusterShapeSigmawwUnseededFilter_cfi import * +from ..modules.hltEle5WP70ClusterShapeUnseededFilter_cfi import * +from ..modules.hltEle5WP70EcalIsoUnseededFilter_cfi import * +from ..modules.hltEle5WP70GsfDetaUnseededFilter_cfi import * +from ..modules.hltEle5WP70GsfDphiUnseededFilter_cfi import * +from ..modules.hltEle5WP70GsfOneOEMinusOneOPUnseededFilter_cfi import * +from ..modules.hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi import * +from ..modules.hltEle5WP70GsfTrackIsoUnseededFilter_cfi import * +from ..modules.hltEle5WP70HcalIsoUnseededFilter_cfi import * +from ..modules.hltEle5WP70HEUnseededFilter_cfi import * +from ..modules.hltEle5WP70HgcalHEUnseededFilter_cfi import * +from ..modules.hltEle5WP70HgcalIsoUnseededFilter_cfi import * +from ..modules.hltEle5WP70PixelMatchUnseededFilter_cfi import * +from ..modules.hltEle5WP70PMS2UnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTElePixelMatchUnseededSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTGsfElectronUnseededSequence_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..sequences.HLTTrackingV61Sequence_cfi import * +from ..tasks.HLTEle5WP70OpenUnseededTask_cfi import * + +HLTEle5WP70OpenUnseededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG5EtUnseededFilter + + cms.ignore(hltEle5WP70ClusterShapeUnseededFilter) + + cms.ignore(hltEle5WP70ClusterShapeSigmavvUnseededFilter) + + cms.ignore(hltEle5WP70ClusterShapeSigmawwUnseededFilter) + + cms.ignore(hltEle5WP70HgcalHEUnseededFilter) + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + cms.ignore(hltEle5WP70HEUnseededFilter) + + cms.ignore(hltEle5WP70EcalIsoUnseededFilter) + + cms.ignore(hltEle5WP70HgcalIsoUnseededFilter) + + HLTPFHcalClusteringForEgamma + + cms.ignore(hltEle5WP70HcalIsoUnseededFilter) + + HLTElePixelMatchUnseededSequence + + cms.ignore(hltEle5WP70PixelMatchUnseededFilter) + + cms.ignore(hltEle5WP70PMS2UnseededFilter) + + HLTGsfElectronUnseededSequence + + cms.ignore(hltEle5WP70GsfOneOEMinusOneOPUnseededFilter) + + cms.ignore(hltEle5WP70GsfDetaUnseededFilter) + + cms.ignore(hltEle5WP70GsfDphiUnseededFilter) + + cms.ignore(hltEle5WP70BestGsfNLayerITUnseededFilter) + + cms.ignore(hltEle5WP70BestGsfChi2UnseededFilter) + + hltEle5DphiUnseededFilter + + cms.ignore(hltEle5WP70GsfTrackIsoFromL1TracksUnseededFilter) + + HLTTrackingV61Sequence + + cms.ignore(hltEle5WP70GsfTrackIsoUnseededFilter), + HLTEle5WP70OpenUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..368032be7efaf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTDoLocalPixelSequence_cfi import * +from ..sequences.HLTDoLocalStripSequence_cfi import * +from ..tasks.HLTElePixelMatchL1SeededTask_cfi import * + +HLTElePixelMatchL1SeededSequence = cms.Sequence( + HLTDoLocalPixelSequence + + HLTDoLocalStripSequence, + HLTElePixelMatchL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py new file mode 100644 index 0000000000000..510ef46a2fc19 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTDoLocalPixelSequence_cfi import * +from ..sequences.HLTDoLocalStripSequence_cfi import * +from ..tasks.HLTElePixelMatchUnseededTask_cfi import * + +HLTElePixelMatchUnseededSequence = cms.Sequence( + HLTDoLocalPixelSequence + + HLTDoLocalStripSequence, + HLTElePixelMatchUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEndSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEndSequence_cfi.py new file mode 100644 index 0000000000000..e78fca7592811 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEndSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltBoolEnd_cfi import * + +HLTEndSequence = cms.Sequence( + hltBoolEnd +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgamma_cfi.py new file mode 100644 index 0000000000000..aeac41591aa6c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgamma_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTFastJetForEgammaTask_cfi import * + +HLTFastJetForEgamma = cms.Sequence( + HLTFastJetForEgammaTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..6ba8c13f4a3e1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTGsfElectronL1SeededTask_cfi import * + +HLTGsfElectronL1SeededSequence = cms.Sequence( + HLTGsfElectronL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py new file mode 100644 index 0000000000000..7070f3e750ed0 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTGsfElectronUnseededTask_cfi import * + +HLTGsfElectronUnseededSequence = cms.Sequence( + HLTGsfElectronUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi.py new file mode 100644 index 0000000000000..31f21a44e40a8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTHgcalTiclPFClusteringForEgammaL1SeededTask_cfi import * + +HLTHgcalTiclPFClusteringForEgammaL1Seeded = cms.Sequence( + HLTHgcalTiclPFClusteringForEgammaL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi.py new file mode 100644 index 0000000000000..d18f02473ec1b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTHgcalTiclPFClusteringForEgammaUnseededTask_cfi import * + +HLTHgcalTiclPFClusteringForEgammaUnseeded = cms.Sequence( + HLTHgcalTiclPFClusteringForEgammaUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTJMESequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTJMESequence_cfi.py new file mode 100644 index 0000000000000..a4df920f92fd6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTJMESequence_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +from ..sequences.HLTAK4PFJetsReconstruction_cfi import * +from ..sequences.HLTAK8PFJetsReconstruction_cfi import * +from ..sequences.HLTCaloMETReconstruction_cfi import * +from ..sequences.HLTPFClusterJMEReconstruction_cfi import * +from ..sequences.HLTPFJetsCHSReconstruction_cfi import * +from ..sequences.HLTPFMETsReconstruction_cfi import * +from ..sequences.HLTPFPuppiJMEReconstruction_cfi import * +from ..sequences.HLTPFSoftKillerMETReconstruction_cfi import * + +HLTJMESequence = cms.Sequence( + HLTCaloMETReconstruction + + HLTPFClusterJMEReconstruction + + HLTAK4PFJetsReconstruction + + HLTAK8PFJetsReconstruction + + HLTPFJetsCHSReconstruction + + HLTPFMETsReconstruction + + HLTPFSoftKillerMETReconstruction + + HLTPFPuppiJMEReconstruction +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1Sequence_cfi.py new file mode 100644 index 0000000000000..0de5835300bdc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1Sequence_cfi.py @@ -0,0 +1,3 @@ +import FWCore.ParameterSet.Config as cms + +HLTL1Sequence = cms.Sequence() diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py new file mode 100644 index 0000000000000..4885916ba68fd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py @@ -0,0 +1,3 @@ +import FWCore.ParameterSet.Config as cms + +HLTL1UnpackerSequence = cms.Sequence() diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py new file mode 100644 index 0000000000000..14bace79f5aa6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltAK4PFClusterJets_cfi import * +from ..modules.hltAK8PFClusterJets_cfi import * +from ..modules.hltPFClusterMET_cfi import * +from ..sequences.pfClusterRefsForJets_step_cfi import * + +HLTPFClusterJMEReconstruction = cms.Sequence( + pfClusterRefsForJets_step + + hltAK4PFClusterJets + + hltAK8PFClusterJets + + hltPFClusterMET +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1Seeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1Seeded_cfi.py new file mode 100644 index 0000000000000..bfee58af93bb2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1Seeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTPFClusteringForEgammaL1SeededTask_cfi import * + +HLTPFClusteringForEgammaL1Seeded = cms.Sequence( + HLTPFClusteringForEgammaL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseeded_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseeded_cfi.py new file mode 100644 index 0000000000000..b2b7a41fcb833 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseeded_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTPFClusteringForEgammaUnseededTask_cfi import * + +HLTPFClusteringForEgammaUnseeded = cms.Sequence( + HLTPFClusteringForEgammaUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgamma_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgamma_cfi.py new file mode 100644 index 0000000000000..61bead6d5940c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgamma_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTPFHcalClusteringForEgammaTask_cfi import * + +HLTPFHcalClusteringForEgamma = cms.Sequence( + HLTPFHcalClusteringForEgammaTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py new file mode 100644 index 0000000000000..a1d8b23217557 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py @@ -0,0 +1,37 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.goodOfflinePrimaryVertices_cfi import * +from ..modules.hltAK4PFCHSJetCorrector_cfi import * +from ..modules.hltAK4PFCHSJetCorrectorL1_cfi import * +from ..modules.hltAK4PFCHSJetCorrectorL2_cfi import * +from ..modules.hltAK4PFCHSJetCorrectorL3_cfi import * +from ..modules.hltAK4PFCHSJets_cfi import * +from ..modules.hltAK4PFCHSJetsCorrected_cfi import * +from ..modules.hltAK8PFCHSJetCorrector_cfi import * +from ..modules.hltAK8PFCHSJetCorrectorL1_cfi import * +from ..modules.hltAK8PFCHSJetCorrectorL2_cfi import * +from ..modules.hltAK8PFCHSJetCorrectorL3_cfi import * +from ..modules.hltAK8PFCHSJets_cfi import * +from ..modules.hltAK8PFCHSJetsCorrected_cfi import * +from ..modules.particleFlowPtrs_cfi import * +from ..modules.pfNoPileUpJME_cfi import * +from ..modules.pfPileUpJME_cfi import * + +HLTPFJetsCHSReconstruction = cms.Sequence( + particleFlowPtrs + + goodOfflinePrimaryVertices + + pfPileUpJME + + pfNoPileUpJME + + hltAK4PFCHSJets + + hltAK4PFCHSJetCorrectorL1 + + hltAK4PFCHSJetCorrectorL2 + + hltAK4PFCHSJetCorrectorL3 + + hltAK4PFCHSJetCorrector + + hltAK4PFCHSJetsCorrected + + hltAK8PFCHSJets + + hltAK8PFCHSJetCorrectorL1 + + hltAK8PFCHSJetCorrectorL2 + + hltAK8PFCHSJetCorrectorL3 + + hltAK8PFCHSJetCorrector + + hltAK8PFCHSJetsCorrected +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py new file mode 100644 index 0000000000000..0c6b880e255cf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltPFMET_cfi import * +from ..modules.hltPFMETJetCorrector_cfi import * +from ..modules.hltPFMETJetCorrectorL1_cfi import * +from ..modules.hltPFMETJetCorrectorL2_cfi import * +from ..modules.hltPFMETJetCorrectorL3_cfi import * +from ..modules.hltPFMETTypeOne_cfi import * +from ..modules.hltPFMETTypeOneCorrector_cfi import * + +HLTPFMETsReconstruction = cms.Sequence( + hltPFMET + + hltPFMETJetCorrectorL1 + + hltPFMETJetCorrectorL2 + + hltPFMETJetCorrectorL3 + + hltPFMETJetCorrector + + hltPFMETTypeOneCorrector + + hltPFMETTypeOne +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py new file mode 100644 index 0000000000000..d16bc852bfc58 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py @@ -0,0 +1,44 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltAK4PFPuppiJetCorrector_cfi import * +from ..modules.hltAK4PFPuppiJetCorrectorL1_cfi import * +from ..modules.hltAK4PFPuppiJetCorrectorL2_cfi import * +from ..modules.hltAK4PFPuppiJetCorrectorL3_cfi import * +from ..modules.hltAK4PFPuppiJets_cfi import * +from ..modules.hltAK4PFPuppiJetsCorrected_cfi import * +from ..modules.hltAK8PFPuppiJetCorrector_cfi import * +from ..modules.hltAK8PFPuppiJetCorrectorL1_cfi import * +from ..modules.hltAK8PFPuppiJetCorrectorL2_cfi import * +from ..modules.hltAK8PFPuppiJetCorrectorL3_cfi import * +from ..modules.hltAK8PFPuppiJets_cfi import * +from ..modules.hltAK8PFPuppiJetsCorrected_cfi import * +from ..modules.hltPFPuppi_cfi import * +from ..modules.hltPFPuppiMET_cfi import * +from ..modules.hltPFPuppiMETTypeOne_cfi import * +from ..modules.hltPFPuppiMETTypeOneCorrector_cfi import * +from ..modules.hltPFPuppiMETv0_cfi import * +from ..modules.hltPFPuppiNoLep_cfi import * +from ..modules.hltPixelClustersMultiplicity_cfi import * + +HLTPFPuppiJMEReconstruction = cms.Sequence( + hltPixelClustersMultiplicity + + hltPFPuppiNoLep + + hltPFPuppiMET + + hltPixelClustersMultiplicity + + hltPFPuppi + + hltPFPuppiMETv0 + + hltAK4PFPuppiJets + + hltAK4PFPuppiJetCorrectorL1 + + hltAK4PFPuppiJetCorrectorL2 + + hltAK4PFPuppiJetCorrectorL3 + + hltAK4PFPuppiJetCorrector + + hltAK4PFPuppiJetsCorrected + + hltPFPuppiMETTypeOneCorrector + + hltPFPuppiMETTypeOne + + hltAK8PFPuppiJets + + hltAK8PFPuppiJetCorrectorL1 + + hltAK8PFPuppiJetCorrectorL2 + + hltAK8PFPuppiJetCorrectorL3 + + hltAK8PFPuppiJetCorrector + + hltAK8PFPuppiJetsCorrected +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py new file mode 100644 index 0000000000000..91d285a4501e8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.goodOfflinePrimaryVertices_cfi import * +from ..modules.hltPFPuppiMET_cfi import * +from ..modules.hltPFPuppiNoLep_cfi import * +from ..modules.hltPixelClustersMultiplicity_cfi import * + +HLTPFPuppiMETReconstruction = cms.Sequence( + goodOfflinePrimaryVertices + + hltPixelClustersMultiplicity + + hltPFPuppiNoLep + + hltPFPuppiMET +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFSoftKillerMETReconstruction_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFSoftKillerMETReconstruction_cfi.py new file mode 100644 index 0000000000000..e6c050578fbba --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFSoftKillerMETReconstruction_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltParticleFlowSoftKiller_cfi import * +from ..modules.hltPFSoftKillerMET_cfi import * + +HLTPFSoftKillerMETReconstruction = cms.Sequence( + hltParticleFlowSoftKiller + + hltPFSoftKillerMET +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py new file mode 100644 index 0000000000000..cfe0e5c6063b9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTParticleFlowTask_cfi import * + +HLTParticleFlowSequence = cms.Sequence( + HLTParticleFlowTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100EBTightIDTightIsoOpenL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100EBTightIDTightIsoOpenL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..7d5c4c25b34c9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100EBTightIDTightIsoOpenL1SeededSequence_cfi.py @@ -0,0 +1,33 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG100EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoHcalIsoL1SeededFilter_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoHEL1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..tasks.HLTPhoton100EBTightIDTightIsoOpenL1SeededTask_cfi import * + +HLTPhoton100EBTightIDTightIsoOpenL1SeededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG100EtL1SeededFilter + + hltPhoton100EBTightIDTightIsoClusterShapeL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltPhoton100EBTightIDTightIsoHEL1SeededFilter + + hltPhoton100EBTightIDTightIsoEcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltPhoton100EBTightIDTightIsoHcalIsoL1SeededFilter, + HLTPhoton100EBTightIDTightIsoOpenL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100EBTightIDTightIsoOpenUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100EBTightIDTightIsoOpenUnseededSequence_cfi.py new file mode 100644 index 0000000000000..1084e9dc345dd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100EBTightIDTightIsoOpenUnseededSequence_cfi.py @@ -0,0 +1,32 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG100EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoHcalIsoUnseededFilter_cfi import * +from ..modules.hltPhoton100EBTightIDTightIsoHEUnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..tasks.HLTPhoton100EBTightIDTightIsoOpenUnseededTask_cfi import * + +HLTPhoton100EBTightIDTightIsoOpenUnseededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG100EtUnseededFilter + + cms.ignore(hltPhoton100EBTightIDTightIsoClusterShapeUnseededFilter) + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + cms.ignore(hltPhoton100EBTightIDTightIsoHEUnseededFilter) + + cms.ignore(hltPhoton100EBTightIDTightIsoEcalIsoUnseededFilter) + + HLTPFHcalClusteringForEgamma + + cms.ignore(hltPhoton100EBTightIDTightIsoHcalIsoUnseededFilter), + HLTPhoton100EBTightIDTightIsoOpenUnseededTask) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100OpenL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100OpenL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..406cbd06d547c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100OpenL1SeededSequence_cfi.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG100EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltPhoton100HEL1SeededFilter_cfi import * +from ..modules.hltPhoton100HgcalHEL1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..tasks.HLTPhoton100OpenL1SeededTask_cfi import * + +HLTPhoton100OpenL1SeededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG100EtL1SeededFilter + + hltPhoton100HgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltPhoton100HEL1SeededFilter, + HLTPhoton100OpenL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100OpenUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100OpenUnseededSequence_cfi.py new file mode 100644 index 0000000000000..3e9038cd74a53 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton100OpenUnseededSequence_cfi.py @@ -0,0 +1,27 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG100EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltPhoton100HEUnseededFilter_cfi import * +from ..modules.hltPhoton100HgcalHEUnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..tasks.HLTPhoton100OpenUnseededTask_cfi import * + +HLTPhoton100OpenUnseededSequence = cms.Sequence( + HLTL1Sequence + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG100EtUnseededFilter + + cms.ignore(hltPhoton100HgcalHEUnseededFilter) + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + cms.ignore(hltPhoton100HEUnseededFilter), + HLTPhoton100OpenUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py new file mode 100644 index 0000000000000..3822437a20705 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py @@ -0,0 +1,35 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG108EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..tasks.HLTPhoton108EBTightIDTightIsoL1SeededTask_cfi import * + +HLTPhoton108EBTightIDTightIsoL1SeededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForSinglePhotonIsolatedFilter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG108EtL1SeededFilter + + hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltPhoton108EBTightIDTightIsoHEL1SeededFilter + + hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter + + HLTPFHcalClusteringForEgamma + + hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter, + HLTPhoton108EBTightIDTightIsoL1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py new file mode 100644 index 0000000000000..61d3d4c84b29e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py @@ -0,0 +1,35 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG108EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi import * +from ..modules.hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTPFHcalClusteringForEgamma_cfi import * +from ..tasks.HLTPhoton108EBTightIDTightIsoUnseededTask_cfi import * + +HLTPhoton108EBTightIDTightIsoUnseededSequence = cms.Sequence( + HLTL1Sequence + + hltEGL1SeedsForSinglePhotonIsolatedFilter + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG108EtUnseededFilter + + hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltPhoton108EBTightIDTightIsoHEUnseededFilter + + hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter + + HLTPFHcalClusteringForEgamma + + hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter, + HLTPhoton108EBTightIDTightIsoUnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py new file mode 100644 index 0000000000000..15412ff0a6cf9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py @@ -0,0 +1,29 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG187EtL1SeededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperL1Seeded_cfi import * +from ..modules.hltPhoton187HEL1SeededFilter_cfi import * +from ..modules.hltPhoton187HgcalHEL1SeededFilter_cfi import * +from ..modules.L1TkEmSingle51Filter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaL1Seeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaL1Seeded_cfi import * +from ..tasks.HLTPhoton187L1SeededTask_cfi import * + +HLTPhoton187L1SeededSequence = cms.Sequence( + HLTL1Sequence + + L1TkEmSingle51Filter + + HLTDoFullUnpackingEgammaEcalL1SeededSequence + + HLTPFClusteringForEgammaL1Seeded + + HLTHgcalTiclPFClusteringForEgammaL1Seeded + + hltEgammaCandidatesWrapperL1Seeded + + hltEG187EtL1SeededFilter + + hltPhoton187HgcalHEL1SeededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltPhoton187HEL1SeededFilter, + HLTPhoton187L1SeededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py new file mode 100644 index 0000000000000..61c3bd06ab36d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py @@ -0,0 +1,29 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEG187EtUnseededFilter_cfi import * +from ..modules.hltEgammaCandidatesWrapperUnseeded_cfi import * +from ..modules.hltPhoton187HEUnseededFilter_cfi import * +from ..modules.hltPhoton187HgcalHEUnseededFilter_cfi import * +from ..modules.L1TkEmSingle51Filter_cfi import * +from ..sequences.HLTDoFullUnpackingEgammaEcalSequence_cfi import * +from ..sequences.HLTDoLocalHcalSequence_cfi import * +from ..sequences.HLTFastJetForEgamma_cfi import * +from ..sequences.HLTHgcalTiclPFClusteringForEgammaUnseeded_cfi import * +from ..sequences.HLTL1Sequence_cfi import * +from ..sequences.HLTPFClusteringForEgammaUnseeded_cfi import * +from ..tasks.HLTPhoton187UnseededTask_cfi import * + +HLTPhoton187UnseededSequence = cms.Sequence( + HLTL1Sequence + + L1TkEmSingle51Filter + + HLTDoFullUnpackingEgammaEcalSequence + + HLTPFClusteringForEgammaUnseeded + + HLTHgcalTiclPFClusteringForEgammaUnseeded + + hltEgammaCandidatesWrapperUnseeded + + hltEG187EtUnseededFilter + + hltPhoton187HgcalHEUnseededFilter + + HLTDoLocalHcalSequence + + HLTFastJetForEgamma + + hltPhoton187HEUnseededFilter, + HLTPhoton187UnseededTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTrackingV61Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTrackingV61Sequence_cfi.py new file mode 100644 index 0000000000000..98c8c46afe326 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTrackingV61Sequence_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.HLTTrackingV61Task_cfi import * + +HLTTrackingV61Sequence = cms.Sequence( + HLTTrackingV61Task +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEle25TkEle12Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEle25TkEle12Sequence_cfi.py new file mode 100644 index 0000000000000..6c3345d7dd68d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEle25TkEle12Sequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkEleDouble12Filter_cfi import * +from ..modules.L1TkEleSingle25Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkEle25TkEle12Sequence = cms.Sequence( + HLTL1Sequence + + L1TkEleSingle25Filter + + L1TkEleDouble12Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEle36Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEle36Sequence_cfi.py new file mode 100644 index 0000000000000..c9db3be534c9c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEle36Sequence_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkEleSingle36Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkEle36Sequence = cms.Sequence( + HLTL1Sequence + + L1TkEleSingle36Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEm37TkEm24Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEm37TkEm24Sequence_cfi.py new file mode 100644 index 0000000000000..0d4ebd965cab9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEm37TkEm24Sequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkEmDouble24Filter_cfi import * +from ..modules.L1TkEmSingle37Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkEm37TkEm24Sequence = cms.Sequence( + HLTL1Sequence + + L1TkEmSingle37Filter + + L1TkEmDouble24Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEm51Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEm51Sequence_cfi.py new file mode 100644 index 0000000000000..c3ba3ceba1ea1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkEm51Sequence_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkEmSingle51Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkEm51Sequence = cms.Sequence( + HLTL1Sequence + + L1TkEmSingle51Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEle22TkEm12Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEle22TkEm12Sequence_cfi.py new file mode 100644 index 0000000000000..0d13ec6cc9545 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEle22TkEm12Sequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkEmDouble12Filter_cfi import * +from ..modules.L1TkIsoEleSingle22Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkIsoEle22TkEm12Sequence = cms.Sequence( + HLTL1Sequence + + L1TkIsoEleSingle22Filter + + L1TkEmDouble12Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEle28Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEle28Sequence_cfi.py new file mode 100644 index 0000000000000..fa9b0ba185322 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEle28Sequence_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkIsoEleSingle28Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkIsoEle28Sequence = cms.Sequence( + HLTL1Sequence + + L1TkIsoEleSingle28Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEm22TkIsoEm12Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEm22TkIsoEm12Sequence_cfi.py new file mode 100644 index 0000000000000..cb36a740930b3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEm22TkIsoEm12Sequence_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkIsoEmDouble12Filter_cfi import * +from ..modules.L1TkIsoEmSingle22Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkIsoEm22TkIsoEm12Sequence = cms.Sequence( + HLTL1Sequence + + L1TkIsoEmSingle22Filter + + L1TkIsoEmDouble12Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEm36Sequence_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEm36Sequence_cfi.py new file mode 100644 index 0000000000000..10a063d6f7ddc --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/L1TTkIsoEm36Sequence_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1TkIsoEmSingle36Filter_cfi import * +from ..sequences.HLTL1Sequence_cfi import * + +L1TTkIsoEm36Sequence = cms.Sequence( + HLTL1Sequence + + L1TkIsoEmSingle36Filter +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/sequences/pfClusterRefsForJets_step_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/sequences/pfClusterRefsForJets_step_cfi.py new file mode 100644 index 0000000000000..a25c8f9f4c471 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/sequences/pfClusterRefsForJets_step_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.pfClusterRefsForJets_stepTask_cfi import * + +pfClusterRefsForJets_step = cms.Sequence( + pfClusterRefsForJets_stepTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/services/DBService_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/services/DBService_cfi.py new file mode 100644 index 0000000000000..73d1fe44c3a69 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/services/DBService_cfi.py @@ -0,0 +1,3 @@ +import FWCore.ParameterSet.Config as cms + +DBService = cms.Service("DBService") diff --git a/HLTrigger/Configuration/python/HLT_75e33/services/DQMStore_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/services/DQMStore_cfi.py new file mode 100644 index 0000000000000..398385912c52b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/services/DQMStore_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +DQMStore = cms.Service("DQMStore", + enableMultiThread = cms.untracked.bool(True), + saveByLumi = cms.untracked.bool(False), + trackME = cms.untracked.string(''), + verbose = cms.untracked.int32(0) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/services/FastTimerService_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/services/FastTimerService_cfi.py new file mode 100644 index 0000000000000..2c509163d8cc5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/services/FastTimerService_cfi.py @@ -0,0 +1,30 @@ +import FWCore.ParameterSet.Config as cms + +FastTimerService = cms.Service("FastTimerService", + enableDQM = cms.untracked.bool(True), + enableDQMTransitions = cms.untracked.bool(False), + enableDQMbyLumiSection = cms.untracked.bool(False), + enableDQMbyModule = cms.untracked.bool(True), + enableDQMbyPath = cms.untracked.bool(True), + enableDQMbyProcesses = cms.untracked.bool(False), + dqmLumiSectionsRange = cms.untracked.uint32(2500), + dqmMemoryRange = cms.untracked.double(1000000), + dqmMemoryResolution = cms.untracked.double(5000), + dqmModuleMemoryRange = cms.untracked.double(100000), + dqmModuleMemoryResolution = cms.untracked.double(500), + dqmModuleTimeRange = cms.untracked.double(4000.0), + dqmModuleTimeResolution = cms.untracked.double(0.2), + dqmPath = cms.untracked.string('HLT/TimerService'), + dqmPathMemoryRange = cms.untracked.double(1000000), + dqmPathMemoryResolution = cms.untracked.double(5000), + dqmPathTimeRange = cms.untracked.double(15000.0), + dqmPathTimeResolution = cms.untracked.double(0.5), + dqmTimeRange = cms.untracked.double(15000.0), + dqmTimeResolution = cms.untracked.double(1.0), + printEventSummary = cms.untracked.bool(False), + printRunSummary = cms.untracked.bool(False), + printJobSummary = cms.untracked.bool(True), + writeJSONSummary = cms.untracked.bool(True), + jsonFileName = cms.untracked.string('resources.json'), + highlightModules = cms.untracked.VPSet() +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/services/MessageLogger_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/services/MessageLogger_cfi.py new file mode 100644 index 0000000000000..78a45bbb56f36 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/services/MessageLogger_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +MessageLogger = cms.Service("MessageLogger", + default = cms.untracked.PSet( + ), + fwkJobReports = cms.untracked.vstring('FrameworkJobReport'), + FrameworkJobReport = cms.untracked.PSet( + FwkJob = cms.untracked.PSet( + limit = cms.untracked.int32(10000000), + optionalPSet = cms.untracked.bool(True) + ), + default = cms.untracked.PSet( + limit = cms.untracked.int32(0) + ), + optionalPSet = cms.untracked.bool(True) + ), + categories = cms.untracked.vstring( + 'FwkJob', + 'FwkReport', + 'FwkSummary', + 'Root_NoDictionary', + 'ThroughputService', + 'FastReport' + ), + destinations = cms.untracked.vstring('cerr'), + cerr = cms.untracked.PSet( + default = cms.untracked.PSet( + limit = cms.untracked.int32(10000000) + ), + threshold = cms.untracked.string('INFO'), + INFO = cms.untracked.PSet( + limit = cms.untracked.int32(0) + ), + FwkJob = cms.untracked.PSet( + limit = cms.untracked.int32(0), + optionalPSet = cms.untracked.bool(True) + ), + FwkReport = cms.untracked.PSet( + limit = cms.untracked.int32(10000000), + reportEvery = cms.untracked.int32(1) + ), + FwkSummary = cms.untracked.PSet( + limit = cms.untracked.int32(10000000), + optionalPSet = cms.untracked.bool(True), + reportEvery = cms.untracked.int32(1) + ), + Root_NoDictionary = cms.untracked.PSet( + limit = cms.untracked.int32(0), + optionalPSet = cms.untracked.bool(True) + ), + noTimeStamps = cms.untracked.bool(False), + optionalPSet = cms.untracked.bool(True) + ), + statistics = cms.untracked.vstring('cerr_stats'), + cerr_stats = cms.untracked.PSet( + output = cms.untracked.string('cerr'), + threshold = cms.untracked.string('WARNING'), + optionalPSet = cms.untracked.bool(True) + ), + debugModules = cms.untracked.vstring(), + suppressDebug = cms.untracked.vstring(), + suppressInfo = cms.untracked.vstring(), + suppressWarning = cms.untracked.vstring( + 'hltDeepInclusiveVertexFinderPF' + ), + suppressError = cms.untracked.vstring() +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/services/SimpleMemoryCheck_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/services/SimpleMemoryCheck_cfi.py new file mode 100644 index 0000000000000..46ae990a91357 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/services/SimpleMemoryCheck_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +SimpleMemoryCheck = cms.Service("SimpleMemoryCheck", + jobReportOutputOnly = cms.untracked.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/services/Timing_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/services/Timing_cfi.py new file mode 100644 index 0000000000000..172d118fd4e4b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/services/Timing_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +Timing = cms.Service("Timing", + summaryOnly = cms.untracked.bool(True) +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTBeamSpotTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTBeamSpotTask_cfi.py new file mode 100644 index 0000000000000..f96275fec6c91 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTBeamSpotTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltOnlineBeamSpot_cfi import * +from ..modules.hltScalersRawToDigi_cfi import * +from ..modules.offlineBeamSpot_cfi import * + +HLTBeamSpotTask = cms.Task( + hltOnlineBeamSpot, + hltScalersRawToDigi, + offlineBeamSpot +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDiphoton3023IsoCaloIdL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDiphoton3023IsoCaloIdL1SeededTask_cfi.py new file mode 100644 index 0000000000000..59f2af41ce004 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDiphoton3023IsoCaloIdL1SeededTask_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTDiphoton3023IsoCaloIdL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHGCalLayerClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDiphoton3023IsoCaloIdUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDiphoton3023IsoCaloIdUnseededTask_cfi.py new file mode 100644 index 0000000000000..ce67ef5b77688 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDiphoton3023IsoCaloIdUnseededTask_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTDiphoton3023IsoCaloIdUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHGCalLayerClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoFullUnpackingEgammaEcalL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoFullUnpackingEgammaEcalL1SeededTask_cfi.py new file mode 100644 index 0000000000000..2a66e09d02977 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoFullUnpackingEgammaEcalL1SeededTask_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.bunchSpacingProducer_cfi import * +from ..modules.hltEcalBarrelDigisInRegions_cfi import * +from ..modules.hltEcalDetIdToBeRecovered_cfi import * +from ..modules.hltEcalDigis_cfi import * +from ..modules.hltEcalPreshowerDigis_cfi import * +from ..modules.hltEcalPreshowerRecHit_cfi import * +from ..modules.hltEcalRecHitL1Seeded_cfi import * +from ..modules.hltEcalUncalibRecHitL1Seeded_cfi import * +from ..modules.hltL1TEGammaFilteredCollectionProducer_cfi import * + +HLTDoFullUnpackingEgammaEcalL1SeededTask = cms.Task( + bunchSpacingProducer, + hltEcalBarrelDigisInRegions, + hltEcalDetIdToBeRecovered, + hltEcalDigis, + hltEcalPreshowerDigis, + hltEcalPreshowerRecHit, + hltEcalRecHitL1Seeded, + hltEcalUncalibRecHitL1Seeded, + hltL1TEGammaFilteredCollectionProducer +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoFullUnpackingEgammaEcalTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoFullUnpackingEgammaEcalTask_cfi.py new file mode 100644 index 0000000000000..9f2001a98389b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoFullUnpackingEgammaEcalTask_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.bunchSpacingProducer_cfi import * +from ..modules.hltEcalDetIdToBeRecovered_cfi import * +from ..modules.hltEcalDigis_cfi import * +from ..modules.hltEcalPreshowerDigis_cfi import * +from ..modules.hltEcalPreshowerRecHit_cfi import * +from ..modules.hltEcalRecHit_cfi import * +from ..modules.hltEcalUncalibRecHit_cfi import * + +HLTDoFullUnpackingEgammaEcalTask = cms.Task( + bunchSpacingProducer, + hltEcalDetIdToBeRecovered, + hltEcalDigis, + hltEcalPreshowerDigis, + hltEcalPreshowerRecHit, + hltEcalRecHit, + hltEcalUncalibRecHit +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalHcalTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalHcalTask_cfi.py new file mode 100644 index 0000000000000..34812cae1a5bd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalHcalTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltHbhereco_cfi import * +from ..modules.hltHcalDigis_cfi import * +from ..modules.hltHfprereco_cfi import * +from ..modules.hltHfreco_cfi import * +from ..modules.hltHoreco_cfi import * + +HLTDoLocalHcalTask = cms.Task( + hltHbhereco, + hltHcalDigis, + hltHfprereco, + hltHfreco, + hltHoreco +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalPixelTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalPixelTask_cfi.py new file mode 100644 index 0000000000000..6d7dcb9d26883 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalPixelTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelRecHits_cfi import * + +HLTDoLocalPixelTask = cms.Task( + siPixelClusters, + siPixelRecHits +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalStripTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalStripTask_cfi.py new file mode 100644 index 0000000000000..0c31e5226028d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoLocalStripTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.siPhase2Clusters_cfi import * + +HLTDoLocalStripTask = cms.Task( + siPhase2Clusters, +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle2312IsoL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle2312IsoL1SeededTask_cfi.py new file mode 100644 index 0000000000000..b900f12e31331 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle2312IsoL1SeededTask_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6L1Seeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTDoubleEle2312IsoL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaEleGsfTrackIsoV6L1Seeded, + hltEgammaEleL1TrkIsoL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHGCalLayerClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle25CaloIdLPMS2L1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle25CaloIdLPMS2L1SeededTask_cfi.py new file mode 100644 index 0000000000000..4d6cfc186443a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle25CaloIdLPMS2L1SeededTask_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTDoubleEle25CaloIdLPMS2L1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle25CaloIdLPMS2UnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle25CaloIdLPMS2UnseededTask_cfi.py new file mode 100644 index 0000000000000..0d9d2cf31953b --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTDoubleEle25CaloIdLPMS2UnseededTask_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTDoubleEle25CaloIdLPMS2UnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle26WP70L1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle26WP70L1SeededTask_cfi.py new file mode 100644 index 0000000000000..f7e441ef9ec53 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle26WP70L1SeededTask_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6L1Seeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTEle26WP70L1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaEleGsfTrackIsoV6L1Seeded, + hltEgammaEleL1TrkIsoL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHGCalLayerClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle26WP70UnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle26WP70UnseededTask_cfi.py new file mode 100644 index 0000000000000..2c7d231eab186 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle26WP70UnseededTask_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6Unseeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTEle26WP70UnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaEleGsfTrackIsoV6Unseeded, + hltEgammaEleL1TrkIsoUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHGCalLayerClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle32WPTightL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle32WPTightL1SeededTask_cfi.py new file mode 100644 index 0000000000000..ed0d04cd29245 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle32WPTightL1SeededTask_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6L1Seeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTEle32WPTightL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaEleGsfTrackIsoV6L1Seeded, + hltEgammaEleL1TrkIsoL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHGCalLayerClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle32WPTightUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle32WPTightUnseededTask_cfi.py new file mode 100644 index 0000000000000..252d3bc06c68d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle32WPTightUnseededTask_cfi.py @@ -0,0 +1,23 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6Unseeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTEle32WPTightUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaEleGsfTrackIsoV6Unseeded, + hltEgammaEleL1TrkIsoUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHGCalLayerClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5OpenL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5OpenL1SeededTask_cfi.py new file mode 100644 index 0000000000000..155eb6d924708 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5OpenL1SeededTask_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6L1Seeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTEle5OpenL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaEleGsfTrackIsoL1Seeded, + hltEgammaEleGsfTrackIsoV6L1Seeded, + hltEgammaEleL1TrkIsoL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHGCalLayerClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5OpenUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5OpenUnseededTask_cfi.py new file mode 100644 index 0000000000000..0dcf92bd73e97 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5OpenUnseededTask_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoUnseeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6Unseeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTEle5OpenUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaEleGsfTrackIsoUnseeded, + hltEgammaEleGsfTrackIsoV6Unseeded, + hltEgammaEleL1TrkIsoUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHGCalLayerClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5WP70OpenL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5WP70OpenL1SeededTask_cfi.py new file mode 100644 index 0000000000000..b5dbadb844d15 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5WP70OpenL1SeededTask_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoL1Seeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6L1Seeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTEle5WP70OpenL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaEleGsfTrackIsoL1Seeded, + hltEgammaEleGsfTrackIsoV6L1Seeded, + hltEgammaEleL1TrkIsoL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHGCalLayerClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5WP70OpenUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5WP70OpenUnseededTask_cfi.py new file mode 100644 index 0000000000000..079250b5fcce4 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTEle5WP70OpenUnseededTask_cfi.py @@ -0,0 +1,25 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoUnseeded_cfi import * +from ..modules.hltEgammaEleGsfTrackIsoV6Unseeded_cfi import * +from ..modules.hltEgammaEleL1TrkIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHGCalLayerClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTEle5WP70OpenUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaEleGsfTrackIsoUnseeded, + hltEgammaEleGsfTrackIsoV6Unseeded, + hltEgammaEleL1TrkIsoUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHGCalLayerClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTElePixelMatchL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTElePixelMatchL1SeededTask_cfi.py new file mode 100644 index 0000000000000..5d1d048aca1d6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTElePixelMatchL1SeededTask_cfi.py @@ -0,0 +1,35 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaElectronPixelSeedsL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * +from ..modules.hltEgammaPixelMatchVarsL1Seeded_cfi import * +from ..modules.hltEgammaSuperClustersToPixelMatchL1Seeded_cfi import * +from ..modules.hltElePixelHitDoubletsForTripletsL1Seeded_cfi import * +from ..modules.hltElePixelHitDoubletsL1Seeded_cfi import * +from ..modules.hltElePixelHitTripletsClusterRemoverL1Seeded_cfi import * +from ..modules.hltElePixelHitTripletsL1Seeded_cfi import * +from ..modules.hltElePixelSeedsCombinedL1Seeded_cfi import * +from ..modules.hltElePixelSeedsDoubletsL1Seeded_cfi import * +from ..modules.hltElePixelSeedsTripletsL1Seeded_cfi import * +from ..modules.hltEleSeedsTrackingRegionsL1Seeded_cfi import * +from ..modules.hltPixelLayerPairsL1Seeded_cfi import * +from ..modules.hltPixelLayerTriplets_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * + +HLTElePixelMatchL1SeededTask = cms.Task( + MeasurementTrackerEvent, + hltEgammaElectronPixelSeedsL1Seeded, + hltEgammaHoverEL1Seeded, + hltEgammaPixelMatchVarsL1Seeded, + hltEgammaSuperClustersToPixelMatchL1Seeded, + hltElePixelHitDoubletsForTripletsL1Seeded, + hltElePixelHitDoubletsL1Seeded, + hltElePixelHitTripletsClusterRemoverL1Seeded, + hltElePixelHitTripletsL1Seeded, + hltElePixelSeedsCombinedL1Seeded, + hltElePixelSeedsDoubletsL1Seeded, + hltElePixelSeedsTripletsL1Seeded, + hltEleSeedsTrackingRegionsL1Seeded, + hltPixelLayerPairsL1Seeded, + hltPixelLayerTriplets +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTElePixelMatchUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTElePixelMatchUnseededTask_cfi.py new file mode 100644 index 0000000000000..b0dbff622bd85 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTElePixelMatchUnseededTask_cfi.py @@ -0,0 +1,35 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaElectronPixelSeedsUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * +from ..modules.hltEgammaPixelMatchVarsUnseeded_cfi import * +from ..modules.hltEgammaSuperClustersToPixelMatchUnseeded_cfi import * +from ..modules.hltElePixelHitDoubletsForTripletsUnseeded_cfi import * +from ..modules.hltElePixelHitDoubletsUnseeded_cfi import * +from ..modules.hltElePixelHitTripletsClusterRemoverUnseeded_cfi import * +from ..modules.hltElePixelHitTripletsUnseeded_cfi import * +from ..modules.hltElePixelSeedsCombinedUnseeded_cfi import * +from ..modules.hltElePixelSeedsDoubletsUnseeded_cfi import * +from ..modules.hltElePixelSeedsTripletsUnseeded_cfi import * +from ..modules.hltEleSeedsTrackingRegionsUnseeded_cfi import * +from ..modules.hltPixelLayerPairsUnseeded_cfi import * +from ..modules.hltPixelLayerTriplets_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * + +HLTElePixelMatchUnseededTask = cms.Task( + MeasurementTrackerEvent, + hltEgammaElectronPixelSeedsUnseeded, + hltEgammaHoverEUnseeded, + hltEgammaPixelMatchVarsUnseeded, + hltEgammaSuperClustersToPixelMatchUnseeded, + hltElePixelHitDoubletsForTripletsUnseeded, + hltElePixelHitDoubletsUnseeded, + hltElePixelHitTripletsClusterRemoverUnseeded, + hltElePixelHitTripletsUnseeded, + hltElePixelSeedsCombinedUnseeded, + hltElePixelSeedsDoubletsUnseeded, + hltElePixelSeedsTripletsUnseeded, + hltEleSeedsTrackingRegionsUnseeded, + hltPixelLayerPairsUnseeded, + hltPixelLayerTriplets +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTFastJetForEgammaTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTFastJetForEgammaTask_cfi.py new file mode 100644 index 0000000000000..e8604b4c200c9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTFastJetForEgammaTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltTowerMakerForAllForEgamma_cfi import * + +HLTFastJetForEgammaTask = cms.Task( + hltTowerMakerForAllForEgamma +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTGsfElectronL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTGsfElectronL1SeededTask_cfi.py new file mode 100644 index 0000000000000..292f19ffa7eda --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTGsfElectronL1SeededTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaBestGsfTrackVarsL1Seeded_cfi import * +from ..modules.hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi import * +from ..modules.hltEgammaGsfElectronsL1Seeded_cfi import * +from ..modules.hltEgammaGsfTracksL1Seeded_cfi import * +from ..modules.hltEgammaGsfTrackVarsL1Seeded_cfi import * + +HLTGsfElectronL1SeededTask = cms.Task( + hltEgammaBestGsfTrackVarsL1Seeded, + hltEgammaCkfTrackCandidatesForGSFL1Seeded, + hltEgammaGsfElectronsL1Seeded, + hltEgammaGsfTrackVarsL1Seeded, + hltEgammaGsfTracksL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTGsfElectronUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTGsfElectronUnseededTask_cfi.py new file mode 100644 index 0000000000000..44a93e78e835e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTGsfElectronUnseededTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaBestGsfTrackVarsUnseeded_cfi import * +from ..modules.hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi import * +from ..modules.hltEgammaGsfElectronsUnseeded_cfi import * +from ..modules.hltEgammaGsfTracksUnseeded_cfi import * +from ..modules.hltEgammaGsfTrackVarsUnseeded_cfi import * + +HLTGsfElectronUnseededTask = cms.Task( + hltEgammaBestGsfTrackVarsUnseeded, + hltEgammaCkfTrackCandidatesForGSFUnseeded, + hltEgammaGsfElectronsUnseeded, + hltEgammaGsfTrackVarsUnseeded, + hltEgammaGsfTracksUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTHgcalTiclPFClusteringForEgammaL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTHgcalTiclPFClusteringForEgammaL1SeededTask_cfi.py new file mode 100644 index 0000000000000..aaaf9cb26eb32 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTHgcalTiclPFClusteringForEgammaL1SeededTask_cfi.py @@ -0,0 +1,37 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.filteredLayerClustersEML1Seeded_cfi import * +from ..modules.hgcalDigis_cfi import * +from ..modules.hgcalDigisL1Seeded_cfi import * +from ..modules.hgcalLayerClustersL1Seeded_cfi import * +from ..modules.HGCalRecHitL1Seeded_cfi import * +from ..modules.HGCalUncalibRecHitL1Seeded_cfi import * +from ..modules.hltL1TEGammaHGCFilteredCollectionProducer_cfi import * +from ..modules.hltRechitInRegionsHGCAL_cfi import * +from ..modules.offlineBeamSpot_cfi import * +from ..modules.particleFlowClusterHGCalFromTICLL1Seeded_cfi import * +from ..modules.particleFlowRecHitHGCL1Seeded_cfi import * +from ..modules.particleFlowSuperClusterHGCalFromTICLL1Seeded_cfi import * +from ..modules.ticlLayerTileProducerL1Seeded_cfi import * +#from ..modules.ticlMultiClustersFromTrackstersMergeL1Seeded_cfi import * +from ..modules.ticlSeedingL1_cfi import * +from ..modules.ticlTrackstersEML1_cfi import * + +HLTHgcalTiclPFClusteringForEgammaL1SeededTask = cms.Task( + HGCalRecHitL1Seeded, + HGCalUncalibRecHitL1Seeded, + filteredLayerClustersEML1Seeded, + hgcalDigis, + hgcalDigisL1Seeded, + hgcalLayerClustersL1Seeded, + hltL1TEGammaHGCFilteredCollectionProducer, + hltRechitInRegionsHGCAL, + offlineBeamSpot, + particleFlowClusterHGCalFromTICLL1Seeded, + particleFlowRecHitHGCL1Seeded, + particleFlowSuperClusterHGCalFromTICLL1Seeded, + ticlLayerTileProducerL1Seeded, + #ticlMultiClustersFromTrackstersMergeL1Seeded, + ticlSeedingL1, + ticlTrackstersEML1 +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTHgcalTiclPFClusteringForEgammaUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTHgcalTiclPFClusteringForEgammaUnseededTask_cfi.py new file mode 100644 index 0000000000000..4d9434ca3890a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTHgcalTiclPFClusteringForEgammaUnseededTask_cfi.py @@ -0,0 +1,39 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.filteredLayerClustersEMForEgamma_cfi import * +from ..modules.filteredLayerClustersHADForEgamma_cfi import * +from ..modules.hgcalDigis_cfi import * +from ..modules.hgcalLayerClusters_cfi import * +from ..modules.HGCalRecHit_cfi import * +from ..modules.HGCalUncalibRecHit_cfi import * +from ..modules.offlineBeamSpot_cfi import * +from ..modules.particleFlowClusterHGCalFromTICLHAD_cfi import * +from ..modules.particleFlowClusterHGCalFromTICLUnseeded_cfi import * +from ..modules.particleFlowRecHitHGC_cfi import * +from ..modules.particleFlowSuperClusterHGCalFromTICLUnseeded_cfi import * +from ..modules.ticlLayerTileProducer_cfi import * +#from ..modules.ticlMultiClustersFromTrackstersEMForEgamma_cfi import * +#from ..modules.ticlMultiClustersFromTrackstersHADForEgamma_cfi import * +from ..modules.ticlSeedingGlobal_cfi import * +from ..modules.ticlTrackstersEMForEgamma_cfi import * +from ..modules.ticlTrackstersHADForEgamma_cfi import * + +HLTHgcalTiclPFClusteringForEgammaUnseededTask = cms.Task( + HGCalRecHit, + HGCalUncalibRecHit, + filteredLayerClustersEMForEgamma, + filteredLayerClustersHADForEgamma, + hgcalDigis, + hgcalLayerClusters, + offlineBeamSpot, + particleFlowClusterHGCalFromTICLHAD, + particleFlowClusterHGCalFromTICLUnseeded, + particleFlowRecHitHGC, + particleFlowSuperClusterHGCalFromTICLUnseeded, + ticlLayerTileProducer, +# ticlMultiClustersFromTrackstersEMForEgamma, +# ticlMultiClustersFromTrackstersHADForEgamma, + ticlSeedingGlobal, + ticlTrackstersEMForEgamma, + ticlTrackstersHADForEgamma +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFClusteringForEgammaL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFClusteringForEgammaL1SeededTask_cfi.py new file mode 100644 index 0000000000000..b762b82323e79 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFClusteringForEgammaL1SeededTask_cfi.py @@ -0,0 +1,21 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltL1TEGammaFilteredCollectionProducer_cfi import * +from ..modules.hltParticleFlowClusterECALL1Seeded_cfi import * +from ..modules.hltParticleFlowClusterECALUncorrectedL1Seeded_cfi import * +from ..modules.hltParticleFlowClusterPSL1Seeded_cfi import * +from ..modules.hltParticleFlowRecHitECALL1Seeded_cfi import * +from ..modules.hltParticleFlowRecHitPSL1Seeded_cfi import * +from ..modules.hltParticleFlowSuperClusterECALL1Seeded_cfi import * +from ..modules.hltRechitInRegionsECAL_cfi import * + +HLTPFClusteringForEgammaL1SeededTask = cms.Task( + hltL1TEGammaFilteredCollectionProducer, + hltParticleFlowClusterECALL1Seeded, + hltParticleFlowClusterECALUncorrectedL1Seeded, + hltParticleFlowClusterPSL1Seeded, + hltParticleFlowRecHitECALL1Seeded, + hltParticleFlowRecHitPSL1Seeded, + hltParticleFlowSuperClusterECALL1Seeded, + hltRechitInRegionsECAL +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFClusteringForEgammaUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFClusteringForEgammaUnseededTask_cfi.py new file mode 100644 index 0000000000000..129e00a34f55d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFClusteringForEgammaUnseededTask_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltParticleFlowClusterECALUncorrectedUnseeded_cfi import * +from ..modules.hltParticleFlowClusterECALUnseeded_cfi import * +from ..modules.hltParticleFlowClusterPSUnseeded_cfi import * +from ..modules.hltParticleFlowRecHitECALUnseeded_cfi import * +from ..modules.hltParticleFlowRecHitPSUnseeded_cfi import * +from ..modules.hltParticleFlowSuperClusterECALUnseeded_cfi import * + +HLTPFClusteringForEgammaUnseededTask = cms.Task( + hltParticleFlowClusterECALUncorrectedUnseeded, + hltParticleFlowClusterECALUnseeded, + hltParticleFlowClusterPSUnseeded, + hltParticleFlowRecHitECALUnseeded, + hltParticleFlowRecHitPSUnseeded, + hltParticleFlowSuperClusterECALUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFHcalClusteringForEgammaTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFHcalClusteringForEgammaTask_cfi.py new file mode 100644 index 0000000000000..3598e3f8553d2 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPFHcalClusteringForEgammaTask_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltParticleFlowClusterHBHEForEgamma_cfi import * +from ..modules.hltParticleFlowClusterHCALForEgamma_cfi import * +from ..modules.hltParticleFlowRecHitHBHEForEgamma_cfi import * +from ..modules.hltRegionalTowerForEgamma_cfi import * + +HLTPFHcalClusteringForEgammaTask = cms.Task( + hltParticleFlowClusterHBHEForEgamma, + hltParticleFlowClusterHCALForEgamma, + hltParticleFlowRecHitHBHEForEgamma, + hltRegionalTowerForEgamma +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py new file mode 100644 index 0000000000000..e9ed5bf8727fa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py @@ -0,0 +1,43 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.generalTracks_cfi import * +from ..modules.offlineBeamSpot_cfi import * +from ..modules.pixelVertices_cfi import * +from ..modules.trackerClusterCheck_cfi import * +from ..tasks.caloTowersRecTask_cfi import * +from ..tasks.ecalClustersTask_cfi import * +from ..tasks.hcalGlobalRecoTask_cfi import * +from ..tasks.hgcalLocalRecoTask_cfi import * +from ..tasks.highlevelrecoTask_cfi import * +from ..tasks.highPtTripletStepTask_cfi import * +from ..tasks.initialStepTask_cfi import * +from ..tasks.iterTICLTask_cfi import * +from ..tasks.itLocalRecoTask_cfi import * +from ..tasks.localrecoTask_cfi import * +from ..tasks.otLocalRecoTask_cfi import * +from ..tasks.particleFlowClusterTask_cfi import * +from ..tasks.pixelTracksTask_cfi import * +from ..tasks.RawToDigiTask_cfi import * +from ..tasks.vertexRecoTask_cfi import * + +HLTParticleFlowTask = cms.Task( + RawToDigiTask, + caloTowersRecTask, + ecalClustersTask, + generalTracks, + hcalGlobalRecoTask, + hgcalLocalRecoTask, + highPtTripletStepTask, + highlevelrecoTask, + initialStepTask, + itLocalRecoTask, + iterTICLTask, + localrecoTask, + offlineBeamSpot, + otLocalRecoTask, + particleFlowClusterTask, + pixelTracksTask, + pixelVertices, + trackerClusterCheck, + vertexRecoTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100EBTightIDTightIsoOpenL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100EBTightIDTightIsoOpenL1SeededTask_cfi.py new file mode 100644 index 0000000000000..49725874ff00e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100EBTightIDTightIsoOpenL1SeededTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTPhoton100EBTightIDTightIsoOpenL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100EBTightIDTightIsoOpenUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100EBTightIDTightIsoOpenUnseededTask_cfi.py new file mode 100644 index 0000000000000..f0eacbe44539f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100EBTightIDTightIsoOpenUnseededTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTPhoton100EBTightIDTightIsoOpenUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100OpenL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100OpenL1SeededTask_cfi.py new file mode 100644 index 0000000000000..7aaf1d8c0a063 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100OpenL1SeededTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTPhoton100OpenL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100OpenUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100OpenUnseededTask_cfi.py new file mode 100644 index 0000000000000..1901e22244a9e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton100OpenUnseededTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTPhoton100OpenUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton108EBTightIDTightIsoL1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton108EBTightIDTightIsoL1SeededTask_cfi.py new file mode 100644 index 0000000000000..fd3568ab35a5a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton108EBTightIDTightIsoL1SeededTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaClusterShapeL1Seeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTPhoton108EBTightIDTightIsoL1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaClusterShapeL1Seeded, + hltEgammaEcalPFClusterIsoL1Seeded, + hltEgammaHcalPFClusterIsoL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton108EBTightIDTightIsoUnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton108EBTightIDTightIsoUnseededTask_cfi.py new file mode 100644 index 0000000000000..86d841a3a797a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton108EBTightIDTightIsoUnseededTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaClusterShapeUnseeded_cfi import * +from ..modules.hltEgammaEcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHcalPFClusterIsoUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTPhoton108EBTightIDTightIsoUnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaClusterShapeUnseeded, + hltEgammaEcalPFClusterIsoUnseeded, + hltEgammaHcalPFClusterIsoUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton187L1SeededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton187L1SeededTask_cfi.py new file mode 100644 index 0000000000000..1ba228213d7ea --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton187L1SeededTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesL1Seeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsL1Seeded_cfi import * +from ..modules.hltEgammaHoverEL1Seeded_cfi import * + +HLTPhoton187L1SeededTask = cms.Task( + hltEgammaCandidatesL1Seeded, + hltEgammaHGCALIDVarsL1Seeded, + hltEgammaHoverEL1Seeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton187UnseededTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton187UnseededTask_cfi.py new file mode 100644 index 0000000000000..52311705d7376 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTPhoton187UnseededTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hltEgammaCandidatesUnseeded_cfi import * +from ..modules.hltEgammaHGCALIDVarsUnseeded_cfi import * +from ..modules.hltEgammaHoverEUnseeded_cfi import * + +HLTPhoton187UnseededTask = cms.Task( + hltEgammaCandidatesUnseeded, + hltEgammaHGCALIDVarsUnseeded, + hltEgammaHoverEUnseeded +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py new file mode 100644 index 0000000000000..60db3bc43671c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -0,0 +1,67 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.generalTracks_cfi import * +from ..modules.highPtTripletStepClusters_cfi import * +from ..modules.highPtTripletStepHitDoublets_cfi import * +from ..modules.highPtTripletStepHitTriplets_cfi import * +from ..modules.highPtTripletStepSeedLayers_cfi import * +from ..modules.highPtTripletStepSeeds_cfi import * +from ..modules.highPtTripletStepTrackCandidates_cfi import * +from ..modules.highPtTripletStepTrackCutClassifier_cfi import * +from ..modules.highPtTripletStepTrackingRegions_cfi import * +from ..modules.highPtTripletStepTracks_cfi import * +from ..modules.highPtTripletStepTrackSelectionHighPurity_cfi import * +from ..modules.initialStepSeeds_cfi import * +from ..modules.initialStepTrackCandidates_cfi import * +from ..modules.initialStepTrackCutClassifier_cfi import * +from ..modules.initialStepTracks_cfi import * +from ..modules.initialStepTrackSelectionHighPurity_cfi import * +from ..modules.MeasurementTrackerEvent_cfi import * +from ..modules.offlineBeamSpot_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelTracks_cfi import * +from ..modules.pixelTracksHitDoublets_cfi import * +from ..modules.pixelTracksHitSeeds_cfi import * +from ..modules.pixelTracksSeedLayers_cfi import * +from ..modules.pixelTracksTrackingRegions_cfi import * +from ..modules.pixelVertices_cfi import * +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * +from ..modules.trackerClusterCheck_cfi import * + +HLTTrackingV61Task = cms.Task( + MeasurementTrackerEvent, + generalTracks, + highPtTripletStepClusters, + highPtTripletStepHitDoublets, + highPtTripletStepHitTriplets, + highPtTripletStepSeedLayers, + highPtTripletStepSeeds, + highPtTripletStepTrackCandidates, + highPtTripletStepTrackCutClassifier, + highPtTripletStepTrackSelectionHighPurity, + highPtTripletStepTrackingRegions, + highPtTripletStepTracks, + initialStepSeeds, + initialStepTrackCandidates, + initialStepTrackCutClassifier, + initialStepTrackSelectionHighPurity, + initialStepTracks, + offlineBeamSpot, + pixelFitterByHelixProjections, + pixelTrackFilterByKinematics, + pixelTracks, + pixelTracksHitDoublets, + pixelTracksHitSeeds, + pixelTracksSeedLayers, + pixelTracksTrackingRegions, + pixelVertices, + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits, + trackerClusterCheck +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/RawToDigiTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/RawToDigiTask_cfi.py new file mode 100644 index 0000000000000..4a3893e4e5ed7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/RawToDigiTask_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalPreshowerDigis_cfi import * +from ..modules.hcalDigis_cfi import * +from ..modules.hgcalDigis_cfi import * +from ..modules.muonCSCDigis_cfi import * +from ..modules.muonDTDigis_cfi import * +from ..modules.muonGEMDigis_cfi import * +from ..tasks.ecalDigisTask_cfi import * + +RawToDigiTask = cms.Task( + ecalDigisTask, + ecalPreshowerDigis, + hcalDigis, + hgcalDigis, + muonCSCDigis, + muonDTDigis, + muonGEMDigis, +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/caloTowersRecTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/caloTowersRecTask_cfi.py new file mode 100644 index 0000000000000..fb25f482709ad --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/caloTowersRecTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.towerMaker_cfi import * + +caloTowersRecTask = cms.Task( + towerMaker +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/calolocalrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/calolocalrecoTask_cfi.py new file mode 100644 index 0000000000000..5a15ac13fb13f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/calolocalrecoTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.ecalLocalRecoTask_cfi import * +from ..tasks.hcalLocalRecoTask_cfi import * + +calolocalrecoTask = cms.Task( + ecalLocalRecoTask, + hcalLocalRecoTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/csclocalrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/csclocalrecoTask_cfi.py new file mode 100644 index 0000000000000..fc2d6e1746622 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/csclocalrecoTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.csc2DRecHits_cfi import * +from ..modules.cscSegments_cfi import * + +csclocalrecoTask = cms.Task( + csc2DRecHits, + cscSegments +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/dtlocalrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/dtlocalrecoTask_cfi.py new file mode 100644 index 0000000000000..106cfc9e34d65 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/dtlocalrecoTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.dt1DRecHits_cfi import * +from ..modules.dt4DSegments_cfi import * + +dtlocalrecoTask = cms.Task( + dt1DRecHits, + dt4DSegments +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalClustersTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalClustersTask_cfi.py new file mode 100644 index 0000000000000..0588508e20959 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalClustersTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.particleFlowSuperClusteringTask_cfi import * + +ecalClustersTask = cms.Task( + particleFlowSuperClusteringTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalDigisTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalDigisTask_cfi.py new file mode 100644 index 0000000000000..c2dd210a4cd76 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalDigisTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalDigis_cfi import * + +ecalDigisTask = cms.Task( + ecalDigis +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalLocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalLocalRecoTask_cfi.py new file mode 100644 index 0000000000000..5a274f1516070 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalLocalRecoTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.ecalRecHitTask_cfi import * +from ..tasks.ecalUncalibRecHitTask_cfi import * + +ecalLocalRecoTask = cms.Task( + ecalRecHitTask, + ecalUncalibRecHitTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalMultiFitUncalibRecHitTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalMultiFitUncalibRecHitTask_cfi.py new file mode 100644 index 0000000000000..81541b8902491 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalMultiFitUncalibRecHitTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalMultiFitUncalibRecHit_cfi import * + +ecalMultiFitUncalibRecHitTask = cms.Task( + ecalMultiFitUncalibRecHit +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalRecHitNoTPTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalRecHitNoTPTask_cfi.py new file mode 100644 index 0000000000000..05459bc2e558f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalRecHitNoTPTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalPreshowerRecHit_cfi import * +from ..modules.ecalRecHit_cfi import * + +ecalRecHitNoTPTask = cms.Task( + ecalPreshowerRecHit, + ecalRecHit +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalRecHitTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalRecHitTask_cfi.py new file mode 100644 index 0000000000000..af371642472f8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalRecHitTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalDetailedTimeRecHit_cfi import * +from ..tasks.ecalRecHitNoTPTask_cfi import * + +ecalRecHitTask = cms.Task( + ecalDetailedTimeRecHit, + ecalRecHitNoTPTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalUncalibRecHitTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalUncalibRecHitTask_cfi.py new file mode 100644 index 0000000000000..3f60945a1c7e7 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ecalUncalibRecHitTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalDetIdToBeRecovered_cfi import * +from ..tasks.ecalMultiFitUncalibRecHitTask_cfi import * + +ecalUncalibRecHitTask = cms.Task( + ecalDetIdToBeRecovered, + ecalMultiFitUncalibRecHitTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/gemLocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/gemLocalRecoTask_cfi.py new file mode 100644 index 0000000000000..cb645b9cacfe3 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/gemLocalRecoTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.gemRecHits_cfi import * +from ..modules.gemSegments_cfi import * + +gemLocalRecoTask = cms.Task( + gemRecHits, + gemSegments +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/hcalGlobalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/hcalGlobalRecoTask_cfi.py new file mode 100644 index 0000000000000..4c2c3743f27de --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/hcalGlobalRecoTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hbhereco_cfi import * + +hcalGlobalRecoTask = cms.Task( + hbhereco +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/hcalLocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/hcalLocalRecoTask_cfi.py new file mode 100644 index 0000000000000..f97476b78c51e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/hcalLocalRecoTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hfprereco_cfi import * +from ..modules.hfreco_cfi import * +from ..modules.horeco_cfi import * + +hcalLocalRecoTask = cms.Task( + hfprereco, + hfreco, + horeco +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/hgcalLocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/hgcalLocalRecoTask_cfi.py new file mode 100644 index 0000000000000..81db48377a725 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/hgcalLocalRecoTask_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.hgcalLayerClusters_cfi import * +from ..modules.HGCalRecHit_cfi import * +from ..modules.HGCalUncalibRecHit_cfi import * +from ..modules.particleFlowClusterHGCal_cfi import * +#from ..modules.particleFlowClusterHGCalFromMultiCl_cfi import * +from ..modules.particleFlowRecHitHGC_cfi import * + +hgcalLocalRecoTask = cms.Task( + HGCalRecHit, + HGCalUncalibRecHit, + hgcalLayerClusters, + particleFlowClusterHGCal, +# particleFlowClusterHGCalFromMultiCl, + particleFlowRecHitHGC +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py new file mode 100644 index 0000000000000..b0b7e82203a60 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.highPtTripletStepClusters_cfi import * +from ..modules.highPtTripletStepHitDoublets_cfi import * +from ..modules.highPtTripletStepHitTriplets_cfi import * +from ..modules.highPtTripletStepSeedLayers_cfi import * +from ..modules.highPtTripletStepSeeds_cfi import * +from ..modules.highPtTripletStepTrackingRegions_cfi import * + +highPtTripletStepSeedingTask = cms.Task( + highPtTripletStepClusters, + highPtTripletStepHitDoublets, + highPtTripletStepHitTriplets, + highPtTripletStepSeedLayers, + highPtTripletStepSeeds, + highPtTripletStepTrackingRegions +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepTask_cfi.py new file mode 100644 index 0000000000000..32a22d27be853 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.highPtTripletStepTrackCandidates_cfi import * +from ..modules.highPtTripletStepTrackCutClassifier_cfi import * +from ..modules.highPtTripletStepTracks_cfi import * +from ..modules.highPtTripletStepTrackSelectionHighPurity_cfi import * +from ..tasks.highPtTripletStepSeedingTask_cfi import * + +highPtTripletStepTask = cms.Task( + highPtTripletStepSeedingTask, + highPtTripletStepTrackCandidates, + highPtTripletStepTrackCutClassifier, + highPtTripletStepTrackSelectionHighPurity, + highPtTripletStepTracks +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/highlevelrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/highlevelrecoTask_cfi.py new file mode 100644 index 0000000000000..1c0dc28b8f92e --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/highlevelrecoTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.particleFlowRecoTask_cfi import * + +highlevelrecoTask = cms.Task( + particleFlowRecoTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py new file mode 100644 index 0000000000000..2cc8c05e06df5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ak4CaloJetsForTrk_cfi import * +from ..modules.caloTowerForTrk_cfi import * +from ..modules.firstStepPrimaryVerticesUnsorted_cfi import * + +initialStepPVTask = cms.Task( + ak4CaloJetsForTrk, + caloTowerForTrk, + firstStepPrimaryVerticesUnsorted, +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepTask_cfi.py new file mode 100644 index 0000000000000..8085f026a920a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.initialStepSeeds_cfi import * +from ..modules.initialStepTrackCandidates_cfi import * +from ..modules.initialStepTrackCutClassifier_cfi import * +from ..modules.initialStepTracks_cfi import * +from ..modules.initialStepTrackSelectionHighPurity_cfi import * + +initialStepTask = cms.Task( + initialStepSeeds, + initialStepTrackCandidates, + initialStepTrackCutClassifier, + initialStepTrackSelectionHighPurity, + initialStepTracks +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/itLocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/itLocalRecoTask_cfi.py new file mode 100644 index 0000000000000..6f46f9f4fd714 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/itLocalRecoTask_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.siPhase2Clusters_cfi import * +from ..modules.siPixelClusters_cfi import * +from ..modules.siPixelClusterShapeCache_cfi import * +from ..modules.siPixelRecHits_cfi import * + +itLocalRecoTask = cms.Task( + siPhase2Clusters, + siPixelClusterShapeCache, + siPixelClusters, + siPixelRecHits +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/iterTICLTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/iterTICLTask_cfi.py new file mode 100644 index 0000000000000..7a2b9b53db294 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/iterTICLTask_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.ticlEMStepTask_cfi import * +from ..tasks.ticlHADStepTask_cfi import * +from ..tasks.ticlLayerTileTask_cfi import * +from ..tasks.ticlPFTask_cfi import * +from ..tasks.ticlTracksterMergeTask_cfi import * +from ..tasks.ticlTrkEMStepTask_cfi import * +from ..tasks.ticlTrkStepTask_cfi import * + +iterTICLTask = cms.Task( + ticlEMStepTask, + ticlHADStepTask, + ticlLayerTileTask, + ticlPFTask, + ticlTracksterMergeTask, + ticlTrkEMStepTask, + ticlTrkStepTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/l1tReconstructionTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/l1tReconstructionTask_cfi.py new file mode 100644 index 0000000000000..f66e98e8de267 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/l1tReconstructionTask_cfi.py @@ -0,0 +1,75 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.L1EGammaClusterEmuProducer_cfi import * +from ..modules.l1EGammaEEProducer_cfi import * +from ..modules.l1NNTauProducerPuppi_cfi import * +from ..modules.l1pfCandidates_cfi import * +from ..modules.l1PFMetPuppi_cfi import * +from ..modules.l1pfProducerBarrel_cfi import * +from ..modules.l1pfProducerHF_cfi import * +from ..modules.l1pfProducerHGCal_cfi import * +from ..modules.l1pfProducerHGCalNoTK_cfi import * +from ..modules.hltL1TkElectronsEllipticMatchCrystal_cfi import * +from ..modules.hltL1TkElectronsEllipticMatchHGC_cfi import * +from ..modules.hltL1TkMuons_cfi import * +from ..modules.hltL1TkPhotonsCrystal_cfi import * +from ..modules.hltL1TkPhotonsHGC_cfi import * +from ..modules.L1TkPrimaryVertex_cfi import * +from ..modules.l1tSlwPFPuppiJets_cfi import * +from ..modules.l1tSlwPFPuppiJetsCorrected_cfi import * +from ..modules.pfClustersFromCombinedCaloHCal_cfi import * +from ..modules.pfClustersFromCombinedCaloHF_cfi import * +from ..modules.pfClustersFromHGC3DClusters_cfi import * +from ..modules.pfClustersFromL1EGClusters_cfi import * +from ..modules.pfTracksFromL1TracksBarrel_cfi import * +from ..modules.pfTracksFromL1TracksHGCal_cfi import * +from ..modules.simCaloStage2Layer1Digis_cfi import * +from ..modules.simCscTriggerPrimitiveDigis_cfi import * +from ..modules.simDtTriggerPrimitiveDigis_cfi import * +from ..modules.simEmtfDigis_cfi import * +from ..modules.simGmtCaloSumDigis_cfi import * +from ..modules.simGmtStage2Digis_cfi import * +from ..modules.simKBmtfDigis_cfi import * +from ..modules.simKBmtfStubs_cfi import * +from ..modules.simMuonGEMPadDigiClusters_cfi import * +from ..modules.simMuonGEMPadDigis_cfi import * +from ..modules.simOmtfDigis_cfi import * +from ..modules.simTwinMuxDigis_cfi import * + +l1tReconstructionTask = cms.Task( + L1EGammaClusterEmuProducer, + hltL1TkElectronsEllipticMatchCrystal, + hltL1TkElectronsEllipticMatchHGC, + hltL1TkMuons, + hltL1TkPhotonsCrystal, + hltL1TkPhotonsHGC, + L1TkPrimaryVertex, + l1EGammaEEProducer, + l1NNTauProducerPuppi, + l1PFMetPuppi, + l1pfCandidates, + l1pfProducerBarrel, + l1pfProducerHF, + l1pfProducerHGCal, + l1pfProducerHGCalNoTK, + l1tSlwPFPuppiJets, + l1tSlwPFPuppiJetsCorrected, + pfClustersFromCombinedCaloHCal, + pfClustersFromCombinedCaloHF, + pfClustersFromHGC3DClusters, + pfClustersFromL1EGClusters, + pfTracksFromL1TracksBarrel, + pfTracksFromL1TracksHGCal, + simCaloStage2Layer1Digis, + simCscTriggerPrimitiveDigis, + simDtTriggerPrimitiveDigis, + simEmtfDigis, + simGmtCaloSumDigis, + simGmtStage2Digis, + simKBmtfDigis, + simKBmtfStubs, + simMuonGEMPadDigiClusters, + simMuonGEMPadDigis, + simOmtfDigis, + simTwinMuxDigis +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/localrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/localrecoTask_cfi.py new file mode 100644 index 0000000000000..0c8a38dd3073a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/localrecoTask_cfi.py @@ -0,0 +1,13 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.bunchSpacingProducer_cfi import * +from ..tasks.calolocalrecoTask_cfi import * +from ..tasks.muonlocalrecoTask_cfi import * +from ..tasks.trackerlocalrecoTask_cfi import * + +localrecoTask = cms.Task( + bunchSpacingProducer, + calolocalrecoTask, + muonlocalrecoTask, + trackerlocalrecoTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/me0LocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/me0LocalRecoTask_cfi.py new file mode 100644 index 0000000000000..dd7bcfe9baf5f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/me0LocalRecoTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.me0RecHits_cfi import * +from ..modules.me0Segments_cfi import * + +me0LocalRecoTask = cms.Task( + me0RecHits, + me0Segments +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/muonlocalrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/muonlocalrecoTask_cfi.py new file mode 100644 index 0000000000000..32662404e8066 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/muonlocalrecoTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.rpcRecHits_cfi import * +from ..tasks.csclocalrecoTask_cfi import * +from ..tasks.dtlocalrecoTask_cfi import * +from ..tasks.gemLocalRecoTask_cfi import * +from ..tasks.me0LocalRecoTask_cfi import * + +muonlocalrecoTask = cms.Task( + csclocalrecoTask, + dtlocalrecoTask, + gemLocalRecoTask, + me0LocalRecoTask, + rpcRecHits +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/otLocalRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/otLocalRecoTask_cfi.py new file mode 100644 index 0000000000000..a3e8ab6b76cb8 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/otLocalRecoTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.MeasurementTrackerEvent_cfi import * + +otLocalRecoTask = cms.Task( + MeasurementTrackerEvent +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowClusterECALTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowClusterECALTask_cfi.py new file mode 100644 index 0000000000000..31f226d2e72e6 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowClusterECALTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ecalBarrelClusterFastTimer_cfi import * +from ..modules.particleFlowClusterECAL_cfi import * +from ..modules.particleFlowTimeAssignerECAL_cfi import * + +particleFlowClusterECALTask = cms.Task( + ecalBarrelClusterFastTimer, + particleFlowClusterECAL, + particleFlowTimeAssignerECAL +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowClusterTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowClusterTask_cfi.py new file mode 100644 index 0000000000000..ed65d93e196a1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowClusterTask_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowBadHcalPseudoCluster_cfi import * +from ..tasks.pfClusteringECALTask_cfi import * +from ..tasks.pfClusteringHBHEHFTask_cfi import * +from ..tasks.pfClusteringHGCalTask_cfi import * +from ..tasks.pfClusteringHOTask_cfi import * +from ..tasks.pfClusteringPSTask_cfi import * + +particleFlowClusterTask = cms.Task( + particleFlowBadHcalPseudoCluster, + pfClusteringECALTask, + pfClusteringHBHEHFTask, + pfClusteringHGCalTask, + pfClusteringHOTask, + pfClusteringPSTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowRecoTask_cfi.py new file mode 100644 index 0000000000000..479a3b5084d6a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowRecoTask_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.fixedGridRhoFastjetAllTmp_cfi import * +from ..modules.hgcalTrackCollection_cfi import * +from ..modules.particleFlowBlock_cfi import * +from ..modules.particleFlowTmp_cfi import * +from ..modules.particleFlowTmpBarrel_cfi import * +from ..modules.pfTrack_cfi import * + +particleFlowRecoTask = cms.Task( + fixedGridRhoFastjetAllTmp, + hgcalTrackCollection, + particleFlowBlock, + particleFlowTmp, + particleFlowTmpBarrel, + pfTrack +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowSuperClusteringTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowSuperClusteringTask_cfi.py new file mode 100644 index 0000000000000..e5f5f1586557f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/particleFlowSuperClusteringTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowSuperClusterECAL_cfi import * +from ..modules.particleFlowSuperClusterHGCal_cfi import * +#from ..modules.particleFlowSuperClusterHGCalFromMultiCl_cfi import * + +particleFlowSuperClusteringTask = cms.Task( + particleFlowSuperClusterECAL, + particleFlowSuperClusterHGCal, +# particleFlowSuperClusterHGCalFromMultiCl +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusterRefsForJets_stepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusterRefsForJets_stepTask_cfi.py new file mode 100644 index 0000000000000..6b02daf09afa9 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusterRefsForJets_stepTask_cfi.py @@ -0,0 +1,37 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowClusterECAL_cfi import * +from ..modules.particleFlowClusterECALUncorrected_cfi import * +from ..modules.particleFlowClusterHBHE_cfi import * +from ..modules.particleFlowClusterHCAL_cfi import * +from ..modules.particleFlowClusterHF_cfi import * +from ..modules.particleFlowClusterHO_cfi import * +from ..modules.particleFlowRecHitECAL_cfi import * +from ..modules.particleFlowRecHitHBHE_cfi import * +from ..modules.particleFlowRecHitHF_cfi import * +from ..modules.particleFlowRecHitHO_cfi import * +from ..modules.pfClusterRefsForJets_cfi import * +from ..modules.pfClusterRefsForJetsECAL_cfi import * +from ..modules.pfClusterRefsForJetsHCAL_cfi import * +from ..modules.pfClusterRefsForJetsHF_cfi import * +from ..modules.pfClusterRefsForJetsHGCAL_cfi import * +from ..modules.pfClusterRefsForJetsHO_cfi import * + +pfClusterRefsForJets_stepTask = cms.Task( + particleFlowClusterECAL, + particleFlowClusterECALUncorrected, + particleFlowClusterHBHE, + particleFlowClusterHCAL, + particleFlowClusterHF, + particleFlowClusterHO, + particleFlowRecHitECAL, + particleFlowRecHitHBHE, + particleFlowRecHitHF, + particleFlowRecHitHO, + pfClusterRefsForJets, + pfClusterRefsForJetsECAL, + pfClusterRefsForJetsHCAL, + pfClusterRefsForJetsHF, + pfClusterRefsForJetsHGCAL, + pfClusterRefsForJetsHO +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringECALTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringECALTask_cfi.py new file mode 100644 index 0000000000000..eeff706a51ac5 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringECALTask_cfi.py @@ -0,0 +1,11 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowClusterECALUncorrected_cfi import * +from ..modules.particleFlowRecHitECAL_cfi import * +from ..tasks.particleFlowClusterECALTask_cfi import * + +pfClusteringECALTask = cms.Task( + particleFlowClusterECALTask, + particleFlowClusterECALUncorrected, + particleFlowRecHitECAL +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHBHEHFTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHBHEHFTask_cfi.py new file mode 100644 index 0000000000000..314d7858a8c90 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHBHEHFTask_cfi.py @@ -0,0 +1,15 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowClusterHBHE_cfi import * +from ..modules.particleFlowClusterHCAL_cfi import * +from ..modules.particleFlowClusterHF_cfi import * +from ..modules.particleFlowRecHitHBHE_cfi import * +from ..modules.particleFlowRecHitHF_cfi import * + +pfClusteringHBHEHFTask = cms.Task( + particleFlowClusterHBHE, + particleFlowClusterHCAL, + particleFlowClusterHF, + particleFlowRecHitHBHE, + particleFlowRecHitHF +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHGCalTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHGCalTask_cfi.py new file mode 100644 index 0000000000000..21790ff3e925c --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHGCalTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowRecHitHGC_cfi import * + +pfClusteringHGCalTask = cms.Task( + particleFlowRecHitHGC +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHOTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHOTask_cfi.py new file mode 100644 index 0000000000000..a3114c35bed59 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringHOTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowClusterHO_cfi import * +from ..modules.particleFlowRecHitHO_cfi import * + +pfClusteringHOTask = cms.Task( + particleFlowClusterHO, + particleFlowRecHitHO +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringPSTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringPSTask_cfi.py new file mode 100644 index 0000000000000..2dc9a12c719bd --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pfClusteringPSTask_cfi.py @@ -0,0 +1,9 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.particleFlowClusterPS_cfi import * +from ..modules.particleFlowRecHitPS_cfi import * + +pfClusteringPSTask = cms.Task( + particleFlowClusterPS, + particleFlowRecHitPS +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py new file mode 100644 index 0000000000000..e26a00b481392 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -0,0 +1,19 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelTracks_cfi import * +from ..modules.pixelTracksHitDoublets_cfi import * +from ..modules.pixelTracksHitSeeds_cfi import * +from ..modules.pixelTracksSeedLayers_cfi import * +from ..modules.pixelTracksTrackingRegions_cfi import * + +pixelTracksTask = cms.Task( + pixelFitterByHelixProjections, + pixelTrackFilterByKinematics, + pixelTracks, + pixelTracksHitDoublets, + pixelTracksHitSeeds, + pixelTracksSeedLayers, + pixelTracksTrackingRegions +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixeltrackerlocalrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixeltrackerlocalrecoTask_cfi.py new file mode 100644 index 0000000000000..9f4e62e74d3cf --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixeltrackerlocalrecoTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.siPhase2Clusters_cfi import * + +pixeltrackerlocalrecoTask = cms.Task( + siPhase2Clusters, +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlEMStepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlEMStepTask_cfi.py new file mode 100644 index 0000000000000..4943f11d55da1 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlEMStepTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.filteredLayerClustersEM_cfi import * +from ..modules.ticlSeedingGlobal_cfi import * +from ..modules.ticlTrackstersEM_cfi import * + +ticlEMStepTask = cms.Task(filteredLayerClustersEM, ticlSeedingGlobal, ticlTrackstersEM) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlHADStepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlHADStepTask_cfi.py new file mode 100644 index 0000000000000..869b271273180 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlHADStepTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.filteredLayerClustersHAD_cfi import * +from ..modules.ticlSeedingGlobal_cfi import * +from ..modules.ticlTrackstersHAD_cfi import * + +ticlHADStepTask = cms.Task(filteredLayerClustersHAD, ticlSeedingGlobal, ticlTrackstersHAD) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlIterationsTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlIterationsTask_cfi.py new file mode 100644 index 0000000000000..d0aded335f606 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlIterationsTask_cfi.py @@ -0,0 +1,8 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.ticlEMStepTask_cfi import * +from ..tasks.ticlHADStepTask_cfi import * +from ..tasks.ticlTrkEMStepTask_cfi import * +from ..tasks.ticlTrkStepTask_cfi import * + +ticlIterationsTask = cms.Task(ticlEMStepTask, ticlHADStepTask, ticlTrkEMStepTask, ticlTrkStepTask) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlLayerTileTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlLayerTileTask_cfi.py new file mode 100644 index 0000000000000..eab2f0a081887 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlLayerTileTask_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ticlLayerTileProducer_cfi import * + +ticlLayerTileTask = cms.Task(ticlLayerTileProducer) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlPFTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlPFTask_cfi.py new file mode 100644 index 0000000000000..9b36def5e4143 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlPFTask_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.pfTICL_cfi import * + +ticlPFTask = cms.Task(pfTICL) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTracksterMergeTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTracksterMergeTask_cfi.py new file mode 100644 index 0000000000000..182a07f69700a --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTracksterMergeTask_cfi.py @@ -0,0 +1,5 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ticlTrackstersMerge_cfi import * + +ticlTracksterMergeTask = cms.Task(ticlTrackstersMerge) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTrkEMStepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTrkEMStepTask_cfi.py new file mode 100644 index 0000000000000..19adbde57efaa --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTrkEMStepTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.filteredLayerClustersTrkEM_cfi import * +from ..modules.ticlSeedingTrk_cfi import * +from ..modules.ticlTrackstersTrkEM_cfi import * + +ticlTrkEMStepTask = cms.Task(filteredLayerClustersTrkEM, ticlSeedingTrk, ticlTrackstersTrkEM) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTrkStepTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTrkStepTask_cfi.py new file mode 100644 index 0000000000000..ad5f0153b3388 --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/ticlTrkStepTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.filteredLayerClustersTrk_cfi import * +from ..modules.ticlSeedingTrk_cfi import * +from ..modules.ticlTrackstersTrk_cfi import * + +ticlTrkStepTask = cms.Task(filteredLayerClustersTrk, ticlSeedingTrk, ticlTrackstersTrk) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/trackerlocalrecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/trackerlocalrecoTask_cfi.py new file mode 100644 index 0000000000000..bebd8ecdf11ca --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/trackerlocalrecoTask_cfi.py @@ -0,0 +1,7 @@ +import FWCore.ParameterSet.Config as cms + +from ..tasks.pixeltrackerlocalrecoTask_cfi import * + +trackerlocalrecoTask = cms.Task( + pixeltrackerlocalrecoTask +) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/vertexRecoTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/vertexRecoTask_cfi.py new file mode 100644 index 0000000000000..59488a2dbbc3f --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/vertexRecoTask_cfi.py @@ -0,0 +1,17 @@ +import FWCore.ParameterSet.Config as cms + +from ..modules.ak4CaloJetsForTrk_cfi import * +from ..modules.offlinePrimaryVertices_cfi import * +from ..modules.trackRefsForJetsBeforeSorting_cfi import * +from ..modules.trackWithVertexRefSelectorBeforeSorting_cfi import * +from ..modules.unsortedOfflinePrimaryVertices_cfi import * +from ..tasks.initialStepPVTask_cfi import * + +vertexRecoTask = cms.Task( + ak4CaloJetsForTrk, + initialStepPVTask, + offlinePrimaryVertices, + trackRefsForJetsBeforeSorting, + trackWithVertexRefSelectorBeforeSorting, + unsortedOfflinePrimaryVertices +) diff --git a/HLTrigger/Configuration/python/HLT_75e33_cff.py b/HLTrigger/Configuration/python/HLT_75e33_cff.py new file mode 100644 index 0000000000000..b96c0d9073b6d --- /dev/null +++ b/HLTrigger/Configuration/python/HLT_75e33_cff.py @@ -0,0 +1,352 @@ +import FWCore.ParameterSet.Config as cms + +fragment = cms.ProcessFragment( "HLT" ) + +### Non HLT-specific event-setups +fragment.load("CalibMuon/CSCCalibration/CSCChannelMapper_cfi") +fragment.load("CalibMuon/CSCCalibration/CSCIndexer_cfi") +fragment.load("RecoHGCal/TICL/tracksterSelectionTf_cfi") +fragment.load("RecoJets/Configuration/CaloTowersES_cfi") +fragment.load("RecoLocalCalo/EcalRecAlgos/EcalSeverityLevelESProducer_cfi") +fragment.load("RecoLocalCalo/HcalRecAlgos/hcalRecAlgoESProd_cfi") +fragment.load("RecoLocalCalo/HcalRecAlgos/hcalChannelPropertiesESProd_cfi") +fragment.load("RecoLocalTracker/Phase2TrackerRecHits/Phase2StripCPEESProducer_cfi") +fragment.load("RecoLocalTracker/SiPixelRecHits/PixelCPEGeneric_cfi") +fragment.load("RecoPixelVertexing.PixelTrackFitting.pixelTrackCleanerBySharedHits_cfi") +fragment.load("RecoPixelVertexing/PixelLowPtUtilities/ClusterShapeHitFilterESProducer_cfi") +fragment.load("RecoTracker/FinalTrackSelectors/trackAlgoPriorityOrder_cfi") +fragment.load("RecoTracker/MeasurementDet/MeasurementTrackerESProducer_cfi") +fragment.load("RecoTracker/TkNavigation/NavigationSchoolESProducer_cfi") +fragment.load("RecoTracker/TkSeedingLayers/TTRHBuilderWithoutAngle4PixelTriplets_cfi") +fragment.load("RecoTracker/TransientTrackingRecHit/TransientTrackingRecHitBuilder_cfi") +fragment.load("TrackPropagation/SteppingHelixPropagator/SteppingHelixPropagatorAny_cfi") +fragment.load("TrackingTools/GeomPropagators/AnyDirectionAnalyticalPropagator_cfi") +fragment.load("TrackingTools/GsfTracking/BwdAnalyticalPropagator_cfi") +fragment.load("TrackingTools/GsfTracking/CloseComponentsTSOSMerger_cfi") +fragment.load("TrackingTools/GsfTracking/FwdAnalyticalPropagator_cfi") +fragment.load("TrackingTools/GsfTracking/GsfElectronFittingSmoother_cfi") +fragment.load("TrackingTools/GsfTracking/GsfElectronMaterialEffects_cfi") +fragment.load("TrackingTools/GsfTracking/GsfElectronTrajectoryFitter_cfi") +fragment.load("TrackingTools/GsfTracking/GsfElectronTrajectorySmoother_cfi") +fragment.load("TrackingTools/GsfTracking/KullbackLeiblerTSOSDistance_cfi") +fragment.load("TrackingTools/GsfTracking/fwdGsfElectronPropagator_cff") +fragment.load("TrackingTools/KalmanUpdators/Chi2MeasurementEstimator_cfi") +fragment.load("TrackingTools/KalmanUpdators/KFUpdatorESProducer_cfi") +fragment.load("TrackingTools/MaterialEffects/MaterialPropagatorParabolicMf_cff") +fragment.load("TrackingTools/MaterialEffects/MaterialPropagator_cfi") +fragment.load("TrackingTools/MaterialEffects/OppositeMaterialPropagator_cfi") +fragment.load("TrackingTools/MaterialEffects/PropagatorsForLoopers_cff") +fragment.load("TrackingTools/MaterialEffects/RungeKuttaTrackerPropagator_cfi") +fragment.load("TrackingTools/RecoGeometry/GlobalDetLayerGeometryESProducer_cfi") +fragment.load("TrackingTools/TrackAssociator/DetIdAssociatorESProducer_cff") +fragment.load("TrackingTools/TrackFitters/FlexibleKFFittingSmoother_cfi") +fragment.load("TrackingTools/TrackFitters/LooperFitters_cff") +fragment.load("TrackingTools/TrackFitters/RungeKuttaFitters_cff") +fragment.load("TrackingTools/TrajectoryCleaning/TrajectoryCleanerBySharedHits_cfi") +fragment.load("TrackingTools/TransientTrack/TransientTrackBuilder_cfi") + +### Actual changes on top of Phase2 +### It could come from RecoTracker/IterativeTracking/InitialStep_cff.py +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/initialStepChi2Est_cfi") +### It could come from RecoTracker/IterativeTracking/python/HighPtTripletStep_cff.py +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi") +### It could come from RecoTracker/IterativeTracking/python/MuonSeededStep_cff.py +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi") + +### Mostly comes from HLT-like configuration, not RECO-like configuration +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFUpdator_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltTTRBWR_cfi") + +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi") + +fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/trackdnn_source_cfi") + +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_AK4PFPuppiJet520_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Ele26_WP70_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Ele26_WP70_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_PFPuppiHT1070_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Photon187_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_Photon187_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_DoubleNNTau52_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_DoublePFPuppiJets112_2p4_DEta1p6_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_DoubleTkMuon_15_7_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_PFHT400PT30_QuadPFPuppiJet_70_55_40_40_2p4_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_PFPuppiHT450off_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_PFPuppiMET220off_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_SingleNNTau150_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_SinglePFPuppiJet230off_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_SingleTkMuon_22_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkEle25TkEle12_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkEle36_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkEm37TkEm24_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkEm51_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkIsoEle22TkEm12_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkIsoEle28_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkIsoEm22TkIsoEm12_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TkIsoEm36_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/L1T_TripleTkMuon_5_3_3_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_BTV_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Ele5_Open_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Ele5_Open_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Ele5_WP70_Open_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Ele5_WP70_Open_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_JME_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Photon100EB_TightID_TightIso_Open_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Photon100_Open_L1Seeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/MC_Photon100_Open_Unseeded_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/l1tReconstructionPath_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CkfTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/conv2CkfTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/convCkfTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CSCSegAlgoDF_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CSCSegAlgoRU_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CSCSegAlgoSK_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CSCSegAlgoST_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/CSCSegAlgoTC_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/DTLinearDriftFromDBAlgo_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/GlobalMuonTrackMatcher_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HFRecalParameterBlock_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HGCAL_cceParams_toUse_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HGCAL_ileakParam_toUse_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HGCAL_noise_fC_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HGCAL_noise_heback_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hgceeDigitizer_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hgchebackDigitizer_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hgchefrontDigitizer_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/initialStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/ME0SegAlgoRU_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/ME0SegmentAlgorithm_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/PixelTripletHLTGenerator_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/seedFromProtoTracks_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/TrackAssociatorParameters_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/TrajectoryFilterForConversions_cfi") +fragment.load("HLTrigger/Configuration/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi") + +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLTriggerFinalPath_cff") +fragment.load("HLTrigger/Configuration/HLT_75e33/paths/HLTAnalyzerEndpath_cff") + +fragment.schedule = cms.Schedule(*[ + fragment.l1tReconstructionPath, + + fragment.L1T_SinglePFPuppiJet230off, + fragment.L1T_PFPuppiHT450off, + fragment.L1T_PFPuppiMET220off, + + fragment.HLT_AK4PFPuppiJet520, + fragment.HLT_PFPuppiHT1070, + fragment.HLT_PFPuppiMETTypeOne140_PFPuppiMHT140, + + fragment.L1T_PFHT400PT30_QuadPFPuppiJet_70_55_40_40_2p4, + fragment.L1T_DoublePFPuppiJets112_2p4_DEta1p6, + + fragment.HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4, + fragment.HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4, + fragment.HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4, + fragment.HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4, + fragment.HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4, + fragment.HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4, + + fragment.L1T_SingleTkMuon_22, + fragment.L1T_DoubleTkMuon_15_7, + fragment.L1T_TripleTkMuon_5_3_3, + + fragment.HLT_Mu50_FromL1TkMuon, + fragment.HLT_IsoMu24_FromL1TkMuon, + fragment.HLT_Mu37_Mu27_FromL1TkMuon, + fragment.HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon, + fragment.HLT_TriMu_10_5_5_DZ_FromL1TkMuon, + + fragment.L1T_TkEm51, + fragment.L1T_TkEle36, + fragment.L1T_TkIsoEm36, + fragment.L1T_TkIsoEle28, + fragment.L1T_TkEm37TkEm24, + fragment.L1T_TkEle25TkEle12, + fragment.L1T_TkIsoEm22TkIsoEm12, + fragment.L1T_TkIsoEle22TkEm12, + + fragment.HLT_Ele32_WPTight_Unseeded, + fragment.HLT_Ele26_WP70_Unseeded, + fragment.HLT_Photon108EB_TightID_TightIso_Unseeded, + fragment.HLT_Photon187_Unseeded, + fragment.HLT_DoubleEle25_CaloIdL_PMS2_Unseeded, + fragment.HLT_Diphoton30_23_IsoCaloId_Unseeded, + fragment.HLT_Ele32_WPTight_L1Seeded, + fragment.HLT_Ele26_WP70_L1Seeded, + fragment.HLT_Photon108EB_TightID_TightIso_L1Seeded, + fragment.HLT_Photon187_L1Seeded, + fragment.HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded, + fragment.HLT_DoubleEle23_12_Iso_L1Seeded, + fragment.HLT_Diphoton30_23_IsoCaloId_L1Seeded, + + ### Removed temporarily until final decision on L1T tau Phase-2 + #fragment.L1T_DoubleNNTau52, + #fragment.L1T_SingleNNTau150, + + fragment.MC_JME, + fragment.MC_BTV, + fragment.MC_Ele5_Open_Unseeded, + fragment.MC_Ele5_WP70_Open_Unseeded, + fragment.MC_Ele5_Open_L1Seeded, + fragment.MC_Ele5_WP70_Open_L1Seeded, + fragment.MC_Photon100_Open_Unseeded, + fragment.MC_Photon100EB_TightID_TightIso_Open_Unseeded, + fragment.MC_Photon100_Open_L1Seeded, + fragment.MC_Photon100EB_TightID_TightIso_Open_L1Seeded, + + fragment.HLTriggerFinalPath, + fragment.HLTAnalyzerEndpath, +]) + + + +del fragment.offlineBeamSpot + +del fragment.me0RecHits +del fragment.me0Segments + +del fragment.L1EGammaClusterEmuProducer +#del fragment.L1TkElectronsEllipticMatchCrystal +#del fragment.L1TkElectronsEllipticMatchHGC +#del fragment.L1TkMuons +#del fragment.L1TkPhotonsCrystal +#del fragment.L1TkPhotonsHGC +del fragment.L1TkPrimaryVertex +del fragment.l1EGammaEEProducer +del fragment.l1NNTauProducerPuppi +del fragment.l1PFMetPuppi +del fragment.l1pfCandidates +del fragment.l1pfProducerBarrel +del fragment.l1pfProducerHF +del fragment.l1pfProducerHGCal +del fragment.l1pfProducerHGCalNoTK +del fragment.pfClustersFromCombinedCaloHCal +del fragment.pfClustersFromCombinedCaloHF +del fragment.pfClustersFromHGC3DClusters +del fragment.pfClustersFromL1EGClusters +del fragment.pfTracksFromL1TracksBarrel +del fragment.pfTracksFromL1TracksHGCal +del fragment.simCaloStage2Layer1Digis +del fragment.simCscTriggerPrimitiveDigis +del fragment.simDtTriggerPrimitiveDigis +del fragment.simEmtfDigis +del fragment.simGmtCaloSumDigis +del fragment.simGmtStage2Digis +del fragment.simKBmtfDigis +del fragment.simKBmtfStubs +del fragment.simMuonGEMPadDigiClusters +del fragment.simMuonGEMPadDigis +del fragment.simOmtfDigis +del fragment.simTwinMuxDigis