Skip to content
Snippets Groups Projects
Commit 141f94f5 authored by Dan Guest's avatar Dan Guest
Browse files

Add a few taggers

Former-commit-id: 9ef2e575234563f7f72164d4ce712348b441db85
parent 07414782
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ class _BTaggingFlags: ...@@ -11,7 +11,8 @@ class _BTaggingFlags:
ExpertTaggers = \ ExpertTaggers = \
StandardTaggers + \ StandardTaggers + \
[ 'SV1Flip', 'JetFitterNNFlip', 'IP2DNeg', 'IP3DNeg', [ 'SV1Flip', 'JetFitterNNFlip', 'IP2DNeg', 'IP3DNeg',
'MV2c10Flip', 'MV2c100Flip', 'DL1Flip', 'RNNIPFlip', 'RNNIPNeg' ] 'MV2c10Flip', 'MV2c100Flip', 'DL1Flip', 'RNNIPFlip', 'RNNIPNeg',
'DL1rnnFlip', 'MV2c10rnnFlip']
# do we have these already? # do we have these already?
# 'DL1muFlip', 'RNNIPFlip', 'DL1rnnFlip' # 'DL1muFlip', 'RNNIPFlip', 'DL1rnnFlip'
......
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