[Rivet-svn] r1681 - trunk/plugindemo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 14 10:47:29 BST 2009


Author: buckley
Date: Tue Jul 14 10:47:29 2009
New Revision: 1681

Log:
Updating plugin to use new Analysis constructor

Modified:
   trunk/plugindemo/MyAnalysis.cc

Modified: trunk/plugindemo/MyAnalysis.cc
==============================================================================
--- trunk/plugindemo/MyAnalysis.cc	Tue Jul 14 10:46:58 2009	(r1680)
+++ trunk/plugindemo/MyAnalysis.cc	Tue Jul 14 10:47:29 2009	(r1681)
@@ -10,7 +10,7 @@
   public:
     
     /// Default constructor
-    MyAnalysis() {
+    MyAnalysis() : Analysis("MYANALYSIS") {
       const FinalState cnfs;
       addProjection(cnfs, "CNFS");
       const ChargedFinalState cfs;


More information about the Rivet-svn mailing list