Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
01a7fa48
Commit
01a7fa48
authored
Nov 30, 2004
by
Lynn Garren
Browse files
merged changes from 1.9
ready for 2.0.1.2
parent
80dec617
Changes
65
Hide whitespace changes
Inline
Side-by-side
Cast/INSTALL
View file @
01a7fa48
...
...
@@ -10,6 +10,8 @@ these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
To build for Solaris CC, configure with CXX=CC CC=cc LIBS=-lsunmath.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
Cast/configure.in
View file @
01a7fa48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Cast, 2.0.1.
1
, CLHEP@cern.ch, Cast)
AC_INIT(CLHEP Cast, 2.0.1.
2
, CLHEP@cern.ch, Cast)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/itos.cc])
...
...
ChangeLog
View file @
01a7fa48
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
Tue Nov 30 2004 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>
* Geometry/Plane3D.h: replaced wrong <float> by <T> in
Point3D<T> point(const Point3D<float> & p) const {
Mon Nov 29 2004 Mark Fischler <mf@fnal.gov>
* In LorentzVectorC.cc, in deltaR, fixed to use pp.deltaRPhi(w.getV())
Mon Nov 29 2004 Lynn Garren <garren@fnal.gov>
* Vector/src: add missing implemetations
Fri Nov 26 2004 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>
* HepMC/doc/Makefile.in: add -o option to dvips, otherwise it
prints on some systems
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
...
...
Evaluator/ChangeLog
View file @
01a7fa48
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
...
...
Evaluator/INSTALL
View file @
01a7fa48
...
...
@@ -10,6 +10,8 @@ these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
To build for Solaris CC, configure with CXX=CC CC=cc LIBS=-lsunmath.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
Evaluator/configure.in
View file @
01a7fa48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Evaluator, 2.0.1.
1
, CLHEP@cern.ch, Evaluator)
AC_INIT(CLHEP Evaluator, 2.0.1.
2
, CLHEP@cern.ch, Evaluator)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Evaluator.cc])
...
...
Exceptions/ChangeLog
View file @
01a7fa48
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
...
...
Exceptions/INSTALL
View file @
01a7fa48
...
...
@@ -10,6 +10,8 @@ these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
To build for Solaris CC, configure with CXX=CC CC=cc LIBS=-lsunmath.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
Exceptions/configure.in
View file @
01a7fa48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Exceptions, 2.0.1.
1
, CLHEP@cern.ch, Exceptions)
AC_INIT(CLHEP Exceptions, 2.0.1.
2
, CLHEP@cern.ch, Exceptions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMerrno.cc])
...
...
GenericFunctions/ChangeLog
View file @
01a7fa48
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
...
...
GenericFunctions/INSTALL
View file @
01a7fa48
...
...
@@ -10,6 +10,8 @@ these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
To build for Solaris CC, configure with CXX=CC CC=cc LIBS=-lsunmath.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
GenericFunctions/configure.in
View file @
01a7fa48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP GenericFunctions, 2.0.1.
1
, CLHEP@cern.ch, GenericFunctions)
AC_INIT(CLHEP GenericFunctions, 2.0.1.
2
, CLHEP@cern.ch, GenericFunctions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Abs.cc])
...
...
Geometry/ChangeLog
View file @
01a7fa48
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
Tue Nov 30 2004 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>
* Geometry/Plane3D.h: replaced wrong <float> by <T> in
Point3D<T> point(const Point3D<float> & p) const {
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
...
...
Geometry/Geometry/BasicVector3D.h
View file @
01a7fa48
// -*- C++ -*-
// $Id: BasicVector3D.h,v 1.3.4.
2
2004/1
0/28 11:37:33 pfeiffer
Exp $
// $Id: BasicVector3D.h,v 1.3.4.
3
2004/1
1/30 20:08:38 garren
Exp $
// ---------------------------------------------------------------------------
//
// This file is a part of the CLHEP - a Class Library for High Energy Physics.
...
...
@@ -12,6 +12,7 @@
#ifndef BASIC_VECTOR3D_H
#define BASIC_VECTOR3D_H
#include
<iosfwd>
#include
"CLHEP/Geometry/defs.h"
namespace
HepGeom
{
...
...
Geometry/Geometry/Plane3D.h
View file @
01a7fa48
// -*- C++ -*-
// $Id: Plane3D.h,v 1.3 200
3
/1
0/23 21:29:50
garren Exp $
// $Id: Plane3D.h,v 1.3
.4.1
200
4
/1
1/30 20:08:38
garren Exp $
// ---------------------------------------------------------------------------
//
// This file is a part of the CLHEP - a Class Library for High Energy Physics.
...
...
@@ -106,7 +106,7 @@ namespace HepGeom {
/**
* Returns projection of the point to the plane. */
Point3D
<
T
>
point
(
const
Point3D
<
float
>
&
p
)
const
{
Point3D
<
T
>
point
(
const
Point3D
<
T
>
&
p
)
const
{
T
k
=
distance
(
p
)
/
(
a
()
*
a
()
+
b
()
*
b
()
+
c
()
*
c
());
return
Point3D
<
T
>
(
p
.
x
()
-
a
()
*
k
,
p
.
y
()
-
b
()
*
k
,
p
.
z
()
-
c
()
*
k
);
}
...
...
Geometry/INSTALL
View file @
01a7fa48
...
...
@@ -10,6 +10,8 @@ these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
To build for Solaris CC, configure with CXX=CC CC=cc LIBS=-lsunmath.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
Geometry/configure.in
View file @
01a7fa48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Geometry, 2.0.1.
1
, CLHEP@cern.ch, Geometry)
AC_INIT(CLHEP Geometry, 2.0.1.
2
, CLHEP@cern.ch, Geometry)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Plane3D.cc])
...
...
HepMC/ChangeLog
View file @
01a7fa48
==============================
30.11.04 Release CLHEP-2.0.1.2
==============================
Fri Nov 26 2004 Andreas Pfeiffer <andreas.pfeiffer@cern.ch>
* add -o option to dvips, otherwise it prints on some systems
Wed Nov 3 2004 Lynn Garren <garren@fnal.gov>
* use HepGeom namespace instead of old names for Geometry classes
==============================
27.10.04 Release CLHEP-2.0.1.1
==============================
...
...
HepMC/INSTALL
View file @
01a7fa48
...
...
@@ -10,6 +10,8 @@ these yourself. See "building autotools" below.
The new libtool no longer properly supports shared libraries for gcc 2.95.2.
If you build CLHEP with gcc 2.95.2, you must configure --disable-shared.
To build for Solaris CC, configure with CXX=CC CC=cc LIBS=-lsunmath.
#-------------------------------------------------------------
# installing from a source code tar ball
#-------------------------------------------------------------
...
...
HepMC/configure.in
View file @
01a7fa48
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP HepMC, 2.0.1.
1
, CLHEP@cern.ch, HepMC)
AC_INIT(CLHEP HepMC, 2.0.1.
2
, CLHEP@cern.ch, HepMC)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DummyDecayModel.cc])
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment