Skip to content

Commit

Permalink
Update (fix) also the frozen ppref menu
Browse files Browse the repository at this point in the history
  • Loading branch information
perrotta committed Jan 24, 2016
1 parent 99170fb commit 82fc46a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_pp5TeV_2015_v2_cff.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /frozen/2015/pp5TeV/v2.0/HLT/V2 (CMSSW_7_5_7_patch1)
# /dev/CMSSW_7_5_0/PRef/V7 (CMSSW_7_5_7_patch1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/frozen/2015/pp5TeV/v2.0/HLT/V2')
tableName = cms.string('/dev/CMSSW_7_5_0/PRef/V7')
)

fragment.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(
Expand Down Expand Up @@ -10618,7 +10618,7 @@
chi2n_no1Dmod_par = cms.double( 9999.0 ),
vertices = cms.InputTag( "hltPixelVertices" ),
max_eta = cms.double( 9999.0 ),
d0_par2 = cms.vdouble( 5.0, 0.0 ),
d0_par2 = cms.vdouble( 9999.0, 0.0 ),
d0_par1 = cms.vdouble( 9999.0, 0.0 ),
res_par = cms.vdouble( 99999.0, 99999.0 ),
minHitsToBypassChecks = cms.uint32( 999 )
Expand Down

0 comments on commit 82fc46a

Please sign in to comment.