|
[Rivet-svn] rivet: 6 new changesetsRivet Mercurial rivet at projects.hepforge.orgTue Dec 19 21:30:08 GMT 2017
details: https://rivet.hepforge.org/hg/rivet/rev/76135e552b6f branches: changeset: 6189:76135e552b6f user: Andy Buckley <andy at insectnation.org> date: Tue Dec 19 20:43:09 2017 +0000 description: Introduce backward-compatibility noisy-warning constructor for DressedLeptons details: https://rivet.hepforge.org/hg/rivet/rev/33f0141ec619 branches: changeset: 6190:33f0141ec619 user: Andy Buckley <andy at insectnation.org> date: Tue Dec 19 20:44:54 2017 +0000 description: Adding contributed analyses: 1 ALICE, 6 ATLAS, 1 CMS. details: https://rivet.hepforge.org/hg/rivet/rev/ad6195d665fc branches: changeset: 6191:ad6195d665fc user: Andy Buckley <andy at insectnation.org> date: Tue Dec 19 20:54:17 2017 +0000 description: Hide junk from Doxygen details: https://rivet.hepforge.org/hg/rivet/rev/a3e46181d30e branches: changeset: 6192:a3e46181d30e user: Andy Buckley <andy at insectnation.org> date: Tue Dec 19 21:14:12 2017 +0000 description: Add missing management scripts (should really organise these better...) details: https://rivet.hepforge.org/hg/rivet/rev/0b1d2a7a6a9b branches: changeset: 6193:0b1d2a7a6a9b user: Andy Buckley <andy at insectnation.org> date: Tue Dec 19 21:17:21 2017 +0000 description: Tweak scripts details: https://rivet.hepforge.org/hg/rivet/rev/533e28b9c6ba branches: changeset: 6194:533e28b9c6ba user: Andy Buckley <andy at insectnation.org> date: Tue Dec 19 21:17:29 2017 +0000 description: Add IsRef marks diffs (truncated from 166621 to 50 lines): --- a/ChangeLog Tue Dec 19 15:58:29 2017 +0000 +++ b/ChangeLog Tue Dec 19 21:17:29 2017 +0000 @@ -1,5 +1,7 @@ 2017-12-19 Andy Buckley <andy.buckley at cern.ch> + * Adding contributed analyses: 1 ALICE, 6 ATLAS, 1 CMS. + * Fix bugged PID codes in MC_PRINTEVENT. 2017-12-13 Andy Buckley <andy.buckley at cern.ch> --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/addisrefdata Tue Dec 19 21:17:29 2017 +0000 @@ -0,0 +1,16 @@ +#! /usr/bin/env python + +"""%prog <yfile1> [<yfile2> ...]""" + +import yoda, optparse + +op = optparse.OptionParser() +opts, args = op.parse_args() + +for i, f in enumerate(args): + print "Processing", f, "(%d/%d)" % (i+1, len(args)) + aos = yoda.read(f) + for ao in aos.values(): + if not ao.hasAnnotation("IsRef"): + ao.setAnnotation("IsRef", 1) + yoda.write([ao for (_,ao) in sorted(aos.iteritems())], f) --- a/analyses/pluginALICE/ALICE_2010_S8624100.yoda Tue Dec 19 15:58:29 2017 +0000 +++ b/analyses/pluginALICE/ALICE_2010_S8624100.yoda Tue Dec 19 21:17:29 2017 +0000 @@ -1,8 +1,9 @@ -BEGIN YODA_SCATTER2D /REF/ALICE_2010_S8624100/d01-x01-y01 -IsRef=1 -Path=/REF/ALICE_2010_S8624100/d01-x01-y01 -Title= -Type=Scatter2D +BEGIN YODA_SCATTER2D_V2 /REF/ALICE_2010_S8624100/d01-x01-y01 +IsRef: 1 +Path: /REF/ALICE_2010_S8624100/d01-x01-y01 +Title: ~ +Type: Scatter2D +--- # xval xerr- xerr+ yval yerr- yerr+ -1.300000e+00 1.000000e-01 1.000000e-01 3.280000e+00 6.324555e-02 6.324555e-02 -1.100000e+00 1.000000e-01 1.000000e-01 3.280000e+00 6.324555e-02 6.324555e-02 @@ -20,11 +21,12 @@ 1.300000e+00 1.000000e-01 1.000000e-01 3.330000e+00 6.324555e-02 6.324555e-02 END YODA_SCATTER2D
More information about the Rivet-svn mailing list |