Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
dalitz_plot.inl File Reference
#include <iostream>
#include <assert.h>
#include <time.h>
#include <chrono>
#include <random>
#include <algorithm>
#include <cstdlib>
#include <ctime>
#include <type_traits>
#include <tclap/CmdLine.h>
#include <hydra/host/System.h>
#include <hydra/device/System.h>
#include <hydra/Function.h>
#include <hydra/Lambda.h>
#include <hydra/FunctorArithmetic.h>
#include <hydra/Placeholders.h>
#include <hydra/Complex.h>
#include <hydra/Tuple.h>
#include <hydra/Range.h>
#include <hydra/Distance.h>
#include <hydra/LogLikelihoodFCN.h>
#include <hydra/Parameter.h>
#include <hydra/UserParameters.h>
#include <hydra/Pdf.h>
#include <hydra/AddPdf.h>
#include <hydra/Vector4R.h>
#include <hydra/PhaseSpace.h>
#include <hydra/PhaseSpaceIntegrator.h>
#include <hydra/Decays.h>
#include <hydra/DenseHistogram.h>
#include <hydra/SparseHistogram.h>
#include <hydra/functions/BreitWignerLineShape.h>
#include <hydra/functions/CosHelicityAngle.h>
#include <hydra/functions/ZemachFunctions.h>
#include <hydra/SeedRNG.h>
#include "Minuit2/FunctionMinimum.h"
#include "Minuit2/MnUserParameterState.h"
#include "Minuit2/MnPrint.h"
#include "Minuit2/MnMigrad.h"
#include "Minuit2/MnMinimize.h"
Include dependency graph for dalitz_plot.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NonResonant
 
class  Norm< T >
 
struct  parity< L, Flag >
 
struct  parity< L, false >
 
struct  parity< L, true >
 
class  Resonance< L, Signature >
 

Macros

#define DALITZ_PLOT_INL_
 

Functions

 declarg (Dplus, hydra::Vector4R) declarg(PionA
 
hydra::Vector4R declarg (PionB, hydra::Vector4R) declarg(Kaon
 
template<typename Amplitude , typename Model >
double fit_fraction (Amplitude const &amp, Model const &model, std::array< double, 3 > const &masses, size_t nentries)
 
template<typename Backend , typename Model , typename Container >
size_t generate_dataset (Backend const &system, Model const &model, std::array< double, 3 > const &masses, Container &decays, size_t nevents, size_t bunch_size)
 
template<typename Amplitude >
TH3D histogram_component (Amplitude const &amp, std::array< double, 3 > const &masses, const char *name, size_t nentries)
 
int main (int argv, char **argc)
 
template<typename ... Amplitudes>
auto make_model (Amplitudes const &... amplitudes) -> decltype(hydra::compose(std::declval< Norm< typename Amplitudes::return_type... >>(), amplitudes...))
 

Data Structure Documentation

◆ parity

struct parity

template<hydra::Wave L, bool Flag = (L%2)>
struct parity< L, Flag >

Examples:
dalitz_plot.C, and dalitz_plot.inl.
Collaboration diagram for parity< L, Flag >:

Macro Definition Documentation

◆ DALITZ_PLOT_INL_

#define DALITZ_PLOT_INL_

Function Documentation

◆ declarg() [1/2]

declarg ( Dplus  ,
hydra::Vector4R   
)
Examples:
dalitz_plot.inl.

◆ declarg() [2/2]

hydra::Vector4R declarg ( PionB  ,
hydra::Vector4R   
)

◆ fit_fraction()

template<typename Amplitude , typename Model >
double fit_fraction ( Amplitude const &  amp,
Model const &  model,
std::array< double, 3 > const &  masses,
size_t  nentries 
)
Examples:
dalitz_plot.inl.

◆ generate_dataset()

template<typename Backend , typename Model , typename Container >
size_t generate_dataset ( Backend const &  system,
Model const &  model,
std::array< double, 3 > const &  masses,
Container &  decays,
size_t  nevents,
size_t  bunch_size 
)
Examples:
dalitz_plot.inl.

◆ histogram_component()

template<typename Amplitude >
TH3D histogram_component ( Amplitude const &  amp,
std::array< double, 3 > const &  masses,
const char *  name,
size_t  nentries 
)
Examples:
dalitz_plot.inl.

◆ main()

int main ( int  argv,
char **  argc 
)
Examples:
dalitz_plot.inl.

◆ make_model()

template<typename ... Amplitudes>
auto make_model ( Amplitudes const &...  amplitudes) -> decltype(hydra::compose( std::declval<Norm<typename Amplitudes::return_type...>>(), amplitudes... ))
Examples:
dalitz_plot.inl.