Skip to content
Snippets Groups Projects
Commit 9a5432f0 authored by Jiri Masik's avatar Jiri Masik Committed by Graeme Stewart
Browse files

introduce timeout checking (SiTrigSPSeededTrackFinder-00-04-53)

parent 164a07f2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ atlas_depends_on_subdirs( PUBLIC
GaudiKernel
Trigger/TrigSteer/TrigInterfaces
PRIVATE
Control/AthenaKernel
DetectorDescription/GeoPrimitives
DetectorDescription/IRegionSelector
Event/EventPrimitives
......@@ -31,7 +32,7 @@ atlas_add_component( SiTrigSPSeededTrackFinder
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${EIGEN_LIBRARIES} GaudiKernel TrigInterfacesLib GeoPrimitives IRegionSelector EventPrimitives InDetRecToolInterfaces TrkMeasurementBase TrkParameters TrkRIO_OnTrack TrkTrack TrigInDetEvent TrigParticle TrigSteeringEvent TrigTimeAlgsLib )
LINK_LIBRARIES ${EIGEN_LIBRARIES} GaudiKernel TrigInterfacesLib AthenaKernel GeoPrimitives IRegionSelector EventPrimitives InDetRecToolInterfaces TrkMeasurementBase TrkParameters TrkRIO_OnTrack TrkTrack TrigInDetEvent TrigParticle TrigSteeringEvent TrigTimeAlgsLib )
# Install files from the package:
atlas_install_headers( SiTrigSPSeededTrackFinder )
......
......@@ -126,6 +126,9 @@ namespace InDet {
void filterSharedTracks(std::multimap<double,Trk::Track*>&);
//timeout checking
bool m_doTimeOutChecks; //check global timer
//!< Timing
TrigTimer *m_timerRegSel;
TrigTimer *m_timerZVertexTool;
......
......@@ -26,6 +26,7 @@ use GeoPrimitives GeoPrimitives-* DetectorDescription
#linkage of TrigStorage
use TrigParticle TrigParticle-* Trigger/TrigEvent
use AthenaKernel AthenaKernel-* Control
end_private
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