[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Sep 29 12:15:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/8dc43d7f7cf9
branches:  multiweight
changeset: 5540:8dc43d7f7cf9
user:      Chris Pollard <cspollard at gmail.com>
date:      Thu Sep 29 12:01:06 2016 +0100
description:
core seems to be compiling.

details:   https://rivet.hepforge.org/hg/rivet/rev/23c2a142ace5
branches:  pair_smearing
changeset: 5541:23c2a142ace5
user:      karln <karl.am.nordstrom at gmail.com>
date:      Thu Sep 29 11:55:34 2016 +0100
description:
Starting new branch for pair smearing code.

diffs (truncated from 3135 to 50 lines):

--- a/.hgignore	Wed Sep 28 19:29:09 2016 +0100
+++ b/.hgignore	Thu Sep 29 11:55:34 2016 +0100
@@ -68,3 +68,7 @@
 ^Rivet-.\..\..$
 ^local/.*$
 ^(for|analyses)\d\d\d$
+
+# added by aHg on Thu Sep 29 00:23:38 2016
+syntax: glob
+test/testBeams
--- a/configure.ac	Wed Sep 28 19:29:09 2016 +0100
+++ b/configure.ac	Thu Sep 29 11:55:34 2016 +0100
@@ -271,9 +271,9 @@
 
 ## Cython checks
 if test x$enable_pyext == xyes; then
-  AM_CHECK_CYTHON([0.18], [:], [:])
+  AM_CHECK_CYTHON([0.23.5], [:], [:])
   if test x$CYTHON_FOUND = xyes; then
-    AC_MSG_NOTICE([Cython >= 0.18 found: Python extension source can be rebuilt (for developers)])
+    AC_MSG_NOTICE([Cython >= 0.23.5 found: Python extension source can be rebuilt (for developers)])
     cython_compiler=$CXX
   fi
   ## Set extra Python extension build flags (to cope with Cython output code oddities)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/anainfo/MC_CENTRALITY.info	Thu Sep 29 11:55:34 2016 +0100
@@ -0,0 +1,10 @@
+Name: MC_CENTRALITY
+Summary: Template analysis for using CentralityHistogram
+Status: UNVALIDATED
+Authors:
+ - Leif Lönnblad <leif.lonnblad at thep.lu.se>
+NumEvents: 50000
+RunInfo: Any!
+Description:
+   Template analysis for using CentralityHistogram for dynamically
+   determining centrality intervals using summed eT in the forward region.
--- a/data/anainfo/Makefile.am	Wed Sep 28 19:29:09 2016 +0100
+++ b/data/anainfo/Makefile.am	Thu Sep 29 11:55:34 2016 +0100
@@ -310,6 +310,7 @@
   LHCB_2014_I1281685.info \
   LHCB_2015_I1333223.info \
   LHCF_2012_I1115479.info \
+  MC_CENTRALITY.info \
   MC_DIPHOTON.info \
   MC_ELECTRONS.info \
   MC_GENERIC.info \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/plotinfo/MC_CENTRALITY.plot	Thu Sep 29 11:55:34 2016 +0100
@@ -0,0 +1,72 @@


More information about the Rivet-svn mailing list