Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
7efefd99
Commit
7efefd99
authored
May 07, 2016
by
Justin Griffiths
Committed by
Graeme Stewart
Jun 14, 2016
Browse files
r21 compat. (TrigTauDiscriminant-00-03-07)
* r21 compatibility, still compatible w/ 20.7 * tagging 00-03-07
parent
931c6600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigAlgorithms/TrigTauDiscriminant/src/TrigTauDiscriBuilder.cxx
View file @
7efefd99
...
...
@@ -150,7 +150,7 @@ HLT::ErrorCode TrigTauDiscriBuilder::hltExecute(const HLT::TriggerElement* /*inp
if
(
doTiming
()
&&
itimer
!=
m_mytimers
.
end
()
)
(
*
itimer
)
->
stop
();
}
m_LLHScore
=
(
*
tau_it
)
->
discriminant
(
xAOD
::
TauJetParameters
::
Likelihood
);
//
m_LLHScore = (*tau_it)->discriminant(xAOD::TauJetParameters::Likelihood);
m_BDTScore
=
(
*
tau_it
)
->
discriminant
(
xAOD
::
TauJetParameters
::
BDTJetScore
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment