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#ifndef NEULAND_ELASTICPROTONENERGY
15#define NEULAND_ELASTICPROTONENERGY
16
17#include "R3BNeulandCluster.h"
18
19namespace Neuland
20{
21 auto RecoilProtonEnergy(const R3BNeulandCluster&) -> double;
22 auto RecoilScatteringAngle(const R3BNeulandCluster&) -> double;
23
33 auto ScatteredNeutronEnergy(const R3BNeulandCluster& first, const R3BNeulandCluster& second) -> double;
34
45 auto ScatteredNeutronAngle(const R3BNeulandCluster& first, const R3BNeulandCluster& second) -> double;
46 auto NeutronEnergyFromElasticProtonScattering(const R3BNeulandCluster&) -> double;
47
59 auto NeutronEnergyFromElasticScattering(const R3BNeulandCluster& first,
60 const R3BNeulandCluster& second,
61 double target_mass) -> double;
62 auto MaybeElasticScattering(const R3BNeulandCluster& first,
63 const R3BNeulandCluster& second,
64 double targetMass) -> double;
65 auto ElasticScatteringTargetMass(const R3BNeulandCluster& first, const R3BNeulandCluster& second) -> double;
66} // namespace Neuland
67
68#endif // NEULAND_ELASTICPROTONENERGY
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