Skip to content

Commit

Permalink
Merge pull request #2966 from Martin-Grunewald/ToolfAndFrozen
Browse files Browse the repository at this point in the history
HLTrigger/Configuration -- Frozen menu update for ecal unpacking, tools update for RR, misc. fixes
  • Loading branch information
nclopezo committed Mar 24, 2014
2 parents 3d99b5e + bb797d4 commit bdcf26c
Show file tree
Hide file tree
Showing 19 changed files with 1,311 additions and 2,223 deletions.
602 changes: 290 additions & 312 deletions HLTrigger/Configuration/python/HLT_2013_Famos_cff.py

Large diffs are not rendered by default.

940 changes: 318 additions & 622 deletions HLTrigger/Configuration/python/HLT_2013_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_7_1_0/HLT/V21 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/HLT/V23 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/HLT/V21')
tableName = cms.string('/dev/CMSSW_7_1_0/HLT/V23')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_Famos_cff.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_1_0/GRun/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/GRun/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms
from FastSimulation.HighLevelTrigger.HLTSetup_cff import *


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/GRun/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/GRun/V17')
)

CSCChannelMapperESSource = cms.ESSource( "EmptyESSource",
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_7_1_0/GRun/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/GRun/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/GRun/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/GRun/V17')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_7_1_0/HIon/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/HIon/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/HIon/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/HIon/V17')
)

streams = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
@@ -1,10 +1,10 @@
# /dev/CMSSW_7_1_0/PIon/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/PIon/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms


HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/PIon/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/PIon/V17')
)

streams = cms.PSet(
Expand Down
4 changes: 4 additions & 0 deletions HLTrigger/Configuration/python/HLTrigger_EventContent_cff.py
Expand Up @@ -243,6 +243,8 @@
'keep *_hltSelector4JetsL1FastJet_*_*',
'keep *_hltSelectorJets20L1FastJet_*_*',
'keep *_hltSiPixelCluster_*_*',
'keep *_hltSiPixelClusters_*_*',
'keep *_hltSiStripClusters_*_*',
'keep *_hltSiStripRawToClustersFacility_*_*',
'keep *_hltSingleMu15L3Filtered15_*_*',
'keep *_hltSingleMuIsoL1s14L3IsoFiltered15eta2p1_*_*',
Expand Down Expand Up @@ -511,6 +513,8 @@
'keep *_hltSelector4JetsL1FastJet_*_*',
'keep *_hltSelectorJets20L1FastJet_*_*',
'keep *_hltSiPixelCluster_*_*',
'keep *_hltSiPixelClusters_*_*',
'keep *_hltSiStripClusters_*_*',
'keep *_hltSiStripRawToClustersFacility_*_*',
'keep *_hltSingleMu15L3Filtered15_*_*',
'keep *_hltSingleMuIsoL1s14L3IsoFiltered15eta2p1_*_*',
Expand Down
946 changes: 322 additions & 624 deletions HLTrigger/Configuration/test/OnData_HLT_2013.py

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions HLTrigger/Configuration/test/OnData_HLT_FULL.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_1_0/HLT/V21 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/HLT/V23 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTFULL" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/HLT/V21')
tableName = cms.string('/dev/CMSSW_7_1_0/HLT/V23')
)

process.streams = cms.PSet(
Expand Down Expand Up @@ -5045,7 +5045,8 @@
suppressInfo = cms.untracked.vstring( ),
suppressWarning = cms.untracked.vstring( ),
suppressDebug = cms.untracked.vstring( ),
suppressError = cms.untracked.vstring( )
suppressError = cms.untracked.vstring( ),
ERROR = cms.untracked.PSet( limit = cms.untracked.int32( 0 ) )
),
cerr_stats = cms.untracked.PSet(
threshold = cms.untracked.string( "WARNING" ),
Expand Down Expand Up @@ -68013,7 +68014,8 @@
'keep *_hltPixelTracks_*_*',
'keep *_hltPixelVertices3DbbPhi_*_*',
'keep *_hltPixelVertices_*_*',
'keep *_hltSiPixelCluster_*_*',
'keep *_hltSiPixelClusters_*_*',
'keep *_hltSiStripClusters_*_*',
'keep *_hltSiStripRawToClustersFacility_*_*',
'keep *_hltTriggerSummaryAOD_*_*',
'keep *_hltTriggerSummaryRAW_*_*',
Expand Down
10 changes: 6 additions & 4 deletions HLTrigger/Configuration/test/OnData_HLT_GRun.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_1_0/GRun/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/GRun/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTGRun" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/GRun/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/GRun/V17')
)

process.streams = cms.PSet(
Expand Down Expand Up @@ -4006,7 +4006,8 @@
suppressInfo = cms.untracked.vstring( ),
suppressWarning = cms.untracked.vstring( ),
suppressDebug = cms.untracked.vstring( ),
suppressError = cms.untracked.vstring( )
suppressError = cms.untracked.vstring( ),
ERROR = cms.untracked.PSet( limit = cms.untracked.int32( 0 ) )
),
cerr_stats = cms.untracked.PSet(
threshold = cms.untracked.string( "WARNING" ),
Expand Down Expand Up @@ -56434,7 +56435,8 @@
'keep *_hltPixelTracks_*_*',
'keep *_hltPixelVertices3DbbPhi_*_*',
'keep *_hltPixelVertices_*_*',
'keep *_hltSiPixelCluster_*_*',
'keep *_hltSiPixelClusters_*_*',
'keep *_hltSiStripClusters_*_*',
'keep *_hltSiStripRawToClustersFacility_*_*',
'keep *_hltTriggerSummaryAOD_*_*',
'keep *_hltTriggerSummaryRAW_*_*',
Expand Down
10 changes: 6 additions & 4 deletions HLTrigger/Configuration/test/OnData_HLT_HIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_1_0/HIon/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/HIon/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/HIon/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/HIon/V17')
)

process.streams = cms.PSet(
Expand Down Expand Up @@ -2593,7 +2593,8 @@
suppressInfo = cms.untracked.vstring( ),
suppressWarning = cms.untracked.vstring( ),
suppressDebug = cms.untracked.vstring( ),
suppressError = cms.untracked.vstring( )
suppressError = cms.untracked.vstring( ),
ERROR = cms.untracked.PSet( limit = cms.untracked.int32( 0 ) )
),
cerr_stats = cms.untracked.PSet(
threshold = cms.untracked.string( "WARNING" ),
Expand Down Expand Up @@ -7877,7 +7878,8 @@
'keep *_hltPixelTracks_*_*',
'keep *_hltPixelVertices3DbbPhi_*_*',
'keep *_hltPixelVertices_*_*',
'keep *_hltSiPixelCluster_*_*',
'keep *_hltSiPixelClusters_*_*',
'keep *_hltSiStripClusters_*_*',
'keep *_hltSiStripRawToClustersFacility_*_*',
'keep *_hltTriggerSummaryAOD_*_*',
'keep *_hltTriggerSummaryRAW_*_*',
Expand Down
7 changes: 4 additions & 3 deletions HLTrigger/Configuration/test/OnData_HLT_PIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_1_0/PIon/V16 (CMSSW_7_1_0_pre4_HLT5)
# /dev/CMSSW_7_1_0/PIon/V17 (CMSSW_7_1_0_pre4_HLT5)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_1_0/PIon/V16')
tableName = cms.string('/dev/CMSSW_7_1_0/PIon/V17')
)

process.streams = cms.PSet(
Expand Down Expand Up @@ -3033,7 +3033,8 @@
suppressInfo = cms.untracked.vstring( ),
suppressWarning = cms.untracked.vstring( ),
suppressDebug = cms.untracked.vstring( ),
suppressError = cms.untracked.vstring( )
suppressError = cms.untracked.vstring( ),
ERROR = cms.untracked.PSet( limit = cms.untracked.int32( 0 ) )
),
cerr_stats = cms.untracked.PSet(
threshold = cms.untracked.string( "WARNING" ),
Expand Down

0 comments on commit bdcf26c

Please sign in to comment.