STIR 6.4.0
CListRecordROOT.inl
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015, 2016 University of Leeds
3 Copyright (C) 2016, UCL
4 This file is part of STIR.
5
6 SPDX-License-Identifier: Apache-2.0
7
8 See STIR/LICENSE.txt for details
9*/
17
19
20START_NAMESPACE_STIR
21
22bool
24{
25 return true;
26}
27
28bool
30{
31 return true;
32}
33
34END_NAMESPACE_STIR
Declarations of classes stir::CListRecord, and stir::CListEvent which are used for list mode data.
bool is_time() const override
Returns always true.
Definition CListRecordROOT.inl:23
bool is_event() const override
Returns always true.
Definition CListRecordROOT.inl:29