cms-L1TK / cmssw

Fork of CMSSW where improvements to L1 tracking code are developed.
http://cms-sw.github.io/
Apache License 2.0
4 stars 5 forks source link

Track quality emulation and simulation features don't match #225

Open cgsavard opened 1 year ago

cgsavard commented 1 year ago

I wanted to put this issue on everyone's radar, but I will work on fixing it.

The features listed here do not match the features being used by emulation here. This means that the TTTrack and TTTrack word MVA1 values don't match.

There are a few things that I think need to be done:

  1. Fix the features so that they match with the proper inputs to the new classifier.
  2. Have the features be set once and pull both TTTrack and TTTrack word to use the same features automatically, this way we won't have any differences. Ideally, the KFout module can also pull from the track quality config file to find out which features to use.
  3. Check the TTTrack and TTTrack word MVA1 variable against the python versions for validation that everything is working correctly