-
Notifications
You must be signed in to change notification settings - Fork 4.6k
DeepCore (NN jetCore seeding) implementation #32222
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
Changes from all commits
26b0b68
0d6cf91
eb4cf76
1749309
24d8629
b29bd42
572bbaa
318a5a9
671c380
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| # This modifier is for activating DeepCore seeding for the JetCore tracking iteration | ||
|
|
||
| seedingDeepCore = cms.Modifier() |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| <use name="PhysicsTools/TensorFlow"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it really that hard to add the dependencies in alphabetical order ?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cms-sw/reconstruction-l2 could you add this suggestion to the list of requests you make of people ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm really sorry, nobody ever told me this requirement before (probably it is written in some twiki, but I missed it) |
||
| <use name="CommonTools/RecoAlgos"/> | ||
| <use name="DataFormats/L1TrackTrigger"/> | ||
| <use name="RecoTracker/TkSeedGenerator"/> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.