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
4a012b68
Commit
4a012b68
authored
Jan 10, 2020
by
scott snyder
Committed by
scott snyder
Jan 10, 2020
Browse files
TrigConfigSvc: Fix clang warning.
clang warning: signed/unsigned comparison.
parent
1e2c28ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigConfiguration/TrigConfigSvc/src/HLTPrescaleCondAlg.cxx
View file @
4a012b68
/*
Copyright (C) 2002-20
19
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
#include "./HLTPrescaleCondAlg.h"
...
...
@@ -94,7 +94,7 @@ TrigConf::HLTPrescaleCondAlg::initialize() {
// PSK is greater than 0
m_pssMap
[
0
]
=
createFromFile
(
m_filename
);
}
else
if
(
m_psk
!=
0
)
{
}
else
if
(
m_psk
!=
0
u
)
{
// this is for the case where the reading from the DB was
// configured and also when we read from COOL online and get a
...
...
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