Skip to content

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
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.

4 participants