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 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
|
==============================
14.11.13 Release CLHEP-2.1.4.1
==============================
==============================
05.11.13 Release CLHEP-2.1.4.0
==============================
==============================
14.11.12 Release CLHEP-2.1.3.1
==============================
==============================
06.11.12 Release CLHEP-2.1.3.0
==============================
==============================
16.08.12 Release CLHEP-2.1.2.5
==============================
2012-08-16 Lynn Garren <garren@fnal.gov>
* use std::pow() explicitly
2012-08-15 Lynn Garren <garren@fnal.gov>
* latest changes from Joe Boudreau
* change the names of internal variables so -Wshadow does not complain
==============================
09.07.12 Release CLHEP-2.1.2.4
==============================
==============================
31.05.12 Release CLHEP-2.1.2.3
==============================
2012-05-30 Lynn Garren <garren@fnal.gov>
* latest changes from Joe Boudreau
* GenericFunctions/Psi2Hydrogen.icc: replaces src/Psi2Hydrogen.cc
* GenericFunctions/AssociatedLegendre.icc: replaces src/AssociatedLegendre.cc
==============================
14.02.12 Release CLHEP-2.1.2.2
==============================
==============================
06.02.12 Release CLHEP-2.1.2.1
==============================
2012-02-02 Lynn Garren <garren@fnal.gov>
* GenericFunctions/ClassicalSolver.hh: make destructor virtual
* src/PhaseSpace.cc: fix typo,
GenFun::Variable index() returns unsigned int, not double
* src/InterpolatingPolynomial.cc: deal with int comparison
==============================
16.12.11 Release CLHEP-2.1.2.0
==============================
==============================
29.07.11 Release CLHEP-2.1.1.0
==============================
==============================
11.11.10 Release CLHEP-2.1.0.1
==============================
==============================
23.07.10 Release CLHEP-2.1.0.0
==============================
2010-07-22 Lynn Garren <garren@fnal.gov>
* GenericFunctions/src/AnalyticConvolution.cc:
replace finite with std::isfinite (for MacOSX)
use _finite from float.h if _WIN32 (for VC++)
2010-03-09 Lynn Garren <garren@fnal.gov>
* GenericFunctions/src/RKIntegrator.cc:
Add parentheses to fix a VC++ warning
==============================
16.06.10 Release CLHEP-2.1.0.0.b01
==============================
2009/06/26 boudreau
* src/AnalyticConvolution.cc: add protection to gauss and exp
2008/11/19 boudreau
* GenericFunctions/CutBase.icc: fix compiler warnings
2007-01-23 boudreau
* src/AnalyticConvolution.cc: patch for sigma=0
2007/01/21 boudreau
* GenericFunctions/AbsFunction.hh: use new ParameterComposition
* GenericFunctions/Bessel.icc: bug fix (remove extra "inline")
* new functions: Airy.hh Gamma.hh GammaDistribution.hh KroneckerDelta.hh
Legendre.hh ParameterComposition.hh SymToArgAdaptor.hh
==============================
11.06.10 Release CLHEP-2.0.5.0.b01
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
2010-03-09 Lynn Garren <garren@fnal.gov>
* src/RKIntegrator.cc: add parentheses to fix a VC++ warning
==============================
08.12.09 Release CLHEP-2.0.4.5
==============================
==============================
12.11.09 Release CLHEP-2.0.4.4
==============================
2009-11-10 Lynn Garren <garren@fnal.gov>
* src/Gaussian.cc, BivariateGaussian.cc, PtRelFcn.cc,
TrivariateGaussian.cc: protect against M_PI in cmath
2009-11-04 Lynn Garren <garren@fnal.gov>
* GenericFunctions/Bessel.icc, EllipticIntegral.icc:
replace math.h with cmath
==============================
03.11.09 Release CLHEP-2.0.4.4.b01
==============================
==============================
04.07.09 Release CLHEP-2.0.4.3
==============================
==============================
18.11.08 Release CLHEP-2.0.4.2
==============================
==============================
04.11.08 Release CLHEP-2.0.4.1
==============================
==============================
07.08.08 Release CLHEP-2.0.4.0
==============================
==============================
01.05.08 Release CLHEP-2.0.3.3
==============================
==============================
18.10.07 Release CLHEP-2.0.3.2
==============================
==============================
15.11.06 Release CLHEP-2.0.3.1
==============================
==============================
18.10.06 Release CLHEP-2.0.3.0
==============================
==============================
20.06.06 Release CLHEP-2.0.2.3
==============================
==============================
21.11.05 Release CLHEP-2.0.2.2
==============================
2005-11-21 Lynn Garren <garren@fnal.gov>
* src/Makefile.am, test/Makefile.am: Build libraries for
Windows Visual C++ without lib prefix.
==============================
22.06.05 Release CLHEP-2.0.2.1
==============================
Wed Jun 22 2005 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>
* configure.in: changed soname to install_name for darwin targets,
dylibs still don't build properly on 10.3/10.4, static libs ok.
2005-06-19 Lynn Garren <garren@fnal.gov>
* configure.in, Makefile.am:
Use lib when building Visual C++ libraries.
Disable shared library build for Solaris CC.
==============================
22.04.05 Release CLHEP-2.0.2.0
==============================
2005-04-07 Lynn Garren <garren@fnal.gov>
* configure.in: set AR and ARFLAGS
2005-02-18 Lynn Garren <garren@fnal.gov>
* configure.in, Makefile.am: Stop using libtool.
The newer releases of libtool seem to have dropped support for
Windows Visual C++.
2005-02-14 Lynn Garren <garren@fnal.gov>
* configure.in: Visual C++ flags are now "-EHsc -nologo -GR -GX -MD"
Fri Feb 11 2005 Mark Fischler <mf@fnal.gov>
* LogGamma.h
Removed sigms(), which never should have been there for this one.
(Bug 2167)
* Bessel.icc, SphericalBessel.icc, SphericalNeumann.icc,
EllibpitcIntegral.icc
Declared methods inline to prevent double-inclusion problem (Bug 2166)
2005-02-03 Lynn Garren <garren@fnal.gov>
* configure.in: install step creates libCLHEP.a, libCLHEP.so,
and/or libCLHEP.dylib by adding a symbolic link.
2005-02-02 Andreas PFEIFFER <andreas.pfeiffer@cern.ch>
* configure.in: modified compiler flags for windows:
added "-O -GR -GX -MD" as this is needed for the multi-thread
environments used.
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
Fri Sep 24 2004 Lynn Garren <garren@fnal.gov>
* use AM_CXXFLAGS
* require autoconf 2.59, automake 1.9.1, and libtool 1.9b
Tue Aug 31 2004 Lynn Garren <garren@fnal.gov>
* change Solaris CC compile flags from "-O -mt" to "-O"
* libtools 1.9b or later is required for Solaris CC
==============================
23.07.04 Release CLHEP-2.0.1.0
==============================
==============================
11.05.04 Release CLHEP-2.0.0.2
==============================
==============================
11.05.04 Release CLHEP-1.9.0.2
==============================
==============================
21.04.04 Release CLHEP-2.0.0.1
==============================
==============================
24.10.03 Release CLHEP-2.0.0.0
==============================
Fri Oct 24 2003 Lynn Garren <garren@fnal.gov>
* tagged for CLHEP 2.0.0.0
* backwards compatibility code disabled
==============================
23.10.03 Release CLHEP-1.9.0.0
==============================
Sun Nov 24 16:03:56 2002 Joe Boudreau <boudreau@fnal.gov>
* GenericFunctions/GSLMetaProxy.c,GSLMetaProxy.h (Removed):
* GenericFunctions/Bessel.hh,EllipticIntegral.hh,SphericalBessel.hh:
* GenericFunctions/SphericalNeumann.hh:
* GenericFunctions/Bessel.cc,EllipticIntegral.cc,SphericalBessel.cc:
* GenericFunctions/SphericalNeumann.cc:
Finally got rid of the MetaProxy scheme in favor of something
much simpler suggested a long time ago by Evgueni.. Namely
putting all the code that calls GSL into .icc files.
That makes CLHEP independent of the external package
but user code will develop a dependency as soon as it includes
either the Bessels, the Spherical Bessels/Neumanns, or
the Elliptic Integrals.
Mon Oct 28 15:07:43 2002 Mark Fischler <mf@fnal.gov>
* GenericFunctions/Psi2Hydrogen.cc:
Correct a warning about double to int, caused by using a 1.0
in an expression being used as int argument to factorial.
Thu Oct 10 16:33:48 2002 Joe Boudreau <boudreau@fnal.gov>
* GenericFunctions/Psi2Hydrogen.cc,Psi2Hydrogen.hh (Added):
Added Hydrogenic Wavefunctions
* GenericFunctions/Abs.cc,Abs.hh (Added):
Added Absolute value functions
* GenericFunctions/Variable.cc,Variable.hh:
Brought the variable class up to date with the FNAL repository
version where most of the development work has been taking place
till now
* GenericFunctions/Parameter.cc:
Portability change in print method
* GenericFunctions/ParamToArgAdaptor.icc:
Removed numeric_limits class, use of which limits portability
==============================
01.06.02 Release CLHEP-1.8.0.0
==============================
Mon May 27 15:07:16 2002 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>
* GenericFunctions/AbsFunction.hh,AbsParameter.hh:
The copy constructors are now public rather than private.
It has been done to avoid multiple warnings on Sun Solaris.
An example of the compiler message:
"ACos.cc", line 33: Warning (Anachronism):
Genfun::AbsFunction::AbsFunction(const Genfun::AbsFunction&) is not
accessible from Genfun::ACos::partial(unsigned) const.
1 Warning(s) detected.
Wed May 8 13:46:50 2002 Mark Fischler <mf@fnal.gov>
* GenericFunctions/DoubleParamToArgAdaptor.icc,ParamToArgAdaptor.icc:
* GenericFunctions/ACos.cc,ACos.hh,ASin.cc,ASin.hh (Added):
* GenericFunctions/ATan.cc,ATan.hh,Bessel.cc (Added):
* GenericFunctions/EllipticIntegral.cc,EllipticIntegral.hh (Added):
* GenericFunctions/SphericalBessel.cc,SphericalNeumann.cc (Added):
Files that had been in ZOOM's CLHEP but were not in the CERN version.
These have been brought up to date so as to work with the latest
config.h (that is, HEP_BEGIN_NAMESPACE no longer appears, etc.)
Wed May 8 11:14:51 2002 Lynn Garren <garren@fnal.gov>
* HepMC/GenEvent.h,GenVertex.h:
use conditional typedefs for forward iterators
=========================================
25.04.02 revised StdHep uses HepMC
=========================================
Wed Apr 17 10:08:52 2002 Mark Fischler <mf@fnal.gov>
* GenericFunctions/IncompleteGamma.hh,IncompleteGamma.cc:
Prevent the warning in gcc 3 about comparison of signed to
unsigned int, while not breaking the behavion of the code,
by making the static const ITMAX into an int instead of
an unsigned int.
=========================================
08.03.02 HepMC has become a part of CLHEP
=========================================
Tue Mar 5 16:41:23 2002 Mark Fischler <mf@fnal.gov>
* GenericFunctions/IncompleteGamma.cc:
Fix something that fails to compile on some good compilers (gcc 3).
==========================================
09.11.01 HepPDT has become a part of CLHEP
==========================================
==============================
15.06.01 Release CLHEP-1.7.0.0
==============================
Mon Jun 11 10:20:35 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>
* GenericFunctions/FunctionNumDeriv.cc: Replaced max() by if()
* GenericFunctions/Variable.hh:
Removed const from parameters of the constructor
Variable(unsigned int selectionIndex=0);
Fri Jun 8 17:47:25 2001 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>
* GenericFunctiuons/Makefile.in:
Disabled compilation of Bessel.cc, SphericalBessel.cc
and SphericalNeumann.cc
Wed May 16 07:10:41 2001 Joe Boudreau <boudreau@fnal.gov>
* ENTIRE_GenericFunctions_Package:
* GenericFunctions/Bessel.cc,Bessel.hh (Added):
* GenericFunctions/BivariateGaussian.cc,BivariateGaussian.hh (Added):
* GenericFunctions/CutBase.hh,CutBase.icc (Added):
* GenericFunctions/DoubleParamToArgAdaptor.hh (Added):
* GenericFunctions/DoubleParamToArgAdaptor.icc (Added):
* GenericFunctions/Exp.cc,Exp.hh (Added):
* GenericFunctions/FunctionNoop.cc,FunctionNoop.hh (Added):
* GenericFunctions/FunctionNumDeriv.cc,FunctionNumDeriv.hh (Added):
* GenericFunctions/GSLMetaProxy.c,GSLMetaProxy.h (Added):
* GenericFunctions/Landau.cc,Landau.hh,Ln.cc,Ln.hh (Added):
* GenericFunctions/ParamToArgAdaptor.hh,ParamToArgAdaptor.icc (Added):
* GenericFunctions/Tan.cc,Tan.hh (Added):
* GenericFunctions/TrivariateGaussian.cc (Added):
* GenericFunctions/TrivariateGaussian.hh (Added):
* GenericFunctions/doc/genericFunctions.tex:
Bringing the official CLHEP release up to date. The development
has been happening within another repository (at Fermilab),
now I am putting several months of work back into the CLHEP
repository.
In addition to routine bug fixes, the major points are:
* Automatic derivative computation
* Bessel functions, Landau functions, Bivariate and Trivariate
Gaussian distributions, Parameter-to-argument adaptors.
* Use of GSL where available, and a Meta-proxy library used
to limp along without the GSL.
* The base classes for Cuts, providing a for functions that
return a yes/no decision for a particular data type, BUT..
obeying a boolean algebra. Designed to interoperate with
the STL; and templated on the data type which is cut upon.
I discussed this a little in HEPVis'01, and just decided to
implement it.
==========================================================================
18.01.01 ZOOM PhysicsVectors Capabilities have become part of CLHEP/Vector
==========================================================================
======================================================================
24.10.00 Generic Functions by Joe Boudreau have become a part of CLHEP
======================================================================
Tue Oct 24 09:16:12 2000 Evgueni Tcherniaev <Evgueni.Tcherniaev@cern.ch>
* Makefile.in,configure.in:
* GenericFunctions/Makefile.in (Added):
* GenericFunctions/AbsFunction.cc,AbsFunction.hh (Added):
* GenericFunctions/AbsFunctional.cc,AbsFunctional.hh (Added):
* GenericFunctions/AbsParameter.cc,AbsParameter.hh (Added):
* GenericFunctions/AnalyticConvolution.cc (Added):
* GenericFunctions/AnalyticConvolution.hh (Added):
* GenericFunctions/Argument.hh,ArgumentList.hh (Added):
* GenericFunctions/AssociatedLaguerre.cc (Added):
* GenericFunctions/AssociatedLaguerre.hh (Added):
* GenericFunctions/AssociatedLegendre.cc (Added):
* GenericFunctions/AssociatedLegendre.hh (Added):
* GenericFunctions/ConstMinusFunction.cc (Added):
* GenericFunctions/ConstMinusFunction.hh (Added):
* GenericFunctions/ConstMinusParameter.cc (Added):
* GenericFunctions/ConstMinusParameter.hh (Added):
* GenericFunctions/ConstOverFunction.cc,ConstOverFunction.hh (Added):
* GenericFunctions/ConstOverParameter.cc (Added):
* GenericFunctions/ConstOverParameter.hh (Added):
* GenericFunctions/ConstPlusFunction.cc,ConstPlusFunction.hh (Added):
* GenericFunctions/ConstPlusParameter.cc (Added):
* GenericFunctions/ConstPlusParameter.hh (Added):
* GenericFunctions/ConstTimesFunction.cc (Added):
* GenericFunctions/ConstTimesFunction.hh (Added):
* GenericFunctions/ConstTimesParameter.cc (Added):
* GenericFunctions/ConstTimesParameter.hh (Added):
* GenericFunctions/Cos.cc,Cos.hh (Added):
* GenericFunctions/CumulativeChiSquare.cc (Added):
* GenericFunctions/CumulativeChiSquare.hh (Added):
* GenericFunctions/DefiniteIntegral.cc,DefiniteIntegral.hh (Added):
* GenericFunctions/Erf.cc,Erf.hh (Added):
* GenericFunctions/Exponential.cc,Exponential.hh (Added):
* GenericFunctions/FixedConstant.cc,FixedConstant.hh (Added):
* GenericFunctions/FloatingConstant.cc,FloatingConstant.hh (Added):
* GenericFunctions/FunctionComposition.cc (Added):
* GenericFunctions/FunctionComposition.hh (Added):
* GenericFunctions/FunctionConvolution.cc (Added):
* GenericFunctions/FunctionConvolution.hh (Added):
* GenericFunctions/FunctionDifference.cc (Added):
* GenericFunctions/FunctionDifference.hh (Added):
* GenericFunctions/FunctionDirectProduct.cc (Added):
* GenericFunctions/FunctionDirectProduct.hh (Added):
* GenericFunctions/FunctionNegation.cc,FunctionNegation.hh (Added):
* GenericFunctions/FunctionPlusParameter.cc (Added):
* GenericFunctions/FunctionPlusParameter.hh (Added):
* GenericFunctions/FunctionProduct.cc,FunctionProduct.hh (Added):
* GenericFunctions/FunctionQuotient.cc,FunctionQuotient.hh (Added):
* GenericFunctions/FunctionSum.cc,FunctionSum.hh (Added):
* GenericFunctions/FunctionTimesParameter.cc (Added):
* GenericFunctions/FunctionTimesParameter.hh (Added):
* GenericFunctions/Gaussian.cc,Gaussian.hh (Added):
* GenericFunctions/GenericFunctions.hh (Added):
* GenericFunctions/IncompleteGamma.cc,IncompleteGamma.hh (Added):
* GenericFunctions/LikelihoodFunctional.cc (Added):
* GenericFunctions/LikelihoodFunctional.hh (Added):
* GenericFunctions/LogGamma.cc,LogGamma.hh (Added):
* GenericFunctions/Parameter.cc,Parameter.hh (Added):
* GenericFunctions/ParameterDifference.cc (Added):
* GenericFunctions/ParameterDifference.hh (Added):
* GenericFunctions/ParameterNegation.cc,ParameterNegation.hh (Added):
* GenericFunctions/ParameterProduct.cc,ParameterProduct.hh (Added):
* GenericFunctions/ParameterQuotient.cc,ParameterQuotient.hh (Added):
* GenericFunctions/ParameterSum.cc,ParameterSum.hh (Added):
* GenericFunctions/PeriodicRectangular.cc (Added):
* GenericFunctions/PeriodicRectangular.hh (Added):
* GenericFunctions/Power.cc,Power.hh (Added):
* GenericFunctions/Rectangular.cc,Rectangular.hh (Added):
* GenericFunctions/ReverseExponential.cc (Added):
* GenericFunctions/ReverseExponential.hh (Added):
* GenericFunctions/Sin.cc,Sin.hh (Added):
* GenericFunctions/SphericalBessel.cc,SphericalBessel.hh (Added):
* GenericFunctions/SphericalNeumann.cc,SphericalNeumann.hh (Added):
* GenericFunctions/Sqrt.cc,Sqrt.hh (Added):
* GenericFunctions/Square.cc,Square.hh (Added):
* GenericFunctions/Variable.cc,Variable.hh,X.cc,X.hh (Added):
* GenericFunctions/doc/Makefile (Added):
* GenericFunctions/doc/PartiallyClosed.ps,TotallyClosed.ps (Added):
* GenericFunctions/doc/WideOpen.ps,example.ps,hydrogen.ps (Added):
* GenericFunctions/doc/genericFunctions.ps (Added):
* GenericFunctions/doc/genericFunctions.tex (Added):
* test/Makefile.in:
* test/testGenericFunctions.cc,testGenericFunctions.out.save (Added):
Added new package - GenericFunctions
==============================
20.10.00 Release CLHEP-1.6.0.0
==============================
==============================================================================
12.10.00 Expression Evaluator by Evgueni Tcherniaev has become a part of CLHEP
Alist, String and Combination have been disabled
==============================================================================
==============================
08.05.00 Release CLHEP-1.5.0.0
==============================
============================================================
24.04.00 StdHepC++ by Lynn Garren has become a part of CLHEP
============================================================
==============================
20.04.99 Release CLHEP-1.4.0.0
==============================
=========================================================================
16.12.98 Started: merging with BaBar version of CLHEP provided by G.Cosmo
=========================================================================
==========================
28.07.98 Release CLHEP-1.3
==========================
==========================
05.02.98 Release CLHEP-1.2
==========================
========================================================
08.12.97 Release CLHEP-1.1: Geant4 has migrated to CLHEP
========================================================
|