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

DRAFT: Music10 tev #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

DRAFT: Music10 tev #21

wants to merge 5 commits into from

Conversation

gianelle
Copy link

@gianelle gianelle commented Nov 29, 2024

Add the possibility to filter tracks using:

MaxHoles
MaxOutliers
MinNdf
Range of Pt
Range of Theta
Neural Network (BDT like) parameters

Parameter:

FilterTrack.Parameters = {
"BarrelOnly": ["False"], # If true, just keep tracks with only barrel hits
"Chi2Spatial": ["0.1"], # Spatial chi squared
"InputTrackCollectionName": [ TRK_ACTS ],
"MinPt": ["0.5"], # Minimum transverse momentum
"MaxPt": ["100"], # Max transverse momentum
"MinTheta": ["0"], # Minimum value for theta (rad)
"MaxTheta": ["3.14"], # Max value for theta (rad)
"NHitsInner": ["-1"], # Minimum number of hits on inner tracker
"NHitsOuter": ["-1"], # Minimum number of hits on outer tracker
"NHitsVertex": ["0"], # Minimum number of hits on vertex detector
"NHitsTotal": ["3"], # Minimum number of hits on track
"MaxHoles": ["5"], # maximum number of holes
"MaxOutliers": ["5"], # maximum number of outliers
"MinNdf": ["13"], # minimum value for ndf
"OutputTrackCollectionName": [ TRK_FILTER ],
"NNmethod": [""], # if set use NN prediction
"NNweights": ["TMVAClassification_BDTG.weights.xml"],
#### supported variables are: trtvhn, trtihn, trtohn, trthn, trtnh, trch2, trndf
"NNvars": ["trtihn", "trtohn", "trtvhn", "trch2", "trndf"],
"NNthr": ["0.09"] # reject tracks with prediction < NNthr
}

@gianelle gianelle changed the title Music10 tev DRAFT: Music10 tev Nov 29, 2024
It saves also the list of hits.
Change two default values.
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