-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments concerning the rinv bins #239
Conversation
Co-authored-by: Matti Kortelainen <[email protected]>
Simplified first and last BX calculation and removed unnecessary virtual on setEtSumZDCCopy
Fixing formatting for cmsbuild
…hing_fix Add Herwig7HadronizerFilter to list of Filters with concurrent lumis disabled
The latter options were replaced with the former some time ago.
The latter options were replaced with the former some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
The former options were replaced with the latter some time ago.
check for empty collection in SiStripApproximateClusterCollection
update input collections of `pixelgpu` online-DQM client for HI mode
unpacking map for ZDC was 71 instead of 142
Add mu beamspot constrained pT. Increase mu eta and phi precision to 16 bits
Update 2022 MC GTs for new ecal timing calibrations
MTD code: add debugging statements, clean ETL validation for obsolete one-disk scenario
Update GPU workflows
…_for133X HLT menu development for `13_2_X` (4/N) [`13_3_X`]
…_jmenano_ak4btaggerupdates [JMENano] Update taggers for AK4 Puppi and CHS
Update `FitWithRooFit` in Alignment/OfflineValidation to fix memory leaks
…s_FTV Update BeamSpot scripts for FTVs
Phase2-TB76 Add an example script which can work for 2023 July simulation
Phase2-TB76X Add an aalyzer for HGCal TB sudies using inch wafers
Improve memory usage in ParameterSet
era to store ZDC digis for pp reco
Phase2-gex171 Add a few more options to generate the single neutrino file
…l1tkemfilters_133X [Phase-2] Fixed L1 quality mask requirement in L1TkEmSingle51Filter
PPS Dump to SQLite only one record (mask or mapping)
…illTime_fix_pr fixed LHCInfoPer* PopCons not recoginizing ongoing fills in duringFill mode
@@ -1047,6 +1047,9 @@ namespace trklet { | |||
double stripLength_2S_{5.0250}; | |||
|
|||
//Following values are used for duplicate removal | |||
//The bin edges for rinv were chosen using the output tracks without duplicate removal for a large number of events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This text is hard to understand. e.g. In "track at that index", it's unclear what the word "index2 refers to.
@@ -728,6 +728,15 @@ std::string Tracklet::trackfitstr() const { | |||
|
|||
oss += "1|"; // valid bit | |||
oss += tmp.str() + "|"; | |||
if (settings_.combined()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the C++ being changed?
Fill Photon PF ID DNN score properly
Fix condition to add anti-particle to G4ParticleTable
Added a fillDescriptions to IgProfService
Phase2-TB76Y Update the analyzer code and scripts for 2023 July HGCal Test Beam
Add FastTimer and Throughput Services to HLT Phase2 timing menu.
Changing 917 files in response to one small git review comment seems excessive! :-) |
I think I cloned the development branch and not the PR branch 😅. I'll go ahead and fix that. |
This pull requests adds some more comments explaining why the rinv bin edges in L1Trigger/TrackFindingTracklet/interface/Settings.h were chosen as such. See here cms-sw#42663 (comment).