File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
simulation/include/traccc/simulation Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ message( STATUS "Building Detray as part of the TRACCC project" )
1313
1414# Declare where to get Detray from.
1515set ( TRACCC_DETRAY_SOURCE
16- "URL;https://github.com/acts-project/detray/archive/refs/tags/v0.101 .0.tar.gz;URL_MD5;91d6f3f4cbe56ae5ab772df8efad21b5 "
16+ "URL;https://github.com/acts-project/detray/archive/refs/tags/v0.102 .0.tar.gz;URL_MD5;69421d1a0d606be1d627bd1cce7ff0fb "
1717 CACHE STRING "Source for Detray, when built as part of this project" )
1818mark_as_advanced ( TRACCC_DETRAY_SOURCE )
1919FetchContent_Declare( Detray SYSTEM ${TRACCC_DETRAY_SOURCE} )
Original file line number Diff line number Diff line change @@ -91,8 +91,10 @@ struct simulator {
9191 // Update the actor config
9292 if (m_cfg.m_is_min_pT ) {
9393 m_aborter_state.min_pT (m_cfg.m_min_p );
94+ m_aborter_state.min_p (0 .f );
9495 } else {
9596 m_aborter_state.min_p (m_cfg.m_min_p );
97+ m_aborter_state.min_pT (0 .f );
9698 }
9799 m_scatterer.do_energy_loss = m_cfg.do_energy_loss ;
98100 m_scatterer.do_multiple_scattering = m_cfg.do_multiple_scattering ;
You can’t perform that action at this time.
0 commit comments