-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the baseline Phase 2 HLT configuration for Jets/MET
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
Showing
999 changed files
with
30,224 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
HLTrigger/Configuration/python/HLT_75e33/eventsetup/AnalyticalPropagatorParabolicMF_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/AnalyticalPropagator_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/AnyDirectionAnalyticalPropagator_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BTagRecord_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
11 changes: 11 additions & 0 deletions
11
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloMPropagatorAlong_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
11 changes: 11 additions & 0 deletions
11
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloMPropagatorOpposite_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
8 changes: 8 additions & 0 deletions
8
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloPropagatorAlong_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
8 changes: 8 additions & 0 deletions
8
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloPropagatorAny_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
8 changes: 8 additions & 0 deletions
8
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloPropagatorOpposite_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
22 changes: 22 additions & 0 deletions
22
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloSHPropagatorAlong_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
22 changes: 22 additions & 0 deletions
22
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloSHPropagatorAny_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
22 changes: 22 additions & 0 deletions
22
HLTrigger/Configuration/python/HLT_75e33/eventsetup/BeamHaloSHPropagatorOpposite_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
5 changes: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CSCChannelMapperESProducer_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CSCChannelMapperESSource_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
13 changes: 13 additions & 0 deletions
13
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CSCGeometryESModule_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
5 changes: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CSCIndexerESProducer_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CSCIndexerESSource_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
13 changes: 13 additions & 0 deletions
13
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CaloGeometryBuilder_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
) | ||
) |
3 changes: 3 additions & 0 deletions
3
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CaloTopologyBuilder_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
CaloTopologyBuilder = cms.ESProducer("CaloTopologyBuilder") |
8 changes: 8 additions & 0 deletions
8
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CaloTowerConstituentsMapBuilder_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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('') | ||
) |
3 changes: 3 additions & 0 deletions
3
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CaloTowerHardcodeGeometryEP_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
CaloTowerHardcodeGeometryEP = cms.ESProducer("CaloTowerHardcodeGeometryEP") |
3 changes: 3 additions & 0 deletions
3
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CaloTowerTopologyEP_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
CaloTowerTopologyEP = cms.ESProducer("CaloTowerTopologyEP") |
5 changes: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CastorDbProducer_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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('') | ||
) |
3 changes: 3 additions & 0 deletions
3
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CastorHardcodeGeometryEP_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
CastorHardcodeGeometryEP = cms.ESProducer("CastorHardcodeGeometryEP") |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2EstimatorForMuRefit_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2EstimatorForMuonTrackLoader_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2EstimatorForRefit_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2MeasurementEstimatorForInOut_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2MeasurementEstimatorForOutIn_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2MeasurementEstimatorForP5_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/eventsetup/Chi2MeasurementEstimator_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CloseComponentsMerger5D_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
7 changes: 7 additions & 0 deletions
7
HLTrigger/Configuration/python/HLT_75e33/eventsetup/CloseComponentsMerger_forPreId_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
10 changes: 10 additions & 0 deletions
10
HLTrigger/Configuration/python/HLT_75e33/eventsetup/ClusterShapeHitFilterESProducer_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) | ||
) |
8 changes: 8 additions & 0 deletions
8
HLTrigger/Configuration/python/HLT_75e33/eventsetup/DTGeometryESModule_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
5 changes: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/eventsetup/DummyDetLayerGeometry_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
5 changes: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/eventsetup/EcalBarrelGeometryEP_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
) |
3 changes: 3 additions & 0 deletions
3
HLTrigger/Configuration/python/HLT_75e33/eventsetup/EcalElectronicsMappingBuilder_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
EcalElectronicsMappingBuilder = cms.ESProducer("EcalElectronicsMappingBuilder") |
3 changes: 3 additions & 0 deletions
3
HLTrigger/Configuration/python/HLT_75e33/eventsetup/EcalLaserCorrectionService_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
EcalLaserCorrectionService = cms.ESProducer("EcalLaserCorrectionService") |
5 changes: 5 additions & 0 deletions
5
...gger/Configuration/python/HLT_75e33/eventsetup/EcalTrigTowerConstituentsMapBuilder_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
) |
Oops, something went wrong.