STIR 6.4.0
SPECTListEvent.h
Go to the documentation of this file.
1
2//
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
34START_NAMESPACE_STIR
35
37
48{
49public:
50 virtual bool is_prompt() const { return true; }
51
52}; /*-gamma event*/
53
54END_NAMESPACE_STIR
55
56#endif
Declaration of class stir::Bin.
defines the stir::CartesianCoordinate3D<coordT> class
defines various classes for specifying a line in 3 dimensions
Declarations of classe stir::ListEvent which is used for list mode data.
Declaration of class stir::ProjDataInfo.
Declaration of class stir::Succeeded.
Class for storing and using gamma events from a list mode file.
Definition ListEvent.h:46
Class for storing and using gamma events from a SPECT List mode file.
Definition SPECTListEvent.h:48
Declaration of the stir::round functions.