Skip to content

Commit

Permalink
Update HLT to V3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Sep 26, 2018
1 parent 6091e62 commit 8a0bc5a
Show file tree
Hide file tree
Showing 11 changed files with 1,231 additions and 82 deletions.
318 changes: 302 additions & 16 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

310 changes: 298 additions & 12 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_1_0/HIon --type HIon

# /dev/CMSSW_10_1_0/HIon/V81 (CMSSW_10_1_10_HLT1)
# /dev/CMSSW_10_1_0/HIon/V83 (CMSSW_10_1_10_HLT1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_1_0/HIon/V81')
tableName = cms.string('/dev/CMSSW_10_1_0/HIon/V83')
)

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_1_0/PIon --type PIon

# /dev/CMSSW_10_1_0/PIon/V81 (CMSSW_10_1_10_HLT1)
# /dev/CMSSW_10_1_0/PIon/V83 (CMSSW_10_1_10_HLT1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_1_0/PIon/V81')
tableName = cms.string('/dev/CMSSW_10_1_0/PIon/V83')
)

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_1_0/PRef --type PRef

# /dev/CMSSW_10_1_0/PRef/V81 (CMSSW_10_1_10_HLT1)
# /dev/CMSSW_10_1_0/PRef/V83 (CMSSW_10_1_10_HLT1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_1_0/PRef/V81')
tableName = cms.string('/dev/CMSSW_10_1_0/PRef/V83')
)

fragment.transferSystem = cms.PSet(
Expand Down
Expand Up @@ -706,6 +706,7 @@
streamPhysicsHadronsTaus_datasetTau_selector.l1tResults = cms.InputTag('')
streamPhysicsHadronsTaus_datasetTau_selector.throw = cms.bool(False)
streamPhysicsHadronsTaus_datasetTau_selector.triggerConditions = cms.vstring(
'HLT_DoubleMediumChargedIsoPFTauHPS30_L1MaxMass_Trk1_eta2p1_Reg_v1',
'HLT_DoubleMediumChargedIsoPFTauHPS35_Trk1_TightID_eta2p1_Reg_v1',
'HLT_DoubleMediumChargedIsoPFTauHPS35_Trk1_eta2p1_Reg_v4',
'HLT_DoubleMediumChargedIsoPFTauHPS40_Trk1_TightID_eta2p1_Reg_v1',
Expand Down
340 changes: 314 additions & 26 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py

Large diffs are not rendered by default.

320 changes: 304 additions & 16 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_1_0/HIon --type HIon --unprescale --process HLTHIon --globaltag auto:run2_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root

# /dev/CMSSW_10_1_0/HIon/V81 (CMSSW_10_1_10_HLT1)
# /dev/CMSSW_10_1_0/HIon/V83 (CMSSW_10_1_10_HLT1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_1_0/HIon/V81')
tableName = cms.string('/dev/CMSSW_10_1_0/HIon/V83')
)

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_1_0/PIon --type PIon --unprescale --process HLTPIon --globaltag auto:run2_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_10_1_0/PIon/V81 (CMSSW_10_1_10_HLT1)
# /dev/CMSSW_10_1_0/PIon/V83 (CMSSW_10_1_10_HLT1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_1_0/PIon/V81')
tableName = cms.string('/dev/CMSSW_10_1_0/PIon/V83')
)

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_1_0/PRef --type PRef --unprescale --process HLTPRef --globaltag auto:run2_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root

# /dev/CMSSW_10_1_0/PRef/V81 (CMSSW_10_1_10_HLT1)
# /dev/CMSSW_10_1_0/PRef/V83 (CMSSW_10_1_10_HLT1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_10_1_0/PRef/V81')
tableName = cms.string('/dev/CMSSW_10_1_0/PRef/V83')
)

process.transferSystem = cms.PSet(
Expand Down

0 comments on commit 8a0bc5a

Please sign in to comment.