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

[mkFit] Mid-way support for Phase2 initialStep in CMSSW #145

Closed
wants to merge 19 commits into from

Conversation

osschar
Copy link
Collaborator

@osschar osschar commented Mar 8, 2024

PR description:

This PR adds the ability to run mkFit on Phase-2 data / geometry. Only initialStep iteration is supported so far, with a dedicated workflow (24834.702).

  • Add CMSSW Phase-2 hit and seed converters.

  • Properly support binary readout for Phase-2 strips where cluster-charge cut can
    not be applied.

  • Improve standalone performance monitoring & debugging tools.

It requires also a new JSON file in cmssw/data repository:
trackreco/RecoTracker-MkFit#3

PR validation:

In TTbar events, with PU:

NOTE: closed in favor of PR #146.

…ct sim label, only dump entries when defined.
- Makefile -- add ShellDict.h to wrap all shell dict includes

- Shell dictionary - add dicts for event, hit, track

- Shell.cc - add printouts to make clear what seed-cleaning is doing

- Event.cc
  - better hit printout
  - clear seed lookup after setting new external seed vector

- buildtestMPlex.cc - do not enforce simlabel lokup table creation,
  let it be generated on demand.
…uster charge cut can not be applied to them.

* MkFitCore::TrackerInfo.h
  - Add member bool LayerInfo::m_has_charge, defaulting to true.

* RecoTracker/MkFit/plugins/MkFitGeometryESProducer.cc
  - Mark phase2 strips as has_charge = false.
  - Do not save double-sided detIds.
  - Add comment about Phase2 not having TIB or TEC.

* MkFitCore::MkFinder
  - Only apply cluster-charge cut when LayerInfo.has_charge == true.
    [ This was only done for strip detectors (!pixel) already before. ]
  - Reorder / compactify strip cluster compatibility checks.
  - Fix printouts for selectHitIndicesV2 (different vars than V1).

* MkFitCore::HitStructures
  - Provide LayerInfo as const ref, not pointer.

* val_scripts/validation-cmssw-benchmarks-multiiter.sh
  - Add some  printouts that make it easier to debug issues with mkFit execution.
  - Small changess for Fedora (assuming desktop/laptop).
RecoTracker/MkFit/plugins/MkFitSeedConverter.cc Outdated Show resolved Hide resolved
RecoTracker/MkFit/plugins/MkFitSiStripHitConverter.cc Outdated Show resolved Hide resolved
RecoTracker/MkFit/plugins/MkFitSiStripHitConverter.cc Outdated Show resolved Hide resolved
RecoTracker/IterativeTracking/python/InitialStep_cff.py Outdated Show resolved Hide resolved
RecoTracker/IterativeTracking/python/InitialStep_cff.py Outdated Show resolved Hide resolved
RecoTracker/MkFit/plugins/MkFitEventOfHitsProducer.cc Outdated Show resolved Hide resolved
RecoTracker/MkFit/plugins/MkFitEventOfHitsProducer.cc Outdated Show resolved Hide resolved
RecoTracker/MkFit/plugins/MkFitSeedConverter.cc Outdated Show resolved Hide resolved
RecoTracker/MkFitCore/interface/IdxChi2List.h Outdated Show resolved Hide resolved
@slava77
Copy link

slava77 commented Apr 10, 2024

there is a merge conflict here now. Configuration/PyReleaseValidation/python/relval_2026.py
is it just a matter of resyncing the fork?

@mmasciov
Copy link

there is a merge conflict here now. Configuration/PyReleaseValidation/python/relval_2026.py is it just a matter of resyncing the fork?

Solved.

@mmasciov
Copy link

Closing in favor of 'compressed' PR #146.

@mmasciov mmasciov closed this Apr 11, 2024
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

Successfully merging this pull request may close these issues.

3 participants