|
[Rivet-svn] r3488 - in trunk: . binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Nov 18 14:23:06 GMT 2011
Author: buckley Date: Fri Nov 18 14:23:06 2011 New Revision: 3488 Log: Adding a guide to compiling a new analysis template to the output message of rivet-mkanalysis. Modified: trunk/ChangeLog trunk/bin/rivet-mkanalysis Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Tue Nov 15 09:22:01 2011 (r3487) +++ trunk/ChangeLog Fri Nov 18 14:23:06 2011 (r3488) @@ -1,3 +1,8 @@ +2011-11-18 Andy Buckley <andy.buckley at cern.ch> + + * Adding a guide to compiling a new analysis template to the + output message of rivet-mkanalysis. + 2011-11-11 Andy Buckley <andy.buckley at cern.ch> * Version 1.7.0 release! Modified: trunk/bin/rivet-mkanalysis ============================================================================== --- trunk/bin/rivet-mkanalysis Tue Nov 15 09:22:01 2011 (r3487) +++ trunk/bin/rivet-mkanalysis Fri Nov 18 14:23:06 2011 (r3488) @@ -310,3 +310,6 @@ """ % KEYWORDS f.write(src) f.close() + + + logging.info("Use e.g. 'rivet-buildplugin Rivet%s.so %s.cc' to compile the plugin" % (ANANAME, ANANAME))
More information about the Rivet-svn mailing list |