#include <iostream>
#include <assert.h>
#include <time.h>
#include <vector>
#include <array>
#include <chrono>
#include <tclap/CmdLine.h>
#include <hydra/Types.h>
#include <hydra/Vector4R.h>
#include <hydra/PhaseSpace.h>
#include <hydra/Function.h>
#include <hydra/Lambda.h>
#include <hydra/Algorithm.h>
#include <hydra/Tuple.h>
#include <hydra/host/System.h>
#include <hydra/device/System.h>
#include <hydra/Decays.h>
#include <hydra/DenseHistogram.h>
#include <hydra/Range.h>
#include <hydra/functions/Exponential.h>
#include <hydra/Placeholders.h>
Go to the source code of this file.
◆ TIMEDEPENDENT_PHSP_BASIC_INL_
#define TIMEDEPENDENT_PHSP_BASIC_INL_ |
◆ declarg() [1/2]
declarg |
( |
A |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ declarg() [2/2]
hydra::Vector4R declarg |
( |
C |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ main()
int main |
( |
int |
argv, |
|
|
char ** |
argc |
|
) |
| |