|
[Rivet-svn] rivet: 3 new changesetsRivet Mercurial rivet at projects.hepforge.orgThu Sep 29 10:15:01 BST 2016
details: https://rivet.hepforge.org/hg/rivet/rev/eb8cf5b6e0cd branches: changeset: 5537:eb8cf5b6e0cd user: Leif Lönnblad <leif.lonnblad at thep.lu.se> date: Wed Sep 28 12:15:20 2016 +0200 description: Changed the version requirement on Cython to 0.23.5. details: https://rivet.hepforge.org/hg/rivet/rev/2d2ca0c5281a branches: changeset: 5538:2d2ca0c5281a user: Leif Lönnblad <leif.lonnblad at thep.lu.se> date: Thu Sep 29 00:26:37 2016 +0200 description: Added files for centrality binning of histograms. Compiles but not yet tested. Make check works though. details: https://rivet.hepforge.org/hg/rivet/rev/959c2f03a029 branches: changeset: 5539:959c2f03a029 user: Leif Lönnblad <leif.lonnblad at thep.lu.se> date: Thu Sep 29 11:06:23 2016 +0200 description: Marked MC_CENTRALITY analysis UNVALIDATED. diffs (truncated from 750 to 50 lines): --- a/.hgignore Tue Sep 27 14:50:03 2016 +0100 +++ b/.hgignore Thu Sep 29 11:06:23 2016 +0200 @@ -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 Tue Sep 27 14:50:03 2016 +0100 +++ b/configure.ac Thu Sep 29 11:06:23 2016 +0200 @@ -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:06:23 2016 +0200 @@ -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 Tue Sep 27 14:50:03 2016 +0100 +++ b/data/anainfo/Makefile.am Thu Sep 29 11:06:23 2016 +0200 @@ -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:06:23 2016 +0200 @@ -0,0 +1,72 @@
More information about the Rivet-svn mailing list |