STIR  6.2.0
randoms_from_singles.h
Go to the documentation of this file.
1 
11 /*
12  Copyright (C) 2021, University Copyright 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 
20 #include "stir/common.h"
21 
22 START_NAMESPACE_STIR
23 
24 class ProjData;
25 class SinglesRates;
26 
70 void randoms_from_singles(ProjData& proj_data,
71  const SinglesRates& singles,
72  float coincidence_time_window = -1.F,
73  float radionuclide_halflife = -1.F);
74 
75 END_NAMESPACE_STIR
void randoms_from_singles(ProjData &proj_data, const SinglesRates &singles, float coincidence_time_window, float isotope_halflife)
Estimate randoms from singles (RFS)
Definition: randoms_from_singles.cxx:33
basic configuration include file