hepmc

Subversion Repositories:
Compare Path: Rev
With Path: Rev
/trunk/ @ 455  →  /trunk/ @ 456
/trunk/test/testWithWeight.dat
@@ -1,5 +1,5 @@
 
HepMC::Version 2.06.03
HepMC::Version 2.06.04
HepMC::IO_GenEvent-START_EVENT_LISTING
E 1 65 -1.0000000000000000e+00 -1.0000000000000000e+00 -1.0000000000000000e+00 20 0 357 1 2 0 3 3.4560000000000002e-01 9.8563000000000001e-01 9.8595999999999995e-01
N 3 "0" "1" "2"
/trunk/test/testHepMC.dat
@@ -1,5 +1,5 @@
 
HepMC::Version 2.06.03
HepMC::Version 2.06.04
HepMC::IO_GenEvent-START_EVENT_LISTING
E 9 51 -1.0000000000000000e+00 -1.0000000000000000e+00 -1.0000000000000000e+00 20 0 309 1 2 0 4 2.3000000000000001e-01 3.4000000000000002e-01 1.1000000000000000e-01 6.5000000000000002e-02
N 4 "0" "1" "2" "3"
/trunk/test/testHepMCParticle.output
@@ -1,5 +1,5 @@
0 Run HepMC::IO_AsciiParticles eye-readable events output
# HepMC::Version 2.06.03
# HepMC::Version 2.06.04
# stat pdg moth1 px py pz energy mass eta
9 Event
929 particles
/trunk/test/testCrossSection.dat
@@ -1,5 +1,5 @@
 
HepMC::Version 2.06.03
HepMC::Version 2.06.04
HepMC::IO_GenEvent-START_EVENT_LISTING
E 1 65 -1.0000000000000000e+00 -1.0000000000000000e+00 -1.0000000000000000e+00 20 0 357 1 2 0 3 3.4560000000000002e-01 9.8595999999999995e-01 9.8563000000000001e-01
N 3 "0" "second weight name" "weightName"
/trunk/test/testMass1.dat
@@ -1,5 +1,5 @@
 
HepMC::Version 2.06.03
HepMC::Version 2.06.04
HepMC::IO_GenEvent-START_EVENT_LISTING
E 9 51 -1.0000000000000000e+00 -1.0000000000000000e+00 -1.0000000000000000e+00 20 0 309 1 2 0 4 2.3000000000000001e-01 3.4000000000000002e-01 1.1000000000000000e-01 6.5000000000000002e-02
N 4 "0" "1" "2" "3"
/trunk/ChangeLog
@@ -1,3 +1,4 @@
-------------------------- HepMC-2.06.04 --------------------------
2011-01-04 Lynn Garren
 
* src/HeavyIon.cc, src/PdfInfo.cc: throw if there is an invalid line type
/trunk/HepMC/HepMCDefs.h
@@ -62,7 +62,7 @@
 
// define the version of HepMC.
#ifndef HEPMC_VERSION
#define HEPMC_VERSION "2.06.03"
#define HEPMC_VERSION "2.06.04"
#endif
 
#endif // HEPMC_DEFS_H
/trunk/configure.ac
@@ -4,7 +4,7 @@
# ----------------------------------------------------------------------
 
AC_PREREQ(2.59)
AC_INIT([HepMC],[2.06.03],[https://savannah.cern.ch/projects/hepmc/],[HepMC])
AC_INIT([HepMC],[2.06.04],[https://savannah.cern.ch/projects/hepmc/],[HepMC])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9 foreign)
AC_CONFIG_SRCDIR([src/GenEvent.cc])
/trunk/doc/doxygen.conf
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = HepMC
PROJECT_NUMBER = 2.06.03
PROJECT_NUMBER = 2.06.04
OUTPUT_DIRECTORY =
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English