Skip to content

Commit

Permalink
V01-13-24 HLTrigger/Configuration - ConfDB /dev/CMSSW_3_4_0/pre6/XXXX/V4
Browse files Browse the repository at this point in the history
* changes in L3MuonProducer configs as required by RecoMuon
  • Loading branch information
Salavat Abdoulline committed Nov 11, 2009
1 parent 3f81787 commit a2c097c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions FastSimulation/Configuration/python/HLT_1E31_cff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /dev/CMSSW_3_4_0/pre6/1E31/V3 (CMSSW_3_4_0_pre5_HLT1)
# /dev/CMSSW_3_4_0/pre6/1E31/V4 (CMSSW_3_4_0_pre5_HLT1)
# Begin replace statements specific to the FastSim HLT
# For all HLTLevel1GTSeed objects, make the following replacements:
# - L1GtReadoutRecordTag changed from hltGtDigis to gtDigis
Expand Down Expand Up @@ -30,7 +30,7 @@


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/1E31/V3')
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/1E31/V4')
)


Expand Down
4 changes: 2 additions & 2 deletions FastSimulation/Configuration/python/HLT_8E29_cff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /dev/CMSSW_3_4_0/pre6/8E29/V3 (CMSSW_3_4_0_pre5_HLT1)
# /dev/CMSSW_3_4_0/pre6/8E29/V4 (CMSSW_3_4_0_pre5_HLT1)
# Begin replace statements specific to the FastSim HLT
# For all HLTLevel1GTSeed objects, make the following replacements:
# - L1GtReadoutRecordTag changed from hltGtDigis to gtDigis
Expand Down Expand Up @@ -30,7 +30,7 @@


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/8E29/V3')
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/8E29/V4')
)


Expand Down
4 changes: 2 additions & 2 deletions FastSimulation/Configuration/python/blockHLT_1E31_cff.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# /dev/CMSSW_3_4_0/pre6/1E31/V3 (CMSSW_3_4_0_pre5_HLT1)
# /dev/CMSSW_3_4_0/pre6/1E31/V4 (CMSSW_3_4_0_pre5_HLT1)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/1E31/V3')
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/1E31/V4')
)


Expand Down
4 changes: 2 additions & 2 deletions FastSimulation/Configuration/python/blockHLT_8E29_cff.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# /dev/CMSSW_3_4_0/pre6/8E29/V3 (CMSSW_3_4_0_pre5_HLT1)
# /dev/CMSSW_3_4_0/pre6/8E29/V4 (CMSSW_3_4_0_pre5_HLT1)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/8E29/V3')
tableName = cms.string('/dev/CMSSW_3_4_0/pre6/8E29/V4')
)


Expand Down

0 comments on commit a2c097c

Please sign in to comment.