Skip to content

Commit

Permalink
Add the baseline Phase 2 HLT configuration for Jets/MET
Browse files Browse the repository at this point in the history
This configuration is based on
  - CMSSW 11.1.8
  - global tag 111X_mcRun4_realistic_T15_v5
  - the Tracking v6.1 baseline configuration
  - the TICL v3 configuration
  • Loading branch information
missirol authored and fwyzard committed Sep 20, 2021
1 parent 0967201 commit 1135ad3
Show file tree
Hide file tree
Showing 999 changed files with 30,224 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

AnalyticalPropagatorParabolicMF = cms.ESProducer("AnalyticalPropagatorESProducer",
ComponentName = cms.string('AnalyticalPropagatorParabolicMf'),
MaxDPhi = cms.double(1.6),
PropagationDirection = cms.string('alongMomentum'),
SimpleMagneticField = cms.string('ParabolicMf')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

AnalyticalPropagator = cms.ESProducer("AnalyticalPropagatorESProducer",
ComponentName = cms.string('AnalyticalPropagator'),
MaxDPhi = cms.double(1.6),
PropagationDirection = cms.string('alongMomentum')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

AnyDirectionAnalyticalPropagator = cms.ESProducer("AnalyticalPropagatorESProducer",
ComponentName = cms.string('AnyDirectionAnalyticalPropagator'),
MaxDPhi = cms.double(1.6),
PropagationDirection = cms.string('anyDirection')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

BTagRecord = cms.ESSource("EmptyESSource",
firstValid = cms.vuint32(1),
iovIsRunNotTime = cms.bool(True),
recordName = cms.string('JetTagComputerRecord')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import FWCore.ParameterSet.Config as cms

BeamHaloMPropagatorAlong = cms.ESProducer("PropagatorWithMaterialESProducer",
ComponentName = cms.string('BeamHaloMPropagatorAlong'),
Mass = cms.double(0.105),
MaxDPhi = cms.double(10000),
PropagationDirection = cms.string('alongMomentum'),
SimpleMagneticField = cms.string(''),
ptMin = cms.double(-1.0),
useRungeKutta = cms.bool(True)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import FWCore.ParameterSet.Config as cms

BeamHaloMPropagatorOpposite = cms.ESProducer("PropagatorWithMaterialESProducer",
ComponentName = cms.string('BeamHaloMPropagatorOpposite'),
Mass = cms.double(0.105),
MaxDPhi = cms.double(10000),
PropagationDirection = cms.string('oppositeToMomentum'),
SimpleMagneticField = cms.string(''),
ptMin = cms.double(-1.0),
useRungeKutta = cms.bool(True)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

BeamHaloPropagatorAlong = cms.ESProducer("BeamHaloPropagatorESProducer",
ComponentName = cms.string('BeamHaloPropagatorAlong'),
CrossingTrackerPropagator = cms.string('BeamHaloSHPropagatorAlong'),
EndCapTrackerPropagator = cms.string('BeamHaloMPropagatorAlong'),
PropagationDirection = cms.string('alongMomentum')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

BeamHaloPropagatorAny = cms.ESProducer("BeamHaloPropagatorESProducer",
ComponentName = cms.string('BeamHaloPropagatorAny'),
CrossingTrackerPropagator = cms.string('BeamHaloSHPropagatorAny'),
EndCapTrackerPropagator = cms.string('BeamHaloMPropagatorAlong'),
PropagationDirection = cms.string('anyDirection')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

BeamHaloPropagatorOpposite = cms.ESProducer("BeamHaloPropagatorESProducer",
ComponentName = cms.string('BeamHaloPropagatorOpposite'),
CrossingTrackerPropagator = cms.string('BeamHaloSHPropagatorOpposite'),
EndCapTrackerPropagator = cms.string('BeamHaloMPropagatorOpposite'),
PropagationDirection = cms.string('oppositeToMomentum')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import FWCore.ParameterSet.Config as cms

BeamHaloSHPropagatorAlong = cms.ESProducer("SteppingHelixPropagatorESProducer",
ApplyRadX0Correction = cms.bool(True),
AssumeNoMaterial = cms.bool(False),
ComponentName = cms.string('BeamHaloSHPropagatorAlong'),
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)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import FWCore.ParameterSet.Config as cms

BeamHaloSHPropagatorAny = cms.ESProducer("SteppingHelixPropagatorESProducer",
ApplyRadX0Correction = cms.bool(True),
AssumeNoMaterial = cms.bool(False),
ComponentName = cms.string('BeamHaloSHPropagatorAny'),
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(False)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import FWCore.ParameterSet.Config as cms

BeamHaloSHPropagatorOpposite = cms.ESProducer("SteppingHelixPropagatorESProducer",
ApplyRadX0Correction = cms.bool(True),
AssumeNoMaterial = cms.bool(False),
ComponentName = cms.string('BeamHaloSHPropagatorOpposite'),
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)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

CSCChannelMapperESProducer = cms.ESProducer("CSCChannelMapperESProducer",
AlgoName = cms.string('CSCChannelMapperPostls1')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

CSCChannelMapperESSource = cms.ESSource("EmptyESSource",
firstValid = cms.vuint32(1),
iovIsRunNotTime = cms.bool(True),
recordName = cms.string('CSCChannelMapperRecord')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import FWCore.ParameterSet.Config as cms

CSCGeometryESModule = cms.ESProducer("CSCGeometryESModule",
alignmentsLabel = cms.string(''),
appendToDataLabel = cms.string(''),
applyAlignment = cms.bool(True),
debugV = cms.untracked.bool(False),
useCentreTIOffsets = cms.bool(False),
useDDD = cms.bool(True),
useGangedStripsInME1a = cms.bool(False),
useOnlyWiresInME1a = cms.bool(False),
useRealWireGeometry = cms.bool(True)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

CSCIndexerESProducer = cms.ESProducer("CSCIndexerESProducer",
AlgoName = cms.string('CSCIndexerPostls1')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

CSCIndexerESSource = cms.ESSource("EmptyESSource",
firstValid = cms.vuint32(1),
iovIsRunNotTime = cms.bool(True),
recordName = cms.string('CSCIndexerRecord')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import FWCore.ParameterSet.Config as cms

CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
SelectedCalos = cms.vstring(
'HCAL',
'ZDC',
'EcalBarrel',
'TOWER',
'HGCalEESensitive',
'HGCalHESiliconSensitive',
'HGCalHEScintillatorSensitive'
)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

CaloTopologyBuilder = cms.ESProducer("CaloTopologyBuilder")
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

CaloTowerConstituentsMapBuilder = cms.ESProducer("CaloTowerConstituentsMapBuilder",
MapAuto = cms.untracked.bool(False),
MapFile = cms.untracked.string(''),
SkipHE = cms.untracked.bool(True),
appendToDataLabel = cms.string('')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

CaloTowerHardcodeGeometryEP = cms.ESProducer("CaloTowerHardcodeGeometryEP")
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

CaloTowerTopologyEP = cms.ESProducer("CaloTowerTopologyEP")
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

CastorDbProducer = cms.ESProducer("CastorDbProducer",
appendToDataLabel = cms.string('')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

CastorHardcodeGeometryEP = cms.ESProducer("CastorHardcodeGeometryEP")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2EstimatorForMuRefit = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2EstimatorForMuRefit'),
MaxChi2 = cms.double(100000.0),
MaxDisplacement = cms.double(0.5),
MaxSagitta = cms.double(2),
MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(3)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2EstimatorForMuonTrackLoader = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2EstimatorForMuonTrackLoader'),
MaxChi2 = cms.double(100000.0),
MaxDisplacement = cms.double(0.5),
MaxSagitta = cms.double(2),
MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(3)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2EstimatorForRefit = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2EstimatorForRefit'),
MaxChi2 = cms.double(100000.0),
MaxDisplacement = cms.double(0.5),
MaxSagitta = cms.double(2),
MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(3.0)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2MeasurementEstimatorForInOut = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2ForInOut'),
MaxChi2 = cms.double(100.0),
MaxDisplacement = cms.double(100),
MaxSagitta = cms.double(-1),
MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(3)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2MeasurementEstimatorForOutIn = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2ForOutIn'),
MaxChi2 = cms.double(500.0),
MaxDisplacement = cms.double(100),
MaxSagitta = cms.double(-1.0),
MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(3)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2MeasurementEstimatorForP5 = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2MeasurementEstimatorForP5'),
MaxChi2 = cms.double(100.0),
MaxDisplacement = cms.double(100),
MaxSagitta = cms.double(-1),
MinPtForHitRecoveryInGluedDet = cms.double(100000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(4.0)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import FWCore.ParameterSet.Config as cms

Chi2MeasurementEstimator = cms.ESProducer("Chi2MeasurementEstimatorESProducer",
ComponentName = cms.string('Chi2'),
MaxChi2 = cms.double(30),
MaxDisplacement = cms.double(0.5),
MaxSagitta = cms.double(2),
MinPtForHitRecoveryInGluedDet = cms.double(1000000000000),
MinimalTolerance = cms.double(0.5),
appendToDataLabel = cms.string(''),
nSigma = cms.double(3)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

CloseComponentsMerger5D = cms.ESProducer("CloseComponentsMergerESProducer5D",
ComponentName = cms.string('CloseComponentsMerger5D'),
DistanceMeasure = cms.string('KullbackLeiblerDistance5D'),
MaxComponents = cms.int32(12)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import FWCore.ParameterSet.Config as cms

CloseComponentsMerger_forPreId = cms.ESProducer("CloseComponentsMergerESProducer5D",
ComponentName = cms.string('CloseComponentsMerger_forPreId'),
DistanceMeasure = cms.string('KullbackLeiblerDistance5D'),
MaxComponents = cms.int32(4)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

ClusterShapeHitFilterESProducer = cms.ESProducer("ClusterShapeHitFilterESProducer",
ComponentName = cms.string('ClusterShapeHitFilter'),
PixelShapeFile = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/ITShapePhase2_all.par'),
PixelShapeFileL1 = cms.string('RecoPixelVertexing/PixelLowPtUtilities/data/ITShapePhase2_all.par'),
clusterChargeCut = cms.PSet(
refToPSet_ = cms.string('SiStripClusterChargeCutNone')
)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import FWCore.ParameterSet.Config as cms

DTGeometryESModule = cms.ESProducer("DTGeometryESModule",
alignmentsLabel = cms.string(''),
appendToDataLabel = cms.string(''),
applyAlignment = cms.bool(True),
fromDDD = cms.bool(True)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

DummyDetLayerGeometry = cms.ESProducer("DetLayerGeometryESProducer",
ComponentName = cms.string('DummyDetLayerGeometry')
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

EcalBarrelGeometryEP = cms.ESProducer("EcalBarrelGeometryEP",
applyAlignment = cms.bool(False)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

EcalElectronicsMappingBuilder = cms.ESProducer("EcalElectronicsMappingBuilder")
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

EcalLaserCorrectionService = cms.ESProducer("EcalLaserCorrectionService")
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

EcalTrigTowerConstituentsMapBuilder = cms.ESProducer("EcalTrigTowerConstituentsMapBuilder",
MapFile = cms.untracked.string('Geometry/EcalMapping/data/EndCap_TTMap.txt')
)
Loading

0 comments on commit 1135ad3

Please sign in to comment.