From c6337dff92581ec24804f5b1529496a945b087cf Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Sun, 19 May 2024 14:15:51 +0100 Subject: [PATCH] another fix on tof data --- src/buildblock/ProjDataFromStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildblock/ProjDataFromStream.cxx b/src/buildblock/ProjDataFromStream.cxx index bcb47f9c6..436bc0817 100644 --- a/src/buildblock/ProjDataFromStream.cxx +++ b/src/buildblock/ProjDataFromStream.cxx @@ -79,7 +79,7 @@ ProjDataFromStream::ProjDataFromStream(shared_ptr const& exam_in assert(storage_order != Unsupported); assert(!(data_type == NumericType::UNKNOWN_TYPE)); - if (proj_data_info_sptr->get_num_tof_poss() > 1) + if (proj_data_info_sptr->is_tof_data() > 1) activate_TOF(); }