STIR  6.2.0
CListEventCylindricalScannerWithDiscreteDetectors.h
Go to the documentation of this file.
1 //
2 //
11 /*
12  Copyright (C) 2023, University College London
13  This file is part of STIR.
14 
15  SPDX-License-Identifier: Apache-2.0
16 
17  See STIR/LICENSE.txt for details
18 */
19 #ifndef __stir_listmode_CListEventCylindricalScannerWithDiscreteDetectors_H__
20 #define __stir_listmode_CListEventCylindricalScannerWithDiscreteDetectors_H__
21 
24 
25 START_NAMESPACE_STIR
26 
28 
32  : public CListEventScannerWithDiscreteDetectors<ProjDataInfoCylindricalNoArcCorr>
33 {
34 private:
36 
37 public:
38  using base_type::base_type;
39 };
40 
41 END_NAMESPACE_STIR
42 
43 //#include "stir/listmode/CListEventCylindricalScannerWithDiscreteDetectors.inl"
44 
45 #endif
Class for storing and using a coincidence event from a list mode file for a cylindrical scanner...
Definition: CListEventCylindricalScannerWithDiscreteDetectors.h:31
Declaration of class stir::ProjDataInfoCylindricalNoArcCorr.
Class for storing and using a coincidence event from a list mode file for a cylindrical single layer ...
Definition: CListEventScannerWithDiscreteDetectors.h:36
Declarations of class stir::CListEventScannerWithDiscreteDetectors.