Tracking mode "cosmics" for the CM tracker - #7195
Merged
Merged
Conversation
shahor02
previously approved these changes
Oct 4, 2021
Collaborator
|
@iouribelikov there are formatting errors: |
shahor02
reviewed
Oct 6, 2021
Comment on lines
+170
to
+191
| /*** Tracking parameters ***/ | ||
| // seed "windows" in z and phi: makeSeeds | ||
| static Float_t gzWin; | ||
| static Float_t gminPt; | ||
| static Float_t mMostProbablePt; ///< settable most probable pt | ||
| // Maximal accepted impact parameters for the seeds | ||
| static Float_t gmaxDCAxy; | ||
| static Float_t gmaxDCAz; | ||
| // Layers for the seeding | ||
| static Int_t gSeedingLayer1; | ||
| static Int_t gSeedingLayer2; | ||
| static Int_t gSeedingLayer3; | ||
| // Space point resolution | ||
| static Float_t gSigma2; | ||
| // Max accepted chi2 | ||
| static Float_t gmaxChi2PerCluster; | ||
| static Float_t gmaxChi2PerTrack; | ||
| // Tracking "road" from layer to layer | ||
| static Float_t gRoadY; | ||
| static Float_t gRoadZ; | ||
| // Minimal number of attached clusters | ||
| static Int_t gminNumberOfClusters; |
Collaborator
There was a problem hiding this comment.
I think this better define as ConfigurableParam (in a separate PR)
Collaborator
Author
There was a problem hiding this comment.
I think this better define as ConfigurableParam (in a separate PR)
Good point ! This would make setting the parameters much more flexible.
shahor02
approved these changes
Oct 6, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR provides a set of loose cuts to allow for catching cosmic tracks from the ITS commissioning data.
It can be used like this:
... | o2-its-reco-workflow --tracking-mode cosmics ...