-
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.
Merge pull request #43842 from cms-tsg-storm/HLTdevelopment133X_for140X
HLT development for 13_3 2/N [14_0_X]
- Loading branch information
Showing
27 changed files
with
21,195 additions
and
19,109 deletions.
There are no files selected for viewing
8,653 changes: 4,448 additions & 4,205 deletions
8,653
HLTrigger/Configuration/python/HLT_FULL_cff.py
Large diffs are not rendered by default.
Oops, something went wrong.
9,547 changes: 4,895 additions & 4,652 deletions
9,547
HLTrigger/Configuration/python/HLT_GRun_cff.py
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
1,861 changes: 1,252 additions & 609 deletions
1,861
HLTrigger/Configuration/python/HLT_Special_cff.py
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#! /bin/bash | ||
# | ||
# generate HLT tables from master table in ConfDB | ||
# | ||
|
||
MASTER="/online/special/2024/v1.0/HLT" # no version, take the latest one | ||
TARGET="/online/special/2024/v1.0/Cosmics" # directory where to store the sub-tables | ||
TABLES="online_cosmics" # which sub-tables to create | ||
|
||
source subtables.sh | ||
createSubtables "v3/run3" "$MASTER" "$TARGET" "$TABLES" |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.