Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
phsp_evaluating_functor.inl File Reference
#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>
Include dependency graph for phsp_evaluating_functor.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PHSP_EVALUATING_FUNCTOR_INL_
 

Functions

 declarg (Jpsi, hydra::Vector4R) declarg(Kaon
 phsp_evaluating_functor.inl More...
 
hydra::Vector4R declarg (Pion, hydra::Vector4R) declarg(MuonP
 
hydra::Vector4R hydra::Vector4R declarg (MuonM, hydra::Vector4R) declarg(Weight
 
hydra::Vector4R hydra::Vector4R double declarg (M13Sq, double) declarg(M23Sq
 
int main (int argv, char **argc)
 

Macro Definition Documentation

◆ PHSP_EVALUATING_FUNCTOR_INL_

#define PHSP_EVALUATING_FUNCTOR_INL_

Function Documentation

◆ 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 
)