#include <iostream>
#include <assert.h>
#include <time.h>
#include <vector>
#include <array>
#include <chrono>
#include <tclap/CmdLine.h>
#include <hydra/PhaseSpace.h>
#include <hydra/Decays.h>
#include <hydra/Function.h>
#include <hydra/FunctorArithmetic.h>
#include <hydra/Lambda.h>
#include <hydra/Algorithm.h>
#include <hydra/Tuple.h>
#include <hydra/Vector3R.h>
#include <hydra/Vector4R.h>
#include <hydra/host/System.h>
#include <hydra/device/System.h>
#include <hydra/DenseHistogram.h>
#include <hydra/Placeholders.h>
#include <hydra/multivector.h>
Go to the source code of this file.
◆ PHSP_CHAIN_INL_
◆ declarg() [1/5]
declarg |
( |
Jpsi |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ declarg() [2/5]
hydra::Vector4R declarg |
( |
Pion |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ declarg() [3/5]
hydra::Vector4R hydra::Vector4R declarg |
( |
MuonM |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ declarg() [4/5]
hydra::Vector4R hydra::Vector4R double declarg |
( |
M23Sq |
, |
|
|
double |
|
|
) |
| |
◆ declarg() [5/5]
◆ main()
int main |
( |
int |
argv, |
|
|
char ** |
argc |
|
) |
| |