[Rivet-svn] r2512 - in trunk: . doc plugindemo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jun 23 12:19:33 BST 2010


Author: fsiegert
Date: Wed Jun 23 12:19:40 2010
New Revision: 2512

Log:
Remove plugin demo directory because the easier and preferred way to
create a plugin analysis is by using rivet-mkanalysis and rivet-

Deleted:
   trunk/plugindemo/
Modified:
   trunk/Makefile.am
   trunk/doc/rivet-manual.tex

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	Wed Jun 23 12:11:48 2010	(r2511)
+++ trunk/Makefile.am	Wed Jun 23 12:19:40 2010	(r2512)
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = src pyext data include bin doc test
 
-EXTRA_DIST = GUIDELINES plugindemo/Makefile plugindemo/MyAnalysis.cc plugindemo/RootAnalysis.cc
+EXTRA_DIST = GUIDELINES
 
 doc:
 	cd doc && $(MAKE) doc

Modified: trunk/doc/rivet-manual.tex
==============================================================================
--- trunk/doc/rivet-manual.tex	Wed Jun 23 12:11:48 2010	(r2511)
+++ trunk/doc/rivet-manual.tex	Wed Jun 23 12:19:40 2010	(r2512)
@@ -1116,8 +1116,7 @@
 for analysis reference data and analysis metadata (e.g. author, date, run
 conditions, experiment, etc.) files.
 
-You will find an example plugin analysis in the \kbd{plugindemo} directory in
-the Rivet source directory, with a corresponding \kbd{Makefile}. To understand
+To get started writing your analysis and understand
 the plugin system better, you should check out the documentation in the wiki on
 the Rivet website: \url{http://projects.hepforge.org/rivet/trac/wiki/}
 


More information about the Rivet-svn mailing list