Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74747
b: "refs/heads/CMSSW_7_1_X"
c: d28430a
h: "refs/heads/CMSSW_7_1_X"
i:
  74745: 49eb6e8
  74743: fbdd3dc
v: v3
  • Loading branch information
Salavat Abdoulline committed Oct 5, 2009
1 parent 2d175de commit 552d1ce
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 9d03226259197fd59191855a5eaaf7ac15712a8e
"refs/heads/CMSSW_7_1_X": d28430a7cd18b06d0dd68ad9e6ec8c5dac9c52a3
5 changes: 3 additions & 2 deletions trunk/FastSimulation/Configuration/python/HLT_1E31_cff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /dev/CMSSW_3_3_0/1E31/V1 (CMSSW_3_3_X_2009-09-17-0100_HLT3)
# /dev/CMSSW_3_3_0/1E31/V3 (CMSSW_3_3_X_2009-09-17-0100_HLT3)
# 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 @@ -28,7 +28,7 @@


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_3_0/1E31/V1')
tableName = cms.string('/dev/CMSSW_3_3_0/1E31/V3')
)


Expand Down Expand Up @@ -4604,6 +4604,7 @@
)
hltStoppedHSCP1CaloJetEnergy = cms.EDFilter( "HLT1CaloJetEnergy",
inputTag = cms.InputTag( "hltStoppedHSCPIterativeCone5CaloJets" ),
saveTag = cms.untracked.bool( True ),
MinE = cms.double( 20.0 ),
MaxEta = cms.double( 3.0 ),
MinN = cms.int32( 1 )
Expand Down
5 changes: 3 additions & 2 deletions trunk/FastSimulation/Configuration/python/HLT_8E29_cff.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /dev/CMSSW_3_3_0/8E29/V1 (CMSSW_3_3_X_2009-09-17-0100_HLT3)
# /dev/CMSSW_3_3_0/8E29/V3 (CMSSW_3_3_X_2009-09-17-0100_HLT3)
# 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 @@ -28,7 +28,7 @@


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_3_0/8E29/V1')
tableName = cms.string('/dev/CMSSW_3_3_0/8E29/V3')
)


Expand Down Expand Up @@ -3851,6 +3851,7 @@
)
hltStoppedHSCP1CaloJetEnergy = cms.EDFilter( "HLT1CaloJetEnergy",
inputTag = cms.InputTag( "hltStoppedHSCPIterativeCone5CaloJets" ),
saveTag = cms.untracked.bool( True ),
MinE = cms.double( 20.0 ),
MaxEta = cms.double( 3.0 ),
MinN = cms.int32( 1 )
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# /dev/CMSSW_3_3_0/1E31/V1 (CMSSW_3_3_X_2009-09-17-0100_HLT3)
# /dev/CMSSW_3_3_0/1E31/V3 (CMSSW_3_3_X_2009-09-17-0100_HLT3)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_3_0/1E31/V1')
tableName = cms.string('/dev/CMSSW_3_3_0/1E31/V3')
)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# /dev/CMSSW_3_3_0/8E29/V1 (CMSSW_3_3_X_2009-09-17-0100_HLT3)
# /dev/CMSSW_3_3_0/8E29/V3 (CMSSW_3_3_X_2009-09-17-0100_HLT3)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_3_3_0/8E29/V1')
tableName = cms.string('/dev/CMSSW_3_3_0/8E29/V3')
)


Expand Down

0 comments on commit 552d1ce

Please sign in to comment.