STIR  6.2.0
SPECTListEvent.h
Go to the documentation of this file.
1 //
13 /*
14  Copyright (C) 2019, National Physical Laboratory
15  Copyright (C) 2019, University College of London
16  This file is part of STIR.
17 
18  SPDX-License-Identifier: Apache-2.0
19 
20  See STIR/LICENSE.txt for details
21 */
22 
23 #ifndef __stir_listmode_SPECTListEvent_H__
24 #define __stir_listmode_SPECTListEvent_H__
25 
26 #include "stir/round.h"
27 #include "stir/Succeeded.h"
29 #include "stir/Bin.h"
30 #include "stir/ProjDataInfo.h"
32 #include "stir/LORCoordinates.h"
33 
34 START_NAMESPACE_STIR
35 
37 
47 class SPECTListEvent : public ListEvent
48 {
49 public:
50  virtual bool is_prompt() const { return true; }
51 
52 }; /*-gamma event*/
53 
54 END_NAMESPACE_STIR
55 
56 #endif
Class for storing and using gamma events from a SPECT List mode file.
Definition: SPECTListEvent.h:47
Declaration of class stir::Succeeded.
Declarations of classe stir::ListEvent which is used for list mode data.
Declaration of class stir::ProjDataInfo.
defines various classes for specifying a line in 3 dimensions
Class for storing and using gamma events from a list mode file.
Definition: ListEvent.h:45
Declaration of class stir::Bin.
Declaration of the stir::round functions.
defines the stir::CartesianCoordinate3D<coordT> class