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

Restructure CTL1 input handling #129

Draft
wants to merge 33 commits into
base: L1PF_14_2_X
Choose a base branch
from

Conversation

cerminar
Copy link

@cerminar cerminar commented Nov 27, 2024

PR description:

In preparation of the integration of the GCT emulated clusters, this PR rewrites the handling of the calorimeter inputs by the CTL1 emulator.
In particular:

  • drop the conversion of the input calorimeter objects to PFCluster moving all needed manipulations (calibs, ID models etc etc) to the emulator
  • setup to build "decoded" calorimeter objects starting from digitized words via unpackers
  • add the possibility to write PFCluster collections directly from the CTL1 emulator AFTER the decoding (this will be useful for training models using exactly the decoded information)
  • adds more realistic HGCal decoding (update to more recent interface document)
  • add emulation of multiclass ID within the HGCal decoding step.
  • PFCandidate ref to source needs to become polimorfic

More to come!
NOTE: I open this to ease the development....while the code compiles, it is not meant to be functional

PR validation:

None for now....:(

cerminar and others added 30 commits November 11, 2024 18:04
- only working mechanics. HGCal content still empty
- PFCandidates now own a pointer to L1Candidates
- PFProdure can write out PFClusters with decoded information
- started moving functionality of PFCLuster converters in PF producer
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.

1 participant