Skip to content
Snippets Groups Projects
Commit 09de5f2a authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AnalysisTriggerAlgs: Fix clang warning.

clang warning: unused variable.
parent aeff32b7
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
// //
// //
...@@ -42,9 +42,6 @@ namespace { ...@@ -42,9 +42,6 @@ namespace {
/// Giga-electronvolts /// Giga-electronvolts
static const double GeV = 1000.0; static const double GeV = 1000.0;
/// Multiplier when we want to divide by GeV
static const double InvGeV = 1 / GeV;
} // private namespace } // private namespace
/// Helper macro for initialising SG keys that are allowed to be missing /// Helper macro for initialising SG keys that are allowed to be missing
......
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