forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fetch upstream #4
Merged
Merged
Conversation
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
…yRegistry Remove obsolete signals from ActivityRegistry
Run3-alca205E Update CaloOnlineTools/HcalOnlineDb for esConsume
Change to the new method `writeOneIOV` in `PPSTimingCalibrationPCLHarvester`
Adding pytest and anyio unit test
Run3-alca206X Make use of the HBHE calibration object in HEMuonFilter to reduce disk space requirement
Migrate module config in Validation{RecoEgamma} to use default cfipython
Fix Nano sequence for Premix-ProdLike .9921 relvals
Make Geant4 geometry exception to be just a warning
[DD4hep] Add check for existing constant to prevent unneeded warning message
Migrate module config in RecoTracker{TkSeedingLayers} to use default seedingLayersEDProducer in cfipython
Fix runTheMatrix interactive shell
…dded a single character in ECALTPG log output
Now handle case where strings have embedded \n which must be properly propagated to the external workers.
fix issue with SiPixelBadModule_ may be used uninitialized in TSAN builds
Improve HGCAL geometry handling in fireworks
HLT migration to CMSSW_12_1_0_pre4 template
BugFix: HitFit MET resolution
Phase2-hgx292 Modify and update tests to check the wafer characteristics of HGCal
Misc changes in SiPixel CPE object code in `CondTools/SiPixel`
…o_to_commissioning_run provide a reconstruction scenario for the `commissioning_run` type introduced in #34832
- make sure typedefs will always be consistent - removed unnecessary copying of std::string
…odules Fix CMS deprecated warnings in JetMetCorrections/Modules
…auAtHLT Updates towards enabling deepTauID at HLT
Added esConsumes calls to more Muon related code
Fix reading from unaligned address in TotemSampicFrame
Avoid use of uninitalized values in GBRForestTools
…uminosity/interface/LumiConstants.h
Comparing full blown DQM files is painfully slow. This PR adds the possibility to run the comparisons over the histograms in parallel via a configurable parameter: `-j`, or the longer version `--num-processes`. The default behaviour is unchanged: using one process will run the current implementation. Selecting more than one process will trigger multiprocessing. The final sorting on the output lists is mandatory to keep a sane ordering within the saved ROOT files. It is useless for the DQMGUI, which does that already internally, but it's mandatory in the exploration of the base ROOT files. Usually the price to pay should be negligible compared to the speed-up gain thanks to the parallelism.
Change config files to include new metadata files needed for the new PCL devs
…erator Add esConsumes to modules in Validation/EventGenerator
Change bx constant to centrally defined value in RawDataTask.cc
Run3-sim93 Use ESGetToken in getting objects from EventSetup
Update mkFit for 12_1_0_pre5
Merge .h files with .icc files in `TrackingTools/GsfTools/plugins`
…_0_pre5 Enable mkFit by default in 4+2 tracking iterations (initialStepPreSpl…
Phase2-hgx291 Bug fix to address rotated layers in D86
Add multiprocess support into compareHistograms
Added PPS Alignment to the Prompt Calibration Loop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description:
PR validation:
if this PR is a backport please specify the original PR and why you need to backport that PR:
Before submitting your pull requests, make sure you followed this checklist: