-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathGroups.h
62 lines (49 loc) · 1.08 KB
/
Groups.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*
* Groups.h
*
* Created on: 12/10/2016
* Author: augalves
*/
#ifndef GROUPS_H_
#define GROUPS_H_
/**
* \file
* \brief This file defines the different modules for doxygen documentation.
*/
/**
* \defgroup fit Data fitting
* \brief Data fit functionalities of Hydra
*/
/**
* \defgroup random Random number generation
* \brief Random mumber generation and pdf sampling functionalities
*/
/**
* \defgroup phsp Phase-Space Monte Carlo
* \brief Kinematics of particle decays and generation of phase-space Monte Carlo samples
*/
/**
* \defgroup functor Functor Arithmetic
* \brief Functor base types and arithmetic operations
*/
/**
* \defgroup numerical_integration Numerical integration
* \brief Basic types and definitions
*/
/**
* \defgroup generic Generic
* \brief Generic types, definitions and algorithms
*/
/**
* \defgroup policy Policy
* \brief Policies
*/
/**
* \defgroup histogram Histogram
* \brief Histogram
*/
/**
* \defgroup common_functions Common functors
* \brief Common functors, line-shapes and functions.
*/
#endif /* GROUPS_H_ */