R3BROOT
R3B analysis software
|
#include "FairPrimaryGenerator.h"
#include "RtypesCore.h"
#include "TRandom.h"
#include <FairGenerator.h>
#include <Math/GenVector/Cartesian3D.h>
#include <Math/GenVector/Polar3D.h>
#include <Math/GenVector/PxPyPzE4D.h>
#include <R3BIOConnector.h>
#include <R3BNeulandCommon.h>
#include <TRandom3.h>
#include <cmath>
#include <fmt/format.h>
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | R3B |
namespace | R3B::Neuland |
Simulation of NeuLAND Bar/Paddle. | |
Functions | |
template<typename AngleDist, typename EnergyDist, typename PositionDist> | |
auto | R3B::Neuland::CreateTrackGenerator (const AngleDist &angle_dist, const EnergyDist &energy_dist, const PositionDist &position_dist) |
Variables | |
constexpr auto | R3B::Neuland::default_detector_size { 200.0 } |
constexpr auto | R3B::Neuland::default_PID { 13 } |