Skip to content
Snippets Groups Projects
Commit 850035a1 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (InDetTrackPRD_Association-00-00-10)

        coverity defects correction
	and tag as InDetTrackPRD_Association-00-00-10
parent ea769c6b
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: InDetTrackPRD_Association
################################################################################
# Declare the package name:
atlas_subdir( InDetTrackPRD_Association )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
GaudiKernel
Tracking/TrkTools/TrkToolInterfaces
PRIVATE
Tracking/TrkEvent/TrkTrack )
# Component(s) in the package:
atlas_add_component( InDetTrackPRD_Association
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps GaudiKernel TrkToolInterfaces TrkTrack )
# Install files from the package:
atlas_install_headers( InDetTrackPRD_Association )
......@@ -15,6 +15,9 @@ InDet::InDetTrackPRD_Association::InDetTrackPRD_Association
AthAlgorithm(name, pSvcLocator) ,
m_assoTool ("InDet::InDetPRD_AssociationToolGangedPixels")
{
m_nprint = 0;
m_outputlevel = 0;
// InDetTrackPRD_Association steering parameters
//
declareProperty("AssociationTool", m_assoTool );
......
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