-
Notifications
You must be signed in to change notification settings - Fork 11
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 #905 in B2/basf2 from feature/BII-9272-r61 to rele…
…ase/06-01 * commit 'a08466f780c726fa1ee68a5aef4871f7101416a5': Cleanup the code by removing redundant histograms; Add a suffix to the histograms run on HLT C++ is not python Move a bunch of IP-related plots to ExpressReco only f-strings are so nice Fix the test_analysisdqm_path test Fix the DQM path for the IPDQM module Add a default value to onlineMode; synch the accepted values with the dqm_environment constants used in the online scripts Replace headers to fix compiler errors Run the IPDQM monitor also on HLT, but on dimuon skimmed events
- Loading branch information
Showing
15 changed files
with
277 additions
and
309 deletions.
There are no files selected for viewing
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,7 +1,5 @@ | ||
Import('env') | ||
|
||
# env['CONTINUE'] = False | ||
|
||
env['LIBS'] = ['framework','analysis','mdst_dataobjects', 'analysis_dataobjects', 'analysis_utility'] | ||
env['LIBS'] = ['framework','analysis','mdst_dataobjects', 'analysis_dataobjects', 'analysis_utility', 'hlt'] | ||
|
||
Return('env') |
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
213 changes: 0 additions & 213 deletions
213
dqm/modules/PhysicsObjectsDQM/src/IPDQMExpressRecoModule.cc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.