-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Development of HLT menus for `CMSSW_13_2_X`. Since this is the first PR for the development of HLT menus in this release cycle, the "fake" and "frozen" menus in the release are also updated accordingly. This update includes the integration of the following JIRA tickets. - [CMSHLT-2863](https://its.cern.ch/jira/browse/CMSHLT-2863): [TSG] replace instances of `HLTPFJetTagWithMatching` with `HLTPFJetTag` - [CMSHLT-2888](https://its.cern.ch/jira/browse/CMSHLT-2888): [TRK] replace instances of `SiPixelRawToClusterCUDA` with `SiPixelRawToClusterCUDAPhase1` - [CMSHLT-2891](https://its.cern.ch/jira/browse/CMSHLT-2891): [LUM] remove AlCaPCC streams from HIon menu
- Loading branch information
Showing
28 changed files
with
2,109 additions
and
882 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# /dev/CMSSW_13_0_0/GRun | ||
# /dev/CMSSW_13_2_0/GRun | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# /dev/CMSSW_13_0_0/HIon | ||
# /dev/CMSSW_13_2_0/HIon | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# /dev/CMSSW_13_0_0/PIon | ||
# /dev/CMSSW_13_2_0/PIon | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# /dev/CMSSW_13_0_0/PRef | ||
# /dev/CMSSW_13_2_0/PRef | ||
|
||
import FWCore.ParameterSet.Config as cms | ||
|
||
|
Oops, something went wrong.