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

Algorithms for ntuple production #2

Open
jbsauvan opened this issue Apr 5, 2019 · 5 comments
Open

Algorithms for ntuple production #2

jbsauvan opened this issue Apr 5, 2019 · 5 comments

Comments

@jbsauvan
Copy link
Contributor

jbsauvan commented Apr 5, 2019

Building blocks

  • Energy compression
    • Floating point 8 bits (4+4) with rounding
    • Floating point 7 bits (4+3) with rounding
  • Concentrator
    • Threshold 2mipT
    • SuperTC 2x2
  • Backend stage-1
    • Topological 2D clustering with size constraint
    • Dummy
  • Backend stage-2
    • Old 3D iterative clustering
    • HistoMax with variable dR
      • No seed threshold, default dR
      • Seed threshold 10 mipT, default dR
      • Seed threshold 20 mipT, default dR
      • Seed threshold 10 mipT, default dR x 1.25
      • Seed threshold 10 mipT, default dR x 1.5
      • Seed threshold 10 mipT, default dR x 2

Chains

  • Reference: FP8 + Old 2D and 3D clusterings
  • FP8 + Threshold + All HistoMax flavours (6)
  • FP8 + SuperTC + All HistoMax flavours (6)
  • FP7 + Threshold + default HistoMax
@jbueghly
Copy link

jbueghly commented Apr 5, 2019

I think it would also make sense to include Threshold 0mipT, and possibly also Threshold 2mipT + SuperTC 2x2. That allows for more comparisons between trigger cells and super trigger cells.

@jbsauvan
Copy link
Contributor Author

jbsauvan commented Apr 5, 2019

and possibly also Threshold 2mipT + SuperTC 2x2

Do you mean applying a threshold of 2mipT on TCs before forming the SuperTCs?

@jbueghly
Copy link

jbueghly commented Apr 5, 2019

Yes, that's what I meant.

@jbueghly jbueghly closed this as completed Apr 5, 2019
@jbueghly jbueghly reopened this Apr 5, 2019
@jbsauvan
Copy link
Contributor Author

jbsauvan commented Apr 5, 2019

It is currently not an option that is implemented, but we can eventually add it to the SuperTC todo list

@jbsauvan
Copy link
Contributor Author

jbsauvan commented Apr 5, 2019

For the TC 0 mipT threshold, I think we could do it, but only with the default clustering to reduce CPU time

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