Skip to content
Snippets Groups Projects
Commit e8f2fcb7 authored by Julie Kirk's avatar Julie Kirk
Browse files

TrigInDetValidation: Enable ML in test_trigID_fsjet_ml_pu40.py

parent 21a2e761
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39022TrigInDetValidation: Enable ML in test_trigID_fsjet_ml_pu40.py
ftf = findAlgorithm(topSequence, "TrigFastTrackFinder__jet") ftf = findAlgorithm(topSequence, "TrigFastTrackFinder__jet")
### ML seeding not yet in master. This file is a placeholder until it is implemented. ftf.UseTrigSeedML = 4 #can be 0, 1, 2, or 3, 0 means the
#ftf.doSeedRedundancyCheck = True ##ftf.OutputLevel=DEBUG
#ftf.UseTrigSeedML = 1 #can be 0, 1, 2, or 3, 0 means the
## ML-based seed filtering is off
#ftf.TrigSeedML_LUT = 'trigseed_ML_medium.lut'
#ftf.OutputLevel=DEBUG
...@@ -33,8 +33,7 @@ Threads = 1 ...@@ -33,8 +33,7 @@ Threads = 1
Slots = 1 # what about the mt: 4 art directive ? nfiles: 3 ? Slots = 1 # what about the mt: 4 art directive ? nfiles: 3 ?
Input = 'ttbar' # defined in TrigValTools/share/TrigValInputs.json Input = 'ttbar' # defined in TrigValTools/share/TrigValInputs.json
# post exec doesn't quite work yet postinclude_file = 'TIDAml_extensions.py'
# postexec_file = 'TIDAml_extensions.py'
TrackReference = [ 'Truth', 'Offline' ] TrackReference = [ 'Truth', 'Offline' ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment