#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/FunctorArithmetic.h>
#include <hydra/Lambda.h>
#include <hydra/multiarray.h>
#include <hydra/Algorithm.h>
#include <hydra/Tuple.h>
#include <hydra/host/System.h>
#include <hydra/device/System.h>
#include <hydra/Decays.h>
Go to the source code of this file.
◆ PHSP_EVALUATING_FUNCTOR_INL_
#define PHSP_EVALUATING_FUNCTOR_INL_ |
◆ declarg() [1/4]
declarg |
( |
Jpsi |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
phsp_evaluating_functor.inl
This example shows how to use the Hydra's phase space Monte Carlo algorithms to generate events of B0 -> J/psi K pi on fly and evaluate a set of functors and plot the distributions.
◆ declarg() [2/4]
hydra::Vector4R declarg |
( |
Pion |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ declarg() [3/4]
hydra::Vector4R hydra::Vector4R declarg |
( |
MuonM |
, |
|
|
hydra::Vector4R |
|
|
) |
| |
◆ declarg() [4/4]
hydra::Vector4R hydra::Vector4R double declarg |
( |
M13Sq |
, |
|
|
double |
|
|
) |
| |
◆ main()
int main |
( |
int |
argv, |
|
|
char ** |
argc |
|
) |
| |