-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathreferences.bib
155 lines (129 loc) · 4.53 KB
/
references.bib
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
@inproceedings{phsp,
author = "{James, Frederick E}",
title = "{Monte Carlo phase space}",
publisher = "{CERN}",
year = "{1968}",
url = "{https://cds.cern.ch/record/275743}"
}
@article{root,
author = "{Brun, R. and Rademakers, F.}",
title = "{ROOT: An object oriented data analysis framework}",
booktitle = "{New computing techniques in physics research V. Proceedings, 5th International Workshop, AIHENP '96, Lausanne, Switzerland, September 2-6, 1996}",
journal = "{Nucl. Instrum. Meth.}",
volume = "{A389}",
year = "{1997}",
pages = "{81-86}",
doi = "{10.1016/S0168-9002(97)00048-X}",
}
@conference{GTC,
Stitle = "{Hydra: a framework for data analysis in massively parallel platforms.}",
author = "Alves Junior,A. A.",
year = "2017",
booktitle = "{GTC2017}",
address = "{San Jos\'e, US}",
note = "{Presentation ID S7340}"
}
@conference{kaon-mass,
title = "{Measurement of the $K^+$ mass}",
author= "Alves Junior,A. A. and A. Contu",
year = "2017",
booktitle = "{Rare n Strange 2017: strange physics at LHCb}",
address = "{Santiago de Compostela, Spain}",
howpublished = "\url{https://indico.cern.ch/event/590880/contributions/2485492/}"
}
@article{splot,
author = "Pivk, Muriel and Le Diberder, Francois R.",
title = "{SPlot: A Statistical tool to unfold data distributions}",
journal = "Nucl. Instrum. Meth.",
volume = "A555",
year = "2005",
pages = "356-369",
doi = "10.1016/j.nima.2005.08.106",
eprint = "physics/0402083",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
reportNumber = "LAL-04-07"
}
@book{Byckling_Kajantie_1973,
title = "{Particle kinematics}",
publisher = "{John Wiley and Sons, Inc., New York}",
author = "{Byckling, E. and Kajantie, K.}",
year = "{1973}"
}
@article{vegas,
title = "A new algorithm for adaptive multidimensional integration",
journal = "Journal of Computational Physics",
volume = "27",
number = "2",
pages = "192 - 203",
year = "1978",
issn = "0021-9991",
doi = "\url{https://doi.org/10.1016/0021-9991(78)90004-9}",
url = "\url{http://www.sciencedirect.com/science/article/pii/0021999178900049}",
author = "G Peter Lepage"
}
@article{berntsen,
author = {Berntsen, Jarle and Espelid, Terje O. and Genz, Alan},
title = {An Adaptive Algorithm for the Approximate Calculation of Multiple Integrals},
journal = {ACM Trans. Math. Softw.},
issue_date = {Dec. 1991},
volume = {17},
number = {4},
month = "Dec",
year = {1991},
issn = {0098-3500},
pages = {437--451},
numpages = {15},
url = "\url{http://doi.acm.org/10.1145/210232.210233}",
doi = "\url{https://doi.org/10.1145/210232.210233}",
acmid = "{210233}",
publisher = "{ACM}",
address = "{New York, NY, USA}"
}
@article{genzmalik,
title = "{Remarks on algorithm 006: An adaptive algorithm for numerical integration over an N-dimensional rectangular region}",
journal = "{Journal of Computational and Applied Mathematics}",
volume = "6",
number = "4",
pages = "295 - 302",
year = "1980",
issn = "0377-0427",
doi = "\url{https://doi.org/10.1016/0771-050X(80)90039-X}",
url = "\url{http://www.sciencedirect.com/science/article/pii/0771050X8090039X}",
author = "A.C. Genz and A.A. Malik"
}
@misc{cernlib,
title = "{CERNLIB - CERN Program Library}",
howpublished = "\url{https://cernlib.web.cern.ch/cernlib}"
}
@misc{thrust,
title = "{Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL)}",
howpublished = "\url{http://thrust.github.io/}"
}
@misc{openmp,
title = "{The OpenMP API specification for parallel programming}",
howpublished = "\url{http://www.openmp.org/}"
}
@misc{tbb,
title = "{Intel Threading Building Blocks}",
howpublished = "\url{http://www.threadingbuildingblocks.org/}"
}
@misc{cuda,
title = "{NVIDIA CUDA Toolkit}",
howpublished = "\url{http://developer.nvidia.com/cuda-toolkit}"
}
@misc{cpp,
title ="{Sequential back-end defined in Thrust}"
}
@misc{soa,
title = "{ Structure of arrays or SoA is a layout separating elements of a structure into one parallel array per field}",
howpublished = "\url{https://en.wikipedia.org/wiki/AOS_and_SOA}"
}
@misc{minuit,
title = "{Minuit2 Package}",
howpublished = "\url{https://root.cern.ch/root/html/MATH_MINUIT2_Index.html}"
}
@misc{GSoC,
title = "{Hydra.Python: python bindings for Hydra}",
howpublished = "\url{https://summerofcode.withgoogle.com/dashboard/project/6669304945704960/overview/}"
}