Skip to content

Commit

Permalink
Scouting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Sep 14, 2015
1 parent ffc5494 commit 556f0cd
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 18 deletions.
11 changes: 9 additions & 2 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_4_0/HLT/V473 (CMSSW_7_4_10_patch1)
# /dev/CMSSW_7_4_0/HLT/V476 (CMSSW_7_4_10_patch1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_4_0/HLT/V473')
tableName = cms.string('/dev/CMSSW_7_4_0/HLT/V476')
)

fragment.HLTIter4PSetTrajectoryFilterIT = cms.PSet(
Expand Down Expand Up @@ -542,6 +542,7 @@
'MuonEG',
'SingleMuon' ),
PhysicsParkingMonitor = cms.vstring( 'ParkingMonitor' ),
PhysicsScoutingMonitor = cms.vstring( 'ScoutingMonitor' ),
RPCMON = cms.vstring( 'RPCMonitor' ),
ReleaseValidation = cms.vstring( ),
ScoutingCalo = cms.vstring( 'ScoutingCaloCommissioning',
Expand Down Expand Up @@ -2010,6 +2011,12 @@
ScoutingCaloCommissioning = cms.vstring( 'DST_L1HT_CaloScouting_v1',
'DST_ZeroBias_CaloScouting_v1' ),
ScoutingCaloHT = cms.vstring( 'DST_HT250_CaloScouting_v1' ),
ScoutingMonitor = cms.vstring( 'DST_HT250_CaloScouting_v1',
'DST_HT450_PFScouting_v1',
'DST_L1HT_CaloScouting_v1',
'DST_L1HT_PFScouting_v1',
'DST_ZeroBias_CaloScouting_v1',
'DST_ZeroBias_PFScouting_v1' ),
ScoutingPFCommissioning = cms.vstring( 'DST_L1HT_PFScouting_v1',
'DST_ZeroBias_PFScouting_v1' ),
ScoutingPFHT = cms.vstring( 'DST_HT450_PFScouting_v1' ),
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_4_0/GRun/V145 (CMSSW_7_4_10_patch1)
# /dev/CMSSW_7_4_0/GRun/V147 (CMSSW_7_4_10_patch1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_4_0/GRun/V145')
tableName = cms.string('/dev/CMSSW_7_4_0/GRun/V147')
)

fragment.HLTIter4PSetTrajectoryFilterIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_4_0/HIon/V145 (CMSSW_7_4_10_patch1)
# /dev/CMSSW_7_4_0/HIon/V147 (CMSSW_7_4_10_patch1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_4_0/HIon/V145')
tableName = cms.string('/dev/CMSSW_7_4_0/HIon/V147')
)

fragment.HLTIter4PSetTrajectoryFilterIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_4_0/PIon/V145 (CMSSW_7_4_10_patch1)
# /dev/CMSSW_7_4_0/PIon/V147 (CMSSW_7_4_10_patch1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_4_0/PIon/V145')
tableName = cms.string('/dev/CMSSW_7_4_0/PIon/V147')
)

fragment.HLTIter4PSetTrajectoryFilterIT = cms.PSet(
Expand Down
1 change: 1 addition & 0 deletions HLTrigger/Configuration/tables/GRun.txt
Expand Up @@ -624,6 +624,7 @@ PhysicsHadronsTausOutput
PhysicsMuonsOutput
PhysicsParkingMonitorOutput # JIRA: CMSHLT-487
ParkingHadronsOutput # JIRA: CMSHLT-487
PhysicsScoutingMonitorOutput # JIRA: CMSHLT-548
ScoutingCaloOutput # JIRA: CMSHLT-548
ScoutingPFOutput # JIRA: CMSHLT-548
DQMOutput # online DQMFileSaver
Expand Down
1 change: 1 addition & 0 deletions HLTrigger/Configuration/tables/online_grun.txt
Expand Up @@ -624,6 +624,7 @@ PhysicsHadronsTausOutput
PhysicsMuonsOutput
PhysicsParkingMonitorOutput # JIRA: CMSHLT-487
ParkingHadronsOutput # JIRA: CMSHLT-487
PhysicsScoutingMonitorOutput # JIRA: CMSHLT-548
ScoutingCaloOutput # JIRA: CMSHLT-548
ScoutingPFOutput # JIRA: CMSHLT-548
DQMOutput # online DQMFileSaver
Expand Down
54 changes: 51 additions & 3 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_4_0/HIon/V145 (CMSSW_7_4_10_patch1)
# /dev/CMSSW_7_4_0/HIon/V147 (CMSSW_7_4_10_patch1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_4_0/HIon/V145')
tableName = cms.string('/dev/CMSSW_7_4_0/HIon/V147')
)

process.HLTIter4PSetTrajectoryFilterIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
@@ -1,11 +1,11 @@
# /dev/CMSSW_7_4_0/PIon/V145 (CMSSW_7_4_10_patch1)
# /dev/CMSSW_7_4_0/PIon/V147 (CMSSW_7_4_10_patch1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_7_4_0/PIon/V145')
tableName = cms.string('/dev/CMSSW_7_4_0/PIon/V147')
)

process.HLTIter4PSetTrajectoryFilterIT = cms.PSet(
Expand Down

0 comments on commit 556f0cd

Please sign in to comment.