Skip to content
Snippets Groups Projects
Commit 9644fd28 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

Fix type of AlgoOverlap::m_sqMinCentDist. (TrigSteeringTest-01-00-45)

	* Tagging TrigSteeringTest-01-00-45.
	* TrigSteeringTest/AlgoOverlap.h: Fix type of m_sqMinCentDist.
parent d9d93e07
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ namespace PESA
double m_MinEtaDist; //!< User must take care not to set this distance smaller than the width of the RoI
bool m_RoICheck; //!< use eta,phi from the RoI nodes ? otherwise, eta,phi is used from the current TE's TrigRoIDescriptors
bool m_sqMinCentDist; //!< this is delta_R**2 to speed up the execute
double m_sqMinCentDist; //!< this is delta_R**2 to speed up the execute
};
} // end namespace
......
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