-
Notifications
You must be signed in to change notification settings - Fork 4.6k
LHE generic mass filter extension #39458
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
LHE generic mass filter extension #39458
Conversation
…10 (deepTau v2p5)
…nd run3_nanoAOD_122, and remove not needed customization function
…l_tracks_to_the_capacity_of_the_SoA Clamp the number of pixel tracks to the capacity of the SoA [12.4.x]
…v1p3p0_124X Update of L1T menu in TSG GTs to `L1Menu_Collisions2022_v1_3_0-d1_xml` [`12_4_X`]
…e names and different inputs
[124X backport] HCAL: Group 0 LUT edited to set LLP bits in HB only, not HE
Automatically size the Pixel FED buffer used by SiPixelRawToClusterCUDA [12.4.x]
…r_124X [Backport 124X] [NanoAOD] Correct filter name for Run3 Isomu triggers
[124X] Fixed PPS Global Alignment path
limit the number of seeds, same as in CkfTrackCandidateMakerBase (backport of cms-sw#38926)
Various fixes for pixel clustering on GPU [12.4.x]
…le definition instead of hardcoded value and use GetN instead of GetA to get target nucleon number. Implement code-format fix for G4muDarkBremsstrahlungModel Change G4muDarkBremsstrahlungModel to use Geant4 muon mass for muon_mass_mev as well as GeV muon mass.
…_4_X Remove obsolete printInfo from G4muDarkBremsstrahlung
… for mkFit tracking in phase-1)
[124X backport] Keep Run2 EGamma IDs in Run3 nano(v10)
Detect and remove all duplicate pixels [12.4.x]
…_deepTau-v2p5-WPs-nano DeepTau v2p5 in nanoAOD [12_4_X]
Using a static local variable results in invalid ids when multiple ProcessCallGraph instances are used e.g. by different Services.
Use a ProcessCallGraph to get the highest possible module id, instead of relaying on the modules count.
[12_4_X] ECAL DQM GpuTask move enable flag checks to avoid unused collections from being consumed
…ng is switched off.
…_12_4_Sept22 [12_4_X] Modify RPC and GEM unpacker blocks in EMTF unpacker to match the new Run 3 format
…_NVProfilerService_12_4_x Fix the `NVProfilerService` and `ProcessCallGraph` [12.4.x]
…tDQM_12_4_X [12.4.X] supply DQM for `SiPixelCalSingleMuonTight`
HLT menu development for `12_4_X` (8/N): HLT V1.4 of 2022
…pu-vs-cpu-monitoring-124x ECAL - Switch off online ECAL RecHit GPU vs. CPU monitoring - 12_4_X
HBHE: arrival time [ backport 12_4 ]
…on_12_4_Sept22 [12_4_X] Added protection against out-of-range BX values in EMTF unpacker blocks
… ability to filter on non-outgoing particles
|
A new Pull Request was created by @AWildridge (AJ Wildridge) for master. It involves the following packages:
@cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
It seems I may have done this incorrectly. I performed |
|
@AWildridge master has moved to 12_6_X (and to 12_5_X before that...) |
#39459 - Here's the new PR. I was unable to get 12_6_X_2022-09-20-1100. The closest available for me was 12_6_x_2022-09-19-2300. |
PR description:
Extended the capability of the LHEGenericMassFilter to filter on the invariant masses of non-outgoing particles by adding an additional boolean argument in the constructor. The reason this extension is required is for the production of the dileptonic and semileptonic decays of toponium. A filter on the invariant mass of toponium is required and since toponium is not an outgoing particle this filter currently is incapable of properly filtering these events. See the genproductions pull request and cards here: cms-sw/genproductions#3132 (comment)
PR validation:
I ran
scram b runtestsand
runTheMatrix.py -l limited -i all --ibeos.No new code needs to be added for unit tests, test configurations, additions or updates to the runTheMatrix test workflows as far as I am concerned.