1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/lib
2015-11-09 00:26:10 +00: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
Chi2Function.cpp XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01:00
Chi2Function.hpp XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01: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 copyright update 2015-06-11 14:04:54 +01:00
FitInterface.hpp copyright update 2015-06-11 14:04:54 +01:00
Function.cpp Functions: more binding utilities 2015-07-07 18:49:22 +01:00
Function.hpp Functions: more binding utilities 2015-07-07 18:49:22 +01:00
Global.cpp copyright update 2015-06-11 14:04:54 +01:00
Global.hpp copyright update 2015-06-11 14:04:54 +01:00
GslHybridRootFinder.cpp copyright update 2015-06-11 14:04:54 +01:00
GslHybridRootFinder.hpp copyright update 2015-06-11 14:04:54 +01: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 HDF5: compatibility fix for pre-C++11 ABI 2015-11-03 15:57:01 +00:00
Hdf5File.hpp license text update 2015-10-07 19:03:41 +01:00
Histogram.cpp histogram class and associated plotting functions 2015-09-28 18:18:54 +01:00
Histogram.hpp histogram class and associated plotting functions 2015-09-28 18:18:54 +01:00
includes.hpp copyright update 2015-06-11 14:04:54 +01:00
Integrator.hpp copyright update 2015-06-11 14:04:54 +01:00
Io.cpp IO: polymorphic file opening 2015-11-04 17:30:52 +00:00
Io.hpp IO: polymorphic file opening 2015-11-04 17:30: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 HDF5 format 2015-10-01 00:13:34 +01: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 compatibility fix: __unused changed to __dumb 2015-06-15 15:20:29 +02:00
Minimizer.hpp copyright update 2015-06-11 14:04:54 +01:00
MinuitMinimizer.cpp Minuit minimiser: interface to choose algorithm 2015-08-07 16:10:03 +02:00
MinuitMinimizer.hpp Minuit minimiser: interface to choose algorithm 2015-08-07 16:10:03 +02:00
Model.cpp copyright update 2015-06-11 14:04:54 +01:00
Model.hpp copyright update 2015-06-11 14:04:54 +01:00
ParserState.hpp copyright update 2015-06-11 14:04:54 +01:00
Plot.cpp histogram class and associated plotting functions 2015-09-28 18:18:54 +01:00
Plot.hpp histogram class and associated plotting functions 2015-09-28 18:18:54 +01: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 copyright update 2015-06-11 14:04:54 +01:00
Solver.cpp copyright update 2015-06-11 14:04:54 +01:00
Solver.hpp copyright update 2015-06-11 14:04:54 +01:00
StatArray.hpp compatibility fix: __unused changed to __dumb 2015-06-15 15:20:29 +02:00
TabFunction.cpp TabFunction: Added optional interpolation type argument 2015-11-09 00:26:10 +00:00
TabFunction.hpp TabFunction: Added optional interpolation type argument 2015-11-09 00:26:10 +00:00
XYSampleData.cpp XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01:00
XYSampleData.hpp XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01:00
XYStatData.cpp XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01:00
XYStatData.hpp XY datatypes: tools to get residuals or partial residuals from a fit 2015-07-07 18:50:03 +01:00