Add HLT_DoubleMediumPFPuppiParTTauh30_eta2p1 path - #51705
Conversation
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51705/50596 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
11b9638 to
2858f55
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51705/50597 |
|
Pull request #51705 was updated. |
2858f55 to
73a79fc
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51705/50599 |
|
Pull request #51705 was updated. |
mmusich
left a comment
There was a problem hiding this comment.
can the new path be added also to the timing menu?
Also can the UParT sequence be added to the NGT scouting path?
|
test parameters:
|
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51705/50643
|
|
Pull request #51705 was updated. |
|
@cmsbuild, please test |
|
-1 Failed Tests: RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: HLT P2 Timing: chart Failed RelVals |
e16e97b to
fa8a1b3
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51705/50662 |
|
Pull request #51705 was updated. |
|
please test |
|
-1 Size: This PR adds an extra 24KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: HLT P2 Timing: chart Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L4 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
NVIDIA_T4 Comparison SummarySummary:
Max Memory Comparisons exceeding threshold NVIDIA_H100@cms-sw/core-l2 , I found 1 workflow step(s) with memory usage exceeding the error threshold: Expand to see workflows ...
|
Failure is unrelated. @agrubercms just a couple of extra requests. Can you add your new path:
cmssw/Validation/HLTrigger/python/HLTGenValidation_cff.py Lines 562 to 565 in 03fbc40 and
? |
PR description:
This PR introduces a new Phase-2 tau HLT path (HLT_DoubleMediumPFPuppiParTTauh30_eta2p1) based on a ParticleTransformer model. The model (+documentation) can be found in this PR to the cms-data repository. It was developed to also be able to be used for b-tagging, but was not yet tested for this purpose - to illustrate this, the PR includes b- and c- discriminators, which are currently commented out. Most implementation choices were made to maintain compatibility with the existing tools used by the BTV group (most notably the hltupler framework to produce the training ntuples).
Development progress and measurements were presented regularly in Tau internal meetings, e.g. here and here.
The new model significantly outperforms the existing DeepTau model across all evaluated metrics - these are tau tagging efficiency, trigger rate and computational runtime.
PR validation:
The standard tests have been run:
scram b runtests use-ibeosrunTheMatrix.py -l limited -i all --ibeosModel performance has been evaluated using the same sample composition as was used in the training, but with a different subgroup of the samples to ensure evaluation is done on events not used in the model training.
To test this PR, the PR to cms-data (mentioned above) containing the onnx model would need to be included.