Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLT development in May (80X) #14445

Merged
merged 29 commits into from
May 27, 2016
Merged
Changes from 4 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
575a3ac
fix ElectronEtFilter fillDesc and check mergability in new IB
afiqaize May 9, 2016
4ec40ed
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V200
perrotta May 2, 2016
f86ab62
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V206
perrotta May 3, 2016
7b13524
Fix HLTPhysics stream
perrotta May 3, 2016
603f889
Fix obsolete FEDids
Martin-Grunewald May 4, 2016
71cc5f8
Rebase to 807patch1 and new L1T menu v2c
Martin-Grunewald May 10, 2016
f24048b
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V222
perrotta May 10, 2016
edd6720
Fixup PRef.txt and CMSHLT-810
Martin-Grunewald May 10, 2016
cd4206f
EmDQM to find varTag and disabling nonIsoTag
afiqaize May 10, 2016
56d0c75
Cleanup of customisations
Martin-Grunewald May 12, 2016
ac28f51
Merged 80XMay10HLT from repository cms-tsg-storm
Martin-Grunewald May 13, 2016
dff1a17
rebase and progress
Martin-Grunewald May 13, 2016
4eb4c36
Migration
Martin-Grunewald May 13, 2016
23e61bc
FastSim workaround
Martin-Grunewald May 13, 2016
b5a1075
Merged 80XMay10HLT from repository cms-tsg-storm
perrotta May 13, 2016
b02289e
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V238
perrotta May 13, 2016
8c094b1
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V238
perrotta May 13, 2016
407897b
Merged 80XMay10HLT from repository cms-tsg-storm
Martin-Grunewald May 19, 2016
7cd40d9
Integration of CMSHLT-825 and preparation for CMSHLT-798
Martin-Grunewald May 19, 2016
9c65cd6
CMSHLT 830 and 829
Martin-Grunewald May 19, 2016
9fbc8e4
L1T menu v3 and HLT development
Martin-Grunewald May 23, 2016
c50da2a
More HLT development / CMSHLT-818
Martin-Grunewald May 23, 2016
1ec8baa
More HLT from May 18th train
Martin-Grunewald May 24, 2016
59f5028
Move to L1T menu v4
Martin-Grunewald May 24, 2016
4a0477f
Move to L1T menu v4 - take-2
Martin-Grunewald May 24, 2016
9dfdba7
Update the Global tags for latest L1 uGT menu
mmusich May 24, 2016
9866262
Use of new L1T v4 seeds
Martin-Grunewald May 25, 2016
5f5f015
CMSHLT 832 and 836 added to GRun
Martin-Grunewald May 25, 2016
6cdd1bd
CMSHLT-827 in GRun
Martin-Grunewald May 26, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 50 additions & 22 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

68 changes: 48 additions & 20 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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /dev/CMSSW_8_0_0/HIon/V92 (CMSSW_8_0_8_HLT1)
# /dev/CMSSW_8_0_0/HIon/V93 (CMSSW_8_0_8_HLT1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_8_0_0/HIon/V92')
tableName = cms.string('/dev/CMSSW_8_0_0/HIon/V93')
)

fragment.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /dev/CMSSW_8_0_0/PIon/V92 (CMSSW_8_0_8_HLT1)
# /dev/CMSSW_8_0_0/PIon/V93 (CMSSW_8_0_8_HLT1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_8_0_0/PIon/V92')
tableName = cms.string('/dev/CMSSW_8_0_0/PIon/V93')
)

fragment.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PRef_cff.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /dev/CMSSW_8_0_0/PRef/V92 (CMSSW_8_0_8_HLT1)
# /dev/CMSSW_8_0_0/PRef/V93 (CMSSW_8_0_8_HLT1)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_8_0_0/PRef/V92')
tableName = cms.string('/dev/CMSSW_8_0_0/PRef/V93')
)

fragment.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(
Original file line number Diff line number Diff line change
@@ -591,7 +591,7 @@
'HLT_L1SingleMu16_v1',
'HLT_L1SingleMuOpen_v2',
'HLT_L2Mu10_v1',
'HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v1',
'HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v2',
'HLT_Mu15_IsoVVVL_BTagCSV_p067_PFHT400_v1',
'HLT_Mu15_IsoVVVL_PFHT350_PFMET50_v2',
'HLT_Mu15_IsoVVVL_PFHT350_v2',
@@ -617,6 +617,7 @@
'HLT_Mu50_IsoVVVL_PFHT400_v1',
'HLT_Mu50_v2',
'HLT_Mu55_v1',
'HLT_Mu8_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT300_PFMETNoMu60_v1',
'HLT_TkMu20_v2',
'HLT_TkMu24_eta2p1_v2',
'HLT_TkMu27_v2',
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/tables/GRun.txt
Original file line number Diff line number Diff line change
@@ -481,8 +481,8 @@ HLT_HT350_DisplacedDijet40_Inclusive_v* # JIRA: CMSHLT-729
HLT_Ele27_eta2p1_WPTight_Gsf_v* # JIRA: CMSHLT-330
HLT_Ele32_eta2p1_WPTight_Gsf_v* # JIRA: CMSHLT-330

#HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60* # JIRA: CMSHLT-778
HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v* # JIRA: CMSHLT-317, CMSHLT-479, CMSHLT-601, CMSHLT-711
HLT_Mu8_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT300_PFMETNoMu60_v* # JIRA: CMSHLT-778
HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v* # JIRA: CMSHLT-317, CMSHLT-479, CMSHLT-601, CMSHLT-711, CMSHLT-778

HLT_Photon500_v* # JIRA: CMSHLT-312
HLT_Photon600_v* # JIRA: CMSHLT-312
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/tables/online_grun.txt
Original file line number Diff line number Diff line change
@@ -481,8 +481,8 @@ HLT_HT350_DisplacedDijet40_Inclusive_v* # JIRA: CMSHLT-729
HLT_Ele27_eta2p1_WPTight_Gsf_v* # JIRA: CMSHLT-330
HLT_Ele32_eta2p1_WPTight_Gsf_v* # JIRA: CMSHLT-330

#HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60* # JIRA: CMSHLT-778
HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v* # JIRA: CMSHLT-317, CMSHLT-479, CMSHLT-601, CMSHLT-711
HLT_Mu8_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT300_PFMETNoMu60_v* # JIRA: CMSHLT-778
HLT_Mu10_TrkIsoVVL_DiPFJet40_DEta3p5_MJJ750_HTT350_PFMETNoMu60_v* # JIRA: CMSHLT-317, CMSHLT-479, CMSHLT-601, CMSHLT-711, CMSHLT-778

HLT_Photon500_v* # JIRA: CMSHLT-312
HLT_Photon600_v* # JIRA: CMSHLT-312
99 changes: 65 additions & 34 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py

Large diffs are not rendered by default.

83 changes: 57 additions & 26 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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /dev/CMSSW_8_0_0/HIon/V92 (CMSSW_8_0_8_HLT1)
# /dev/CMSSW_8_0_0/HIon/V93 (CMSSW_8_0_8_HLT1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTHIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_8_0_0/HIon/V92')
tableName = cms.string('/dev/CMSSW_8_0_0/HIon/V93')
)

process.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /dev/CMSSW_8_0_0/PIon/V92 (CMSSW_8_0_8_HLT1)
# /dev/CMSSW_8_0_0/PIon/V93 (CMSSW_8_0_8_HLT1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPIon" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_8_0_0/PIon/V92')
tableName = cms.string('/dev/CMSSW_8_0_0/PIon/V93')
)

process.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PRef.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# /dev/CMSSW_8_0_0/PRef/V92 (CMSSW_8_0_8_HLT1)
# /dev/CMSSW_8_0_0/PRef/V93 (CMSSW_8_0_8_HLT1)

import FWCore.ParameterSet.Config as cms

process = cms.Process( "HLTPRef" )

process.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_8_0_0/PRef/V92')
tableName = cms.string('/dev/CMSSW_8_0_0/PRef/V93')
)

process.HLTPSetInitialStepTrajectoryFilterBase = cms.PSet(