Skip to content

Commit

Permalink
Merge pull request #3018 from perrotta/hltConfigAsIn710pre4
Browse files Browse the repository at this point in the history
HLT -- Allow the same HLT configs as in 710pre4
  • Loading branch information
ktf committed Mar 28, 2014
2 parents d05bff1 + b7811c4 commit 40a30be
Show file tree
Hide file tree
Showing 7 changed files with 4,170 additions and 3,941 deletions.
1,177 changes: 590 additions & 587 deletions HLTrigger/Configuration/python/HLT_2013_Famos_cff.py

Large diffs are not rendered by default.

1,454 changes: 756 additions & 698 deletions HLTrigger/Configuration/python/HLT_2013_cff.py

Large diffs are not rendered by default.

1,909 changes: 991 additions & 918 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

1,555 changes: 779 additions & 776 deletions HLTrigger/Configuration/python/HLT_GRun_Famos_cff.py

Large diffs are not rendered by default.

1,838 changes: 948 additions & 890 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

47 changes: 27 additions & 20 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_7_1_0/HIon/V5 (CMSSW_7_0_0_pre13_HLT3)
# /dev/CMSSW_7_1_0/HIon/V6 (CMSSW_7_1_0_pre3)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/HIon/V5')
tableName = cms.string('/dev/CMSSW_7_1_0/HIon/V6')
)

streams = cms.PSet(
Expand Down Expand Up @@ -343,6 +343,7 @@
AnyDirectionAnalyticalPropagator = cms.ESProducer( "AnalyticalPropagatorESProducer",
MaxDPhi = cms.double( 1.6 ),
ComponentName = cms.string( "AnyDirectionAnalyticalPropagator" ),
SimpleMagneticField = cms.string( "" ),
PropagationDirection = cms.string( "anyDirection" )
)
CSCChannelMapperESProducer = cms.ESProducer( "CSCChannelMapperESProducer",
Expand Down Expand Up @@ -639,11 +640,13 @@
hltESPAnalyticalPropagator = cms.ESProducer( "AnalyticalPropagatorESProducer",
MaxDPhi = cms.double( 1.6 ),
ComponentName = cms.string( "hltESPAnalyticalPropagator" ),
SimpleMagneticField = cms.string( "" ),
PropagationDirection = cms.string( "alongMomentum" )
)
hltESPBwdAnalyticalPropagator = cms.ESProducer( "AnalyticalPropagatorESProducer",
MaxDPhi = cms.double( 1.6 ),
ComponentName = cms.string( "hltESPBwdAnalyticalPropagator" ),
SimpleMagneticField = cms.string( "" ),
PropagationDirection = cms.string( "oppositeToMomentum" )
)
hltESPBwdElectronPropagator = cms.ESProducer( "PropagatorWithMaterialESProducer",
Expand Down Expand Up @@ -1061,8 +1064,8 @@
),
DebugStripModuleQualityDB = cms.untracked.bool( False ),
ComponentName = cms.string( "hltESPMeasurementTracker" ),
Regional = cms.bool( True ),
OnDemand = cms.bool( True ),
Regional = cms.bool( False ),
OnDemand = cms.bool( False ),
DebugPixelModuleQualityDB = cms.untracked.bool( False ),
UsePixelModuleQualityDB = cms.bool( True ),
DebugStripAPVFiberQualityDB = cms.untracked.bool( False ),
Expand Down Expand Up @@ -1141,8 +1144,8 @@
),
DebugStripModuleQualityDB = cms.untracked.bool( False ),
ComponentName = cms.string( "hltESPMeasurementTrackerReg" ),
Regional = cms.bool( True ),
OnDemand = cms.bool( True ),
Regional = cms.bool( False ),
OnDemand = cms.bool( False ),
DebugPixelModuleQualityDB = cms.untracked.bool( False ),
UsePixelModuleQualityDB = cms.bool( True ),
DebugStripAPVFiberQualityDB = cms.untracked.bool( False ),
Expand Down Expand Up @@ -1703,8 +1706,8 @@
),
DebugStripModuleQualityDB = cms.untracked.bool( False ),
ComponentName = cms.string( "hltHIAllESPMeasurementTracker" ),
Regional = cms.bool( True ),
OnDemand = cms.bool( True ),
Regional = cms.bool( False ),
OnDemand = cms.bool( False ),
DebugPixelModuleQualityDB = cms.untracked.bool( False ),
UsePixelModuleQualityDB = cms.bool( True ),
DebugStripAPVFiberQualityDB = cms.untracked.bool( False ),
Expand Down Expand Up @@ -2884,15 +2887,15 @@
hitErrorRZ = cms.double( 0.0036 )
),
TID = cms.PSet( ),
TOB = cms.PSet( ),
BPix = cms.PSet(
useErrorsFromParam = cms.bool( True ),
hitErrorRPhi = cms.double( 0.0027 ),
TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ),
HitProducer = cms.string( "hltHISiPixelRecHits" ),
hitErrorRZ = cms.double( 0.006 )
),
TIB = cms.PSet( )
TIB = cms.PSet( ),
TOB = cms.PSet( )
)
hltPixelTracksForHITrackTrigger = cms.EDProducer( "PixelTrackProducer",
FilterPSet = cms.PSet(
Expand Down Expand Up @@ -3849,7 +3852,7 @@
hltSiStripExcludedFEDListProducer = cms.EDProducer( "SiStripExcludedFEDListProducer",
ProductLabel = cms.InputTag( "rawDataCollector" )
)
hltHISiStripRawToClustersFacility = cms.EDProducer( "SiStripRawToClusters",
hltHISiStripRawToClustersFacility = cms.EDProducer( "SiStripClusterizerFromRaw",
ProductLabel = cms.InputTag( "rawDataCollector" ),
DoAPVEmulatorCheck = cms.bool( False ),
Algorithms = cms.PSet(
Expand Down Expand Up @@ -3897,16 +3900,19 @@
ClusterThreshold = cms.double( 5.0 ),
setDetId = cms.bool( True ),
RemoveApvShots = cms.bool( True )
)
),
onDemand = cms.bool( True )
)
hltHISiStripClusters = cms.EDProducer( "MeasurementTrackerSiStripRefGetterProducer",
stripLazyGetterProducer = cms.string( "hltHISiStripRawToClustersFacility" ),
hltHISiStripClusters = cms.EDProducer( "MeasurementTrackerEventProducer",
stripLazyGetterProducer = cms.string( "" ),
inactivePixelDetectorLabels = cms.VInputTag( ),
stripClusterProducer = cms.string( "hltHISiStripClusters" ),
InputModuleLabel = cms.InputTag( "hltHISiStripRawToClustersFacility" ),
OnDemand = cms.bool( False ),
stripClusterProducer = cms.string( "hltHISiStripRawToClustersFacility" ),
Regional = cms.bool( False ),
pixelClusterProducer = cms.string( "hltHISiPixelClusters" ),
switchOffPixelsIfEmpty = cms.bool( True ),
inactiveStripDetectorLabels = cms.VInputTag( 'hltSiStripExcludedFEDListProducer' ),
skipClusters = cms.InputTag( "" ),
measurementTracker = cms.string( "hltHIAllESPMeasurementTracker" )
)
hltHIL3TrajSeedOIState = cms.EDProducer( "TSGFromL2Muon",
Expand Down Expand Up @@ -4436,15 +4442,15 @@
hitErrorRZ = cms.double( 0.0036 )
),
TID = cms.PSet( ),
TOB = cms.PSet( ),
BPix = cms.PSet(
useErrorsFromParam = cms.bool( True ),
hitErrorRPhi = cms.double( 0.0027 ),
TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ),
HitProducer = cms.string( "hltHISiPixelRecHits" ),
hitErrorRZ = cms.double( 0.006 )
),
TIB = cms.PSet( )
TIB = cms.PSet( ),
TOB = cms.PSet( )
)
hltHIMixedLayerPairs = cms.EDProducer( "SeedingLayersEDProducer",
layerList = cms.vstring( 'BPix1+BPix2',
Expand Down Expand Up @@ -4482,15 +4488,15 @@
hitErrorRZ = cms.double( 0.0036 )
),
TID = cms.PSet( ),
TOB = cms.PSet( ),
BPix = cms.PSet(
useErrorsFromParam = cms.bool( True ),
hitErrorRPhi = cms.double( 0.0027 ),
TTRHBuilder = cms.string( "hltESPTTRHBuilderPixelOnly" ),
HitProducer = cms.string( "hltHISiPixelRecHits" ),
hitErrorRZ = cms.double( 0.006 )
),
TIB = cms.PSet( )
TIB = cms.PSet( ),
TOB = cms.PSet( )
)
hltHIL3TrajSeedIOHit = cms.EDProducer( "TSGFromL2Muon",
TkSeedGenerator = cms.PSet(
Expand Down Expand Up @@ -5877,6 +5883,7 @@
hltHIPrimTrackCandidates = cms.EDProducer( "CkfTrackCandidateMaker",
src = cms.InputTag( "hltHIPixelTrackSeeds" ),
maxSeedsBeforeCleaning = cms.uint32( 1000 ),
SimpleMagneticField = cms.string( "" ),
TransientInitialStateEstimatorParameters = cms.PSet(
propagatorAlongTISE = cms.string( "PropagatorWithMaterialForHI" ),
propagatorOppositeTISE = cms.string( "PropagatorWithMaterialOppositeForHI" ),
Expand Down

0 comments on commit 40a30be

Please sign in to comment.