|
1 | 1 | # hltGetConfiguration /dev/CMSSW_13_0_0/PIon --cff --data --type PIon |
2 | 2 |
|
3 | | -# /dev/CMSSW_13_0_0/PIon/V140 (CMSSW_13_0_2) |
| 3 | +# /dev/CMSSW_13_0_0/PIon/V152 (CMSSW_13_0_2) |
4 | 4 |
|
5 | 5 | import FWCore.ParameterSet.Config as cms |
6 | 6 |
|
|
12 | 12 | fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA() |
13 | 13 |
|
14 | 14 | fragment.HLTConfigVersion = cms.PSet( |
15 | | - tableName = cms.string('/dev/CMSSW_13_0_0/PIon/V140') |
| 15 | + tableName = cms.string('/dev/CMSSW_13_0_0/PIon/V152') |
16 | 16 | ) |
17 | 17 |
|
18 | 18 | fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet( |
|
58 | 58 | lostHitPenalty = cms.double( 30.0 ), |
59 | 59 | requireSeedHitsInRebuild = cms.bool( True ), |
60 | 60 | TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), |
61 | | - maxPtForLooperReconstruction = cms.double( 0.7 ), |
| 61 | + maxPtForLooperReconstruction = cms.double( 0.0 ), |
62 | 62 | propagatorAlong = cms.string( "PropagatorWithMaterialParabolicMf" ), |
63 | 63 | minNrOfHitsForRebuild = cms.int32( 5 ), |
64 | 64 | alwaysUseInvalidHits = cms.bool( False ), |
|
161 | 161 | lostHitPenalty = cms.double( 30.0 ), |
162 | 162 | requireSeedHitsInRebuild = cms.bool( True ), |
163 | 163 | TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ), |
164 | | - maxPtForLooperReconstruction = cms.double( 0.7 ), |
| 164 | + maxPtForLooperReconstruction = cms.double( 0.0 ), |
165 | 165 | propagatorAlong = cms.string( "PropagatorWithMaterialParabolicMf" ), |
166 | 166 | minNrOfHitsForRebuild = cms.int32( 5 ), |
167 | 167 | alwaysUseInvalidHits = cms.bool( False ), |
|
3537 | 3537 | fragment.siPixelGainCalibrationForHLTGPU = cms.ESProducer( "SiPixelGainCalibrationForHLTGPUESProducer", |
3538 | 3538 | appendToDataLabel = cms.string( "" ) |
3539 | 3539 | ) |
3540 | | -fragment.siPixelQualityESProducer = cms.ESProducer( "SiPixelQualityESProducer", |
3541 | | - siPixelQualityLabel = cms.string( "" ), |
3542 | | - siPixelQualityLabel_RawToDigi = cms.string( "" ), |
3543 | | - ListOfRecordToMerge = cms.VPSet( |
3544 | | - cms.PSet( record = cms.string( "SiPixelQualityFromDbRcd" ), |
3545 | | - tag = cms.string( "" ) |
3546 | | - ), |
3547 | | - cms.PSet( record = cms.string( "SiPixelDetVOffRcd" ), |
3548 | | - tag = cms.string( "" ) |
3549 | | - ) |
3550 | | - ), |
3551 | | - appendToDataLabel = cms.string( "" ) |
3552 | | -) |
3553 | 3540 | fragment.siPixelROCsStatusAndMappingWrapperESProducer = cms.ESProducer( "SiPixelROCsStatusAndMappingWrapperESProducer", |
3554 | 3541 | ComponentName = cms.string( "" ), |
3555 | 3542 | CablingMapLabel = cms.string( "" ), |
|
0 commit comments