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

'CMakeLists.txt' (TrkExStraightLineIntersector-01-00-03)

parent 3798fa1d
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: TrkExStraightLineIntersector
################################################################################
# Declare the package name:
atlas_subdir( TrkExStraightLineIntersector )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
Tracking/TrkExtrapolation/TrkExInterfaces
Tracking/TrkExtrapolation/TrkExUtils
PRIVATE
GaudiKernel
Tracking/TrkDetDescr/TrkSurfaces
Tracking/TrkEvent/TrkParameters )
# External dependencies:
find_package( CLHEP )
# Component(s) in the package:
atlas_add_component( TrkExStraightLineIntersector
src/StraightLineIntersector.cxx
src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps TrkExInterfaces TrkExUtils GaudiKernel TrkSurfaces TrkParameters )
# Install files from the package:
atlas_install_headers( TrkExStraightLineIntersector )
......@@ -85,7 +85,7 @@ private:
double m_transverseLength;
// counters
int m_countExtrapolations;
unsigned long long m_countExtrapolations;
};
......
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