Skip to content
Snippets Groups Projects
Commit 8f000bd7 authored by Thomas Strebler's avatar Thomas Strebler
Browse files

Fixed initialised member variable in InDetDetailedTrackSelectorTool

parent 89f86539
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ namespace InDet
, m_trtDCTool("InDet::InDetTrtDriftCircleCutTool", this)
, m_inDetTestPixelLayerTool("", this)
, m_trackSumToolAvailable(true)
, m_partCreatorToolAvailable(false)
, m_usePtDependentCuts(false)
, m_useEventInfoBs(false)
......
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