R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
ElasticScattering.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (C) 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
3 * Copyright (C) 2019-2025 Members of R3B Collaboration *
4 * *
5 * This software is distributed under the terms of the *
6 * GNU General Public Licence (GPL) version 3, *
7 * copied verbatim in the file "LICENSE". *
8 * *
9 * In applying this license GSI does not waive the privileges and immunities *
10 * granted to it by virtue of its status as an Intergovernmental Organization *
11 * or submit itself to any jurisdiction. *
12 ******************************************************************************/
13
14#pragma once
15
16#include "R3BNeulandCluster.h"
17
18namespace Neuland
19{
20 auto RecoilProtonEnergy(const R3BNeulandCluster&) -> double;
21 auto RecoilScatteringAngle(const R3BNeulandCluster&) -> double;
22
32 auto ScatteredNeutronEnergy(const R3BNeulandCluster& first, const R3BNeulandCluster& second) -> double;
33
44 auto ScatteredNeutronAngle(const R3BNeulandCluster& first, const R3BNeulandCluster& second) -> double;
45 auto NeutronEnergyFromElasticProtonScattering(const R3BNeulandCluster&) -> double;
46
58 auto NeutronEnergyFromElasticScattering(const R3BNeulandCluster& first,
59 const R3BNeulandCluster& second,
60 double target_mass) -> double;
61 auto MaybeElasticScattering(const R3BNeulandCluster& first,
62 const R3BNeulandCluster& second,
63 double targetMass) -> double;
64 auto ElasticScatteringTargetMass(const R3BNeulandCluster& first, const R3BNeulandCluster& second) -> double;
65} // namespace Neuland
Simulation of NeuLAND Bar/Paddle.
auto NeutronEnergyFromElasticProtonScattering(const R3BNeulandCluster &cluster) -> double
auto ElasticScatteringTargetMass(const R3BNeulandCluster &first, const R3BNeulandCluster &second) -> double
auto NeutronEnergyFromElasticScattering(const R3BNeulandCluster &first, const R3BNeulandCluster &second, double target_mass) -> double
Calculate neutron kinetic energy from the elastic scattering.
auto ScatteredNeutronEnergy(const R3BNeulandCluster &first, const R3BNeulandCluster &second) -> double
Calculate neutron kinetic energy from the scattering.
auto ScatteredNeutronAngle(const R3BNeulandCluster &first, const R3BNeulandCluster &second) -> double
Calculate the scattering angle of the neutron.
auto RecoilProtonEnergy(const R3BNeulandCluster &cluster) -> double
auto RecoilScatteringAngle(const R3BNeulandCluster &cluster) -> double
auto MaybeElasticScattering(const R3BNeulandCluster &first, const R3BNeulandCluster &second, const double targetMass) -> double