Skip to content

Commit

Permalink
Merge pull request #28126 from cms-tsg-storm/HLTcosmics106X
Browse files Browse the repository at this point in the history
Adding cosmics path for HLT validation (106X)
  • Loading branch information
cmsbuild committed Oct 23, 2019
2 parents 22c03d6 + b5acadb commit a72d40e
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 28 deletions.
39 changes: 34 additions & 5 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_10_6_0/HIon --type HIon

# /dev/CMSSW_10_6_0/HIon/V2 (CMSSW_10_6_0_pre4)
# /dev/CMSSW_10_6_0/HIon/V3 (CMSSW_10_6_0_pre4)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_6_0/HIon/V2')
tableName = cms.string('/dev/CMSSW_10_6_0/HIon/V3')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_10_6_0/PIon --type PIon

# /dev/CMSSW_10_6_0/PIon/V2 (CMSSW_10_6_0_pre4)
# /dev/CMSSW_10_6_0/PIon/V3 (CMSSW_10_6_0_pre4)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_6_0/PIon/V2')
tableName = cms.string('/dev/CMSSW_10_6_0/PIon/V3')
)

fragment.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PRef_cff.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --cff --data /dev/CMSSW_10_6_0/PRef --type PRef

# /dev/CMSSW_10_6_0/PRef/V2 (CMSSW_10_6_0_pre4)
# /dev/CMSSW_10_6_0/PRef/V3 (CMSSW_10_6_0_pre4)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_6_0/PRef/V2')
tableName = cms.string('/dev/CMSSW_10_6_0/PRef/V3')
)

fragment.transferSystem = cms.PSet(
Expand Down
6 changes: 6 additions & 0 deletions HLTrigger/Configuration/python/HLTrigger_Datasets_GRun_cff.py
Expand Up @@ -122,6 +122,12 @@
'HLT_L1_CDC_SingleMu_3_er1p2_TOP120_DPHI2p618_3p142_v2'
)

from HLTrigger.HLTfilters.triggerResultsFilter_cfi import triggerResultsFilter as streamPhysicsCommissioning_datasetCosmics_selector
streamPhysicsCommissioning_datasetCosmics_selector.hltResults = cms.InputTag('TriggerResults', '', 'HLT')
streamPhysicsCommissioning_datasetCosmics_selector.l1tResults = cms.InputTag('')
streamPhysicsCommissioning_datasetCosmics_selector.throw = cms.bool(False)
streamPhysicsCommissioning_datasetCosmics_selector.triggerConditions = cms.vstring('HLT_L1SingleMuCosmics_v1')

from HLTrigger.HLTfilters.triggerResultsFilter_cfi import triggerResultsFilter as streamPhysicsCommissioning_datasetHLTPhysics_selector
streamPhysicsCommissioning_datasetHLTPhysics_selector.hltResults = cms.InputTag('TriggerResults', '', 'HLT')
streamPhysicsCommissioning_datasetHLTPhysics_selector.l1tResults = cms.InputTag('')
Expand Down
3 changes: 3 additions & 0 deletions HLTrigger/Configuration/tables/GRun.txt
Expand Up @@ -723,6 +723,9 @@ HLT_IsoMu24_eta2p1_MediumChargedIsoPFTau35_Trk1_TightID_eta2p1_Reg_CrossL1_v* #
HLT_IsoMu24_eta2p1_TightChargedIsoPFTau35_Trk1_eta2p1_Reg_CrossL1_v* # CMSHLT-2032
HLT_IsoMu24_eta2p1_TightChargedIsoPFTau35_Trk1_TightID_eta2p1_Reg_CrossL1_v* # CMSHLT-2032
HLT_IsoMu27_LooseChargedIsoPFTau20_Trk1_eta2p1_SingleL1_v* # CMSHLT-2032

HLT_L1SingleMuCosmics_v* # CMSHLT-2097

## EndPath ##

PhysicsEndOfFillOutput
Expand Down
2 changes: 2 additions & 0 deletions HLTrigger/Configuration/tables/online_grun.txt
Expand Up @@ -695,6 +695,8 @@ HLT_PFHT400_FivePFJet_120_120_60_30_30_DoublePFBTagDeepCSV_4p5_v* # CMSHLT-1978
HLT_DoubleMediumChargedIsoPFTauHPS30_L1MaxMass_Trk1_eta2p1_Reg_v* # CMSHLT-2000
HLT_IsoMu24_eta2p1_MediumChargedIsoPFTauHPS30_Trk1_eta2p1_Reg_CrossL1_v* # CMSHLT-2000

HLT_L1SingleMuCosmics_v* # CMSHLT-2097

## EndPath ##

PhysicsEndOfFillOutput
Expand Down
54 changes: 43 additions & 11 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,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_10_6_0/HIon --type HIon --unprescale --process HLTHIon --globaltag auto:run2_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root

# /dev/CMSSW_10_6_0/HIon/V2 (CMSSW_10_6_0_pre4)
# /dev/CMSSW_10_6_0/HIon/V3 (CMSSW_10_6_0_pre4)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_6_0/HIon/V2')
tableName = cms.string('/dev/CMSSW_10_6_0/HIon/V3')
)

process.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_10_6_0/PIon --type PIon --unprescale --process HLTPIon --globaltag auto:run2_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_10_6_0/PIon/V2 (CMSSW_10_6_0_pre4)
# /dev/CMSSW_10_6_0/PIon/V3 (CMSSW_10_6_0_pre4)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_6_0/PIon/V2')
tableName = cms.string('/dev/CMSSW_10_6_0/PIon/V3')
)

process.transferSystem = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PRef.py
@@ -1,13 +1,13 @@
# hltGetConfiguration --full --data /dev/CMSSW_10_6_0/PRef --type PRef --unprescale --process HLTPRef --globaltag auto:run2_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root

# /dev/CMSSW_10_6_0/PRef/V2 (CMSSW_10_6_0_pre4)
# /dev/CMSSW_10_6_0/PRef/V3 (CMSSW_10_6_0_pre4)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_6_0/PRef/V2')
tableName = cms.string('/dev/CMSSW_10_6_0/PRef/V3')
)

process.transferSystem = cms.PSet(
Expand Down

0 comments on commit a72d40e

Please sign in to comment.