Skip to content
Snippets Groups Projects
Commit 074fad1f authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

egammaUtils: Fix clang warning.

clang warning: unused variable.
parent 92079238
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,6 @@
namespace EMConversionUtils {
/** @brief struct of Particle Masses */
const Trk::ParticleMasses particleMasses;
/** @brief Get the position and momentum of the conversion candidate */
void getConversionPositionAndPt(const xAOD::Vertex* myCandidate, Amg::Vector3D& pos, double& pt)
{
......
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