1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/lib
2016-04-01 21:38:49 +01:00
..
AsciiFile.cpp IO: stricter control of data names 2015-10-07 19:03:19 +01:00
AsciiFile.hpp first implementation of HDF5 format 2015-10-01 00:13:34 +01:00
AsciiLexer.lpp ASCII data: lexer compatibility fix 2015-09-08 11:34:40 +01:00
AsciiParser.ypp code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
CompiledFunction.cpp copyright update 2015-06-11 14:04:54 +01:00
CompiledFunction.hpp copyright update 2015-06-11 14:04:54 +01:00
CompiledModel.cpp copyright update 2015-06-11 14:04:54 +01:00
CompiledModel.hpp copyright update 2015-06-11 14:04:54 +01:00
Dataset.hpp copyright update 2015-06-11 14:04:54 +01:00
Derivative.cpp copyright update 2015-06-11 14:04:54 +01:00
Derivative.hpp copyright update 2015-06-11 14:04:54 +01:00
Exceptions.cpp copyright update 2015-06-11 14:04:54 +01:00
Exceptions.hpp copyright update 2015-06-11 14:04:54 +01:00
File.cpp copyright update 2015-06-11 14:04:54 +01:00
File.hpp first implementation of HDF5 format 2015-10-01 00:13:34 +01:00
FitInterface.cpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
FitInterface.hpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
Function.cpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
Function.hpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
Global.cpp copyright update 2015-06-11 14:04:54 +01:00
Global.hpp minor code cleaning 2016-03-08 19:39:05 +00:00
GslHybridRootFinder.cpp dimension resized automatically for solvers 2015-11-13 14:30:10 +00:00
GslHybridRootFinder.hpp dimension resized automatically for solvers 2015-11-13 14:30:10 +00:00
GslQagsIntegrator.cpp copyright update 2015-06-11 14:04:54 +01:00
GslQagsIntegrator.hpp copyright update 2015-06-11 14:04:54 +01:00
Hdf5File.cpp Hdf5File: random generator state I/O fix 2015-11-18 19:46:08 +00:00
Hdf5File.hpp license text update 2015-10-07 19:03:41 +01:00
Histogram.cpp Histogram: percentiles & confidence interval 2015-11-24 16:27:47 +00:00
Histogram.hpp Histogram: percentiles & confidence interval 2015-11-24 16:27:47 +00:00
includes.hpp more includes cleaning 2016-03-10 15:11:36 +00:00
Integrator.hpp copyright update 2015-06-11 14:04:54 +01:00
Io.cpp IO: code improvement 2015-11-18 19:46:52 +00:00
Io.hpp IO: code improvement 2015-11-18 19:46:52 +00:00
IoObject.hpp first implementation of HDF5 format 2015-10-01 00:13:34 +01:00
LatAnalyze reorganizing sources... 2014-03-13 18:51:01 +00:00
Makefile.am first implementation of the new XYSampleData (to be tested) 2016-03-16 18:33:51 +00:00
Mat.cpp code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
Mat.hpp copyright update 2015-06-11 14:04:54 +01:00
Math.cpp Math: chi^2 p-value function from GSL 2015-11-02 16:17:59 +00:00
Math.hpp Math: chi^2 p-value function from GSL 2015-11-02 16:17:59 +00:00
MathInterpreter.cpp MathInterpreter: include pi as a constant, fix in function call 2015-09-28 18:18:13 +01:00
MathInterpreter.hpp copyright update 2015-06-11 14:04:54 +01:00
MathLexer.lpp code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
MathParser.ypp code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
MatSample.cpp code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
MatSample.hpp copyright update 2015-06-11 14:04:54 +01:00
Minimizer.cpp Minimizer: limit initialisation fix 2015-11-13 16:25:16 +00:00
Minimizer.hpp dimension resized automatically for solvers 2015-11-13 14:30:10 +00:00
MinuitMinimizer.cpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
MinuitMinimizer.hpp code cleaning 2016-03-23 17:16:50 +00:00
Model.cpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
Model.hpp support for variable naming for function, model and data 2016-03-31 12:12:30 +01:00
ParserState.hpp copyright update 2015-06-11 14:04:54 +01:00
Plot.cpp more deactivation of the old fit interface 2016-03-08 19:37:02 +00:00
Plot.hpp more deactivation of the old fit interface 2016-03-08 19:37:02 +00:00
RandGen.cpp code cleaning and GCC compatibility 2015-06-15 14:59:10 +02:00
RandGen.hpp copyright update 2015-06-11 14:04:54 +01:00
RootFinder.cpp copyright update 2015-06-11 14:04:54 +01:00
RootFinder.hpp dimension resized automatically for solvers 2015-11-13 14:30:10 +00:00
Solver.cpp dimension resized automatically for solvers 2015-11-13 14:30:10 +00:00
Solver.hpp simplification of the Minuit minimiser interface, (successful) test of the new fit interface 2016-03-23 17:08:25 +00:00
StatArray.hpp compatibility fix: __unused changed to __dumb 2015-06-15 15:20:29 +02:00
TabFunction.cpp more deactivation of the old fit interface 2016-03-08 19:37:02 +00:00
TabFunction.hpp more deactivation of the old fit interface 2016-03-08 19:37:02 +00:00
XYSampleData.cpp XY data: user can pass a sequence of minimisers to perform a fit 2016-04-01 21:38:49 +01:00
XYSampleData.hpp XY data: user can pass a sequence of minimisers to perform a fit 2016-04-01 21:38:49 +01:00
XYStatData.cpp XY data: user can pass a sequence of minimisers to perform a fit 2016-04-01 21:38:49 +01:00
XYStatData.hpp XY data: user can pass a sequence of minimisers to perform a fit 2016-04-01 21:38:49 +01:00