Skip to content
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

Follow up PRs after merging cms-sw/cmssw#45117 #75

Open
VourMa opened this issue Jul 31, 2024 · 3 comments
Open

Follow up PRs after merging cms-sw/cmssw#45117 #75

VourMa opened this issue Jul 31, 2024 · 3 comments

Comments

@VourMa
Copy link
Collaborator

VourMa commented Jul 31, 2024

Priority: Soon after merging

Integrate accumulated algorithm developments held back during integration PR review

Update LST README, printouts and minor fixes.

Links to specific comments

Covered partially by #55. A follow up to accommodate the developments made in #72 will be needed.

Deal with the configurability of the pT threshold

Covered by #39.

LST in HLT

Changes in LST conditions data

LST workflow

Make general-purpose functions widely available in CMSSW

The plan would be to move all general-purpose functions (work started in #71):

  • Follow up PR with general functions.
  • Follow up PR moving LST to use those and delete custom implementations.

Priority: Short-term plan

Rewrite the loops in the kernels using uniform_elements, independent_groups, independent_group_elements, etc.

Rewrite kernels with proper, concrete dimensions instead of templated types


Priority: Long-term plan

Improvements to the data format interface between LST and CMSSW

Construct LST condition data from the existing EventSetup info

Improvements in storing and using "magic numbers

Miscellaneous improvements

Improvements to ESProducer

@slava77
Copy link

slava77 commented Aug 7, 2024

Not explicitly from the review comments:

  • replace in several lst::Event calls copies of modules data to host from subdets_buf , layers_buf , nConnectedModules_buf by ES data; can be just a host copy of the full LSTESData

@VourMa VourMa changed the title Comments to be dealt with in follow up PRs after PR#45117 List of unresolved comments (proposal to dealt with them in follow up PRs after #45117) Aug 19, 2024
@VourMa VourMa changed the title List of unresolved comments (proposal to dealt with them in follow up PRs after #45117) List of unresolved comments (proposal to deal with them in follow up PRs after #45117) Aug 19, 2024
@VourMa VourMa changed the title List of unresolved comments (proposal to deal with them in follow up PRs after #45117) Follow up PRs after merging cms-sw/cmssw#45117 Nov 1, 2024
@slava77
Copy link

slava77 commented Nov 15, 2024

Comments provided after batch9:

@slava77
Copy link

slava77 commented Dec 3, 2024

CMSSW Integration of LST cms-sw/cmssw#45117 (comment)
implement geometry-related constants from an ES producer when running in CMSSW (to replace the external files)

there are other dependencies on the geometry, which are hardcoded directly or longer range, mostly re OT tracker:

  • OT module spacing is hardcoded: should be possible to read from the geometry (I doubt this will actually have a change)
  • OT inter-layer multiple scattering is tuned somewhat ad hoc on TDR geometry, may need to be revisited using reco geometry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants