STIR 6.4.0
multiply_crystal_factors.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/ArrayFwd.h"
21
22START_NAMESPACE_STIR
23
24class ProjData;
25
48void multiply_crystal_factors(ProjData& proj_data, const ArrayType<2, float>& efficiencies, const float global_factor);
49
50END_NAMESPACE_STIR
forward declaration of stir::Array class for multi-dimensional (numeric) arrays
The (abstract) base class for the projection data.
Definition ProjData.h:105
Array< num_dimensions, elemT > ArrayType
type alias for future-proofing for "large" rectangular arrays
Definition ArrayFwd.h:25