#include "fwd/MassRange.h"
#include "fwd/FinalStateParticle.h"
#include "fwd/MassAxes.h"
#include "fwd/ParticleCombination.h"
#include <memory>
Go to the source code of this file.
|
const MassRange | mass_range (double isp_mass, const std::shared_ptr< ParticleCombination > &pc, const FinalStateParticleVector &FSPs) |
|
const std::vector< MassRange > | mass_range (double isp_mass, const MassAxes &A, const FinalStateParticleVector &FSPs) |
|
const MassRange | squared (MassRange mr) |
|
const std::vector< MassRange > | squared (std::vector< MassRange > mr) |
|