-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[15_0_X] Muon skims for the 2025 light-ion runs #48387
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
Closed
Closed
Conversation
This file contains hidden or 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
…evert-47061 revert "speedup SiStripClusterizer(FromRaw) using ThreeThresholdAlgorithm"
…150X Add optional regional vetos to some EcalPFClusterIsolation methods (15_0_X backport)
Adding optional deltaR cuts to HLTPMMassFilter (15_0_X backport)
…r of L1_AXO_Medium
…n Run2 and Run3 data GT
…or_L1Menu_Collisions2025_v1_0_0_15_0_X [15.0.X] `L1TStage2uGTTiming`: fix `unprescaledAlgoShortList` for 2025 (removal `L1_AXO_Nominal` in favor of `L1_AXO_Medium`)
[15.0.X] Fix `hltInfo` utility script and add a unit test
[15.0.X] change era to Run3_2025 in a selected online DQM clients
Activate ECAL CC timing algorithm for Run3_2025 era - 15_0_X
[150X, backport of #48152] Update NANO relval workflows
Add a test for missing dictionaries with CUDA headers [15.0.x]
…lections [15.0.X] add support for `ALCARECOTkAlHLTTracks` and `ALCARECOTkAlHLTTracksZMuMu` in `trackselectionRefitting`
[15.0.X] Improve TkAl Offline DQM
…isonFilter_15_0_X [15.0.X] add protection to `HLTPPSJetComparisonFilter` against faulty `LHCInfo` payloads (Energy=0)
[15_0_X]: HCAL DQM - Recover HF TPs
[15_0_X] Use standard PV reco in Run3_2025_UPC_OXY
Add a unit test for the new functionality.
The sorting of the CTPPSPixelRecHit elements in the DetSetvector is
improved in two ways:
- using mag2() instead of mag() avoids the square root computation;
- caching the value instead of recomputing it every time makes the
sorting more stable.
Other minor clean ups.
Explicitly set the row and column values for invalid pixels to -1, instead of leaving it uninitialised.
…C_150X Further 2025 MC GT update towards Spring25MC in autoCond - [CMSSW_15_0_X]
Improve sorting of `DetSetVector<CTPPSPixelRecHit>` [15.0.x]
[backport of #48201 to 15_0_X] PPS Diamond DQM Local Coordinate System Enhancement
[15_0_X] Add spike killer monitoring plots for ECAL DQM
…_15_0_X [15.0.X] Improve shortened track monitoring
Contributor
|
This PR contains too many commits (507 >= 240) and will not be processed. |
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:
Backport of #48386