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

First attemp for a cone-tracking algorithm. #4

Merged
merged 2 commits into from Oct 5, 2021
Merged

Conversation

gianelle
Copy link

@gianelle gianelle commented Sep 29, 2021

BEGINRELEASENOTES

Cone-tracking strategy:

it uses a collection of particles (jets): JetCaloCollection, iterates
over it selecting only the hits inside a cone of ray: DeltaRCut around
jet direction and does a separated tracking inside each cone.
If JetCaloCollection is empty use default tracking.

New configuration parameters:

JetCaloCollection: name of the collection with the previously found jets (cone are created around its) [""]
DeltaRCut: maximum angular distance between the hits and the particle direction [1.0]

ENDRELEASENOTES

It uses a collection of particles (jets): JetCaloCollection, iterates
over it selecting only the hits inside a cone of ray: DeltaRCut around
jet direction and does an separated tracking inside each cone.
@gianelle gianelle changed the title WIP: First attemp for a cone-tracking algorithm. First attemp for a cone-tracking algorithm. Oct 5, 2021
@gianelle gianelle merged commit f717596 into master Oct 5, 2021
@gianelle gianelle deleted the conetracking branch October 5, 2021 07:36
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.

None yet

1 participant