-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 #21232 from davidlange6/hltdqm94xv1
backport hlt dqm rearrangements
- Loading branch information
Showing
21 changed files
with
249 additions
and
169 deletions.
There are no files selected for viewing
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 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,6 +1,57 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from DQMOffline.Trigger.BTVHLTOfflineSource_cfi import * | ||
from DQMOffline.Trigger.BTaggingMonitoring_cff import * | ||
|
||
btvHLTDQMSourceExtra = cms.Sequence( | ||
BTagMu_AK4DiJet20_Mu5 | ||
+ BTagMu_AK4DiJet40_Mu5 | ||
+ BTagMu_AK4DiJet70_Mu5 | ||
+ BTagMu_AK4DiJet110_Mu5 | ||
+ BTagMu_AK4DiJet170_Mu5 | ||
+ BTagMu_AK4Jet300_Mu5 | ||
+ BTagMu_AK8DiJet170_Mu5 | ||
+ BTagMu_AK8Jet300_Mu5 | ||
+ PFJet40 | ||
+ PFJet60 | ||
+ PFJet80 | ||
+ PFJet140 | ||
+ PFJet200 | ||
+ PFJet260 | ||
+ PFJet320 | ||
+ PFJet400 | ||
+ PFJet450 | ||
+ PFJet500 | ||
+ PFJet550 | ||
+ AK8PFJet40 | ||
+ AK8PFJet60 | ||
+ AK8PFJet80 | ||
+ AK8PFJet140 | ||
+ AK8PFJet200 | ||
+ AK8PFJet260 | ||
+ AK8PFJet320 | ||
+ AK8PFJet400 | ||
+ AK8PFJet450 | ||
+ AK8PFJet500 | ||
+ AK8PFJet550 | ||
+ PFJetFwd40 | ||
+ PFJetFwd60 | ||
+ PFJetFwd80 | ||
+ PFJetFwd140 | ||
+ PFJetFwd200 | ||
+ PFJetFwd260 | ||
+ PFJetFwd320 | ||
+ PFJetFwd400 | ||
+ PFJetFwd450 | ||
+ PFJetFwd500 | ||
+ AK8PFJetFwd40 | ||
+ AK8PFJetFwd60 | ||
+ AK8PFJetFwd80 | ||
+ AK8PFJetFwd140 | ||
+ AK8PFJetFwd200 | ||
+ AK8PFJetFwd260 | ||
+ AK8PFJetFwd320 | ||
+ AK8PFJetFwd400 | ||
+ AK8PFJetFwd450 | ||
+ AK8PFJetFwd500 | ||
) |
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 |
---|---|---|
|
@@ -52,3 +52,5 @@ | |
JetMetPromClient | ||
) | ||
|
||
hltOfflineDQMClientExtra = cms.Sequence( | ||
) |
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
Oops, something went wrong.